aboutsummaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
Commit message (Expand)AuthorAge
* 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
* Use one transaction while reading postgres.bki, not one per line.Tom Lane2017-04-14
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* Show more processes in pg_stat_activity.Robert Haas2017-03-26
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Move atooid() definition to a central placePeter Eisentraut2017-03-01
* Remove dead code in bootstrapAlvaro Herrera2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Support condition variables.Robert Haas2016-11-22
* Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane2016-08-30
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Provide much better wait information in pg_stat_activity.Robert Haas2016-03-10
* Fix typos in comments and docFujii Masao2016-01-28
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-15