Commit Graph

60475 Commits (9f45e6a91d8460ac0b1f30e6ae3eefb185b8d0ab)
 

Author SHA1 Message Date
Tom Lane 9f45e6a91d Make escaping functions retain trailing bytes of an invalid character. 10 months ago
Thomas Munro 2a8a00674e Fix explicit valgrind interaction in read_stream.c. 10 months ago
Andres Freund efdadeb223 Fix PQescapeLiteral()/PQescapeIdentifier() length handling 10 months ago
Nathan Bossart 7720082ae5 Add delay time to VACUUM/ANALYZE (VERBOSE) and autovacuum logs. 10 months ago
Daniel Gustafsson 9ad1b3d01f pgcrypto: Add support for CFB mode in AES encryption 10 months ago
Nathan Bossart 760bf588de Use PqMsg_Progress macro in HandleParallelMessage(). 10 months ago
Melanie Plageman c3e775e608 Use streaming read I/O in VACUUM's third phase 10 months ago
Melanie Plageman 9256822608 Use streaming read I/O in VACUUM's first phase 10 months ago
Melanie Plageman 32acad7d1d Convert heap_vac_scan_next_block() boolean parameters to flags 10 months ago
Nathan Bossart 977d865c36 Describe special values in GUC descriptions more consistently. 10 months ago
Daniel Gustafsson 67a0234157 Fix assertion on dereferenced object 10 months ago
Thomas Munro 9e17ac997f Remove obsolete comment. 10 months ago
Nathan Bossart 432c30dc4e Remove unused parameter from execute_extension_script(). 10 months ago
Peter Eisentraut ed5e5f0710 Remove unnecessary (char *) casts [xlog] 11 months ago
Peter Eisentraut cdaeff9b39 XLogRegisterData, XLogRegisterBufData void * argument for binary data 11 months ago
Michael Paquier 773c51dd39 Fix MakeTransitionCaptureState() to return a consistent result 11 months ago
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