summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootstrap.c
AgeCommit message (Expand)Author
2025-06-30Add new OID alias type regdatabase.Nathan Bossart
2025-02-12Remove unnecessary (char *) casts [mem]Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-20Remove pg_attribute.attcacheoff columnDavid Rowley
2024-12-19bootstrap: pure parser and reentrant scannerPeter Eisentraut
2024-12-17Set max_safe_fds whenever we create shared memory and semaphores.Tom Lane
2024-12-04Provide a better error message for misplaced dispatch options.Nathan Bossart
2024-11-14Assign a child slot to every postmaster child processHeikki Linnakangas
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-04Update 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-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-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