aboutsummaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
Commit message (Expand)AuthorAge
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-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
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* In bootstrap mode, use default signal handling for SIGINT etc.Tom Lane2019-05-14
* Fix tablespace inheritance for partitioned relsAlvaro Herrera2019-04-25
* tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund2019-03-28
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* 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
* Fix bootstrap parser so that its keywords are unreserved words.Tom Lane2018-05-05
* Rationalize handling of array type names in bootstrap data.Tom Lane2018-04-17
* Simplify genbki.pl's data quoting rules.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
* Handle heap rewrites even better in logical decodingPeter Eisentraut2018-03-21
* Add missing debug lines during bootstrapAlvaro Herrera2018-03-07
* Allow UNIQUE indexes on partitioned tablesAlvaro Herrera2018-02-19
* Support parallel btree index builds.Robert Haas2018-02-02
* Local partitioned indexesAlvaro Herrera2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Exclude flex-generated code from coverage testingPeter Eisentraut2017-10-16
* Sync process names between ps and pg_stat_activityPeter Eisentraut2017-09-20
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* In initdb, defend against assignment of NULL values to not-null columns.Tom Lane2017-06-13
* Disallow CREATE INDEX if table is already in use in current session.Tom Lane2017-06-04