Commits

DateSubjectAuthorReleases
2021-08-09 Fix bogus assertion in BootstrapModeMain(). Andres Freund 15.0
2021-08-05 process startup: Always call Init[Auxiliary]Process() before BaseInit(). Andres Freund 15.0
2021-08-05 process startup: Remove bootstrap / checker modes from AuxProcType. Andres Freund 15.0
2021-08-05 process startup: Move AuxiliaryProcessMain into its own file. Andres Freund 15.0
2021-08-05 process startup: auxprocess: reindent block Andres Freund 15.0
2021-08-05 process startup: Separate out BootstrapModeMain from AuxiliaryProcessMain. Andres Freund 15.0
2021-08-02 Remove misplaced comment from AuxiliaryProcessMain(). Andres Freund 15.0
2021-04-03 Split backend status and progress related functionality out of pgstat.c. Andres Freund 14.0
2019-03-11 tableam: Add and use scan APIs. Andres Freund 12.0
2019-01-21 Remove superfluous tqual.h includes. Andres Freund 12.0
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
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.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-03-25 Faster expression evaluation and targetlist projection. Andres Freund 10.0
2015-02-21 Allow forcing nullness of columns during bootstrap. Andres Freund 9.5.0
2015-01-13 Remove some dead IsUnderPostmaster code from bootstrap.c. Andres Freund 9.5.0
2015-01-13 Commonalize process startup code. Andres Freund 9.5.0