summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
AgeCommit message (Expand)Author
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-05-14In bootstrap mode, use default signal handling for SIGINT etc.Tom Lane
2019-04-25Fix tablespace inheritance for partitioned relsAlvaro Herrera
2019-03-29tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-03-06tableam: introduce table AM infrastructure.Andres Freund
2019-01-23Remove 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-15Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund
2019-01-15Don'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-21Remove 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-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