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 O(N^2) behavior in pg_dump when many objects are in dependency loops.
Tom Lane
2012-03-31
*
Fix O(N^2) behavior in pg_dump for large numbers of owned sequences.
Tom Lane
2012-03-31
*
Fix dblink's failure to report correct connection name in error messages.
Tom Lane
2012-03-29
*
Correct epoch of txid_current() when executed on a Hot Standby server.
Simon Riggs
2012-03-29
*
pg_basebackup: Error handling fixes.
Robert Haas
2012-03-28
*
Fix COPY FROM for null marker strings that correspond to invalid encoding.
Tom Lane
2012-03-25
*
Fix planner's handling of outer PlaceHolderVars within subqueries.
Tom Lane
2012-03-24
*
Cast some printf arguments to avoid possibly-nonportable behavior.
Tom Lane
2012-03-23
*
Update docs on numeric storage requirements.
Robert Haas
2012-03-23
*
Fix GET DIAGNOSTICS for case of assignment to function's first variable.
Tom Lane
2012-03-22
*
Back-patch contrib/vacuumlo's new -l (limit) option into 9.0 and 9.1.
Tom Lane
2012-03-21
*
Don't allow CREATE TABLE AS to put relations in pg_global.
Robert Haas
2012-03-21
*
Fix bug where walsender goes into a busy loop if connection is terminated.
Heikki Linnakangas
2012-03-21
*
Update struct Trigger in docs
Alvaro Herrera
2012-03-20
*
plperl: Package-qualify _TD
Alvaro Herrera
2012-03-19
*
In pg_upgrade, remove dependency on pg_config, as that might not be in
Bruce Momjian
2012-03-19
*
Honor inputdir and outputdir when converting regression files.
Andrew Dunstan
2012-03-17
*
pg_restore: Fix memory and file descriptor leak with directory format
Peter Eisentraut
2012-03-16
*
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-16
*
Patch some corner-case bugs in pl/python.
Tom Lane
2012-03-13
*
Remove tabs in SGML files
Bruce Momjian
2012-03-12
*
Add description for --no-locale and --text-search-config.
Tatsuo Ishii
2012-03-11
*
ecpg: Fix off-by-one error in memory copying
Peter Eisentraut
2012-03-11
*
ecpg: Fix rare memory leaks
Peter Eisentraut
2012-03-11
*
psql: Fix invalid memory access
Peter Eisentraut
2012-03-11
*
libpq: Fix memory leak
Peter Eisentraut
2012-03-11
*
Fix some issues with temp/transient tables in extension scripts.
Tom Lane
2012-03-08
*
Attempt to reduce locale dependencies in regression tests.
Robert Haas
2012-03-07
*
Improve documentation around logging_collector and use of stderr.
Tom Lane
2012-03-05
*
Allow child-relation entries to be made in ec_has_const EquivalenceClasses.
Tom Lane
2012-03-02
*
Simplify references to backslash-doubling in func.sgml.
Tom Lane
2012-02-29
*
Correctly detect SSI conflicts of prepared transactions after crash.
Heikki Linnakangas
2012-02-29
*
Fix some more bugs in GIN's WAL replay logic.
Tom Lane
2012-02-26
*
Stamp 9.1.3.
REL9_1_3
Tom Lane
2012-02-23
*
Last-minute release note updates.
Tom Lane
2012-02-23
*
Convert newlines to spaces in names written in pg_dump comments.
Tom Lane
2012-02-23
*
Remove arbitrary limitation on length of common name in SSL certificates.
Tom Lane
2012-02-23
*
Require execute permission on the trigger function for CREATE TRIGGER.
Tom Lane
2012-02-23
*
Allow MinGW builds to use standardly-named OpenSSL libraries.
Tom Lane
2012-02-23
*
Translation updates
Peter Eisentraut
2012-02-23
*
Remove inappropriate quotes
Peter Eisentraut
2012-02-23
*
Draft release notes for 9.1.3, 9.0.7, 8.4.11, 8.3.18.
Tom Lane
2012-02-22
*
REASSIGN OWNED: Support foreign data wrappers and servers
Alvaro Herrera
2012-02-22
*
Correctly initialise shared recoveryLastRecPtr in recovery.
Simon Riggs
2012-02-22
*
Don't clear btpo_cycleid during _bt_vacuum_one_page.
Tom Lane
2012-02-21
*
Avoid double close of file handle in syslogger on win32
Magnus Hagander
2012-02-21
*
Don't reject threaded Python on FreeBSD.
Tom Lane
2012-02-20
*
Fix regex back-references that are directly quantified with *.
Tom Lane
2012-02-20
*
Fix longstanding error in contrib/intarray's int[] & int[] operator.
Tom Lane
2012-02-16
*
Run a portal's cleanup hook immediately when pushing it to FAILED state.
Tom Lane
2012-02-15
[next]