summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
AgeCommit message (Expand)Author
2023-03-25Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-12Order getopt argumentsPeter Eisentraut
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-10-14Store GUC data in a memory context, instead of using malloc().Tom Lane
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-09Bump minimum version of Bison to 2.3John Naylor
2022-09-04Build all Flex files standaloneJohn Naylor
2022-07-25Process session_preload_libraries within InitPostgres's transaction.Tom Lane
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-06-08Be more careful about GucSource for internally-driven GUC settings.Tom Lane
2022-05-13Indent C code in flex and bison filesPeter Eisentraut
2022-01-17pg_upgrade: Preserve relfilenodes and tablespace OIDs.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-08-09Fix bogus assertion in BootstrapModeMain().Andres Freund
2021-08-05process startup: Always call Init[Auxiliary]Process() before BaseInit().Andres Freund
2021-08-05process startup: Remove bootstrap / checker modes from AuxProcType.Andres Freund
2021-08-05process startup: Move AuxiliaryProcessMain into its own file.Andres Freund
2021-08-05process startup: auxprocess: reindent blockAndres Freund
2021-08-05process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain.Andres Freund
2021-08-02Remove misplaced comment from AuxiliaryProcessMain().Andres Freund
2021-05-27Rethink definition of pg_attribute.attcompression.Tom Lane
2021-05-23Re-order pg_attribute columns to eliminate some padding space.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-03Split backend status and progress related functionality out of pgstat.c.Andres Freund
2021-03-23Allow composite types in catalog bootstrapTomas Vondra
2021-03-23Convert Typ from array to list in bootstrapTomas Vondra
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-03-15Make archiver process an auxiliary process.Fujii Masao
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-11-11Fix some stray whitespace in parser filesPeter Eisentraut
2020-10-29Don't use custom OID symbols in pg_type.dat, either.Tom Lane
2020-10-04Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane
2020-09-05Improve some ancient, crufty code in bootstrap + initdb.Tom Lane
2020-07-21Be more careful about marking catalog columns NOT NULL by default.Tom Lane
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-13Unify several ways to tracking backend typePeter Eisentraut
2020-03-11Refactor ps_status.c APIPeter Eisentraut
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-11-21Remove configure --disable-float4-byvalPeter Eisentraut