summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.1.3.REL9_1_3Tom Lane2012-02-236-21/+21
* Last-minute release note updates.Tom Lane2012-02-234-0/+187
* Convert newlines to spaces in names written in pg_dump comments.Tom Lane2012-02-231-4/+56
* Remove arbitrary limitation on length of common name in SSL certificates.Tom Lane2012-02-234-65/+105
* Require execute permission on the trigger function for CREATE TRIGGER.Tom Lane2012-02-232-3/+11
* Allow MinGW builds to use standardly-named OpenSSL libraries.Tom Lane2012-02-234-56/+68
* Translation updatesPeter Eisentraut2012-02-2353-40013/+75967
* Remove inappropriate quotesPeter Eisentraut2012-02-231-2/+2
* Draft release notes for 9.1.3, 9.0.7, 8.4.11, 8.3.18.Tom Lane2012-02-224-0/+1616
* REASSIGN OWNED: Support foreign data wrappers and serversAlvaro Herrera2012-02-223-31/+115
* Correctly initialise shared recoveryLastRecPtr in recovery.Simon Riggs2012-02-221-1/+1
* Don't clear btpo_cycleid during _bt_vacuum_one_page.Tom Lane2012-02-211-4/+3
* Avoid double close of file handle in syslogger on win32Magnus Hagander2012-02-211-2/+5
* Don't reject threaded Python on FreeBSD.Tom Lane2012-02-202-4/+4
* Fix regex back-references that are directly quantified with *.Tom Lane2012-02-202-29/+52
* Fix longstanding error in contrib/intarray's int[] & int[] operator.Tom Lane2012-02-163-6/+14
* Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane2012-02-156-42/+72
* Do not use the variable name when defining a varchar structure in ecpg.Michael Meskes2012-02-138-37/+29
* Fix auto-explain JSON output to be valid JSON.Andrew Dunstan2012-02-131-0/+7
* Fix I/O-conversion-related memory leaks in plpgsql.Tom Lane2012-02-111-66/+96
* Fix oversight in pg_dump's handling of extension configuration tables.Tom Lane2012-02-101-2/+7
* Fix brain fade in previous pg_dump patch.Tom Lane2012-02-101-3/+3
* Fix pg_dump for better handling of inherited columns.Tom Lane2012-02-104-157/+168
* Throw error sooner for unlogged GiST indexes.Tom Lane2012-02-081-0/+10
* Fix postmaster to attempt restart after a hot-standby crash.Tom Lane2012-02-061-4/+9
* Avoid throwing ERROR during WAL replay of DROP TABLESPACE.Tom Lane2012-02-061-18/+47
* Avoid problems with OID wraparound during WAL replay.Tom Lane2012-02-061-11/+12
* fe-misc.c depends on pg_config_paths.hAlvaro Herrera2012-02-061-0/+1
* Fix transient clobbering of shared buffers during WAL replay.Tom Lane2012-02-052-9/+24
* Resolve timing issue with logging locks for Hot Standby.Simon Riggs2012-02-014-44/+88
* Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.Heikki Linnakangas2012-01-302-7/+55
* Fix pushing of index-expression qualifications through UNION ALL.Tom Lane2012-01-294-1/+94
* Update statement about sorting of character-string data.Tom Lane2012-01-281-2/+7
* Fix handling of init_plans list in inheritance_planner().Tom Lane2012-01-283-2/+87
* Fix handling of data-modifying CTE subplans in EvalPlanQual.Tom Lane2012-01-282-20/+19
* Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv().Tom Lane2012-01-271-4/+4
* Fix wording, per Peter GeogheganMagnus Hagander2012-01-271-1/+1
* Now that the shared library name can be adjusted in the library test,Bruce Momjian2012-01-251-2/+1
* In pg_upgrade, when checking for the plpython library, we must check forBruce Momjian2012-01-241-1/+17
* Remove tab in 9.1 SGML file.Bruce Momjian2012-01-231-2/+2
* Fix corner case in cleanup of transactions using SSI.Heikki Linnakangas2012-01-181-3/+23
* Improve efficiency of recent changes to plperl's sv2cstr().Andrew Dunstan2012-01-154-9/+23
* Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.Tom Lane2012-01-123-19/+62
* Fix one-byte buffer overrun in contrib/test_parser.Tom Lane2012-01-091-9/+10
* Use __sync_lock_test_and_set() for spinlocks on ARM, if available.Tom Lane2012-01-074-2/+102
* Fix typo, pg_types_date.h => pgtypes_date.h.Tom Lane2012-01-061-1/+1
* Fix pg_restore's direct-to-database mode for INSERT-style table data.Tom Lane2012-01-064-11/+135
* Fix variable confusion in BufferSync().Robert Haas2012-01-061-1/+1
* Fix breakage from earlier plperl fix.Andrew Dunstan2012-01-051-8/+15
* Work around perl bug in SvPVutf8().Andrew Dunstan2012-01-051-1/+7