]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2005-06-15  Bruce Momjian> Here's a patch I added against plperl, originally...
2005-06-15  Bruce MomjianThis patch makes it possible to use the full set of...
2005-06-15  Bruce MomjianSupport 3 and 4-byte unicode characters.
2005-06-15  Bruce Momjian>> Do you agree that using a hashtable for it in genera...
2005-06-14  Bruce MomjianNow \d show tablespace of indices per discussion.
2005-06-14  Bruce MomjianAdd BETWEEN SYMMETRIC.
2005-06-14  Bruce Momjianreorder:
2005-06-14  Bruce MomjianDone:
2005-06-14  Bruce MomjianUse '&nbsp;' escapes for leading spaces in table values...
2005-06-14  Tom LaneSimplify shared-memory lock data structures as per...
2005-06-14  Bruce MomjianAdd pg_postmaster_start_time() function.
2005-06-14  Bruce MomjianDone:
2005-06-14  Bruce MomjianHave SHOW ALL include variable descriptions.
2005-06-14  Bruce MomjianUpdate:
2005-06-14  Bruce MomjianMove item into proper section:
2005-06-14  Bruce MomjianAttached is a makefile I hacked up to build pg_config...
2005-06-14  Bruce MomjianAdd GUC krb_server_hostname so the server hostname...
2005-06-14  Bruce MomjianDone:
2005-06-14  Tom LaneThe random selection in function linear() could deliver...
2005-06-14  Teodor SigaevWAL for GiST. It work for online backup and so on,...
2005-06-14  Neil ConwayAllow the parameters to PL/PgSQL's RAISE statement...
2005-06-14  Tom LaneTeach planner to optionally ignore index columns that...
2005-06-14  Bruce MomjianDone:
2005-06-14  Bruce MomjianAdd -L option to psql to log sessions.
2005-06-14  Neil ConwayCleanup for "#option dump" in PL/PgSQL: don't print...
2005-06-13  Tom LaneChange the planner to allow indexscan qualification...
2005-06-13  Neil ConwayPer discussion on -hackers, this patch changes psql...
2005-06-13  Neil ConwaySGML cleanup: consistently use "endterm" in <xref>s...
2005-06-13  Tom LaneAdjust lo_open() so that specifying INV_READ without...
2005-06-12  Tom LaneDocument the --enable-integer-datetimes configure optio...
2005-06-12  Neil ConwayThis patch removes some old code from libpq that implem...
2005-06-12  Neil Conwaylibpq was not consistently checking for memory allocati...
2005-06-10  Tom LaneSeparate predicate-testing code out of indxpath.c,...
2005-06-10  Tom LaneAdjust comment about %t and %s to cover %m as well...
2005-06-10  Tatsuo IshiiFix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.
2005-06-10  Bruce MomjianAdd space before :DBNAME for proper \set expansion.
2005-06-10  Neil ConwayMinor cleanup of documentation for recently-added HISTF...
2005-06-10  Neil ConwayImplement two new special variables in PL/PgSQL: SQLSTA...
2005-06-10  Bruce MomjianUse saveHistory so we get a nice error message on failure.
2005-06-10  Bruce Momjianthe following patch makes the filename used to store...
2005-06-10  Bruce MomjianMore Win32 tilde code comments.
2005-06-10  Bruce MomjianAdd comment on tilde expansion.
2005-06-10  Bruce MomjianRemove unneeded variable test, per Tom.
2005-06-10  Tom LaneQuick hack to allow the outer query's tuple_fraction...
2005-06-10  Bruce MomjianAdd the "PGPASSFILE" environment variable to specify...
next