]> granicus.if.org Git - postgresql/history - src/backend/utils/misc/pg_controldata.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / utils / misc / pg_controldata.c
2019-04-01 Peter EisentrautUnified logging system for command-line programs
2019-03-28 Thomas MunroAdd basic infrastructure for 64 bit transaction IDs.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-04-15 Alvaro HerreraReorganize partitioning code
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-20 Simon RiggsFix pg_control_checkpoint from commit 4b0d28de06
2017-11-07 Simon RiggsRemove secondary checkpoint
2017-09-20 Andres FreundMake WAL segment size configurable at initdb time.
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-05-11 Tom LaneRename WAL-related functions and views to use "lsn...
2017-02-23 Tom LaneRemove pg_control's enableIntTimes field.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-09-28 Peter EisentrautFix CRC check handling in get_controlfile
2016-09-21 Peter Eisentrautpg_ctl: Detect current standby state from pg_control
2016-06-09 Robert Haaspgindent run for 9.6
2016-03-05 Joe ConwayExpose control file data via SQL accessible functions.