OSDN Git Service

pg-rex/syncrep.git
2003-03-29 Bruce Momjian[ Backpatch to 7.3.X.]
2003-03-29 Bruce Momjian[ Backpatch to 7.3.X.]
2003-03-28 Tom LaneAdd code to apply some simple sanity checks to the...
2003-03-28 Tom LaneRegression output didn't get updated to match recent...
2003-03-28 Bruce MomjianFix NULL casting warning, pointed out by Joe Conway
2003-03-28 Bruce MomjianFix number of columns in SGML, from Weiping He
2003-03-27 Tom LaneFix bogus coding of SET DEFAULT ri triggers ... or...
2003-03-27 Bruce MomjianAdd <stdlib> to add calloc() prototype.
2003-03-27 Bruce MomjianFix syntax error in to_char fixes --- was defining...
2003-03-27 Bruce MomjianIt may not be obvious to you, but the plpython regressi...
2003-03-27 Bruce MomjianNew \d format:
2003-03-27 Bruce MomjianAdd new file.
2003-03-27 Bruce MomjianAdd new files.
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-03-27 Bruce MomjianRemove email file.
2003-03-27 Bruce MomjianDone:
2003-03-27 Bruce Momjian* Make pg_get_triggerdef documentation consistent with...
2003-03-27 Bruce MomjianAttached are two patches for psql's tab-completion.c.
2003-03-27 Bruce MomjianAdds
2003-03-27 Bruce MomjianReorder language creation to restore constistently.
2003-03-27 Bruce Momjianto_char fixes, Karel Zak
2003-03-27 Tom LaneGetTupleForTrigger must use outer transaction's command...
2003-03-27 Michael MeskesMore changes to pgtypeslib and set optimization to...
2003-03-25 Peter EisentrautMerge documentation into one book. (Build with "make...
2003-03-25 Bruce MomjianI mean, bison 1.875. :-)
2003-03-25 Bruce MomjianMention bison 1.85 is now required.
2003-03-25 Tom Laneplpgsql can assign to subscripted variables now, e.g.
2003-03-25 Dave Cramerpatch to notify listeners on error from Csaba Nagy
2003-03-25 Bruce MomjianUse PQfreemem() consistently, and document its use...
2003-03-25 Dave Crameradded DISTINCT to the query to get cross reference...
2003-03-25 Dave Cramerfixed problem where information from previous updates...
2003-03-25 Tom LaneFactor out duplicate code for computing values of PLpgS...
2003-03-24 Tom LaneIgnore SIGXFSZ (if platform has it), so that ulimit...
2003-03-24 Tom LaneModify keys_are_unique optimization to release buffer...
2003-03-24 Bruce MomjianAdd comment to postgresql.conf:
2003-03-24 Bruce MomjianPrevent multiple queries in a single string into a...
2003-03-24 Peter EisentrautAnother big editing pass for consistent content and...
2003-03-24 Barry LindNew build number
2003-03-24 Barry LindFix bug in reading acls (didn't treat null acl as meani...
2003-03-23 Tom LaneAdjust amrescan code so that it's allowed to call index...
2003-03-23 Bruce MomjianRename README in autovacuum code to match Makefile.
2003-03-23 Tom LaneInstead of storing pg_statistic stavalues entries as...
2003-03-23 Tom LaneTweak selectivity and related routines to cope with...
2003-03-22 Bruce MomjianRemove ecpg #warning with approval from Michael.
2003-03-22 Bruce MomjianAdd missing #include for calloc in ecpg.
2003-03-22 Tom LaneDepartment of second thoughts: probably shouldn't use...
2003-03-22 Bruce MomjianFix comment-only query to return Null result set, rathe...
2003-03-22 Bruce MomjianAdd PQfreemem() call for Win32.
2003-03-22 Bruce MomjianBack out to_char fixes until regression tests are fixed.
2003-03-22 Tom LaneAdjust subquery qual pushdown rules to be more forgivin...
2003-03-21 Tom LaneFix compile warning.
2003-03-21 Bruce MomjianAdd hostmask() function:
2003-03-21 Peter EisentrautMake "win" a separate port from "cygwin". This means...
2003-03-21 Bruce MomjianRemove mention of transactions for insensitive cursors.
2003-03-21 Bruce MomjianFix ALTER TABLE / CLUSTER ON breakage.
2003-03-21 Michael MeskesDo not free prepares statements at the end of a transac...
2003-03-21 Michael MeskesChanges to the parser to accept new datatypes.
2003-03-21 Bruce MomjianAllow error query to start transaction in autocommit...
2003-03-21 Bruce MomjianFix sequence casting.
2003-03-21 Bruce MomjianDone:
2003-03-21 Bruce MomjianImprove psql comment coding.
2003-03-21 Tom LaneReimplement NUMERIC datatype using base-10000 arithmeti...
2003-03-20 Bruce MomjianFix multiline C comments in psql.
2003-03-20 Bruce MomjianUpdate for new serial functionality.
2003-03-20 Bruce MomjianThis is not the only place in the system catalogs where...
2003-03-20 Bruce MomjianThe documentation for SELECT is incorrect in a sense...
2003-03-20 Bruce Momjianplease apply attached patch to current CVS.
2003-03-20 Bruce MomjianThis patch creates a function named pg_get_triggerdef...
2003-03-20 Bruce MomjianNow that the CLUSTER ALL machinery is in place, the...
2003-03-20 Bruce MomjianAdd ALTER TABLE <tablename> CLUSTER ON <indexname>
2003-03-20 Bruce MomjianIt would also be handy if users could see their own...
2003-03-20 Bruce MomjianI have updated my pg_autovacuum program (formerly pg_av...
2003-03-20 Bruce MomjianFix typo in SGML tags.
2003-03-20 Bruce MomjianRe-add type conversion examples.
2003-03-20 Michael MeskesStarted adding date and timestamp.
2003-03-20 Bruce MomjianRemove extern for cancelConn, from Karel Zak
2003-03-20 Bruce MomjianRemove compile warning.
2003-03-20 Bruce MomjianAt present, dates are put into a dump in the format...
2003-03-20 Bruce MomjianTodo items:
2003-03-20 Bruce MomjianDone:
2003-03-20 Bruce MomjianAttached is an update to contrib/tablefunc. It implemen...
2003-03-20 Bruce MomjianI'm continuing to work on cleaning up code in psql...
2003-03-20 Bruce MomjianIt has been tested only against CVS backend, however...
2003-03-20 Bruce MomjianPGRES_POLLING_ACTIVE is unused, keep for backward compa...
2003-03-20 Bruce MomjianAttached is a patch that limits the range tested by...
2003-03-20 Bruce MomjianHere's some changes I made last night to psql's common...
2003-03-20 Bruce Momjian Peter found bug in the to_char() routine for PL/MI...
2003-03-20 Bruce Momjian> > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to...
2003-03-20 Bruce Momjian"Information_schema" changes
2003-03-20 Bruce Momjian(Now featuring documentation: fixed some typos, expande...
2003-03-20 Bruce MomjianThis trivial cleans up a little bit of the code in
2003-03-20 Bruce Momjian> I can see a couple possible downsides: (a) the librar...
2003-03-20 Bruce Momjian> Mph. It fails for me too when I use --enable-integer...
2003-03-20 Bruce MomjianMinor doc patch: create function
2003-03-20 Bruce MomjianJust some fixups to a couple contrib directories I...
2003-03-20 Bruce MomjianThe attatched patch fixes a memory error with contrib...
2003-03-20 Bruce MomjianItem done:
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-03-19 Bruce MomjianThis patch fixes a very small memory leak in psql,...
2003-03-19 Bruce MomjianRemove typecasting section that isn't needed anymore.
next