summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2012-01-14Make superuser imply replication privilege. The idea of a privilege thatHeikki Linnakangas
2012-01-13Fix broken logic in lazy_vacuum_heap.Robert Haas
2012-01-13Typo fix.Robert Haas
2012-01-13Correctly initialise shared recoveryLastRecPtr in recovery.Simon Riggs
2012-01-13Minor but necessary improvements to WAL keepalivesSimon Riggs
2012-01-12Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.Tom Lane
2012-01-11Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was alwaysHeikki Linnakangas
2012-01-11Refactor XLogInsert a bit. The rdata entries for backup blocks are nowHeikki Linnakangas
2012-01-10Support CREATE TABLE (LIKE ...) with foreign tables and viewsPeter Eisentraut
2012-01-07Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut
2012-01-07Fix backwards logic in previous commit.Robert Haas
2012-01-07Improve behavior of concurrent ALTER TABLE, and do some refactoring.Robert Haas
2012-01-06Make the number of CLOG buffers adaptive, based on shared_buffers.Robert Haas
2012-01-06Fix variable confusion in BufferSync().Robert Haas
2012-01-05Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut
2012-01-04Make executor's SELECT INTO code save and restore original tuple receiver.Tom Lane
2012-01-02Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-31Send new protocol keepalive messages to standby servers.Simon Riggs
2011-12-30Revert "Remove troublesome Asserts in cost_mergejoin()."Tom Lane
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2011-12-27Remove support for on_exit()Peter Eisentraut
2011-12-27Sort file list when creating gettext-filesPeter Eisentraut
2011-12-25Rethink representation of index clauses' mapping to index columns.Tom Lane
2011-12-23Improve planner's handling of duplicated index column expressions.Tom Lane
2011-12-23Add bytea_agg, parallel to string_agg.Robert Haas
2011-12-22Add a security_barrier option for views.Robert Haas
2011-12-22Add ALTER DOMAIN ... RENAMEPeter Eisentraut
2011-12-21Update per-column ACLs, not only per-table ACL, when changing table owner.Tom Lane
2011-12-21Improve behavior of concurrent CLUSTER.Robert Haas
2011-12-21Take fewer snapshots.Robert Haas
2011-12-21Shave a few cycles in string_agg().Robert Haas
2011-12-21Fix gincostestimate to handle ScalarArrayOpExpr reasonably.Tom Lane
2011-12-20Avoid crashing when we have problems unlinking files post-commit.Tom Lane
2011-12-19Add support for privileges on typesPeter Eisentraut
2011-12-19Rename updateNodeLink to spgUpdateNodeLink.Tom Lane
2011-12-19Allow CHECK constraints to be declared ONLYAlvaro Herrera
2011-12-19Teach SP-GiST to do index-only scans.Tom Lane
2011-12-18Replace simple constant pg_am.amcanreturn with an AM support function.Tom Lane
2011-12-18Defend against null scankeys in spgist searches.Tom Lane
2011-12-17Fix some long-obsolete references to XLogOpenRelation.Tom Lane
2011-12-17Fix compiler warning seen on 64-bit machine.Tom Lane
2011-12-17Add SP-GiST (space-partitioned GiST) index access method.Tom Lane
2011-12-17Various micro-optimizations for GetSnapshopData().Robert Haas
2011-12-16include_if_exists facility for config file.Andrew Dunstan
2011-12-16Improve behavior of concurrent ALTER <relation> .. SET SCHEMA.Robert Haas
2011-12-16Improve behavior of concurrent rename statements.Robert Haas
2011-12-12Move BKP_REMOVABLE bit from individual WAL records to WAL page headers.Tom Lane
2011-12-12Revert the behavior of inet/cidr functions to not unpack the arguments.Heikki Linnakangas
2011-12-10Miscellaneous cleanup to silence compiler warnings seen on Mingw.Andrew Dunstan