summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
...
* Support CREATE TABLE (LIKE ...) with foreign tables and viewsPeter Eisentraut2012-01-101-2/+4
* Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut2012-01-075-40/+32
* Fix backwards logic in previous commit.Robert Haas2012-01-061-5/+6
* Improve behavior of concurrent ALTER TABLE, and do some refactoring.Robert Haas2012-01-063-251/+166
* Make the number of CLOG buffers adaptive, based on shared_buffers.Robert Haas2012-01-062-3/+32
* Fix variable confusion in BufferSync().Robert Haas2012-01-061-1/+1
* Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut2012-01-055-2/+32
* Make executor's SELECT INTO code save and restore original tuple receiver.Tom Lane2012-01-041-5/+15
* Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE.Tom Lane2012-01-021-1/+27
* Update copyright notices for year 2012.Bruce Momjian2012-01-01560-560/+560
* Send new protocol keepalive messages to standby servers.Simon Riggs2011-12-314-16/+179
* Revert "Remove troublesome Asserts in cost_mergejoin()."Tom Lane2011-12-301-0/+3
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-272-3/+3
* Remove support for on_exit()Peter Eisentraut2011-12-271-21/+2
* Sort file list when creating gettext-filesPeter Eisentraut2011-12-271-1/+1
* Rethink representation of index clauses' mapping to index columns.Tom Lane2011-12-248-615/+487
* Improve planner's handling of duplicated index column expressions.Tom Lane2011-12-236-303/+492
* Add bytea_agg, parallel to string_agg.Robert Haas2011-12-231-0/+47
* Add a security_barrier option for views.Robert Haas2011-12-2213-29/+125
* Add ALTER DOMAIN ... RENAMEPeter Eisentraut2011-12-223-2/+20
* Update per-column ACLs, not only per-table ACL, when changing table owner.Tom Lane2011-12-211-0/+75
* Improve behavior of concurrent CLUSTER.Robert Haas2011-12-213-43/+44
* Take fewer snapshots.Robert Haas2011-12-215-31/+38
* Shave a few cycles in string_agg().Robert Haas2011-12-211-1/+1
* Fix gincostestimate to handle ScalarArrayOpExpr reasonably.Tom Lane2011-12-201-144/+352
* Avoid crashing when we have problems unlinking files post-commit.Tom Lane2011-12-204-26/+20
* Add support for privileges on typesPeter Eisentraut2011-12-2012-22/+690
* Rename updateNodeLink to spgUpdateNodeLink.Tom Lane2011-12-192-15/+15
* Allow CHECK constraints to be declared ONLYAlvaro Herrera2011-12-197-28/+64
* Teach SP-GiST to do index-only scans.Tom Lane2011-12-196-104/+186
* Replace simple constant pg_am.amcanreturn with an AM support function.Tom Lane2011-12-185-3/+43
* Defend against null scankeys in spgist searches.Tom Lane2011-12-171-6/+24
* Fix some long-obsolete references to XLogOpenRelation.Tom Lane2011-12-172-5/+3
* Fix compiler warning seen on 64-bit machine.Tom Lane2011-12-171-2/+2
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-1715-2/+7122
* Various micro-optimizations for GetSnapshopData().Robert Haas2011-12-161-17/+20
* include_if_exists facility for config file.Andrew Dunstan2011-12-151-8/+33
* Improve behavior of concurrent ALTER <relation> .. SET SCHEMA.Robert Haas2011-12-152-44/+70
* Improve behavior of concurrent rename statements.Robert Haas2011-12-155-134/+188
* Move BKP_REMOVABLE bit from individual WAL records to WAL page headers.Tom Lane2011-12-122-27/+35
* Revert the behavior of inet/cidr functions to not unpack the arguments.Heikki Linnakangas2011-12-121-49/+49
* Miscellaneous cleanup to silence compiler warnings seen on Mingw.Andrew Dunstan2011-12-103-0/+20
* Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAMEPeter Eisentraut2011-12-093-0/+100
* Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,Heikki Linnakangas2011-12-092-5/+18
* Cancel running query if it is detected that the connection to the client isHeikki Linnakangas2011-12-093-1/+18
* Add const qualifiers to node inspection functionsPeter Eisentraut2011-12-077-872/+872
* Fix corner cases in readlink() usage.Tom Lane2011-12-072-18/+46
* Better error reporting if the link target is too longMagnus Hagander2011-12-071-1/+4
* Avoid using readlink() on platforms that don't support itMagnus Hagander2011-12-071-3/+22
* Remove spclocation field from pg_tablespaceMagnus Hagander2011-12-072-2/+39