Commits

DateSubjectAuthorReleases
2019-01-21 Replace uses of heap_open et al with the corresponding table_* function. Andres Freund 12.0
2019-01-15 Don't include genam.h from execnodes.h and relscan.h anymore. Andres Freund 12.0
2019-01-15 Don't include heapam.h from others headers. Andres Freund 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-12-19 Make type "name" collation-aware. Tom Lane 12.0
2018-12-18 Make collation-aware system catalog columns use "C" collation. Tom Lane 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-09-24 Initialize random() in bootstrap/stand-alone postgres and in initdb. Noah Misch 9.3.25
2018-09-24 Initialize random() in bootstrap/stand-alone postgres and in initdb. Noah Misch 9.4.20
2018-09-09 Install a check for mis-linking of src/port and src/common functions. Tom Lane 12.0
2018-07-18 Use a ResourceOwner to track buffer pins in all cases. Tom Lane 12.0
2018-05-18 Message wording and pluralization improvements Peter Eisentraut 11.0
2018-04-17 Rationalize handling of array type names in bootstrap data. Tom Lane 11.0
2018-04-07 Allow group access on PGDATA Stephen Frost 11.0
2018-04-07 Indexes with INCLUDE columns and their support in B-tree Teodor Sigaev 11.0
2018-04-05 Allow background workers to bypass datallowconn Magnus Hagander 11.0
2018-02-02 Support parallel btree index builds. Robert Haas 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-09-20 Sync process names between ps and pg_stat_activity Peter Eisentraut 11.0
2017-09-20 Make WAL segment size configurable at initdb time. Andres Freund 11.0
2017-08-20 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). Andres Freund 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-13 In initdb, defend against assignment of NULL values to not-null columns. Tom Lane 10.0
2017-04-14 Use one transaction while reading postgres.bki, not one per line. Tom Lane 10.0