| 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 |
| 2022-04-02 |
John Naylor | Specialize tuplesort routines for different kinds of... |
commit | commitdiff | tree |
| 2022-04-02 |
Peter Eisentraut | Remove obsolete comment |
commit | commitdiff | tree |
| 2022-04-02 |
Michael Paquier | Make upgradecheck a no-op in MSVC's vcregress.pl |
commit | commitdiff | tree |
| 2022-04-02 |
Michael Paquier | pageinspect: Use better macros to get special page... |
commit | commitdiff | tree |
| 2022-04-01 |
Peter Eisentraut | libpq: Fix pkg-config without OpenSSL |
commit | commitdiff | tree |
| 2022-04-01 |
Tom Lane | Set minimum required version of zstd as 1.4.0. |
commit | commitdiff | tree |
| 2022-04-01 |
Peter Eisentraut | libpq: Allow IP address SANs in server certificates |
commit | commitdiff | tree |
| 2022-04-01 |
Robert Haas | docs: Changing column type doesn't always require an... |
commit | commitdiff | tree |
| 2022-04-01 |
Peter Eisentraut | Add SSL tests for IP addresses in certificates |
commit | commitdiff | tree |
| 2022-04-01 |
Peter Eisentraut | psql: Refactor ProcessResult() |
commit | commitdiff | tree |
| 2022-04-01 |
Michael Paquier | Add macros in hash and btree AMs to get the special... |
commit | commitdiff | tree |
| 2022-04-01 |
Michael Paquier | Improve handling and logging of TAP tests for pg_upgrade |
commit | commitdiff | tree |
| 2022-04-01 |
Michael Paquier | Switch the regression tests of pg_upgrade to use TAP... |
commit | commitdiff | tree |
| 2022-03-31 |
Tom Lane | Keep plpgsql.h C++-clean. |
commit | commitdiff | tree |
| 2022-03-31 |
Tom Lane | Expose a few more PL/pgSQL functions to debugger plugins. |
commit | commitdiff | tree |
| 2022-03-31 |
Andrew Dunstan | Fix comments with "a expression" |
commit | commitdiff | tree |
| 2022-03-31 |
Andrew Dunstan | RETURNING clause for JSON() and JSON_SCALAR() |
commit | commitdiff | tree |
| 2022-03-31 |
Robert Haas | initdb: When running CREATE DATABASE, use STRATEGY... |
commit | commitdiff | tree |
| 2022-03-31 |
Tom Lane | Fix postgres_fdw to check shippability of sort clauses... |
commit | commitdiff | tree |
| 2022-03-31 |
Andres Freund | Print information about type of test and subdirectory... |
commit | commitdiff | tree |
| 2022-03-31 |
Andrew Dunstan | Remove use of perl parent module in Cluster.pm |
commit | commitdiff | tree |
| 2022-03-31 |
Robert Haas | In basebackup_to_shell tests, properly set up pg_hba... |
commit | commitdiff | tree |
| 2022-03-31 |
Peter Eisentraut | psql: Refactor SendQuery() |
commit | commitdiff | tree |
| 2022-03-31 |
Tom Lane | Add missing newline in one libpq error message. |
commit | commitdiff | tree |
| 2022-03-31 |
Peter Eisentraut | psql: Add tests for \errverbose |
commit | commitdiff | tree |
| next |