Commit Graph

2427 Commits (ac086d466d124337ba87c8eca9aca2417c5bb98f)

Author SHA1 Message Date
Peter Eisentraut 9cfd800aab Add some enumeration commas, for consistency 14 years ago
Tom Lane 891e6e7bfd Require execute permission on the trigger function for CREATE TRIGGER. 14 years ago
Peter Eisentraut c9d7004440 Remove inappropriate quotes 14 years ago
Robert Haas 2254367435 Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written. 14 years ago
Robert Haas f74f9a277c Fix typo in comment. 14 years ago
Alvaro Herrera a417f85e1d REASSIGN OWNED: Support foreign data wrappers and servers 14 years ago
Tom Lane 4bfe68dfab Run a portal's cleanup hook immediately when pushing it to FAILED state. 14 years ago
Robert Haas cd30728fb2 Allow LEAKPROOF functions for better performance of security views. 14 years ago
Robert Haas af7914c662 Add TIMING option to EXPLAIN, to allow eliminating of timing overhead. 14 years ago
Tom Lane 5fc78efcec Avoid throwing ERROR during WAL replay of DROP TABLESPACE. 14 years ago
Tom Lane 17118825b8 Fix transient clobbering of shared buffers during WAL replay. 14 years ago
Andrew Dunstan 39909d1d39 Add array_to_json and row_to_json functions. 14 years ago
Robert Haas 5384a73f98 Built-in JSON data type. 14 years ago
Heikki Linnakangas a578257040 Accept a non-existent value in "ALTER USER/DATABASE SET ..." command. 14 years ago
Peter Eisentraut 2787458362 Disallow ALTER DOMAIN on non-domain type everywhere 14 years ago
Robert Haas 2d1371d3ee Be more clear when a new column name collides with a system column name. 14 years ago
Robert Haas 0e549697d1 Classify DROP operations by whether or not they are user-initiated. 14 years ago
Robert Haas 9d35116611 Damage control for yesterday's CheckIndexCompatible changes. 14 years ago
Robert Haas 9f9135d129 Instrument index-only scans to count heap fetches performed. 14 years ago
Robert Haas 6eb71ac552 Make CheckIndexCompatible simpler and more bullet-proof. 14 years ago
Alvaro Herrera 74ab96a45e Add pg_trigger_depth() function 14 years ago
Simon Riggs b8a91d9d1c ALTER <thing> [IF EXISTS] ... allows silent DDL if required, 14 years ago
Magnus Hagander ae137bcaab Fix warning about unused variable 14 years ago
Alvaro Herrera 3b11247aad Disallow merging ONLY constraints in children tables 14 years ago
Robert Haas 1575fbcb79 Prevent adding relations to a concurrently dropped schema. 14 years ago
Heikki Linnakangas 00c5f55061 Make superuser imply replication privilege. The idea of a privilege that 14 years ago
Robert Haas d0dcb315db Fix broken logic in lazy_vacuum_heap. 14 years ago
Tom Lane 21b446dd09 Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows. 14 years ago
Robert Haas df970a0ac8 Fix backwards logic in previous commit. 14 years ago
Robert Haas 1489e2f26a Improve behavior of concurrent ALTER TABLE, and do some refactoring. 14 years ago
Peter Eisentraut 104e7dac28 Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Robert Haas 0e4611c023 Add a security_barrier option for views. 14 years ago
Peter Eisentraut f90dd28062 Add ALTER DOMAIN ... RENAME 14 years ago
Tom Lane c31224e257 Update per-column ACLs, not only per-table ACL, when changing table owner. 14 years ago
Robert Haas cbe24a6dd8 Improve behavior of concurrent CLUSTER. 14 years ago
Robert Haas d573e239f0 Take fewer snapshots. 14 years ago
Peter Eisentraut 729205571e Add support for privileges on types 14 years ago
Alvaro Herrera 61d81bd28d Allow CHECK constraints to be declared ONLY 14 years ago
Robert Haas 1da5c11959 Improve behavior of concurrent ALTER <relation> .. SET SCHEMA. 14 years ago
Robert Haas 74a1d4fe7c Improve behavior of concurrent rename statements. 14 years ago
Peter Eisentraut 5bcf8ede45 Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME 14 years ago
Magnus Hagander 16d8e594ac Remove spclocation field from pg_tablespace 14 years ago
Tom Lane c6e3ac11b6 Create a "sort support" interface API for faster sorting. 14 years ago
Robert Haas d2a662182e Typo fixes for commit 2ad36c4e44. 14 years ago
Robert Haas 2ad36c4e44 Improve table locking behavior in the face of current DDL. 14 years ago
Tom Lane 871dd024a6 Disallow deletion of CurrentExtensionObject while running extension script. 14 years ago
Alvaro Herrera 9d3b502443 Improve logging of autovacuum I/O activity 14 years ago
Robert Haas ed0b409d22 Move "hot" members of PGPROC into a separate PGXACT array. 14 years ago
Tom Lane a912a2784b Creator of a range type must have permission to call support functions. 14 years ago