summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 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
* Use __sync_lock_test_and_set() for spinlocks on ARM, if available.Tom Lane2012-01-072-2/+26
* 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
* 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
* 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
* 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
* Stamp 9.1.2.REL9_1_2Tom Lane2011-12-013-10/+10
* Translation updatesPeter Eisentraut2011-12-0129-14133/+14584
* Fix getTypeIOParam to support type record[].Tom Lane2011-12-013-3/+38
* 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
* 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
* 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
* Avoid floating-point underflow while tracking buffer allocation rate.Tom Lane2011-11-191-1/+12
* 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
* Avoid platform-dependent infinite loop in pg_dump.Tom Lane2011-11-101-2/+9