summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-08Fix buildfarm failures in pg_walinspect tests.Jeff Davis
2022-04-08Check XLogRecHasBlockRef() before XLogRecHasBlockImage().Jeff Davis
2022-04-08Fix buildfarm failure from commit 2258e76f90.Jeff Davis
2022-04-08Add contrib/pg_walinspect.Jeff Davis
2022-04-08Remove error message hints mentioning configure optionsPeter Eisentraut
2022-04-08pgstat: Update docs to match the shared memory stats reality.Andres Freund
2022-04-08pg_stat_statements: Track I/O timing for temporary file blocksMichael Paquier
2022-04-08Documentation for SQL/JSON featuresAndrew Dunstan
2022-04-08Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)Michael Paquier
2022-04-08Fix recovery_prefetch docs.Thomas Munro
2022-04-08pgstat: Hide instability in stats.spec with -DCATCACHE_FORCE_RELEASE.Andres Freund
2022-04-07pgstat: add/extend tests for resetting various kinds of stats.Andres Freund
2022-04-07Truncate line pointer array during heap pruning.Peter Geoghegan
2022-04-07Teach planner and executor about monotonic window funcsDavid Rowley
2022-04-07Extend plsample example to include a trigger handler.Tom Lane
2022-04-07Add minimal tests for recovery conflict handling.Andres Freund
2022-04-07pgstat: test stats interactions with physical replication.Andres Freund
2022-04-07Revert "Rewrite some RI code to avoid using SPI"Alvaro Herrera
2022-04-07psql: add \dconfig command to show server's configuration parameters.Tom Lane
2022-04-07pgstat: add tests for handling of restarts, including crashes.Andres Freund
2022-04-07Rewrite some RI code to avoid using SPIAlvaro Herrera
2022-04-07Fix test instability introduced in e349c95d3e9 due to async deduplication.Andres Freund
2022-04-07Add isolation tests for snapshot behavior in ri_triggers.cAlvaro Herrera
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07doc: Fix man page whitespace issuesPeter Eisentraut
2022-04-07Fix off-by-one error in pg_waldump, introduced in 5c279a6d350.Jeff Davis
2022-04-07Fix another buildfarm issue from commit 5c279a6d350.Jeff Davis
2022-04-07Unlogged sequencesPeter Eisentraut
2022-04-07Fix typo in xlogrecovery.c code commentDaniel Gustafsson
2022-04-07Avoid <substeps> element in man pagesPeter Eisentraut
2022-04-07Include some missing headers.Thomas Munro
2022-04-07pgstat: add alternate output for stats.spec, for the 2PC disabled case.Andres Freund
2022-04-07Try to silence "-Wmissing-braces" complaints in rmgrdesc.c.Andres Freund
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-04-07Fix warning introduced in 5c279a6d350.Jeff Davis
2022-04-07pgstat: add tests for transaction behaviour, 2PC, function stats.Andres Freund
2022-04-07pgstat: add pg_stat_have_stats() test helper.Andres Freund
2022-04-07pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund
2022-04-07pgstat: fix small bug in pgstat_drop_relation().Andres Freund
2022-04-07pgstat: prevent fix pgstat_reinit_entry() from zeroing out lwlock.Andres Freund
2022-04-07Fix compilation with WAL_DEBUG.Andres Freund
2022-04-07Custom WAL Resource Managers.Jeff Davis
2022-04-07Update config.guess and config.subPeter Eisentraut
2022-04-07Add single-item cache when looking at topmost XID of a subtrans XIDMichael Paquier
2022-04-07pgstat: move pgstat.c to utils/activity.Andres Freund
2022-04-07pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.Andres Freund
2022-04-07pgstat: remove stats_temp_directory.Andres Freund
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-07pgstat: normalize function naming.Andres Freund
2022-04-07Reorder subskiplsn in pg_subscription to avoid alignment issues.Amit Kapila