| 2022-04-08 |
Michael Paquier | Track I/O timing for temporary file blocks in EXPLAIN... |
commit | commitdiff | tree |
| 2022-04-08 |
Thomas Munro | Fix recovery_prefetch docs. |
commit | commitdiff | tree |
| 2022-04-08 |
Andres Freund | pgstat: Hide instability in stats.spec with -DCATCACHE_... |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | pgstat: add/extend tests for resetting various kinds... |
commit | commitdiff | tree |
| 2022-04-07 |
Peter Geoghegan | Truncate line pointer array during heap pruning. |
commit | commitdiff | tree |
| 2022-04-07 |
David Rowley | Teach planner and executor about monotonic window funcs |
commit | commitdiff | tree |
| 2022-04-07 |
Tom Lane | Extend plsample example to include a trigger handler. |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | Add minimal tests for recovery conflict handling. |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | pgstat: test stats interactions with physical replication. |
commit | commitdiff | tree |
| 2022-04-07 |
Alvaro Herrera | Revert "Rewrite some RI code to avoid using SPI" |
commit | commitdiff | tree |
| 2022-04-07 |
Tom Lane | psql: add \dconfig command to show server's configurati... |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | pgstat: add tests for handling of restarts, including... |
commit | commitdiff | tree |
| 2022-04-07 |
Alvaro Herrera | Rewrite some RI code to avoid using SPI |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | Fix test instability introduced in e349c95d3e9 due... |
commit | commitdiff | tree |
| 2022-04-07 |
Alvaro Herrera | Add isolation tests for snapshot behavior in ri_triggers.c |
commit | commitdiff | tree |
| 2022-04-07 |
Tomas Vondra | Revert "Logical decoding of sequences" |
commit | commitdiff | tree |
| 2022-04-07 |
Peter Eisentraut | doc: Fix man page whitespace issues |
commit | commitdiff | tree |
| 2022-04-07 |
Jeff Davis | Fix off-by-one error in pg_waldump, introduced in 5c279... |
commit | commitdiff | tree |
| 2022-04-07 |
Jeff Davis | Fix another buildfarm issue from commit 5c279a6d350. |
commit | commitdiff | tree |
| 2022-04-07 |
Peter Eisentraut | Unlogged sequences |
commit | commitdiff | tree |
| 2022-04-07 |
Daniel Gustafsson | Fix typo in xlogrecovery.c code comment |
commit | commitdiff | tree |
| 2022-04-07 |
Peter Eisentraut | Avoid <substeps> element in man pages |
commit | commitdiff | tree |
| 2022-04-07 |
Thomas Munro | Include some missing headers. |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | pgstat: add alternate output for stats.spec, for the... |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | Try to silence "-Wmissing-braces" complaints in rmgrdesc.c. |
commit | commitdiff | tree |
| 2022-04-07 |
Thomas Munro | Prefetch data referenced by the WAL, take II. |
commit | commitdiff | tree |
| 2022-04-07 |
Jeff Davis | Fix warning introduced in 5c279a6d350. |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | pgstat: add tests for transaction behaviour, 2PC, funct... |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | pgstat: add pg_stat_have_stats() test helper. |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | pgstat: add pg_stat_force_next_flush(), use it to simpl... |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | pgstat: fix small bug in pgstat_drop_relation(). |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | pgstat: prevent fix pgstat_reinit_entry() from zeroing... |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | Fix compilation with WAL_DEBUG. |
commit | commitdiff | tree |
| 2022-04-07 |
Jeff Davis | Custom WAL Resource Managers. |
commit | commitdiff | tree |
| 2022-04-07 |
Peter Eisentraut | Update config.guess and config.sub |
commit | commitdiff | tree |
| 2022-04-07 |
Michael Paquier | Add single-item cache when looking at topmost XID of... |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | pgstat: move pgstat.c to utils/activity. |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMUL... |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | pgstat: remove stats_temp_directory. |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | pgstat: store statistics in shared memory. |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | pgstat: normalize function naming. |
commit | commitdiff | tree |
| 2022-04-07 |
Amit Kapila | Reorder subskiplsn in pg_subscription to avoid alignmen... |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | pgstat: revise replication slot API in preparation... |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | pgstat: scaffolding for transactional stats creation... |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | pgstat: prepare APIs used by pgstatfuncs for shared... |
commit | commitdiff | tree |
| 2022-04-07 |
Andres Freund | pgstat: introduce PgStat_Kind enum. |
commit | commitdiff | tree |
| 2022-04-06 |
Michael Paquier | Add option --config-file to pg_rewind |
commit | commitdiff | tree |
| 2022-04-06 |
Tom Lane | Use ISB as a spin-delay instruction on ARM64. |
commit | commitdiff | tree |
| 2022-04-06 |
Andres Freund | pgstat: add pgstat_copy_relation_stats(). |
commit | commitdiff | tree |
| 2022-04-06 |
Andres Freund | pgstat: rename some pgstat_send_* functions to pgstat_r... |
commit | commitdiff | tree |
| 2022-04-06 |
Tom Lane | Suppress "variable 'pagesaving' set but not used" warning. |
commit | commitdiff | tree |
| 2022-04-06 |
Andres Freund | pgstat: stats collector references in comments. |
commit | commitdiff | tree |
| 2022-04-06 |
Andres Freund | pgstat: move transactional code into pgstat_xact.c. |
commit | commitdiff | tree |
| 2022-04-06 |
Andres Freund | pgstat: move pgstat_report_autovac() to pgstat_database.c. |
commit | commitdiff | tree |
| 2022-04-06 |
Andres Freund | dsm: allow use in single user mode. |
commit | commitdiff | tree |
| 2022-04-06 |
Stephen Frost | Forgotten catversion bump for 39969e2a1e4d7f5a37f3ef37d... |
commit | commitdiff | tree |
| 2022-04-06 |
Stephen Frost | Remove exclusive backup mode |
commit | commitdiff | tree |
| 2022-04-06 |
Andrew Dunstan | Further improve jsonb_sqljson parallel test |
commit | commitdiff | tree |
| 2022-04-06 |
Tom Lane | Allow granting SET and ALTER SYSTEM privileges on GUC... |
commit | commitdiff | tree |
| 2022-04-06 |
Andrew Dunstan | Reduce running time of jsonb_sqljson test |
commit | commitdiff | tree |
| 2022-04-06 |
Peter Eisentraut | Fix unsigned output format in SLRU error reporting |
commit | commitdiff | tree |
| 2022-04-06 |
Peter Eisentraut | Change one AssertMacro to Assert |
commit | commitdiff | tree |
| 2022-04-06 |
Etsuro Fujita | Allow asynchronous execution in more cases. |
commit | commitdiff | tree |
| 2022-04-06 |
Peter Eisentraut | Update Unicode data to CLDR 41 |
commit | commitdiff | tree |
| 2022-04-06 |
Amit Kapila | Improve comments for row filtering and toast interactio... |
commit | commitdiff | tree |
| 2022-04-06 |
Tatsuo Ishii | Change aggregated log format of pgbench. |
commit | commitdiff | tree |
| 2022-04-06 |
Tom Lane | Remove race condition in 022_crash_temp_files.pl test. |
commit | commitdiff | tree |
| 2022-04-05 |
Daniel Gustafsson | Fix compilerwarning in logging size_t |
commit | commitdiff | tree |
| 2022-04-05 |
Andrew Dunstan | PLAN clauses for JSON_TABLE |
commit | commitdiff | tree |
| 2022-04-05 |
Peter Geoghegan | Have VACUUM warn on relfrozenxid "in the future". |
commit | commitdiff | tree |
| 2022-04-05 |
Daniel Gustafsson | pg_rewind: Fetch small files according to new size. |
commit | commitdiff | tree |
| 2022-04-05 |
Michael Paquier | Extend TAP tests of pg_dump to test for compression... |
commit | commitdiff | tree |
| 2022-04-05 |
Alvaro Herrera | Refactor and cleanup runtime partition prune code a... |
commit | commitdiff | tree |
| 2022-04-05 |
Tom Lane | Update some tests in 013_crash_restart.pl. |
commit | commitdiff | tree |
| 2022-04-04 |
Andres Freund | dshash: revise sequential scan support. |
commit | commitdiff | tree |
| 2022-04-04 |
Andres Freund | pgstat: remove some superflous comments from pgstat.h. |
commit | commitdiff | tree |
| 2022-04-04 |
Andres Freund | pgstat: consistent function comment formatting. |
commit | commitdiff | tree |
| 2022-04-04 |
Andrew Dunstan | JSON_TABLE |
commit | commitdiff | tree |
| 2022-04-04 |
Peter Geoghegan | vacuumlazy.c: Further consolidate resource allocation. |
commit | commitdiff | tree |
| 2022-04-04 |
Peter Eisentraut | psql: Show all query results by default |
commit | commitdiff | tree |
| 2022-04-04 |
Tom Lane | Disable synchronize_seqscans in 027_stream_regress.pl. |
commit | commitdiff | tree |
| 2022-04-04 |
Andrew Dunstan | Avoid freeing objects during json aggregate finalization |
commit | commitdiff | tree |
| 2022-04-04 |
Robert Haas | pg_basebackup: Fix code that thinks about LZ4 buffer... |
commit | commitdiff | tree |
| 2022-04-04 |
David Rowley | Use Generation memory contexts to store tuples in sorts |
commit | commitdiff | tree |
| 2022-04-04 |
David Rowley | Adjust tuplesort API to have bitwise option flags |
commit | commitdiff | tree |
| 2022-04-04 |
David Rowley | Improve the generation memory allocator |
commit | commitdiff | tree |
| 2022-04-03 |
Thomas Munro | Fix tuplesort optimization for CLUSTER-on-expression. |
commit | commitdiff | tree |
| 2022-04-03 |
Tom Lane | Fix portability issues in datetime parsing. |
commit | commitdiff | tree |
| 2022-04-03 |
Peter Geoghegan | Generalize how VACUUM skips all-frozen pages. |
commit | commitdiff | tree |
| 2022-04-03 |
Peter Geoghegan | Set relfrozenxid to oldest extant XID seen by VACUUM. |
commit | commitdiff | tree |
| 2022-04-02 |
Peter Geoghegan | Doc: Add relfrozenxid Tip to XID wraparound section. |
commit | commitdiff | tree |
| 2022-04-02 |
Tom Lane | Fix overflow hazards in interval input and output conve... |
commit | commitdiff | tree |
| 2022-04-02 |
Peter Geoghegan | Doc: Clarify the role of aggressive VACUUMs. |
commit | commitdiff | tree |
| 2022-04-02 |
Tom Lane | Add a couple more tests for interval input decoding. |
commit | commitdiff | tree |
| 2022-04-02 |
Peter Geoghegan | vacuumlazy.c: Clean up variable declarations. |
commit | commitdiff | tree |
| 2022-04-02 |
Joe Conway | Use has_privs_for_roles for predefined role checks... |
commit | commitdiff | tree |
| 2022-04-02 |
Alvaro Herrera | Allow CLUSTER on partitioned tables |
commit | commitdiff | tree |
| 2022-04-02 |
Peter Geoghegan | Doc: Remove MultiXact wraparound section link. |
commit | commitdiff | tree |
| 2022-04-02 |
Alvaro Herrera | Remove excess semicolon in MERGE docs |
commit | commitdiff | tree |
| 2022-04-02 |
Andrew Dunstan | Use ORDER BY in catalog results in SQL/JSON tests |
commit | commitdiff | tree |
| next |