aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix overly tense optimization of PLpgSQL_func_hashkey: we must representTom Lane2008-10-09
* When a relation is moved to another tablespace, we can't assume that we canHeikki Linnakangas2008-10-07
* Fix improper display of fractional seconds in interval valuesTom Lane2008-10-02
* Recent patches to pg_ctl broke "pg_ctl restart" for the case where noTom Lane2008-09-30
* Fix more problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane2008-09-24
* Make sure pg_control is opened in binary mode, to dealMagnus Hagander2008-09-24
* tag for 8.2.10REL8_2_10Marc G. Fournier2008-09-19
* Update back-branch release notes.Tom Lane2008-09-19
* Update time zone data files to tzdata release 2008f (DST law changes inTom Lane2008-09-17
* Widen the nLocks counts in local lock tables from int to int64. ThisTom Lane2008-09-16
* Initialize the minimum frozen Xid in vac_update_datfrozenxid usingAlvaro Herrera2008-09-11
* Fix plpgsql's exec_move_row() to supply valid type OIDs to exec_assign_value()Tom Lane2008-09-01
* Fix pg_dump docs to acknowledge that you can use -Z with plain text output. ...Tom Lane2008-08-26
* Fix possible duplicate tuples while GiST scan. Now page is processedTeodor Sigaev2008-08-23
* Make libpq on windows not try to send chunks larger than 64Kb.Magnus Hagander2008-08-20
* Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexecTom Lane2008-08-16
* Fix pull_up_simple_union_all to copy all rtable entries from child subquery toHeikki Linnakangas2008-08-14
* Install checks in executor startup to ensure that the tuples produced by anTom Lane2008-08-08
* Do not allow Unique nodes to be scanned backwards. The code claimed that itTom Lane2008-08-05
* Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part.Tom Lane2008-07-24
* Update link to Oleg and Teodor's GIN page.Tom Lane2008-07-22
* Fix an oversight in the original implementation of performMultipleDeletions():Tom Lane2008-07-11
* Fix mis-calculation of extParam/allParam sets for plan nodes, as seen inTom Lane2008-07-10
* Fix performance bug in write_syslog(): the code to preferentially break theTom Lane2008-07-08
* Fix estimate_num_groups() to assume that GROUP BY expressions yielding booleanTom Lane2008-07-07
* Fix AT TIME ZONE (in all three variants) so that we first try to interpretTom Lane2008-07-07
* Prevent integer overflows during units conversion when displaying a GUCTom Lane2008-07-06
* Fix identify_system_timezone() so that it tests the behavior of the systemTom Lane2008-07-01
* Fix 'pg_ctl reload' to properly preserve postmaster commend-lineBruce Momjian2008-06-27
* Clean up a number of bogosities around pltcl's handling of the Tcl "result":Tom Lane2008-06-17
* Fix bug in the WAL recovery code to finish an incomplete split.Heikki Linnakangas2008-06-11
* Create a script to handle stamping release version numbers into files,Tom Lane2008-06-10
* Fix datetime input functions to correctly detect integer overflow whenTom Lane2008-06-09
* tag 8.2.9REL8_2_9Marc G. Fournier2008-06-09
* Stamp 8.2.9 (except for configure.in/configure)Tom Lane2008-06-08
* Update release notes for ALTER AGGREGATE fix.Tom Lane2008-06-08
* ALTER AGGREGATE OWNER seems to have been missed by the last couple ofTom Lane2008-06-08
* Update release notes for 8.3.3 et al.Tom Lane2008-06-07
* Fix pg_get_ruledef() so that negative numeric constants are parenthesized.Tom Lane2008-06-06
* tag 8.2.8REL8_2_8Marc G. Fournier2008-06-06
* Stamp 8.2.8 (except for configure.in/configure)Tom Lane2008-06-05
* Translation updates.Tom Lane2008-06-05
* Added SQL to list of allowed variable names.Michael Meskes2008-06-04
* Draft release notes for upcoming back-branch updates.Tom Lane2008-06-04
* Update time zone data files to tzdata release 2008c (DST law changes inTom Lane2008-06-01
* Fix some bugs introduced by the 8.2-era conversion of cube functions to V1Tom Lane2008-05-29
* Update odbc URL.Bruce Momjian2008-05-29
* Backpatch Zdenek Kotala's fix to prevent pglz_decompress from stomping onTom Lane2008-05-28
* Improve GRANT documentation to point out that UPDATE and DELETE typicallyTom Lane2008-05-28
* Require bind_textdomain_codeset() not just gettext() to enable NLS support.Tom Lane2008-05-27