aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Back-patch fix to correctly quote schema names in --no-owner mode.Tom Lane2005-08-25
* - Check for NULL before checking whether argument is an array.Michael Meskes2005-08-24
* Reject operator names >= NAMEDATALEN characters. These will not workTom Lane2005-08-16
* array_in() and array_recv() need to be more paranoid about validatingTom Lane2005-08-15
* int_array_enum function should be using fcinfo->flinfo->fn_extra forTom Lane2005-08-15
* Fix count_usable_fds() to stop trying to open files once it reachesTom Lane2005-08-07
* MemSet() must not cast its pointer argument to int32* until after it hasTom Lane2005-07-18
* Make pg_regress accept a command-line option for the temporary installation'sTom Lane2005-07-17
* Back-patch recent changes to alter the order of -L flags inserted fromTom Lane2005-07-17
* ecpglib depends on last_path_separator from src/port/path.c, so we'dTom Lane2005-07-16
* Back-patch 8.0's tightening of ORDER BY clauses in join regression test,Tom Lane2005-07-16
* cube_1 variant is needed in 7.4 branch, per results from buildfarmTom Lane2005-07-16
* The geometry_2 variant appears to be needed in 7.4 branch as well asTom Lane2005-07-16
* Fix bogus "extern int errno;" in back branches, per Andrew Dunstan.Tom Lane2005-07-16
* Fix mis-backport of libpq memory leak fix. Per Michael Fuhr.Tom Lane2005-07-14
* Fix libpq memory leak during PQreset() --- closePGconn() was notTom Lane2005-07-13
* Make libpq_gettext save and restore errno in a Windows-compatible way.Tom Lane2005-07-08
* Fix ancient memory leak in index_create(): RelationInitIndexAccessInfoTom Lane2005-06-25
* Correct some code in pg_restore when reading the header of a tar archive:Neil Conway2005-06-22
* plpgsql's exec_assign_value() freed the old value of a variable beforeTom Lane2005-06-20
* When using C-string lookup keys in a dynahash.c hash table, use strncpy()Tom Lane2005-06-18
* Translation updatesPeter Eisentraut2005-06-17
* The random selection in function linear() could deliver a value equal to maxTom Lane2005-06-14
* Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.Tatsuo Ishii2005-06-11
* 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