Commit Graph

53481 Commits (a90641eac24dfc8889122d88eb7f482cd3db8b39)
 

Author SHA1 Message Date
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
Andres Freund e41aed674f pgstat: revise replication slot API in preparation for shared memory stats. 3 years ago
Andres Freund 8b1dccd37c pgstat: scaffolding for transactional stats creation / drop. 3 years ago
Andres Freund 8fb580a35c pgstat: prepare APIs used by pgstatfuncs for shared memory stats. 3 years ago
Andres Freund 997afad89d pgstat: introduce PgStat_Kind enum. 3 years ago
Michael Paquier 0d5c387573 Add option --config-file to pg_rewind 3 years ago
Tom Lane a82a5eee31 Use ISB as a spin-delay instruction on ARM64. 3 years ago
Andres Freund 8ea7963fc7 pgstat: add pgstat_copy_relation_stats(). 3 years ago
Andres Freund cc96373cf3 pgstat: rename some pgstat_send_* functions to pgstat_report_*. 3 years ago
Tom Lane dbafe127bb Suppress "variable 'pagesaving' set but not used" warning. 3 years ago
Andres Freund bdbd3d9064 pgstat: stats collector references in comments. 3 years ago
Andres Freund ab62a642d5 pgstat: move transactional code into pgstat_xact.c. 3 years ago
Andres Freund c3e9b07936 pgstat: move pgstat_report_autovac() to pgstat_database.c. 3 years ago
Andres Freund 46a2d2499a dsm: allow use in single user mode. 3 years ago
Stephen Frost e99546f566 Forgotten catversion bump for 39969e2a1e 3 years ago
Stephen Frost 39969e2a1e Remove exclusive backup mode 3 years ago
Andrew Dunstan 14d3f24fa8 Further improve jsonb_sqljson parallel test 3 years ago
Tom Lane a0ffa885e4 Allow granting SET and ALTER SYSTEM privileges on GUC parameters. 3 years ago