summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootstrap.c
Commit message (Expand)AuthorAgeFilesLines
* 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-021-1/+1
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-271-20/+1
* Add key management systemBruce Momjian2020-12-251-1/+20
* Don't use custom OID symbols in pg_type.dat, either.Tom Lane2020-10-291-1/+1
* 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
* 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-011-1/+1
* 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
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-161-1/+1
* In bootstrap mode, use default signal handling for SIGINT etc.Tom Lane2019-05-141-5/+9
* tableam: Add and use scan APIs.Andres Freund2019-03-111-10/+11
* Remove argument isprimary from index_build()Michael Paquier2019-01-241-1/+1
* Remove superfluous tqual.h includes.Andres Freund2019-01-211-1/+0
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-8/+8
* Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund2019-01-141-0/+1
* Don't include heapam.h from others headers.Andres Freund2019-01-141-0/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Make type "name" collation-aware.Tom Lane2018-12-191-1/+1
* Make collation-aware system catalog columns use "C" collation.Tom Lane2018-12-181-0/+9
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-9/+5
* Install a check for mis-linking of src/port and src/common functions.Tom Lane2018-09-091-0/+8
* Use a ResourceOwner to track buffer pins in all cases.Tom Lane2018-07-181-0/+7
* Message wording and pluralization improvementsPeter Eisentraut2018-05-171-1/+1
* Rationalize handling of array type names in bootstrap data.Tom Lane2018-04-171-30/+0
* Allow group access on PGDATAStephen Frost2018-04-071-5/+7
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-071-1/+1
* Allow background workers to bypass datallowconnMagnus Hagander2018-04-051-1/+1
* Support parallel btree index builds.Robert Haas2018-02-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Sync process names between ps and pg_stat_activityPeter Eisentraut2017-09-201-5/+5
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-191-1/+14
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-4/+4
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-3/+3
* In initdb, defend against assignment of NULL values to not-null columns.Tom Lane2017-06-131-0/+5
* Use one transaction while reading postgres.bki, not one per line.Tom Lane2017-04-141-0/+3
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-281-2/+2