Commit Graph

382 Commits (36e4419d1f1ef06bba58a28a870aaaa8de73bb46)

Author SHA1 Message Date
Peter Eisentraut 36e4419d1f Make error messages about WAL segment size more consistent 2 years ago
Peter Eisentraut 11af63fb48 Add const decorations 2 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Peter Eisentraut df8b8968d4 Order getopt arguments 3 years ago
Peter Eisentraut b1099eca8f Remove AssertArg and AssertState 3 years ago
Tom Lane 407b50f2d4 Store GUC data in a memory context, instead of using malloc(). 3 years ago
Peter Geoghegan a601366a46 Harmonize more parameter names in bulk. 3 years ago
Tom Lane b35617de37 Process session_preload_libraries within InitPostgres's transaction. 3 years ago
Peter Eisentraut 02c408e21a Remove redundant null pointer checks before free() 3 years ago
Tom Lane 7ab5b4eb48 Be more careful about GucSource for internally-driven GUC settings. 3 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Andres Freund e12694523e Fix bogus assertion in BootstrapModeMain(). 4 years ago
Andres Freund b406478b87 process startup: Always call Init[Auxiliary]Process() before BaseInit(). 4 years ago
Andres Freund f8dd4ecb0b process startup: Remove bootstrap / checker modes from AuxProcType. 4 years ago
Andres Freund 0a692109dc process startup: Move AuxiliaryProcessMain into its own file. 4 years ago
Andres Freund 27f7903466 process startup: auxprocess: reindent block 4 years ago
Andres Freund 5aa4a9d207 process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain. 4 years ago
Andres Freund 8b1de88b7c Remove misplaced comment from AuxiliaryProcessMain(). 4 years ago
Tom Lane e6241d8e03 Rethink definition of pg_attribute.attcompression. 4 years ago
Tom Lane f5024d8d7b Re-order pg_attribute columns to eliminate some padding space. 4 years ago
Tom Lane def5b065ff Initial pgindent and pgperltidy run for v14. 4 years ago
Andres Freund e1025044cd Split backend status and progress related functionality out of pgstat.c. 5 years ago
Tomas Vondra 79f6a942bd Allow composite types in catalog bootstrap 5 years ago
Tomas Vondra e1a5e65703 Convert Typ from array to list in bootstrap 5 years ago
Robert Haas bbe0a81db6 Allow configurable LZ4 TOAST compression. 5 years ago
Fujii Masao d75288fb27 Make archiver process an auxiliary process. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Bruce Momjian 3187ef7c46 Revert "Add key management system" (978f869b99) & later commits 5 years ago
Bruce Momjian 978f869b99 Add key management system 5 years ago
Tom Lane f90149e628 Don't use custom OID symbols in pg_type.dat, either. 5 years ago
Tom Lane e0f05cd5ba Improve some ancient, crufty code in bootstrap + initdb. 5 years ago
Tom Lane fc032bed2f Be more careful about marking catalog columns NOT NULL by default. 5 years ago
Peter Eisentraut 8e8a0becb3 Unify several ways to tracking backend type 6 years ago
Peter Eisentraut bf68b79e50 Refactor ps_status.c API 6 years ago
Tom Lane 3ed2005ff5 Introduce macros for typalign and typstorage constants. 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier 7854e07f25 Revert "Rename files and headers related to index AM" 6 years ago
Michael Paquier 8ce3aa9b59 Rename files and headers related to index AM 6 years ago
Peter Eisentraut 2e4db241bf Remove configure --disable-float4-byval 6 years ago
Michael Paquier 0896ae561b Fix inconsistencies and typos in the tree 6 years ago
Tom Lane fb489e4b31 In bootstrap mode, use default signal handling for SIGINT etc. 6 years ago
Andres Freund c2fe139c20 tableam: Add and use scan APIs. 7 years ago
Michael Paquier 289198c0d9 Remove argument isprimary from index_build() 7 years ago
Andres Freund e7cc78ad43 Remove superfluous tqual.h includes. 7 years ago
Andres Freund e0c4ec0728 Replace uses of heap_open et al with the corresponding table_* function. 7 years ago
Andres Freund 0944ec54de Don't include genam.h from execnodes.h and relscan.h anymore. 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
Tom Lane 586b98fdf1 Make type "name" collation-aware. 7 years ago
Tom Lane 6b0faf7236 Make collation-aware system catalog columns use "C" collation. 7 years ago