summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* COPY's test for read-only transaction was backward; it prohibited COPY TOREL7_4_9Tom Lane2005-10-032-3/+9
* Stamp release 7.4.9.Tom Lane2005-10-035-18/+18
* Update release notes for pending back-branch releases.Tom Lane2005-10-031-783/+897
* Repair planning bug introduced in 7.4: outer-join ON clauses that referencedTom Lane2005-09-283-19/+67
* [ Patch to 7.4.X.]Bruce Momjian2005-09-251-3/+18
* Update Snowball. I have to update it because ofTeodor Sigaev2005-09-1511-2313/+2231
* Fix a mistake in the documentation for SPI_getbinval(), per Michael Fuhr.Neil Conway2005-09-121-2/+2
* Translation updatePeter Eisentraut2005-09-031-64/+68
* Fix missing rows in queryTeodor Sigaev2005-08-303-20/+43
* Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon,Tom Lane2005-08-258-203/+396
* Back-patch fix to correctly quote schema names in --no-owner mode.Tom Lane2005-08-251-2/+2
* - Check for NULL before checking whether argument is an array.Michael Meskes2005-08-242-26/+27
* Reject operator names >= NAMEDATALEN characters. These will not workTom Lane2005-08-161-1/+10
* array_in() and array_recv() need to be more paranoid about validatingTom Lane2005-08-151-12/+13
* int_array_enum function should be using fcinfo->flinfo->fn_extra forTom Lane2005-08-151-7/+8
* Fix count_usable_fds() to stop trying to open files once it reachesTom Lane2005-08-071-4/+14
* MemSet() must not cast its pointer argument to int32* until after it hasTom Lane2005-07-181-5/+6
* Make pg_regress accept a command-line option for the temporary installation'sTom Lane2005-07-172-5/+19
* Back-patch recent changes to alter the order of -L flags inserted fromTom Lane2005-07-171-2/+4
* ecpglib depends on last_path_separator from src/port/path.c, so we'dTom Lane2005-07-161-3/+11
* Back-patch 8.0's tightening of ORDER BY clauses in join regression test,Tom Lane2005-07-162-10/+10
* cube_1 variant is needed in 7.4 branch, per results from buildfarmTom Lane2005-07-161-0/+1292
* The geometry_2 variant appears to be needed in 7.4 branch as well asTom Lane2005-07-161-0/+532
* Fix bogus "extern int errno;" in back branches, per Andrew Dunstan.Tom Lane2005-07-161-1/+1
* Fix mis-backport of libpq memory leak fix. Per Michael Fuhr.Tom Lane2005-07-141-2/+2
* Fix libpq memory leak during PQreset() --- closePGconn() was notTom Lane2005-07-131-2/+23
* Make libpq_gettext save and restore errno in a Windows-compatible way.Tom Lane2005-07-081-1/+9
* Fix ancient memory leak in index_create(): RelationInitIndexAccessInfoTom Lane2005-06-251-5/+13
* Correct some code in pg_restore when reading the header of a tar archive:Neil Conway2005-06-221-9/+9
* plpgsql's exec_assign_value() freed the old value of a variable beforeTom Lane2005-06-201-17/+31
* When using C-string lookup keys in a dynahash.c hash table, use strncpy()Tom Lane2005-06-182-3/+13
* Translation updatesPeter Eisentraut2005-06-173-2978/+3078
* The random selection in function linear() could deliver a value equal to maxTom Lane2005-06-141-12/+25
* Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.Tatsuo Ishii2005-06-111-2/+2
* Repair error in description of nonblocking usage of PQgetCopyData().Tom Lane2005-06-091-3/+3
* Code for SET/SHOW TIME ZONE with a fixed-interval timezone was notTom Lane2005-06-051-1/+9
* Push enable/disable of notify and catchup interrupts all the way downTom Lane2005-06-023-23/+141
* Fixed memory leak in ecpglib by adding some missing free() commands.Michael Meskes2005-06-021-5/+2
* Prevent to divide by zero and range out of 0..1Teodor Sigaev2005-06-011-4/+7
* Add test to WAL replay to verify that xl_prev points back to the previousTom Lane2005-05-311-3/+34
* expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1Tom Lane2005-05-291-3/+3
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-267-75/+86
* Translation updatesPeter Eisentraut2005-05-253-256/+429
* Fix previous patch to exprTypmod.Tatsuo Ishii2005-05-251-3/+3
* Inserting 5 characters into char(10) does not produce 5 padding spacesTatsuo Ishii2005-05-241-2/+9
* Previous fix for "x FULL JOIN y ON true" failed to handle the caseTom Lane2005-05-241-7/+2
* Guard against duplicate IDs in input file in SortTocFromFile().Tom Lane2005-05-171-5/+8
* Update release notes for upcoming re-releases.REL7_4_8Tom Lane2005-05-091-4/+37
* Update release checklist to reflect that HISTORY and INSTALL don'tTom Lane2005-05-081-3/+2
* In Blob.getBytes(long position, int length) position is an offsetKris Jurka2005-05-083-11/+29