summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootstrap.c
AgeCommit message (Expand)Author
2024-09-21Increase the number of fast-path lock slotsTomas Vondra
2024-07-23Get rid of a global variablePeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-13Make attstattarget nullablePeter Eisentraut
2024-01-03Update copyright for 2024Bruce Momjian
2023-10-11Refactor InitPostgres() to use bitwise option flagsMichael Paquier
2023-08-28Make error messages about WAL segment size more consistentPeter Eisentraut
2023-08-23Add const decorationsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
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-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-07-25Process session_preload_libraries within InitPostgres's transaction.Tom Lane
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-01-07Update 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-01Remove 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-24Allow composite types in catalog bootstrapTomas Vondra
2021-03-24Convert 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-27Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-10-29Don't use custom OID symbols in pg_type.dat, either.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-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-27Revert "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
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-05-14In bootstrap mode, use default signal handling for SIGINT etc.Tom Lane
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-01-24Remove argument isprimary from index_build()Michael Paquier
2019-01-21Remove superfluous tqual.h includes.Andres Freund