Commit Graph

60459 Commits (abfb29648f9adcde84656afde1d50bc8b8e9b6e0)
 

Author SHA1 Message Date
Masahiko Sawada abfb29648f Rename RBTXN_PREPARE to RBTXN_IS_PREPARE for better clarification. 11 months ago
Masahiko Sawada 072ee847ad Skip logical decoding of already-aborted transactions. 11 months ago
Nathan Bossart 9e66a2b784 Remove unneeded volatile qualifier in fmgr.c. 11 months ago
Tom Lane fd602f29c1 Clean up impenetrable logic in pg_basebackup/receivelog.c. 11 months ago
Tom Lane fcd77a6873 Fix minor memory leaks in pg_dump. 11 months ago
Andres Freund c45963c5d5 ci: Collect core files on NetBSD and OpenBSD 11 months ago
Andres Freund e291573534 ci: Test NetBSD and OpenBSD 11 months ago
Andres Freund b64d83115c meson: Fix failure to detect bsd_auth.h presence 11 months ago
Michael Paquier 0fc68c8421 Fix issue in recovery test 041_checkpoint_at_promote 11 months ago
Michael Paquier 5b94e27534 Fix some inconsistencies with memory freeing in pg_createsubscriber 11 months ago
Peter Eisentraut 1b5841d461 Remove unnecessary (char *) casts [checksum] 11 months ago
Peter Eisentraut 827b4060a8 Remove unnecessary (char *) casts [mem] 11 months ago
Peter Eisentraut 506183bce7 Remove unnecessary (char *) casts [string] 11 months ago
John Naylor 0bc34ad692 Doc: Fix punctuation errors 11 months ago
Nathan Bossart bb8dff9995 Add cost-based vacuum delay time to progress views. 11 months ago
Nathan Bossart e5b0b0ce15 Add is_analyze parameter to vacuum_delay_point(). 11 months ago
Melanie Plageman d0d649e916 Limit pgbench COPY FREEZE to ordinary relations 11 months ago
Jeff Davis 38172d1856 Injection points for hash aggregation. 11 months ago
Melanie Plageman 052026c9b9 Eagerly scan all-visible pages to amortize aggressive vacuum 11 months ago
Andres Freund 4dd09a1d41 config: Rename "Asynchronous Behavior" to "I/O" 11 months ago
Andres Freund 740766d37c config: Split "Worker Processes" out of "Asynchronous Behavior" 11 months ago
Tom Lane c366d2bdba Allow extension functions to participate in in-place updates. 11 months ago
Tom Lane 6c7251db0c Implement new optimization rule for updates of expanded variables. 11 months ago
Tom Lane 36fb9ef269 Detect whether plpgsql assignment targets are "local" variables. 11 months ago
Tom Lane a654af21ae Preliminary refactoring of plpgsql expression construction. 11 months ago
Tom Lane 6a7283dd2f Refactor pl_funcs.c to provide a usage-independent tree walker. 11 months ago
Peter Eisentraut 6998db59c2 Replace AssertMacro() with Assert() when not in macro 11 months ago
Michael Paquier c9238ad853 Fix indentation of comment in plannodes.h 11 months ago
Tom Lane 5bf12323b6 Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations. 11 months ago
Jeff Davis 9f12da78d9 Lock table in ShareUpdateExclusive when importing index stats. 11 months ago
Andres Freund 979205e47b Fix type in test_escape test 11 months ago
Andres Freund 32c34006b2 docs: EUC_TW can be up to four bytes wide, not three 11 months ago
Andres Freund ac00ff1c96 Add test of various escape functions 11 months ago
Andres Freund 5dc1e42b4f Fix handling of invalidly encoded data in escaping functions 11 months ago
Andres Freund 3e98c8ce50 Specify the encoding of input to fmtId() 11 months ago
Andres Freund 4dc2896353 Add pg_encoding_set_invalid() 11 months ago
Michael Paquier 3d17d7d7fb Reformat node comments in plannodes.h 11 months ago
Peter Eisentraut 9926f854d0 Cache NO ACTION foreign keys separately from RESTRICT foreign keys 11 months ago
Peter Eisentraut a9258629ed Make TLS write functions' buffer arguments pointers const 11 months ago
Michael Paquier 169208092f Refactor TAP test code for file comparisons into new routine in Utils.pm 11 months ago
Tom Lane ecb8226af6 PDF docs build: avoid spurious "warn" in build logs. 11 months ago
Tom Lane fb056564ec Fix pgbench performance issue induced by commit af35fe501. 11 months ago
Tom Lane 11bba6e494 Doc: clarify behavior of timestamptz input some more. 11 months ago
Peter Eisentraut b92c03342d Allow non-btree speculative insertion indexes 11 months ago
Peter Eisentraut bfe21b760e Support non-btree indexes for foreign keys 11 months ago
Peter Eisentraut 83ea6c5402 Virtual generated columns 11 months ago
Amit Langote cbc127917e Track unpruned relids to avoid processing pruned relations 11 months ago
Michael Paquier 926c7fce03 injection_points: Tweak more permutation in isolation test "basic" 11 months ago
Michael Paquier 428fadb7e9 Move SQL tests of pg_stat_io for WAL data to recovery test 029_stats_restart 11 months ago
Nathan Bossart 401a6956fa Disallow COPY FREEZE on foreign tables. 11 months ago