Commit Graph

2548 Commits (f11af2bcab36b51a7e41df7986d6f030459d7d09)

Author SHA1 Message Date
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
Tom Lane 74c1723fc8 Remove user-selectable ANALYZE option for range types. 14 years ago
Tom Lane df73584431 Remove zero- and one-argument range constructor functions. 14 years ago
Tom Lane a4ffcc8e11 More code review for rangetypes patch. 14 years ago
Tom Lane b985d48779 Further code review for range types patch. 14 years ago
Robert Haas fc6d1006bd Further consolidation of DROP statement handling. 14 years ago
Robert Haas 67dc4eed42 Remove ancient downcasing code from procedural language operations. 14 years ago
Tom Lane ad50934eaa Fix alignment and toasting bugs in range types. 14 years ago
Bruce Momjian 1a2586c1d0 Rerun pgindent with updated typedef list. 14 years ago
Bruce Momjian cdaa45fd4b Run pgindent on range type files, per request from Tom. 14 years ago
Robert Haas 452d1d193d Fix compiler warning. 14 years ago
Heikki Linnakangas d326d9e8ea In COPY, insert tuples to the heap in batches. 14 years ago
Robert Haas 0e1c4b7d97 Rewrite comment for slightly greater accuracy. 14 years ago
Robert Haas bbb6e559c4 Make VACUUM avoid waiting for a cleanup lock, where possible. 14 years ago
Heikki Linnakangas 4429f6a9e3 Support range data types. 14 years ago
Simon Riggs f3ebaad45b Comment changes to show bgwriter no longer performs checkpoints. 14 years ago
Tom Lane 1e3b21dd5e Change FK trigger naming convention to fix self-referential FKs. 14 years ago
Tom Lane 58958726ff Change FK trigger creation order to better support self-referential FKs. 14 years ago
Tom Lane 5ac5980744 More cleanup after failed reduced-lock-levels-for-DDL feature. 14 years ago
Robert Haas 980261929f Fix DROP OPERATOR FAMILY IF EXISTS. 14 years ago
Robert Haas 1d751018d8 Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF EXISTS. 14 years ago
Robert Haas 82a4a777d9 Consolidate DROP handling for some object types. 14 years ago
Tom Lane aa90e148ca Suppress -Wunused-result warnings about write() and fwrite(). 14 years ago
Tom Lane e6858e6657 Measure the number of all-visible pages for use in index-only scan costing. 14 years ago
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql. 14 years ago
Tom Lane a0185461dd Rearrange the implementation of index-only scans. 14 years ago
Robert Haas c0f03aae04 Fix ALTER TABLE ONLY .. DROP CONSTRAINT. 14 years ago
Tom Lane a2822fb933 Support index-only scans using the visibility map to avoid heap fetches. 14 years ago
Tom Lane ba6f629326 Improve and simplify CREATE EXTENSION's management of GUC variables. 14 years ago
Tom Lane 41e461d36f Improve define_custom_variable's handling of pre-existing settings. 14 years ago