summaryrefslogtreecommitdiff
path: root/contrib/pg_visibility
AgeCommit message (Expand)Author
2024-03-26Avoid edge case in pg_visibility test with small shared_buffersAndres Freund
2024-03-14Fix contrib/pg_visibility/meson.buildAlexander Korotkov
2024-03-14Fix false reports in pg_visibilityAlexander Korotkov
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-21Switch some system functions to use get_call_result_type()Michael Paquier
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-01-30Remove xloginsert.h from xlog.hAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-03Some RELKIND macro refactoringPeter Eisentraut
2021-07-12Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2021-07-08Improve error messages about mismatching relkindPeter Eisentraut
2021-01-20Disable vacuum page skipping in selected test cases.Tom Lane
2021-01-17Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZETomas Vondra
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-07-31Cache smgrnblocks() results in recovery.Thomas Munro
2020-06-29pgstattuple: Have pgstattuple_approx accept TOAST tablesPeter Eisentraut
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-09-24Speedup truncations of relation forks.Fujii Masao
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-22Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund
2019-01-22Change snapshot type to be determined by enum rather than callback.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-30Default monitoring rolesSimon Riggs
2017-03-22Refactor GetOldestXmin() to use flagsSimon Riggs
2017-03-09Add relkind checks to certain contrib modulesStephen Frost
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-01Fix bugs in contrib/pg_visibility.Tom Lane
2016-06-17pg_visibility: Add pg_truncate_visibility_map function.Robert Haas
2016-06-15Add integrity-checking functions to pg_visibility.Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-03-08Add pg_visibility contrib module.Robert Haas