aboutsummaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
Commit message (Expand)AuthorAge
* Increase the number of fast-path lock slotsTomas Vondra2024-09-21
* Include bison header files into implementation filesPeter Eisentraut2024-08-02
* Add extern declarations for Bison global variablesPeter Eisentraut2024-07-25
* Get rid of a global variablePeter Eisentraut2024-07-23
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Make attstattarget nullablePeter Eisentraut2024-01-13
* Update copyright for 2024Bruce Momjian2024-01-03
* Remove distprepPeter Eisentraut2023-11-06
* Refactor InitPostgres() to use bitwise option flagsMichael Paquier2023-10-11
* Make error messages about WAL segment size more consistentPeter Eisentraut2023-08-28
* Add const decorationsPeter Eisentraut2023-08-23
* Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane2023-03-25
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Order getopt argumentsPeter Eisentraut2022-12-12
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* Store GUC data in a memory context, instead of using malloc().Tom Lane2022-10-14
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Bump minimum version of Bison to 2.3John Naylor2022-09-09
* Build all Flex files standaloneJohn Naylor2022-09-04
* Process session_preload_libraries within InitPostgres's transaction.Tom Lane2022-07-25
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-03
* Be more careful about GucSource for internally-driven GUC settings.Tom Lane2022-06-08
* Indent C code in flex and bison filesPeter Eisentraut2022-05-13
* pg_upgrade: Preserve relfilenodes and tablespace OIDs.Robert Haas2022-01-17
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix bogus assertion in BootstrapModeMain().Andres Freund2021-08-09
* process startup: Always call Init[Auxiliary]Process() before BaseInit().Andres Freund2021-08-05
* process startup: Remove bootstrap / checker modes from AuxProcType.Andres Freund2021-08-05
* process startup: Move AuxiliaryProcessMain into its own file.Andres Freund2021-08-05
* process startup: auxprocess: reindent blockAndres Freund2021-08-05
* process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain.Andres Freund2021-08-05
* Remove misplaced comment from AuxiliaryProcessMain().Andres Freund2021-08-01
* Rethink definition of pg_attribute.attcompression.Tom Lane2021-05-27
* Re-order pg_attribute columns to eliminate some padding space.Tom Lane2021-05-23
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Split backend status and progress related functionality out of pgstat.c.Andres Freund2021-04-03
* Allow composite types in catalog bootstrapTomas Vondra2021-03-24
* Convert Typ from array to list in bootstrapTomas Vondra2021-03-24
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-19
* Make archiver process an auxiliary process.Fujii Masao2021-03-15
* Update copyright for 2021Bruce Momjian2021-01-02
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-27
* Add key management systemBruce Momjian2020-12-25
* Fix some stray whitespace in parser filesPeter Eisentraut2020-11-11
* Don't use custom OID symbols in pg_type.dat, either.Tom Lane2020-10-29
* Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane2020-10-04
* Improve some ancient, crufty code in bootstrap + initdb.Tom Lane2020-09-05