index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix overly tense optimization of PLpgSQL_func_hashkey: we must represent
Tom Lane
2008-10-09
*
When a relation is moved to another tablespace, we can't assume that we can
Heikki Linnakangas
2008-10-07
*
Fix improper display of fractional seconds in interval values
Tom Lane
2008-10-02
*
Recent patches to pg_ctl broke "pg_ctl restart" for the case where no
Tom Lane
2008-09-30
*
Fix more problems with rewriter failing to set Query.hasSubLinks when inserting
Tom Lane
2008-09-24
*
Make sure pg_control is opened in binary mode, to deal
Magnus Hagander
2008-09-24
*
tag for 8.2.10
REL8_2_10
Marc G. Fournier
2008-09-19
*
Update back-branch release notes.
Tom Lane
2008-09-19
*
Update time zone data files to tzdata release 2008f (DST law changes in
Tom Lane
2008-09-17
*
Widen the nLocks counts in local lock tables from int to int64. This
Tom Lane
2008-09-16
*
Initialize the minimum frozen Xid in vac_update_datfrozenxid using
Alvaro Herrera
2008-09-11
*
Fix plpgsql's exec_move_row() to supply valid type OIDs to exec_assign_value()
Tom Lane
2008-09-01
*
Fix pg_dump docs to acknowledge that you can use -Z with plain text output. ...
Tom Lane
2008-08-26
*
Fix possible duplicate tuples while GiST scan. Now page is processed
Teodor Sigaev
2008-08-23
*
Make libpq on windows not try to send chunks larger than 64Kb.
Magnus Hagander
2008-08-20
*
Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexec
Tom Lane
2008-08-16
*
Fix pull_up_simple_union_all to copy all rtable entries from child subquery to
Heikki Linnakangas
2008-08-14
*
Install checks in executor startup to ensure that the tuples produced by an
Tom Lane
2008-08-08
*
Do not allow Unique nodes to be scanned backwards. The code claimed that it
Tom Lane
2008-08-05
*
Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part.
Tom Lane
2008-07-24
*
Update link to Oleg and Teodor's GIN page.
Tom Lane
2008-07-22
*
Fix an oversight in the original implementation of performMultipleDeletions():
Tom Lane
2008-07-11
*
Fix mis-calculation of extParam/allParam sets for plan nodes, as seen in
Tom Lane
2008-07-10
*
Fix performance bug in write_syslog(): the code to preferentially break the
Tom Lane
2008-07-08
*
Fix estimate_num_groups() to assume that GROUP BY expressions yielding boolean
Tom Lane
2008-07-07
*
Fix AT TIME ZONE (in all three variants) so that we first try to interpret
Tom Lane
2008-07-07
*
Prevent integer overflows during units conversion when displaying a GUC
Tom Lane
2008-07-06
*
Fix identify_system_timezone() so that it tests the behavior of the system
Tom Lane
2008-07-01
*
Fix 'pg_ctl reload' to properly preserve postmaster commend-line
Bruce Momjian
2008-06-27
*
Clean up a number of bogosities around pltcl's handling of the Tcl "result":
Tom Lane
2008-06-17
*
Fix bug in the WAL recovery code to finish an incomplete split.
Heikki Linnakangas
2008-06-11
*
Create a script to handle stamping release version numbers into files,
Tom Lane
2008-06-10
*
Fix datetime input functions to correctly detect integer overflow when
Tom Lane
2008-06-09
*
tag 8.2.9
REL8_2_9
Marc G. Fournier
2008-06-09
*
Stamp 8.2.9 (except for configure.in/configure)
Tom Lane
2008-06-08
*
Update release notes for ALTER AGGREGATE fix.
Tom Lane
2008-06-08
*
ALTER AGGREGATE OWNER seems to have been missed by the last couple of
Tom Lane
2008-06-08
*
Update release notes for 8.3.3 et al.
Tom Lane
2008-06-07
*
Fix pg_get_ruledef() so that negative numeric constants are parenthesized.
Tom Lane
2008-06-06
*
tag 8.2.8
REL8_2_8
Marc G. Fournier
2008-06-06
*
Stamp 8.2.8 (except for configure.in/configure)
Tom Lane
2008-06-05
*
Translation updates.
Tom Lane
2008-06-05
*
Added SQL to list of allowed variable names.
Michael Meskes
2008-06-04
*
Draft release notes for upcoming back-branch updates.
Tom Lane
2008-06-04
*
Update time zone data files to tzdata release 2008c (DST law changes in
Tom Lane
2008-06-01
*
Fix some bugs introduced by the 8.2-era conversion of cube functions to V1
Tom Lane
2008-05-29
*
Update odbc URL.
Bruce Momjian
2008-05-29
*
Backpatch Zdenek Kotala's fix to prevent pglz_decompress from stomping on
Tom Lane
2008-05-28
*
Improve GRANT documentation to point out that UPDATE and DELETE typically
Tom Lane
2008-05-28
*
Require bind_textdomain_codeset() not just gettext() to enable NLS support.
Tom Lane
2008-05-27
[next]