OSDN Git Service

pg-rex/syncrep.git
2002-08-13 Bruce MomjianAdd bitmap index mention.
2002-08-13 Bruce MomjianUpdate:
2002-08-12 Peter EisentrautCorrect description of sequence privileges.
2002-08-12 Tom LaneRemove use of __P so that <sys/cdefs.h> is not needed...
2002-08-12 Tom LaneConvert possibly-unsafe sprintf's to snprintf's.
2002-08-12 Tom LaneBuffer-overrun paranoia.
2002-08-12 Tom LaneRestructure rowtype-parameter handling to eliminate...
2002-08-12 Tom LaneChange memory-space accounting mechanism in tuplesort...
2002-08-11 Tom LaneCode review of CLUSTER patch. Clean up problems with...
2002-08-11 Peter EisentrautCreate/drop cast now requires ownership of at least...
2002-08-11 Tom LaneEditorial improvements.
2002-08-11 Tom LaneMake cluster regress test functional.
2002-08-11 Tom LaneNeil's patch was supposed to remove this, too.
2002-08-11 Tom LaneNow that we allow ANALYZE to run inside a transaction...
2002-08-10 Bruce MomjianMention ANALYZE after CLUSTER.
2002-08-10 Bruce MomjianUpdate with newer version of CLUSTER patch posted August 8.
2002-08-10 Bruce MomjianRemove error files.
2002-08-10 Bruce MomjianFixed very stupid but important bug: mixing calls of...
2002-08-10 Bruce MomjianThe patch solves this problem, I hope...
2002-08-10 Bruce Momjian > create view pg_locks as select l.relation, l.databas...
2002-08-10 Bruce MomjianMajor improvement in CLUSTER which preserves table...
2002-08-10 Bruce MomjianAugust 6, 2002
2002-08-10 Bruce MomjianThis patch removes a lot of unused code related to...
2002-08-10 Tom Lanepsql prints its version number in its startup message...
2002-08-10 Tom LaneAllow schema-qualified operator names to be used in...
2002-08-10 Peter EisentrautFix failure to relink postmaster executable in the...
2002-08-10 Peter EisentrautMake sure all clients have the same understanding of...
2002-08-10 Tom LaneGet rid of double PQclear(res) in error path.
2002-08-10 Tom LaneAdd a sanity check to make sure that all system catalog...
2002-08-10 Tom Lanepsql backslash commands are schema-aware. Pattern...
2002-08-09 Peter EisentrautMake sure monetary, numeric, and time locale categories...
2002-08-09 Tom LaneColumn ordering in \d output should agree with sort...
2002-08-09 Tom Lanehas_table_privilege spawns scions has_database_privileg...
2002-08-09 Hiroshi InoueChange LOCK statements to start new transaction
2002-08-08 Bruce MomjianDone:
2002-08-08 Bruce MomjianAdd:
2002-08-08 Tom LaneMake the standard system views schema-aware.
2002-08-08 Tom LaneArrange to collect statistics on a few more system...
2002-08-08 Tom LaneCause view/rule display to work as expected after renam...
2002-08-08 Tom LaneSome improvements in geometric-operators documentation.
2002-08-08 Tatsuo IshiiFix bug in encoding conversion table
2002-08-08 Tatsuo IshiiAddress build problems on cygwin and (hopefully) AIX.
2002-08-08 Tatsuo IshiiLoad and keep conversion function info when SET CLIENT_...
2002-08-08 Tatsuo IshiiRemove #ifdef MULTIBYTE
2002-08-08 Tom LaneCause schema-qualified FROM items and schema-qualified...
2002-08-08 Tom LaneClean up plpgsql identifier handling: process quoted...
2002-08-08 Tom LaneparseTypeString wasn't quite paranoid enough.
2002-08-07 Tom LaneFix permission checking for temp-table namespace.
2002-08-07 Tom LaneImprove 'failed to initialize' messages.
2002-08-06 Peter EisentrautUpdated translation from Dennis Bjorklund <db@zigo...
2002-08-06 Tom LaneStill more paranoia in PageAddItem: disallow specificat...
2002-08-06 Tom LaneRemove no-longer-used PageManagerMode enum.
2002-08-06 Tom LaneMove pg_convert3 declaration to suppress compile warnin...
2002-08-06 Tatsuo IshiiAdd SQL99 CONVERT() function.
2002-08-06 Bruce MomjianPatch for current CVS. It add test of lca() to ltree...
2002-08-06 Bruce MomjianOf course, the simple change has ripple effects! Here...
2002-08-06 Bruce Momjian>> Hm. I'd sort of expect the "z" to become both the...
2002-08-06 Bruce MomjianThe attached patch disallows the use of coldeflists...
2002-08-06 Bruce MomjianThis patch fixes two typos in the documentation for...
2002-08-06 Bruce MomjianThis patch changes the behavior of PostgreSQL so that...
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-08-05 Peter EisentrautForgot to add/remove files.
2002-08-05 Peter EisentrautAdd User's Guide chapters on Data Definition and Data...
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-08-05 Tom LanePreliminary code review for anonymous-composite-types...
2002-08-05 Thomas G. LockhartFix compilation problem with assert checking enabled...
2002-08-05 Tom LaneCode review for anonymous-functions patch --- clean...
2002-08-04 Tom LaneTemporary solution for XLogDir breakage.
2002-08-04 Tom LaneFix merge failures for anonymous-type patch. From...
2002-08-04 Tom LaneFix broken pg_backend_pid reference, per Joe Conway.
2002-08-04 Bruce MomjianAnother backend_pid rename.
2002-08-04 Bruce MomjianFix compile failures for FRS composite tyhpe patch...
2002-08-04 Bruce MomjianRename backend_pid to pg_backend_pid, move docs to...
2002-08-04 Bruce MomjianAttached are two patches to implement and document...
2002-08-04 Tom LaneFix obsolete comment.
2002-08-04 Thomas G. LockhartMinor clarification or fix of typos.
2002-08-04 Thomas G. LockhartImplement WAL log location control using "-X" or PGXLOG.
2002-08-04 Thomas G. LockhartImplement IS OF and IS NOT OF type predicate.
2002-08-04 Thomas G. LockhartImplement IS OF type predicate. Can now do queries...
2002-08-04 Thomas G. LockhartAdd guard code to protect from buffer overruns on long...
2002-08-04 Thomas G. LockhartDefine macros for handling typmod manipulation for...
2002-08-04 Thomas G. LockhartImplement hex literal conversion to bit string literal.
2002-08-04 Thomas G. LockhartAllow bit string constants without fully-specified...
2002-08-04 Thomas G. LockhartImplement WAL log location control using "-X" or PGXLOG.
2002-08-04 Thomas G. LockhartAdd IS OF type predicate.
2002-08-04 Thomas G. LockhartAdd Myannar Time, Iran Time variant name, and Marquesas...
2002-08-04 Tom LaneFix broken markup.
2002-08-04 Tom LaneNeil's patch claimed a column list didn't work for...
2002-08-04 Bruce MomjianAdd missing file; new docs for start_transaction.
2002-08-04 Bruce MomjianTom Lane:
2002-08-04 Bruce Momjian[ Previous patch reversed.]
2002-08-04 Bruce MomjianThis patch fixes a probably harmless write of uninitial...
2002-08-04 Bruce MomjianChange messages like this:
2002-08-04 Bruce MomjianThis trivial patch fixes a small memory leak in pg_dump.
2002-08-04 Bruce Momjianplease find attached patch to current CVS ( contrib...
2002-08-04 Bruce MomjianThis patch fixes a "multi-line string literal" warning...
2002-08-04 Bruce MomjianThe attached patch implements START TRANSACTION, per...
2002-08-04 Bruce MomjianThis patch fixes in intermittent failure in the regress...
2002-08-04 Bruce MomjianThis patch adds support for inet[] arrays to the /contr...
2002-08-04 Bruce MomjianBack out pl/pgsql quotation fix. Has problems.
next