summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make executor's SELECT INTO code save and restore original tuple receiver.Tom Lane2012-01-043-5/+55
* Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE.Tom Lane2012-01-023-1/+35
* Update per-column ACLs, not only per-table ACL, when changing table owner.Tom Lane2011-12-211-0/+75
* Fix gincostestimate to handle ScalarArrayOpExpr reasonably.Tom Lane2011-12-203-144/+366
* Avoid crashing when we have problems unlinking files post-commit.Tom Lane2011-12-204-26/+20
* In ecpg removed old leftover check for given connection name.Michael Meskes2011-12-181-5/+0
* Fix reference to "verify-ca" and "verify-full" in a note in the docs.Heikki Linnakangas2011-12-161-1/+1
* Disable excessive FP optimization by recent versions of gcc.Andrew Dunstan2011-12-142-0/+63
* Revert the behavior of inet/cidr functions to not unpack the arguments.Heikki Linnakangas2011-12-122-50/+50
* Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,Heikki Linnakangas2011-12-091-4/+17
* Fix corner cases in readlink() usage.Tom Lane2011-12-071-14/+38
* Avoid using readlink() on platforms that don't support itMagnus Hagander2011-12-071-3/+22
* Add missing documentation for function pg_stat_get_wal_senders()Magnus Hagander2011-12-061-0/+9
* In pg_upgrade, allow tables using regclass to be upgraded because weBruce Momjian2011-12-052-2/+2
* Applied another patch by Zoltan to fix memory alignement issues in ecpg's sqldaMichael Meskes2011-12-041-12/+19
* Treat ENOTDIR as ENOENT when looking for client certificate fileMagnus Hagander2011-12-031-1/+1
* Add some weasel wording about threaded usage of PGresults.Tom Lane2011-12-021-2/+6
* Stamp 9.1.2.REL9_1_2Tom Lane2011-12-016-21/+21
* Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax.Tom Lane2011-12-011-9/+12
* Translation updatesPeter Eisentraut2011-12-0129-14133/+14584
* Fix getTypeIOParam to support type record[].Tom Lane2011-12-013-3/+38
* Update information about configuring SysV IPC parameters on NetBSD.Tom Lane2011-11-301-18/+44
* Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23.Tom Lane2011-11-305-0/+1835
* Update time zone data files to tzdata release 2011n.Tom Lane2011-11-308-54/+294
* Tweak previous patch to ensure edata->filename always gets initialized.Tom Lane2011-11-301-2/+6
* Strip file names reported in error messages in vpath buildsPeter Eisentraut2011-11-301-2/+16
* Prevent autovacuum transactions from running in serializable mode.Tom Lane2011-11-291-1/+31
* pg_dump: Add gettext plural support to error messagePeter Eisentraut2011-11-291-1/+3
* Disallow deletion of CurrentExtensionObject while running extension script.Tom Lane2011-11-281-0/+17
* Remove erroneous claim about use of pg_locks.objid for advisory locks.Tom Lane2011-11-281-23/+25
* Fix some bogosities in pg_dump's foreign-table support.Tom Lane2011-11-281-22/+39
* Ensure that whole-row junk Vars are always of composite type.Tom Lane2011-11-275-27/+38
* Fix MSVC builds broken by xsubpp changeAndrew Dunstan2011-11-271-2/+1
* Use the right interpreter for encoding test.Andrew Dunstan2011-11-262-2/+2
* Use the preferred version of xsubpp, not necessarily the one that came with theAndrew Dunstan2011-11-262-3/+9
* Fix overly-aggressive and inconsistent quoting in OS X start script.Tom Lane2011-11-261-6/+6
* Ensure plperl strings are always correctly UTF8 encoded.Andrew Dunstan2011-11-264-2/+32
* Allow pg_upgrade to upgrade clusters that use exclusion contraints byBruce Momjian2011-11-251-1/+1
* Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records.Tom Lane2011-11-251-0/+2
* Preserve SQLSTATE when an SPI error is propagated through PL/pythonHeikki Linnakangas2011-11-244-6/+72
* Fix citext upgrade script to update derived copies of pg_type.typcollation.Tom Lane2011-11-211-2/+40
* Avoid floating-point underflow while tracking buffer allocation rate.Tom Lane2011-11-191-1/+12
* Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch to 9.1.Bruce Momjian2011-11-171-1/+1
* Fix pg_upgrade's pg_scandir_internal() to properly handle a NULLBruce Momjian2011-11-171-1/+1
* Applied Zoltan's patch to correctly align interval and timestamp data in ecpg...Michael Meskes2011-11-171-4/+4
* Don't elide blank lines when accumulating psql command history.Robert Haas2011-11-151-2/+2
* Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling.Michael Meskes2011-11-131-1/+1
* In plpgsql, allow foreign tables to define row types.Tom Lane2011-11-121-4/+6
* Throw nice error if server is too old to support psql's \ef or \sf command.Tom Lane2011-11-101-2/+14
* Correct documentation for trace_userlocks.Robert Haas2011-11-101-5/+1