aboutsummaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootstrap.c
Commit message (Expand)AuthorAge
* Increase the number of fast-path lock slotsTomas Vondra2024-09-21
* 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
* 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
* Update copyright for 2023Bruce Momjian2023-01-02
* 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
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Process session_preload_libraries within InitPostgres's transaction.Tom Lane2022-07-25
* 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
* 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
* Don't use custom OID symbols in pg_type.dat, either.Tom Lane2020-10-29
* Improve some ancient, crufty code in bootstrap + initdb.Tom Lane2020-09-05
* Be more careful about marking catalog columns NOT NULL by default.Tom Lane2020-07-21
* Unify several ways to tracking backend typePeter Eisentraut2020-03-13
* Refactor ps_status.c APIPeter Eisentraut2020-03-11
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Remove configure --disable-float4-byvalPeter Eisentraut2019-11-21
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* In bootstrap mode, use default signal handling for SIGINT etc.Tom Lane2019-05-14
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Remove argument isprimary from index_build()Michael Paquier2019-01-24
* Remove superfluous tqual.h includes.Andres Freund2019-01-21