summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootstrap.c
AgeCommit message (Expand)Author
2019-05-14In bootstrap mode, use default signal handling for SIGINT etc.Tom Lane
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-01-24Remove argument isprimary from index_build()Michael Paquier
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-14Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund
2019-01-14Don't include heapam.h from others headers.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-19Make type "name" collation-aware.Tom Lane
2018-12-18Make collation-aware system catalog columns use "C" collation.Tom Lane
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-09-09Install a check for mis-linking of src/port and src/common functions.Tom Lane
2018-07-18Use a ResourceOwner to track buffer pins in all cases.Tom Lane
2018-05-17Message wording and pluralization improvementsPeter Eisentraut
2018-04-17Rationalize handling of array type names in bootstrap data.Tom Lane
2018-04-07Allow group access on PGDATAStephen Frost
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-05Allow background workers to bypass datallowconnMagnus Hagander
2018-02-02Support parallel btree index builds.Robert Haas
2018-01-02Update copyright for 2018Bruce Momjian
2017-09-20Sync process names between ps and pg_stat_activityPeter Eisentraut
2017-09-19Make WAL segment size configurable at initdb time.Andres Freund
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-13In initdb, defend against assignment of NULL values to not-null columns.Tom Lane
2017-04-14Use one transaction while reading postgres.bki, not one per line.Tom Lane
2017-03-28Cast result of copyObject() to correct typePeter Eisentraut
2017-03-26Show more processes in pg_stat_activity.Robert Haas
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-22Support condition variables.Robert Haas
2016-08-30Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-03-10Provide much better wait information in pg_stat_activity.Robert Haas
2016-01-28Fix typos in comments and docFujii Masao
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-09Add new OID alias type regnamespaceAndrew Dunstan
2015-05-09Add new OID alias type regroleAndrew Dunstan
2015-04-28Protect against multixact members wraparoundAlvaro Herrera
2015-02-21Allow forcing nullness of columns during bootstrap.Andres Freund
2015-02-02Add new function BackgroundWorkerInitializeConnectionByOid.Robert Haas
2015-01-14Remove some dead IsUnderPostmaster code from bootstrap.c.Andres Freund
2015-01-14Commonalize process startup code.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-16Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian