summaryrefslogtreecommitdiff
path: root/contrib/pg_visibility
AgeCommit message (Expand)Author
2025-10-17Improve TAP tests by replacing ok() with better Test::More functionsMichael Paquier
2025-03-30read_stream: Introduce and use optional batchmode supportAndres Freund
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-02-13Remove unnecessary (char *) casts [xlog]Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-20Fix corruption when relation truncation fails.Thomas Munro
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-09-10Optimize pg_visibility with read streams.Noah Misch
2024-09-04Revert "Optimize pg_visibility with read streams."Noah Misch
2024-09-03Fix stack variable scope from previous commit.Noah Misch
2024-09-03Optimize pg_visibility with read streams.Noah Misch
2024-08-15Add missing wait_for_catchup() to pg_visibility tap testAlexander Korotkov
2024-08-15Fix GetStrictOldestNonRemovableTransactionId() on standbyAlexander Korotkov
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