Commit Graph

141 Commits (bfcf1b34805f70df48eedeec237230d0cc1154a6)

Author SHA1 Message Date
Peter Geoghegan bfcf1b3480 Harmonize parameter names in storage and AM code. 3 years ago
Alvaro Herrera 6710e83a67
Remove useless pstrdups in untransformRelOptions 3 years ago
Peter Eisentraut d746021de1 Add construct_array_builtin, deconstruct_array_builtin 3 years ago
Andres Freund 09cd33f47b Add 'static' to file-local variables missing it. 3 years ago
Dean Rasheed 7faa5fc84b Add support for security invoker views. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Alvaro Herrera 6f8127b739
Revert analyze support for partitioned tables 4 years ago
Peter Geoghegan cc8033e1da Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM. 4 years ago
Peter Geoghegan 3499df0dee Support disabling index bypassing by VACUUM. 4 years ago
Alvaro Herrera 0827e8af70
autovacuum: handle analyze for partitioned tables 4 years ago
Amit Kapila 26acb54a13 Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."." 5 years ago
Amit Kapila c8f78b6161 Add a new GUC and a reloption to enable inserts in parallel-mode. 5 years ago
Peter Geoghegan effdd3f3b6 Add back vacuum_cleanup_index_scale_factor parameter. 5 years ago
Peter Geoghegan 9f3665fbfc Don't consider newly inserted tuples in nbtree VACUUM. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Alexander Korotkov 911e702077 Implement operator class parameters 6 years ago
David Rowley b07642dbcd Trigger autovacuum based on number of INSERTs 6 years ago
Thomas Munro fc34b0d9de Introduce a maintenance_io_concurrency setting. 6 years ago
Tom Lane 3ed2005ff5 Introduce macros for typalign and typstorage constants. 6 years ago
Peter Geoghegan 0d861bbb70 Add deduplication to nbtree. 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier 4cb658af70 Refactor reloption handling for index AMs in-core 6 years ago
Michael Paquier 50d22de932 Cleanup code in reloptions.h regarding reloption handling 6 years ago
Michael Paquier 1bbd608fda Split handling of reloptions for partitioned tables 6 years ago
Michael Paquier 3534fa2233 Refactor code building relation options 6 years ago
Michael Paquier fbfa566488 Fix lockmode initialization for custom relation options 6 years ago
Alvaro Herrera 773df883e8 Support reloptions of enum type 6 years ago
Michael Paquier 69f9410807 Allow definition of lock mode for custom reloptions 6 years ago
Michael Paquier 736b84eede Fix failure with lock mode used for custom relation options 6 years ago
Robert Haas 8b94dab066 Split tuptoaster.c into three separate files. 6 years ago
Michael Paquier 23bccc823d Fix inconsistencies and typos in the tree 6 years ago
Michael Paquier ce59b75d44 Add toast-level reloption for vacuum_index_cleanup 6 years ago
Amit Kapila 92c4abc736 Fix assorted inconsistencies. 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Michael Paquier d87ab88686 Fix typos in reloptions.c 7 years ago
Fujii Masao 119dcfad98 Add vacuum_truncate reloption. 7 years ago
Robert Haas a96c41feec Allow VACUUM to be run with index cleanup disabled. 7 years ago
Tom Lane 7c366ac969 Fix oversight in data-type change for autovacuum_vacuum_cost_delay. 7 years ago
Tom Lane caf626b2cd Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs. 7 years ago
Tom Lane 1c53c4dec3 Finish reverting "recheck_on_update" patch. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Alexander Korotkov 4d54543efa Fix upper limit for vacuum_cleanup_index_scale_factor 7 years ago
Alexander Korotkov 6ca33a885b Increase upper limit for vacuum_cleanup_index_scale_factor 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 7 years ago
Teodor Sigaev 857f9c36cd Skip full index scan during cleanup of B-tree indexes when possible 8 years ago
Simon Riggs c203d6cf81 Allow HOT updates for some expression indexes 8 years ago
Tom Lane fb8697b31a Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 8 years ago
Alvaro Herrera 8b08f7d482 Local partitioned indexes 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago