Commits

DateSubjectAuthorReleases
2021-11-29 Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. Tom Lane 15.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-04-01 Fix a boatload of typos in C comments. Tom Lane 11.0
2018-03-01 Remove redundant IndexTupleDSize macro. Tom Lane 11.0
2017-11-03 Flag index metapages as standard-format in xlog.c calls. Tom Lane 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
2016-05-21 Fix missing initialization of buffer_std field in _bt_newroot(). Tom Lane 9.4.9
2014-02-05 Remove unnecessary relcache flushes after changing btree metapages. Tom Lane 9.4.0
2014-01-23 Allow use of "z" flag in our printf calls, and use it where appropriate. Tom Lane 9.4.0
2013-01-29 Provide database object names as separate fields in error messages. Tom Lane 9.3.0
2012-02-21 Don't clear btpo_cycleid during _bt_vacuum_one_page. Tom Lane 8.3.18
2012-02-21 Don't clear btpo_cycleid during _bt_vacuum_one_page. Tom Lane 8.4.11
2011-04-12 Pass collations to functions in FunctionCallInfoData, not FmgrInfo. Tom Lane 9.1.0
2010-08-29 Reduce PANIC to ERROR in some occasionally-reported btree failure cases. Tom Lane 8.2.18
2010-08-29 Reduce PANIC to ERROR in some occasionally-reported btree failure cases. Tom Lane 8.3.12
2010-08-29 Reduce PANIC to ERROR in some occasionally-reported btree failure cases. Tom Lane 8.4.5
2010-08-29 Reduce PANIC to ERROR in some occasionally-reported btree failure cases. Tom Lane 9.0.0
2010-08-29 Reduce PANIC to ERROR in some occasionally-reported btree failure cases. Tom Lane 9.1.0
2009-10-02 Make sure that GIN fast-insert and regular code paths enforce the same Tom Lane 8.4.2
2009-10-02 Make sure that GIN fast-insert and regular code paths enforce the same Tom Lane 9.0.0
2009-08-01 Department of second thoughts: let's show the exact key during unique index Tom Lane 9.0.0
2009-08-01 Improve unique-constraint-violation error messages to include the exact Tom Lane 9.0.0