]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
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-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-23  Tom LaneRepair two TIME WITH TIME ZONE bugs found by Dennis...
2005-04-23  Tom Laneint_aggregate's int_enum() doesn't work correctly with...
2005-04-22  Kris JurkaRelease build 216.
2005-04-22  Kris JurkaUpdatable ResultSets need to check for an empty ResultS...
2005-04-22  Kris JurkaWhen moveToCurrentRow is called and the current row...
2005-04-20  Tom LaneDon't try to run clauseless index scans on index types...
2005-04-20  Tom LaneFix mis-display of negative fractional seconds in inter...
2005-04-19  Teodor SigaevAdd comment about permissions on pg_ts* tables
2005-04-18  Kris JurkaWhen positioned before the start of a ResultSet issuing...
2005-04-14  Tom LaneDon't try to constant-fold functions returning RECORD...
2005-04-10  Tom LaneMake constant-folding produce sane output for COALESCE...
2005-04-04  Tom LaneIn cost_mergejoin, the early-exit effect should not...
2005-03-31  Tom LaneFlush any remaining statistics counts out to the collec...
2005-03-31  Teodor SigaevFix various comparing functions
2005-03-26  Tom LanePrevent to_char(interval) from dumping core on month...
2005-03-24  Tom Lanearray_map can't use the fn_extra field of the provided...
2005-03-23  Tom LanePrevious "64-bit fix" for intagg didn't actually work...
2005-03-12  Tom LaneFix ALTER DATABASE RENAME to allow the operation if...
2005-03-12  Neil ConwaySome builds (depends on crypto engine support?) of...
2005-03-05  Teodor SigaevPrevent rank change in case of duplicate search terms
2005-03-01  Tom LaneRelease proclock immediately in RemoveFromWaitQueue...
2005-02-22  Tom LaneDocument that only a table's owner may TRUNCATE it...
2005-02-19  Tom LaneEnsure that the resolved datatype of any unknown Param...
2005-02-14  Tom LaneALTER LANGUAGE RENAME has never worked. Per Sergey...
2005-02-10  Tom LaneBack-patch fix for a typo that unintentionally disabled...
2005-02-08  Tom LaneIf we're gonna check for array overrun, we really shoul...
next