Commit Graph

53498 Commits (dad9ba1c82fd985aa6fb8035ebca1e79c138dde2)
 

Author SHA1 Message Date
Jeff Davis dad9ba1c82 Fix buildfarm failures in pg_walinspect tests. 3 years ago
Jeff Davis 12aaae5131 Check XLogRecHasBlockRef() before XLogRecHasBlockImage(). 3 years ago
Jeff Davis 1562e92c62 Fix buildfarm failure from commit 2258e76f90. 3 years ago
Jeff Davis 2258e76f90 Add contrib/pg_walinspect. 3 years ago
Peter Eisentraut 708007dced Remove error message hints mentioning configure options 3 years ago
Andres Freund b3abca6810 pgstat: Update docs to match the shared memory stats reality. 3 years ago
Michael Paquier 76cbf7edb6 pg_stat_statements: Track I/O timing for temporary file blocks 3 years ago
Andrew Dunstan a6baa4badd Documentation for SQL/JSON features 3 years ago
Michael Paquier efb0ef909f Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS) 3 years ago
Thomas Munro dafae9707a Fix recovery_prefetch docs. 3 years ago
Andres Freund d6c0db1483 pgstat: Hide instability in stats.spec with -DCATCACHE_FORCE_RELEASE. 3 years ago
Andres Freund 5264add784 pgstat: add/extend tests for resetting various kinds of stats. 3 years ago
Peter Geoghegan 10a8d13823 Truncate line pointer array during heap pruning. 3 years ago
David Rowley 9d9c02ccd1 Teach planner and executor about monotonic window funcs 3 years ago
Tom Lane 2f4d0d6799 Extend plsample example to include a trigger handler. 3 years ago
Andres Freund 9f8a050f68 Add minimal tests for recovery conflict handling. 3 years ago
Andres Freund 53b9cd20d4 pgstat: test stats interactions with physical replication. 3 years ago
Alvaro Herrera a90641eac2
Revert "Rewrite some RI code to avoid using SPI" 3 years ago
Tom Lane 3e707fbb40 psql: add \dconfig command to show server's configuration parameters. 3 years ago
Andres Freund 16acf7f1aa pgstat: add tests for handling of restarts, including crashes. 3 years ago
Alvaro Herrera 99392cdd78
Rewrite some RI code to avoid using SPI 3 years ago
Andres Freund dbe29b0d2c Fix test instability introduced in e349c95d3e due to async deduplication. 3 years ago
Alvaro Herrera 00cb86e75d
Add isolation tests for snapshot behavior in ri_triggers.c 3 years ago
Tomas Vondra 2c7ea57e56 Revert "Logical decoding of sequences" 3 years ago
Peter Eisentraut d7ab2a9a3c doc: Fix man page whitespace issues 3 years ago
Jeff Davis dad97e0502 Fix off-by-one error in pg_waldump, introduced in 5c279a6d35. 3 years ago
Jeff Davis 957aa4d87a Fix another buildfarm issue from commit 5c279a6d35. 3 years ago
Peter Eisentraut 344d62fb9a Unlogged sequences 3 years ago
Daniel Gustafsson bab588cd5c Fix typo in xlogrecovery.c code comment 3 years ago
Peter Eisentraut d772b18d44 Avoid <substeps> element in man pages 3 years ago
Thomas Munro 5b186308fb Include some missing headers. 3 years ago
Andres Freund a2f433fa49 pgstat: add alternate output for stats.spec, for the 2PC disabled case. 3 years ago
Andres Freund 6392f2a096 Try to silence "-Wmissing-braces" complaints in rmgrdesc.c. 3 years ago
Thomas Munro 5dc0418fab Prefetch data referenced by the WAL, take II. 3 years ago
Jeff Davis 9553b4115f Fix warning introduced in 5c279a6d35. 3 years ago
Andres Freund e349c95d3e pgstat: add tests for transaction behaviour, 2PC, function stats. 3 years ago
Andres Freund ad401664b8 pgstat: add pg_stat_have_stats() test helper. 3 years ago
Andres Freund 0f96965c65 pgstat: add pg_stat_force_next_flush(), use it to simplify tests. 3 years ago
Andres Freund 5e07d3d6bd pgstat: fix small bug in pgstat_drop_relation(). 3 years ago
Andres Freund 81ae9e6588 pgstat: prevent fix pgstat_reinit_entry() from zeroing out lwlock. 3 years ago
Andres Freund 3536b851ad Fix compilation with WAL_DEBUG. 3 years ago
Jeff Davis 5c279a6d35 Custom WAL Resource Managers. 3 years ago
Peter Eisentraut a8cfb0c1a9 Update config.guess and config.sub 3 years ago
Michael Paquier 06f5295af6 Add single-item cache when looking at topmost XID of a subtrans XID 3 years ago
Andres Freund fbfe6910ec pgstat: move pgstat.c to utils/activity. 3 years ago
Andres Freund 1db4e5a4ee pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE. 3 years ago
Andres Freund 6f0cf87872 pgstat: remove stats_temp_directory. 3 years ago
Andres Freund 5891c7a8ed pgstat: store statistics in shared memory. 3 years ago
Andres Freund be902e2651 pgstat: normalize function naming. 3 years ago
Amit Kapila 79b716cfb7 Reorder subskiplsn in pg_subscription to avoid alignment issues. 3 years ago