]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2005-02-07  Neil ConwayPrevent 4 more buffer overruns in the PL/PgSQL parser...
2005-02-06  Tom LaneRepair CLUSTER failure after ALTER TABLE SET WITHOUT...
2005-02-06  Tom LaneBack-port heap_deformtuple() into 7.4 branch; needed...
2005-01-30  Tom LaneRecommend security@postgresql.org as the contact point... REL7_4_7
2005-01-30  Tom LaneStamp release 7.4.7.
2005-01-29  Tom LaneWe haven't had a fixed limit on rule recursion depth...
2005-01-29  Tom LaneMake sure contrib C functions are marked strict where...
2005-01-27  Tom LaneCheck that aggregate creator has the right to execute...
2005-01-27  Tom LaneNow that I look at it, int_array_enum() didn't work...
2005-01-27  Tom LaneFix security and 64-bit issues in contrib/intagg. ...
2005-01-26  Tom LaneBack-patch 8.0 version of plperl_hash_from_tuple()...
2005-01-26  Neil ConwayMark the text_soundex() function as "strict", to avoid...
2005-01-24  Tom LaneDisallow LOAD to non-superusers. Per report from John...
2005-01-24  Tom LaneFix memory leak in rtdosplit, per report from Clive...
2005-01-23  Tom LaneThe result of a FULL or RIGHT join can't be assumed...
2005-01-21  Neil ConwayPrevent overrunning a heap-allocated buffer if more...
2005-01-13  Kris JurkaFix mapping infinite timestamp values to arbitrary...
2005-01-11  Tom Laneinterval_out failed to mention 'ago' for negative inter...
2004-12-23  Tom LaneAvoid memory leakage during VACUUM FULL when an index...
next