summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
Commit message (Expand)AuthorAgeFilesLines
* Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane2023-03-251-0/+2
* Update copyright for 2023Bruce Momjian2023-01-024-4/+4
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Order getopt argumentsPeter Eisentraut2022-12-121-26/+26
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-281-1/+1
* Store GUC data in a memory context, instead of using malloc().Tom Lane2022-10-141-2/+2
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+28
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-5/+5
* Bump minimum version of Bison to 2.3John Naylor2022-09-091-4/+1
* Build all Flex files standaloneJohn Naylor2022-09-044-31/+43
* Process session_preload_libraries within InitPostgres's transaction.Tom Lane2022-07-251-1/+1
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-061-4/+4
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-031-2/+1
* Be more careful about GucSource for internally-driven GUC settings.Tom Lane2022-06-081-1/+1
* Indent C code in flex and bison filesPeter Eisentraut2022-05-131-9/+10
* pg_upgrade: Preserve relfilenodes and tablespace OIDs.Robert Haas2022-01-171-1/+2
* Update copyright for 2022Bruce Momjian2022-01-073-3/+3
* Fix bogus assertion in BootstrapModeMain().Andres Freund2021-08-091-3/+3
* process startup: Always call Init[Auxiliary]Process() before BaseInit().Andres Freund2021-08-051-8/+10
* process startup: Remove bootstrap / checker modes from AuxProcType.Andres Freund2021-08-051-18/+11
* process startup: Move AuxiliaryProcessMain into its own file.Andres Freund2021-08-051-157/+0
* process startup: auxprocess: reindent blockAndres Freund2021-08-051-34/+32
* process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain.Andres Freund2021-08-051-165/+159
* Remove misplaced comment from AuxiliaryProcessMain().Andres Freund2021-08-011-3/+0
* Rethink definition of pg_attribute.attcompression.Tom Lane2021-05-271-5/+2
* Re-order pg_attribute columns to eliminate some padding space.Tom Lane2021-05-231-6/+7
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-8/+10
* Split backend status and progress related functionality out of pgstat.c.Andres Freund2021-04-031-1/+4
* Allow composite types in catalog bootstrapTomas Vondra2021-03-241-0/+23
* Convert Typ from array to list in bootstrapTomas Vondra2021-03-241-48/+41
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-191-0/+5
* Make archiver process an auxiliary process.Fujii Masao2021-03-151-10/+12
* Update copyright for 2021Bruce Momjian2021-01-023-3/+3
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-271-20/+1
* Add key management systemBruce Momjian2020-12-251-1/+20
* Fix some stray whitespace in parser filesPeter Eisentraut2020-11-111-1/+1
* Don't use custom OID symbols in pg_type.dat, either.Tom Lane2020-10-291-1/+1
* Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane2020-10-042-43/+5
* Improve some ancient, crufty code in bootstrap + initdb.Tom Lane2020-09-051-59/+60
* Be more careful about marking catalog columns NOT NULL by default.Tom Lane2020-07-211-12/+5
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-041-0/+4
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-221-4/+0
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-211-0/+4
* Unify several ways to tracking backend typePeter Eisentraut2020-03-131-28/+20
* Refactor ps_status.c APIPeter Eisentraut2020-03-111-1/+1
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-041-25/+25
* Update copyrights for 2020Bruce Momjian2020-01-013-3/+3
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-271-1/+1
* Rename files and headers related to index AMMichael Paquier2019-12-251-1/+1
* Remove configure --disable-float4-byvalPeter Eisentraut2019-11-211-1/+1