aboutsummaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootstrap.c
Commit message (Expand)AuthorAge
* 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
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund2019-01-14
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Make type "name" collation-aware.Tom Lane2018-12-19
* Make collation-aware system catalog columns use "C" collation.Tom Lane2018-12-18
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Install a check for mis-linking of src/port and src/common functions.Tom Lane2018-09-09
* Use a ResourceOwner to track buffer pins in all cases.Tom Lane2018-07-18
* Message wording and pluralization improvementsPeter Eisentraut2018-05-17
* Rationalize handling of array type names in bootstrap data.Tom Lane2018-04-17
* Allow group access on PGDATAStephen Frost2018-04-07
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Allow background workers to bypass datallowconnMagnus Hagander2018-04-05
* Support parallel btree index builds.Robert Haas2018-02-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Sync process names between ps and pg_stat_activityPeter Eisentraut2017-09-20