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