users/rhaas/postgres.git
2022-04-08 Michael PaquierTrack I/O timing for temporary file blocks in EXPLAIN...
2022-04-08 Thomas MunroFix recovery_prefetch docs.
2022-04-08 Andres Freundpgstat: Hide instability in stats.spec with -DCATCACHE_...
2022-04-07 Andres Freundpgstat: add/extend tests for resetting various kinds...
2022-04-07 Peter GeogheganTruncate line pointer array during heap pruning.
2022-04-07 David RowleyTeach planner and executor about monotonic window funcs
2022-04-07 Tom LaneExtend plsample example to include a trigger handler.
2022-04-07 Andres FreundAdd minimal tests for recovery conflict handling.
2022-04-07 Andres Freundpgstat: test stats interactions with physical replication.
2022-04-07 Alvaro HerreraRevert "Rewrite some RI code to avoid using SPI"
2022-04-07 Tom Lanepsql: add \dconfig command to show server's configurati...
2022-04-07 Andres Freundpgstat: add tests for handling of restarts, including...
2022-04-07 Alvaro HerreraRewrite some RI code to avoid using SPI
2022-04-07 Andres FreundFix test instability introduced in e349c95d3e9 due...
2022-04-07 Alvaro HerreraAdd isolation tests for snapshot behavior in ri_triggers.c
2022-04-07 Tomas VondraRevert "Logical decoding of sequences"
2022-04-07 Peter Eisentrautdoc: Fix man page whitespace issues
2022-04-07 Jeff DavisFix off-by-one error in pg_waldump, introduced in 5c279...
2022-04-07 Jeff DavisFix another buildfarm issue from commit 5c279a6d350.
2022-04-07 Peter EisentrautUnlogged sequences
2022-04-07 Daniel GustafssonFix typo in xlogrecovery.c code comment
2022-04-07 Peter EisentrautAvoid <substeps> element in man pages
2022-04-07 Thomas MunroInclude some missing headers.
2022-04-07 Andres Freundpgstat: add alternate output for stats.spec, for the...
2022-04-07 Andres FreundTry to silence "-Wmissing-braces" complaints in rmgrdesc.c.
2022-04-07 Thomas MunroPrefetch data referenced by the WAL, take II.
2022-04-07 Jeff DavisFix warning introduced in 5c279a6d350.
2022-04-07 Andres Freundpgstat: add tests for transaction behaviour, 2PC, funct...
2022-04-07 Andres Freundpgstat: add pg_stat_have_stats() test helper.
2022-04-07 Andres Freundpgstat: add pg_stat_force_next_flush(), use it to simpl...
2022-04-07 Andres Freundpgstat: fix small bug in pgstat_drop_relation().
2022-04-07 Andres Freundpgstat: prevent fix pgstat_reinit_entry() from zeroing...
2022-04-07 Andres FreundFix compilation with WAL_DEBUG.
2022-04-07 Jeff DavisCustom WAL Resource Managers.
2022-04-07 Peter EisentrautUpdate config.guess and config.sub
2022-04-07 Michael PaquierAdd single-item cache when looking at topmost XID of...
2022-04-07 Andres Freundpgstat: move pgstat.c to utils/activity.
2022-04-07 Andres Freundpgstat: rename STATS_COLLECTOR GUC group to STATS_CUMUL...
2022-04-07 Andres Freundpgstat: remove stats_temp_directory.
2022-04-07 Andres Freundpgstat: store statistics in shared memory.
2022-04-07 Andres Freundpgstat: normalize function naming.
2022-04-07 Amit KapilaReorder subskiplsn in pg_subscription to avoid alignmen...
2022-04-07 Andres Freundpgstat: revise replication slot API in preparation...
2022-04-07 Andres Freundpgstat: scaffolding for transactional stats creation...
2022-04-07 Andres Freundpgstat: prepare APIs used by pgstatfuncs for shared...
2022-04-07 Andres Freundpgstat: introduce PgStat_Kind enum.
2022-04-06 Michael PaquierAdd option --config-file to pg_rewind
2022-04-06 Tom LaneUse ISB as a spin-delay instruction on ARM64.
2022-04-06 Andres Freundpgstat: add pgstat_copy_relation_stats().
2022-04-06 Andres Freundpgstat: rename some pgstat_send_* functions to pgstat_r...
2022-04-06 Tom LaneSuppress "variable 'pagesaving' set but not used" warning.
2022-04-06 Andres Freundpgstat: stats collector references in comments.
2022-04-06 Andres Freundpgstat: move transactional code into pgstat_xact.c.
2022-04-06 Andres Freundpgstat: move pgstat_report_autovac() to pgstat_database.c.
2022-04-06 Andres Freunddsm: allow use in single user mode.
2022-04-06 Stephen FrostForgotten catversion bump for 39969e2a1e4d7f5a37f3ef37d...
2022-04-06 Stephen FrostRemove exclusive backup mode
2022-04-06 Andrew DunstanFurther improve jsonb_sqljson parallel test
2022-04-06 Tom LaneAllow granting SET and ALTER SYSTEM privileges on GUC...
2022-04-06 Andrew DunstanReduce running time of jsonb_sqljson test
2022-04-06 Peter EisentrautFix unsigned output format in SLRU error reporting
2022-04-06 Peter EisentrautChange one AssertMacro to Assert
2022-04-06 Etsuro FujitaAllow asynchronous execution in more cases.
2022-04-06 Peter EisentrautUpdate Unicode data to CLDR 41
2022-04-06 Amit KapilaImprove comments for row filtering and toast interactio...
2022-04-06 Tatsuo IshiiChange aggregated log format of pgbench.
2022-04-06 Tom LaneRemove race condition in 022_crash_temp_files.pl test.
2022-04-05 Daniel GustafssonFix compilerwarning in logging size_t
2022-04-05 Andrew DunstanPLAN clauses for JSON_TABLE
2022-04-05 Peter GeogheganHave VACUUM warn on relfrozenxid "in the future".
2022-04-05 Daniel Gustafssonpg_rewind: Fetch small files according to new size.
2022-04-05 Michael PaquierExtend TAP tests of pg_dump to test for compression...
2022-04-05 Alvaro HerreraRefactor and cleanup runtime partition prune code a...
2022-04-05 Tom LaneUpdate some tests in 013_crash_restart.pl.
2022-04-04 Andres Freunddshash: revise sequential scan support.
2022-04-04 Andres Freundpgstat: remove some superflous comments from pgstat.h.
2022-04-04 Andres Freundpgstat: consistent function comment formatting.
2022-04-04 Andrew DunstanJSON_TABLE
2022-04-04 Peter Geogheganvacuumlazy.c: Further consolidate resource allocation.
2022-04-04 Peter Eisentrautpsql: Show all query results by default
2022-04-04 Tom LaneDisable synchronize_seqscans in 027_stream_regress.pl.
2022-04-04 Andrew DunstanAvoid freeing objects during json aggregate finalization
2022-04-04 Robert Haaspg_basebackup: Fix code that thinks about LZ4 buffer...
2022-04-04 David RowleyUse Generation memory contexts to store tuples in sorts
2022-04-04 David RowleyAdjust tuplesort API to have bitwise option flags
2022-04-04 David RowleyImprove the generation memory allocator
2022-04-03 Thomas MunroFix tuplesort optimization for CLUSTER-on-expression.
2022-04-03 Tom LaneFix portability issues in datetime parsing.
2022-04-03 Peter GeogheganGeneralize how VACUUM skips all-frozen pages.
2022-04-03 Peter GeogheganSet relfrozenxid to oldest extant XID seen by VACUUM.
2022-04-02 Peter GeogheganDoc: Add relfrozenxid Tip to XID wraparound section.
2022-04-02 Tom LaneFix overflow hazards in interval input and output conve...
2022-04-02 Peter GeogheganDoc: Clarify the role of aggressive VACUUMs.
2022-04-02 Tom LaneAdd a couple more tests for interval input decoding.
2022-04-02 Peter Geogheganvacuumlazy.c: Clean up variable declarations.
2022-04-02 Joe ConwayUse has_privs_for_roles for predefined role checks...
2022-04-02 Alvaro HerreraAllow CLUSTER on partitioned tables
2022-04-02 Peter GeogheganDoc: Remove MultiXact wraparound section link.
2022-04-02 Alvaro HerreraRemove excess semicolon in MERGE docs
2022-04-02 Andrew DunstanUse ORDER BY in catalog results in SQL/JSON tests
next