Commit Graph

357 Commits (dd0183469bb779247c96e86c2272dca7ff4ec9e7)

Author SHA1 Message Date
Michael Paquier 66bde49d96 Fix inconsistencies and typos in the tree, take 10 6 years ago
Tom Lane d97b714a21 Avoid using lcons and list_delete_first where it's easy to do so. 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Tom Lane be76af171c Initial pgindent run for v12. 6 years ago
Andres Freund fdc7efcc30 Allow pg_class xid & multixid horizons to not be set. 6 years ago
Andres Freund d25f519107 tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE. 6 years ago
Robert Haas 6f97457e0d Add progress reporting for CLUSTER and VACUUM FULL. 6 years ago
Andres Freund c2fe139c20 tableam: Add and use scan APIs. 6 years ago
Andres Freund 8586bf7ed8 tableam: introduce table AM infrastructure. 6 years ago
Tom Lane f09346a9c6 Refactor planner's header files. 7 years ago
Andres Freund 346ed70b0a Rename RelationData.rd_amroutine to rd_indam. 7 years ago
Andres Freund c91560defc Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c. 7 years ago
Andres Freund e0c4ec0728 Replace uses of heap_open et al with the corresponding table_* function. 7 years ago
Andres Freund 4c850ecec6 Don't include heapam.h from others headers. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Peter Eisentraut ae4472c619 Remove obsolete IndexIs* macros 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Peter Eisentraut 1b5d797cd4 Lower lock level for renaming indexes 7 years ago
Michael Paquier 9ebe0572ce Refactor cluster_rel() to handle more options 7 years ago
Heikki Linnakangas 6b387179ba Fix misc typos, mostly in comments. 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 7 years ago
Andres Freund d87510a524 Combine options for RangeVarGetRelidExtended() into a flags argument. 7 years ago
Bruce Momjian 20b4323bd1 C comments: "a" <--> "an" corrections 7 years ago
Andrew Dunstan 16828d5c02 Fast ALTER TABLE ADD COLUMN with a non-NULL default 7 years ago
Peter Eisentraut 325f2ec555 Handle heap rewrites even better in logical decoding 7 years ago
Peter Eisentraut 04700b685f Rename TransactionChain functions 7 years ago
Robert Haas 9da0cc3528 Support parallel btree index builds. 8 years ago
Alvaro Herrera 05fb5d6619 Ignore partitioned indexes where appropriate 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Teodor Sigaev ad337c76b6 Update relation's stats in pg_class during vacuum full. 8 years ago
Andres Freund 2cd7084524 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane dbca84f04e In rebuild_relation(), don't access an already-closed relcache entry. 8 years ago
Tom Lane aedd554f84 Fix CatalogTupleInsert/Update abstraction for case of shared indstate. 9 years ago
Alvaro Herrera 2f5c9d9c9c Tweak catalog indexing abstraction for upcoming WARM 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas 3856cf9607 Remove should_free arguments to tuplesort routines. 9 years ago
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Greg Stark e1623c3959 Fix various common mispellings. 9 years ago
Tom Lane 65c5fcd353 Restructure index access method API to hide most of it at the C level. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Fujii Masao ecd222e770 Support VERBOSE option in REINDEX command. 10 years ago
Alvaro Herrera a2e35b53c3 Change many routines to return ObjectAddress rather than OID 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Alvaro Herrera 85b506bbfc Get rid of SET LOGGED indexes persistence kludge 11 years ago
Heikki Linnakangas 2076db2aea Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 11 years ago
Alvaro Herrera f41872d0c1 Implement ALTER TABLE .. SET LOGGED / UNLOGGED 11 years ago
Alvaro Herrera b7e51d9c06 Don't allow relminmxid to go backwards during VACUUM FULL 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago