]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2005-08-12  Bruce MomjianBackpatch fseeko fix for seeking from end of file.
2005-08-11  Bruce MomjianBackpatch new CVS home page URL.
2005-08-08  Tom LaneFix crash when reading 'timezone = unknown' from postgr...
2005-08-07  Tom LaneFix count_usable_fds() to stop trying to open files...
2005-08-02  Tom Lanermtree() reported the wrong pathname if final rmdir...
2005-08-02  Tom LaneBack-port several small portability fixes to get contri...
2005-07-30  Bruce MomjianUpdate AIX FAQ.
2005-07-29  Tom LaneBack-patch fix for NOT-below-a-NOT case.
2005-07-27  Neil ConwayAvoid crashing pg_dump if we can't connect to the datab...
2005-07-22  Tom LaneFix compare_fuzzy_path_costs() to behave a bit more...
2005-07-18  Tom LaneIt appears that Darwin (OS X) does not cope well with...
2005-07-18  Tom LaneBack-patch fix for erroneous backslashing of LIKE pattern.
2005-07-18  Tom LaneMemSet() must not cast its pointer argument to int32...
2005-07-17  Tom LaneMake pg_regress accept a command-line option for the...
2005-07-17  Tom LaneBack-patch recent changes to alter the order of -L...
2005-07-15  Tom LaneCheck for out-of-range varoattno in deparse_context_for...
2005-07-15  Tom LaneFix overenthusiastic optimization of 'x IN (SELECT...
2005-07-13  Tom LaneFix libpq memory leak during PQreset() --- closePGconn...
2005-07-08  Tom LaneFix config file lexer to not barf if postgresql.conf...
2005-07-08  Tom LaneMake libpq_gettext save and restore errno in a Windows...
2005-07-04  Bruce MomjianBackpatch to 8.0.X openssl portability fixes to pgcrypto.
2005-07-04  Bruce MomjianFix date_trunct for December dates that are in the...
2005-07-03  Tom LaneFix memory leak in plperl_hash_from_tuple(), per report...
2005-06-27  Tom LaneModify pg_dump to assume that a check constraint is...
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-22  Neil ConwayCorrect some code in pg_restore when reading the header...
2005-06-21  Neil ConwayFix a potential backend crash during authentication...
2005-06-20  Tom Laneexec_eval_datum leaks memory when dealing with ROW...
2005-06-20  Tom Laneplpgsql's exec_assign_value() freed the old value of...
2005-06-18  Tom LaneWhen using C-string lookup keys in a dynahash.c hash...
2005-06-17  Bruce MomjianNetBSD uses "options" not "option".
2005-06-17  Peter EisentrautTranslation updates
2005-06-14  Tom LaneThe random selection in function linear() could deliver...
2005-06-11  Tatsuo IshiiFix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.
2005-06-09  Tom LaneRepair error in description of nonblocking usage of...
2005-06-07  Tom LaneUse just NULL not NULL::TEXT --- the latter coding...
2005-06-05  Tom LaneCode for SET/SHOW TIME ZONE with a fixed-interval timez...
2005-06-04  Bruce MomjianUpdate Chinese FAQ to fix XHTML format.
2005-06-03  Bruce MomjianUpdate Russian FAQ.
2005-06-02  Tom LanePush enable/disable of notify and catchup interrupts...
2005-06-02  Michael MeskesAdded patch by Gavin Scott <gavin@planetacetech.com...
2005-06-02  Michael MeskesFixed memory leak in ecpglib by adding some missing...
2005-06-01  Bruce MomjianFix log_statement to properly recognize SELECT INTO...
2005-06-01  Tom Lanepatternsel() was improperly stripping RelabelType from...
2005-06-01  Teodor SigaevPrevent to divide by zero and range out of 0..1
2005-05-31  Tom LaneAdd test to WAL replay to verify that xl_prev points...
2005-05-29  Tom LaneexpandRTE and get_rte_attribute_type mistakenly always...
2005-05-27  Bruce MomjianUpdate Farsi FAQ.
2005-05-26  Neil ConwayAdjust datetime parsing to be more robust. We now pass...
2005-05-25  Peter EisentrautTranslation updates
2005-05-25  Tatsuo IshiiFix previous patch to exprTypmod.
2005-05-24  Tatsuo IshiiInserting 5 characters into char(10) does not produce...
2005-05-24  Tom LanePrevious fix for "x FULL JOIN y ON true" failed to...
2005-05-23  Neil ConwayFix typo in PL/Perl Safe.pm initialization that prevent...
2005-05-20  Bruce MomjianUpdate Japanese FAQ.
2005-05-20  Neil ConwayFix typo in ECPG docs, per Andreas Seltenreich.
2005-05-17  Tom LaneGuard against duplicate IDs in input file in SortTocFro...
2005-05-17  Bruce MomjianConvert Chinese FAQ to valid XHTML, finally.
2005-05-17  Bruce MomjianFix Chinese markup some more.
2005-05-16  Bruce MomjianUpdate Chinese FAQ to xhtml.
2005-05-13  Bruce MomjianAdd -N make flag to bcc builds from /src dir.
2005-05-13  Tom LaneAdd missing quote, per Dave Page.
2005-05-13  Tom LaneFix broken markup.
2005-05-13  Tom LaneUpdate createuser examples to match the current program...
2005-05-13  Bruce MomjianUpdate chinese encoding specification.
2005-05-13  Neil ConwayFix bug in COPY CSV mode: handle consecutive embedded...
2005-05-11  Bruce MomjianFix pg_autovacuum -s flag to handle values > 2000 by...
2005-05-11  Bruce MomjianUpdate FAQ URLs.
2005-05-11  Bruce MomjianDocument where to download free Microsoft and Borland...
2005-05-11  Bruce MomjianDocument that bcc compiles now need the -N flag, backpa...
2005-05-11  Bruce MomjianUpdate Chinese FAQ, per Magnus.
2005-05-11  Bruce MomjianBackpatch mention that not all functions are listed...
2005-05-11  Bruce MomjianAdd mention that not all functions are listed.
2005-05-11  Bruce MomjianBackpatch new Chinese FAQ to 8.0.X.
2005-05-09  Bruce MomjianRename encryption section. REL8_0_3
2005-05-09  Bruce MomjianBackpatch FAQ's to 8.0.X for release.
2005-05-09  Bruce MomjianBackpatch encryption doc section to 8.0.X.
2005-05-09  Tom LaneUpdate release notes for upcoming re-releases.
2005-05-08  Tom LaneUpdate release checklist to reflect that HISTORY and...
2005-05-07  Tom LaneRepair very-low-probability race condition between...
2005-05-07  Tom LaneAdjust time qual checking code so that we always check...
2005-05-05  Tom LaneStamp release 8.0.3.
2005-05-05  Tom LaneMake standalone backends ignore pg_database.datallowcon...
2005-05-05  Bruce MomjianAdd WSACleanup() for Win32 socket cleanup.
2005-05-04  Tom LaneUse postmaster_is_alive() check in pg_ctl restart as...
2005-05-04  Tom LaneSpell DELIMITER correctly, per Seamus Dean.
2005-05-03  Tom LaneAlter the signature for encoding conversion functions...
2005-05-03  Tom LaneChange tsearch2 to not use the unsafe practice of creat...
2005-05-03  Dennis BjorklundFix a whitespace problem. From Alvaro Herrera.
2005-05-02  Neil ConwayBackport fix for correct quoting in CREATE DOMAIN examp...
2005-04-30  Tom LaneMake record_out and record_send extract type informatio...
2005-04-30  Neil ConwayGCC 4.0 includes a new warning option, -Wformat-literal...
2005-04-30  Neil ConwayThis patch fixes a bug in the error message emitted...
2005-04-29  Bruce MomjianImprove cleanup from win32 client-only build.
2005-04-29  Bruce MomjianBackpatch BCC compile changes to 8.0.X for psql.
2005-04-29  Bruce MomjianFix Borland makefile for libpq and improve it for psql.
2005-04-27  Bruce MomjianWording improvement.
2005-04-27  Bruce MomjianUpdate PAM documentation, per Alvaro.
2005-04-27  Teodor Sigaevworkaround for bug in utils/date.h (timetz)
next