summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
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-25Partial pgindent of .l and .y filesPeter Eisentraut
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-08-02Include bison header files into implementation filesPeter Eisentraut
2024-07-25Add extern declarations for Bison global variablesPeter Eisentraut
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-11-06Remove distprepPeter Eisentraut
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-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