]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2006-02-12  Tom LaneFix bug in SET SESSION AUTHORIZATION that allows unpriv...
2006-02-12  Bruce MomjianUpdate FAQ latest version
2006-02-12  Bruce MomjianStamp releases for 2006-02-14 release
2006-02-12  Bruce MomjianUpdate release notes for 2006-02-14 release
2006-01-21  Tom LaneRepair longstanding bug in slru/clog logic: it is possi...
2006-01-12  Neil ConwayWe neglected to apply domain constraints on UNKNOWN...
2006-01-12  Tom LaneRepair "Halloween problem" in EvalPlanQual: a tuple...
2006-01-12  Tom LaneUse a more bulletproof test for whether finite() and...
2006-01-09  Tom LaneFix pg_dump to add the required OPERATOR() decoration...
2006-01-06  Tom LaneFix failure to apply domain constraints to a NULL const...
2006-01-06  Tom LaneRelease-note updates and copy editing. REL7_4_11
2006-01-06  Tom LaneGenerate back-branch configure scripts with the appropr...
2006-01-05  Bruce MomjianNew pgcrypto item wording.
2006-01-05  Bruce MomjianWording improvements.
2006-01-05  Bruce MomjianImprove markup.
2006-01-05  Bruce Momjian*** empty log message ***
2006-01-05  Bruce MomjianStamp release 7.4.11.
2006-01-05  Tom LaneArrange to set the LC_XXX environment variables to...
2006-01-05  Tom LaneAdd port support for unsetenv() in back branches. ...
2006-01-03  Joe ConwayWhen the remote query result has a different number...
2006-01-03  Tom LaneThere is a signedness bug in Openwall gen_salt code...
2006-01-01  Neil ConwayRemove DOS line endings ("\r\n") from several .po files...
2005-12-24  Tatsuo IshiiFix long standing Asian multibyte charsets bug.
2005-12-22  Tom LaneAdjust string comparison so that only bitwise-equal...
2005-12-14  Tom LaneDefend against crash while processing Describe Statemen...
2005-12-09  Peter EisentrautTranslation updates REL7_4_10
2005-12-09  Tom LaneStamp 7.4.10.
2005-12-09  Tom LaneAdd release notes for back branches (7.3 and up).
2005-12-08  Peter EisentrautDocumentation fix: s/event_object_name/event_object_table/g
2005-12-06  Teodor SigaevFix stupid bug with sizeof
2005-12-06  Tom LaneIn a nestloop inner indexscan, it's OK to use pushed...
2005-12-05  Tom LaneAdd regression test to see if the min/max values of...
2005-12-03  Tom LaneFix out-of-order inclusion of -L switches from LDFLAGS...
2005-12-01  Tom LaneCheck for overflow in strtol() while parsing datetime...
2005-11-18  Tom LaneFix performance issue in exprTypmod(): for a COALESCE...
2005-11-16  Bruce MomjianProperly document return value of strpos().
2005-11-10  Tom LaneWhen in transaction-aborted state, reject Bind message...
2005-11-03  Tom LaneFix longstanding race condition in transaction log...
2005-10-25  Tom LaneFix longstanding bug that would sometimes let the plann...
2005-10-20  Tom LanePrevent core dump in contrib version of autovacuum...
2005-10-20  Tom LaneDon't convert debug/notice/warning messages into errors...
2005-10-14  Tom LanePass a strdup'd ident string to openlog(), to ensure...
2005-10-14  Bruce Momjian[ Backpatch to 7.4.X.]
2005-10-12  Tom LaneFix longstanding bug found by Atsushi Ogawa: _bt_check_...
2005-10-11  Neil ConwayFix typo in sample pg_hba.conf; per IRC report from...
2005-10-03  Tom LaneCOPY's test for read-only transaction was backward... REL7_4_9
2005-10-03  Tom LaneStamp release 7.4.9.
2005-10-03  Tom LaneUpdate release notes for pending back-branch releases.
2005-09-28  Tom LaneRepair planning bug introduced in 7.4: outer-join ON...
2005-09-25  Bruce Momjian[ Patch to 7.4.X.]
2005-09-15  Teodor SigaevUpdate Snowball. I have to update it because of
2005-09-12  Neil ConwayFix a mistake in the documentation for SPI_getbinval...
2005-09-03  Peter EisentrautTranslation update
2005-08-30  Teodor SigaevFix missing rows in query
2005-08-25  Tom LaneBack-patch fixes for problems with VACUUM destroying...
2005-08-25  Tom LaneBack-patch fix to correctly quote schema names in ...
2005-08-24  Michael Meskes - Check for NULL before checking whether argume...
2005-08-16  Tom LaneReject operator names >= NAMEDATALEN characters. These...
2005-08-15  Tom Lanearray_in() and array_recv() need to be more paranoid...
2005-08-15  Tom Laneint_array_enum function should be using fcinfo->flinfo...
2005-08-07  Tom LaneFix count_usable_fds() to stop trying to open files...
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-16  Tom Laneecpglib depends on last_path_separator from src/port...
2005-07-16  Tom LaneBack-patch 8.0's tightening of ORDER BY clauses in...
2005-07-16  Tom Lanecube_1 variant is needed in 7.4 branch, per results...
2005-07-16  Tom LaneThe geometry_2 variant appears to be needed in 7.4...
2005-07-16  Tom LaneFix bogus "extern int errno;" in back branches, per...
2005-07-14  Tom LaneFix mis-backport of libpq memory leak fix. Per Michael...
2005-07-13  Tom LaneFix libpq memory leak during PQreset() --- closePGconn...
2005-07-08  Tom LaneMake libpq_gettext save and restore errno in a Windows...
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-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  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-05  Tom LaneCode for SET/SHOW TIME ZONE with a fixed-interval timez...
2005-06-02  Tom LanePush enable/disable of notify and catchup interrupts...
2005-06-02  Michael MeskesFixed memory leak in ecpglib by adding some missing...
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-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-17  Tom LaneGuard against duplicate IDs in input file in SortTocFro...
2005-05-09  Tom LaneUpdate release notes for upcoming re-releases. REL7_4_8
2005-05-08  Tom LaneUpdate release checklist to reflect that HISTORY and...
2005-05-08  Kris JurkaIn Blob.getBytes(long position, int length) position...
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 7.4.8.
2005-05-05  Tom LaneMake standalone backends ignore pg_database.datallowcon...
2005-05-05  Bruce MomjianAdd WSACleanup() for Win32 socket cleanup.
next