summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
AgeCommit message (Expand)Author
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2018-05-18Message wording and pluralization improvementsPeter Eisentraut
2018-05-05Fix bootstrap parser so that its keywords are unreserved words.Tom Lane
2018-04-17Rationalize handling of array type names in bootstrap data.Tom Lane
2018-04-17Simplify genbki.pl's data quoting rules.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-03-21Handle heap rewrites even better in logical decodingPeter Eisentraut
2018-03-07Add missing debug lines during bootstrapAlvaro Herrera
2018-02-19Allow UNIQUE indexes on partitioned tablesAlvaro Herrera
2018-02-02Support parallel btree index builds.Robert Haas
2018-01-19Local partitioned indexesAlvaro Herrera
2018-01-03Update copyright for 2018Bruce Momjian
2017-10-16Exclude flex-generated code from coverage testingPeter Eisentraut
2017-09-20Sync process names between ps and pg_stat_activityPeter Eisentraut
2017-09-20Make WAL segment size configurable at initdb time.Andres Freund
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
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-06-04Disallow CREATE INDEX if table is already in use in current session.Tom Lane
2017-04-14Use one transaction while reading postgres.bki, not one per line.Tom Lane
2017-03-29Cast result of copyObject() to correct typePeter Eisentraut
2017-03-27Show more processes in pg_stat_activity.Robert Haas
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-01Move atooid() definition to a central placePeter Eisentraut
2017-01-17Remove dead code in bootstrapAlvaro Herrera
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-24pgindent run for 9.5Bruce Momjian
2015-05-15Move strategy numbers to include/access/stratnum.hAlvaro Herrera
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-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera
2015-02-22Get rid of multiple applications of transformExpr() to the same tree.Tom Lane
2015-02-21Allow forcing nullness of columns during bootstrap.Andres Freund
2015-02-02Add new function BackgroundWorkerInitializeConnectionByOid.Robert Haas
2015-01-13Remove some dead IsUnderPostmaster code from bootstrap.c.Andres Freund
2015-01-13Commonalize process startup code.Andres Freund