summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2012-02-24Add some enumeration commas, for consistencyPeter Eisentraut
2012-02-23Require execute permission on the trigger function for CREATE TRIGGER.Tom Lane
2012-02-23Remove inappropriate quotesPeter Eisentraut
2012-02-23Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.Robert Haas
2012-02-23Fix typo in comment.Robert Haas
2012-02-22REASSIGN OWNED: Support foreign data wrappers and serversAlvaro Herrera
2012-02-15Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane
2012-02-14Allow LEAKPROOF functions for better performance of security views.Robert Haas
2012-02-07Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas
2012-02-06Avoid throwing ERROR during WAL replay of DROP TABLESPACE.Tom Lane
2012-02-05Fix transient clobbering of shared buffers during WAL replay.Tom Lane
2012-02-03Add array_to_json and row_to_json functions.Andrew Dunstan
2012-01-31Built-in JSON data type.Robert Haas
2012-01-30Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.Heikki Linnakangas
2012-01-27Disallow ALTER DOMAIN on non-domain type everywherePeter Eisentraut
2012-01-26Be more clear when a new column name collides with a system column name.Robert Haas
2012-01-26Classify DROP operations by whether or not they are user-initiated.Robert Haas
2012-01-26Damage control for yesterday's CheckIndexCompatible changes.Robert Haas
2012-01-26Instrument index-only scans to count heap fetches performed.Robert Haas
2012-01-25Make CheckIndexCompatible simpler and more bullet-proof.Robert Haas
2012-01-25Add pg_trigger_depth() functionAlvaro Herrera
2012-01-23ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs
2012-01-18Fix warning about unused variableMagnus Hagander
2012-01-16Disallow merging ONLY constraints in children tablesAlvaro Herrera
2012-01-16Prevent adding relations to a concurrently dropped schema.Robert Haas
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-12Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.Tom Lane
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-05Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
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-19Add support for privileges on typesPeter Eisentraut
2011-12-19Allow CHECK constraints to be declared ONLYAlvaro Herrera
2011-12-16Improve behavior of concurrent ALTER <relation> .. SET SCHEMA.Robert Haas
2011-12-16Improve behavior of concurrent rename statements.Robert Haas
2011-12-09Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAMEPeter Eisentraut
2011-12-07Remove spclocation field from pg_tablespaceMagnus Hagander
2011-12-07Create a "sort support" interface API for faster sorting.Tom Lane
2011-12-06Typo fixes for commit 2ad36c4e44c8b513f6155656e1b7a8d26715bb94.Robert Haas
2011-11-30Improve table locking behavior in the face of current DDL.Robert Haas
2011-11-29Disallow deletion of CurrentExtensionObject while running extension script.Tom Lane
2011-11-25Improve logging of autovacuum I/O activityAlvaro Herrera
2011-11-25Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas
2011-11-23Creator of a range type must have permission to call support functions.Tom Lane