aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Classify DROP operations by whether or not they are user-initiated.Robert Haas2012-01-26
* Track temporary file count and size in pg_stat_databaseMagnus Hagander2012-01-26
* Damage control for yesterday's CheckIndexCompatible changes.Robert Haas2012-01-26
* Instrument index-only scans to count heap fetches performed.Robert Haas2012-01-25
* Make CheckIndexCompatible simpler and more bullet-proof.Robert Haas2012-01-25
* Allow pg_basebackup from standby node with safety checking.Simon Riggs2012-01-25
* Add pg_trigger_depth() functionAlvaro Herrera2012-01-25
* Add new replication mode synchronous_commit = 'write'.Simon Riggs2012-01-24
* Remove quotes around format_type_be() outputPeter Eisentraut2012-01-24
* Suppress variable-clobbered-by-longjmp warning seen with older gcc versions.Tom Lane2012-01-24
* Suppress possibly-uninitialized-variable warning seen with older gcc versions.Tom Lane2012-01-24
* Reduce tab outdent of "error handling" GUC comments in postgresql.conf,Bruce Momjian2012-01-24
* Resolve timing issue with logging locks for Hot Standby.Simon Riggs2012-01-23
* ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs2012-01-23
* Further doc cleanups from the pg_stat_activity changesMagnus Hagander2012-01-20
* Add bitwise AND, OR, and NOT operators for macaddr data type.Robert Haas2012-01-19
* Separate state from query string in pg_stat_activityMagnus Hagander2012-01-19
* Make pg_relation_size() and friends return NULL if the object doesn't exist.Heikki Linnakangas2012-01-19
* Fix corner case in cleanup of transactions using SSI.Heikki Linnakangas2012-01-18
* Fix warning about unused variableMagnus Hagander2012-01-18
* Catch fatal flex errors in the GUC file lexer.Robert Haas2012-01-17
* fastgetattr is in access/htup.h, not access/heapam.hRobert Haas2012-01-16
* Disallow merging ONLY constraints in children tablesAlvaro Herrera2012-01-16
* Prevent adding relations to a concurrently dropped schema.Robert Haas2012-01-16
* Fix poll() implementation of WaitLatchOrSocket to notice postmaster death.Heikki Linnakangas2012-01-15
* Allow a user to kill his own queries using pg_cancel_backend()Magnus Hagander2012-01-15
* Make superuser imply replication privilege. The idea of a privilege thatHeikki Linnakangas2012-01-14
* Fix broken logic in lazy_vacuum_heap.Robert Haas2012-01-13
* Typo fix.Robert Haas2012-01-13
* Correctly initialise shared recoveryLastRecPtr in recovery.Simon Riggs2012-01-13
* Minor but necessary improvements to WAL keepalivesSimon Riggs2012-01-13
* Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.Tom Lane2012-01-12
* Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was alwaysHeikki Linnakangas2012-01-11
* Refactor XLogInsert a bit. The rdata entries for backup blocks are nowHeikki Linnakangas2012-01-11
* Support CREATE TABLE (LIKE ...) with foreign tables and viewsPeter Eisentraut2012-01-10
* Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut2012-01-07
* Fix backwards logic in previous commit.Robert Haas2012-01-06
* Improve behavior of concurrent ALTER TABLE, and do some refactoring.Robert Haas2012-01-06
* Make the number of CLOG buffers adaptive, based on shared_buffers.Robert Haas2012-01-06
* Fix variable confusion in BufferSync().Robert Haas2012-01-06
* Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut2012-01-05
* Make executor's SELECT INTO code save and restore original tuple receiver.Tom Lane2012-01-04
* Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE.Tom Lane2012-01-02
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Send new protocol keepalive messages to standby servers.Simon Riggs2011-12-31
* Revert "Remove troublesome Asserts in cost_mergejoin()."Tom Lane2011-12-30
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-27
* Remove support for on_exit()Peter Eisentraut2011-12-27
* Sort file list when creating gettext-filesPeter Eisentraut2011-12-27
* Rethink representation of index clauses' mapping to index columns.Tom Lane2011-12-24