]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2005-06-28  Tom LaneFix broken initdb -W option, per Michael Fuhr.
2005-06-28  Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-27  Bruce MomjianDone:
2005-06-27  Teodor SigaevConcurrency for GiST
2005-06-27  Tom LaneModify pg_dump to assume that a check constraint is...
2005-06-27  Bruce MomjianDone:
2005-06-27  Neil ConwayRemove support for Kerberos V4. It seems no one is...
2005-06-27  Bruce MomjianDone:
2005-06-27  Tom LaneRemove the << >> &< and &> operators for contrib/cube...
2005-06-27  Tom LaneAdjust contrib/seg &< and &> operators so that r-tree...
2005-06-26  Tom LaneTweak dynahash.c to not allocate so many entries at...
2005-06-26  Tom LaneAdd Oracle-compatible GREATEST and LEAST functions...
2005-06-26  Tom LaneCode review for escape-strings patch. Sync psql and...
2005-06-26  Tom LaneFix overlooked regression output file.
2005-06-26  Bruce MomjianAdd E'' syntax so eventually normal strings can treat...
2005-06-25  Tom LaneFix a couple of items that should be declared Oid not...
2005-06-25  Tom LaneRemove forced CHECKPOINT in regression tests --- redund...
2005-06-25  Tom LaneForce a checkpoint before committing a CREATE DATABASE...
2005-06-25  Tom LaneFix ancient memory leak in index_create(): RelationInit...
2005-06-25  Bruce MomjianAdd:
2005-06-25  Bruce MomjianUpdate:
2005-06-25  Bruce MomjianUpdate:
2005-06-25  Bruce MomjianAdd:
2005-06-25  Bruce MomjianAdd item:
2005-06-24  Bruce MomjianAdd desciption for terminate:
2005-06-24  Tom LaneExtend r-tree operator classes to handle Y-direction...
2005-06-24  Tatsuo Ishiiunbreak unicode/utf8 test
2005-06-24  Tom LaneRemove overspecification of precision of CURRENT_TIMEST...
2005-06-24  Tatsuo IshiiAllow direct conversion between EUC_JP and SJIS to...
2005-06-24  Bruce MomjianRemove TODO.detail rtree now that item is fixed.
2005-06-24  Bruce MomjianDone:
2005-06-24  Bruce MomjianCompleted:
2005-06-24  Bruce MomjianAdd:
2005-06-24  Neil ConwayCode cleanup: remove 3 duplicate static function declar...
2005-06-24  Neil ConwayThis trivial patch removes an unused variable. From...
2005-06-24  Tom LaneFix rtree and contrib/rtree_gist search behavior for...
2005-06-23  Bruce MomjianUpdate text of terminate:
2005-06-23  Tom LaneMove findoidjoins out of contrib and into src/tools...
2005-06-23  Tom LaneCleanup the contrib/lo module: there is no need anymore...
2005-06-22  Tom LaneRemove contrib modules that have been agreed to be...
2005-06-22  Tom LaneMake REINDEX DATABASE do what one would expect, namely...
2005-06-22  Tom LaneFix the mechanism for reporting the original table...
2005-06-22  Tom LaneAdd a validator function for plperl. Andrew Dunstan
2005-06-22  Tom LaneAdd a hack requested by the JDBC driver writers: when...
2005-06-22  Neil ConwayFix bug in CONTINUE statement for PL/pgSQL: when we...
2005-06-22  Neil ConwayCorrect some code in pg_restore when reading the header...
2005-06-22  Neil ConwayMore trivial dead code removal: in int_to_roman(),...
2005-06-22  Neil ConwayAdd a CONTINUE statement to PL/PgSQL, which can be...
2005-06-21  Tom Lanepg_dump can now dump large objects even in plain-text...
2005-06-21  Tom LaneFix pg_dumpall to do the right thing with "postgres...
2005-06-21  Tom LaneCause initdb to create a third standard database "postg...
2005-06-21  Neil ConwayFix a potential backend crash during authentication...
2005-06-21  Neil ConwayTrivial dead code removal: in CreateSchemaCommand(...
2005-06-21  Neil ConwayTrivial dead code removal: in _complete_from_query...
2005-06-21  Neil ConwayTrivial dead code removal: in makeObjectName(), name1...
2005-06-20  Tom Laneexec_eval_datum leaks memory when dealing with ROW...
2005-06-20  Tom LaneRemove read_file/write_file tests. These were original...
2005-06-20  Tom Laneplpgsql's exec_assign_value() freed the old value of...
2005-06-20  Tom LaneAvoid WAL-logging individual tuple insertions during...
2005-06-20  Teodor Sigaevfix founded hole in recovery after crash, add vacuum_de...
2005-06-20  Tom LaneRemove statement that GiST indexes aren't WAL-logged.
2005-06-20  Tom LaneUpdate text that stated GiST indexes aren't WAL-logged.
2005-06-20  Teodor Sigaev1. full functional WAL for GiST
2005-06-20  Neil ConwayCosmetic improvements to the timezone code: remove...
2005-06-20  Tom LaneChange shell syntax that seems not to work right on...
2005-06-20  Tom LaneAdd lock file contents printout to "can't happen" case...
2005-06-20  Neil ConwayTrivial code clarity improvement to UpdateStats();...
2005-06-20  Tom LaneFix bogus assumption that sizeof() produces an int...
2005-06-19  Neil ConwayMinor documentation update for RAISE expression patch.
2005-06-19  Tom LaneAvoid unnecessary palloc overhead in _bt_first(). ...
2005-06-19  Tom LaneNeed #include <time.h> on some platforms.
2005-06-19  Tom LaneSimplify uses of readdir() by creating a function ReadD...
2005-06-19  Tom LaneArrange to fsync two-phase-commit state files only...
2005-06-19  Bruce MomjianAdd comment about \# in bcc makefiles.
2005-06-19  Bruce MomjianCleanup for Win32 compile.
2005-06-19  Bruce MomjianFix typo in comment.
2005-06-18  Tom LaneWhen using C-string lookup keys in a dynahash.c hash...
2005-06-18  Tom LaneAdd a time-of-preparation column to the pg_prepared_xac...
2005-06-18  Tom LaneDept. of second thoughts: regular COMMIT deletes deleta...
2005-06-18  Bruce MomjianRemove 2phase commit TODO.detail.
2005-06-18  Bruce MomjianRemove TODO.detail.
2005-06-18  Bruce MomjianDone:
2005-06-17  Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-17  Bruce MomjianRe-order item.
2005-06-17  Bruce MomjianMove item:
2005-06-17  Bruce MomjianUpdate NetBSD 'options' description.
2005-06-17  Bruce MomjianImprove wording of read-only GUC variables; shows...
2005-06-17  Bruce MomjianAdd:
2005-06-16  Bruce MomjianUpdate GUC description for kerberos usernames.
2005-06-16  Bruce MomjianAdd fsync() define for Win32 to cover cases other than...
2005-06-16  Bruce MomjianAdd \x hex support to ecpg strings. This just passes...
2005-06-15  Bruce MomjianMove SYMMETRIC/ASYMMETRIC to reserved words to avoid...
2005-06-15  Bruce MomjianImprove comment wording.
2005-06-15  Tom LaneImprove hash method for bitmapsets: some examination...
2005-06-15  Bruce MomjianFix display of database name during autovacuum.
2005-06-15  Bruce MomjianUpdate catalog version for recent function additions.
2005-06-15  Neil ConwayChange the implementation of hash join to attempt to...
2005-06-15  Neil ConwayMinor SGML markup cleanup.
2005-06-15  Bruce MomjianRemove old *.backup files when we do pg_stop_backup...
2005-06-15  Bruce MomjianMention we now support BETWEEN SYMMETRIC.
next