Commit Graph

60452 Commits (b64d83115cba32b3baf7bd985fc628efbc2dbc3b)
 

Author SHA1 Message Date
Andres Freund b64d83115c meson: Fix failure to detect bsd_auth.h presence 7 months ago
Michael Paquier 0fc68c8421 Fix issue in recovery test 041_checkpoint_at_promote 7 months ago
Michael Paquier 5b94e27534 Fix some inconsistencies with memory freeing in pg_createsubscriber 7 months ago
Peter Eisentraut 1b5841d461 Remove unnecessary (char *) casts [checksum] 7 months ago
Peter Eisentraut 827b4060a8 Remove unnecessary (char *) casts [mem] 7 months ago
Peter Eisentraut 506183bce7 Remove unnecessary (char *) casts [string] 7 months ago
John Naylor 0bc34ad692 Doc: Fix punctuation errors 7 months ago
Nathan Bossart bb8dff9995 Add cost-based vacuum delay time to progress views. 7 months ago
Nathan Bossart e5b0b0ce15 Add is_analyze parameter to vacuum_delay_point(). 7 months ago
Melanie Plageman d0d649e916 Limit pgbench COPY FREEZE to ordinary relations 7 months ago
Jeff Davis 38172d1856 Injection points for hash aggregation. 7 months ago
Melanie Plageman 052026c9b9 Eagerly scan all-visible pages to amortize aggressive vacuum 7 months ago
Andres Freund 4dd09a1d41 config: Rename "Asynchronous Behavior" to "I/O" 7 months ago
Andres Freund 740766d37c config: Split "Worker Processes" out of "Asynchronous Behavior" 7 months ago
Tom Lane c366d2bdba Allow extension functions to participate in in-place updates. 7 months ago
Tom Lane 6c7251db0c Implement new optimization rule for updates of expanded variables. 7 months ago
Tom Lane 36fb9ef269 Detect whether plpgsql assignment targets are "local" variables. 7 months ago
Tom Lane a654af21ae Preliminary refactoring of plpgsql expression construction. 7 months ago
Tom Lane 6a7283dd2f Refactor pl_funcs.c to provide a usage-independent tree walker. 7 months ago
Peter Eisentraut 6998db59c2 Replace AssertMacro() with Assert() when not in macro 7 months ago
Michael Paquier c9238ad853 Fix indentation of comment in plannodes.h 7 months ago
Tom Lane 5bf12323b6 Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations. 7 months ago
Jeff Davis 9f12da78d9 Lock table in ShareUpdateExclusive when importing index stats. 7 months ago
Andres Freund 979205e47b Fix type in test_escape test 7 months ago
Andres Freund 32c34006b2 docs: EUC_TW can be up to four bytes wide, not three 7 months ago
Andres Freund ac00ff1c96 Add test of various escape functions 7 months ago
Andres Freund 5dc1e42b4f Fix handling of invalidly encoded data in escaping functions 7 months ago
Andres Freund 3e98c8ce50 Specify the encoding of input to fmtId() 7 months ago
Andres Freund 4dc2896353 Add pg_encoding_set_invalid() 7 months ago
Michael Paquier 3d17d7d7fb Reformat node comments in plannodes.h 7 months ago
Peter Eisentraut 9926f854d0 Cache NO ACTION foreign keys separately from RESTRICT foreign keys 7 months ago
Peter Eisentraut a9258629ed Make TLS write functions' buffer arguments pointers const 7 months ago
Michael Paquier 169208092f Refactor TAP test code for file comparisons into new routine in Utils.pm 7 months ago
Tom Lane ecb8226af6 PDF docs build: avoid spurious "warn" in build logs. 7 months ago
Tom Lane fb056564ec Fix pgbench performance issue induced by commit af35fe501. 7 months ago
Tom Lane 11bba6e494 Doc: clarify behavior of timestamptz input some more. 7 months ago
Peter Eisentraut b92c03342d Allow non-btree speculative insertion indexes 7 months ago
Peter Eisentraut bfe21b760e Support non-btree indexes for foreign keys 7 months ago
Peter Eisentraut 83ea6c5402 Virtual generated columns 7 months ago
Amit Langote cbc127917e Track unpruned relids to avoid processing pruned relations 7 months ago
Michael Paquier 926c7fce03 injection_points: Tweak more permutation in isolation test "basic" 7 months ago
Michael Paquier 428fadb7e9 Move SQL tests of pg_stat_io for WAL data to recovery test 029_stats_restart 7 months ago
Nathan Bossart 401a6956fa Disallow COPY FREEZE on foreign tables. 7 months ago
Daniel Gustafsson a99a32e43e libpq: Handle asynchronous actions during SASL 7 months ago
Daniel Gustafsson 44ec095751 Remove support for linking with libeay32 and ssleay32 7 months ago
Nathan Bossart 527f8fec22 Fix autovacuum_vacuum_max_threshold's GUC description. 7 months ago
Daniel Gustafsson affd38e55a pgcrypto: Remove static storage class from variables 7 months ago
Michael Paquier 9e020050b8 injection_points: Re-enable permutation in isolation test "basic" 7 months ago
Nathan Bossart 306dc520b9 Introduce autovacuum_vacuum_max_threshold. 7 months ago
Tom Lane a14707da56 Show more-intuitive titles for psql commands \dt, \di, etc. 7 months ago