aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Repair error in description of nonblocking usage of PQgetCopyData().Tom Lane2005-06-09
* Code for SET/SHOW TIME ZONE with a fixed-interval timezone was notTom Lane2005-06-05
* Push enable/disable of notify and catchup interrupts all the way downTom Lane2005-06-02
* Fixed memory leak in ecpglib by adding some missing free() commands.Michael Meskes2005-06-02
* Prevent to divide by zero and range out of 0..1Teodor Sigaev2005-06-01
* Add test to WAL replay to verify that xl_prev points back to the previousTom Lane2005-05-31
* expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1Tom Lane2005-05-29
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-26
* Translation updatesPeter Eisentraut2005-05-25
* Fix previous patch to exprTypmod.Tatsuo Ishii2005-05-25
* Inserting 5 characters into char(10) does not produce 5 padding spacesTatsuo Ishii2005-05-24
* Previous fix for "x FULL JOIN y ON true" failed to handle the caseTom Lane2005-05-24
* Guard against duplicate IDs in input file in SortTocFromFile().Tom Lane2005-05-17
* Update release notes for upcoming re-releases.REL7_4_8Tom Lane2005-05-09
* Update release checklist to reflect that HISTORY and INSTALL don'tTom Lane2005-05-08
* In Blob.getBytes(long position, int length) position is an offsetKris Jurka2005-05-08
* Repair very-low-probability race condition between relation extensionTom Lane2005-05-07
* Adjust time qual checking code so that we always check TransactionIdIsInProgressTom Lane2005-05-07
* Stamp release 7.4.8.Tom Lane2005-05-05
* Make standalone backends ignore pg_database.datallowconn, so that thereTom Lane2005-05-05
* Add WSACleanup() for Win32 socket cleanup.Bruce Momjian2005-05-05
* Alter the signature for encoding conversion functions to declare theTom Lane2005-05-03
* Change tsearch2 to not use the unsafe practice of creating functionsTom Lane2005-05-03
* GCC 4.0 includes a new warning option, -Wformat-literal, that emitsNeil Conway2005-04-30
* This patch fixes a bug in the error message emitted by pg_restore on anNeil Conway2005-04-30
* Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. ComparisonTom Lane2005-04-23
* int_aggregate's int_enum() doesn't work correctly with arrays thatTom Lane2005-04-23
* Release build 216.Kris Jurka2005-04-22
* Updatable ResultSets need to check for an empty ResultSet becauseKris Jurka2005-04-22
* When moveToCurrentRow is called and the current row is off theKris Jurka2005-04-22
* Don't try to run clauseless index scans on index types that don't supportTom Lane2005-04-20
* Fix mis-display of negative fractional seconds in interval values forTom Lane2005-04-20
* Add comment about permissions on pg_ts* tablesTeodor Sigaev2005-04-19
* When positioned before the start of a ResultSet issuing relative(0)Kris Jurka2005-04-18
* Don't try to constant-fold functions returning RECORD, since the optimizerTom Lane2005-04-14
* Make constant-folding produce sane output for COALESCE(NULL,NULL),Tom Lane2005-04-10
* In cost_mergejoin, the early-exit effect should not apply to theTom Lane2005-04-04
* Flush any remaining statistics counts out to the collector at processTom Lane2005-03-31
* Fix various comparing functionsTeodor Sigaev2005-03-31
* Prevent to_char(interval) from dumping core on month-related formatsTom Lane2005-03-26
* array_map can't use the fn_extra field of the provided fcinfo struct asTom Lane2005-03-24
* Previous "64-bit fix" for intagg didn't actually work. This is alreadyTom Lane2005-03-23
* Fix ALTER DATABASE RENAME to allow the operation if user is a superuserTom Lane2005-03-12
* Some builds (depends on crypto engine support?) of OpenSSLNeil Conway2005-03-12
* Prevent rank change in case of duplicate search termsTeodor Sigaev2005-03-05
* Release proclock immediately in RemoveFromWaitQueue() if it representsTom Lane2005-03-01
* Document that only a table's owner may TRUNCATE it. Per Keith Worthington.Tom Lane2005-02-22
* Ensure that the resolved datatype of any unknown Param is propagatedTom Lane2005-02-19
* ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich.Tom Lane2005-02-14
* Back-patch fix for a typo that unintentionally disabled backward scansTom Lane2005-02-10