Commit Graph

60447 Commits (506183bce73a2b22308a54876f0a56a249bc26e9)
 

Author SHA1 Message Date
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
Daniel Gustafsson a99a32e43e libpq: Handle asynchronous actions during SASL 11 months ago
Daniel Gustafsson 44ec095751 Remove support for linking with libeay32 and ssleay32 11 months ago
Nathan Bossart 527f8fec22 Fix autovacuum_vacuum_max_threshold's GUC description. 11 months ago
Daniel Gustafsson affd38e55a pgcrypto: Remove static storage class from variables 11 months ago
Michael Paquier 9e020050b8 injection_points: Re-enable permutation in isolation test "basic" 11 months ago
Nathan Bossart 306dc520b9 Introduce autovacuum_vacuum_max_threshold. 11 months ago
Tom Lane a14707da56 Show more-intuitive titles for psql commands \dt, \di, etc. 11 months ago
Daniel Gustafsson ee4667f018 doc: Update links which returned 404 11 months ago
Amit Kapila 0ec3c295e7 Avoid updating inactive_since for invalid replication slots. 11 months ago
Andres Freund b2bdb972c0 meson: ci: ensure tests are built before running them 11 months ago
Andres Freund 26aca4de43 meson: Add missing dependencies for libpq tests 11 months ago
Andres Freund c89525d57b meson: Add missing dependencies to libpq_pipeline test 11 months ago