Commit Graph

60479 Commits (eaf502747bacee0122668eb1ba3979f86b8d8342)
 

Author SHA1 Message Date
Michael Paquier eaf502747b Move wal_buffers_full from PgStat_PendingWalStats to WalUsage 4 months ago
Alexander Korotkov 6a2275b895 Get rid of WALBufMappingLock 4 months ago
Richard Guo fbc0fe9a2e Adjust tuples estimate for appendrels 4 months ago
Tom Lane a7f95859ef In fmtIdEnc(), handle failure of enlargePQExpBuffer(). 4 months ago
Tom Lane 9f45e6a91d Make escaping functions retain trailing bytes of an invalid character. 5 months ago
Thomas Munro 2a8a00674e Fix explicit valgrind interaction in read_stream.c. 5 months ago
Andres Freund efdadeb223 Fix PQescapeLiteral()/PQescapeIdentifier() length handling 5 months ago
Nathan Bossart 7720082ae5 Add delay time to VACUUM/ANALYZE (VERBOSE) and autovacuum logs. 5 months ago
Daniel Gustafsson 9ad1b3d01f pgcrypto: Add support for CFB mode in AES encryption 5 months ago
Nathan Bossart 760bf588de Use PqMsg_Progress macro in HandleParallelMessage(). 5 months ago
Melanie Plageman c3e775e608 Use streaming read I/O in VACUUM's third phase 5 months ago
Melanie Plageman 9256822608 Use streaming read I/O in VACUUM's first phase 5 months ago
Melanie Plageman 32acad7d1d Convert heap_vac_scan_next_block() boolean parameters to flags 5 months ago
Nathan Bossart 977d865c36 Describe special values in GUC descriptions more consistently. 5 months ago
Daniel Gustafsson 67a0234157 Fix assertion on dereferenced object 5 months ago
Thomas Munro 9e17ac997f Remove obsolete comment. 5 months ago
Nathan Bossart 432c30dc4e Remove unused parameter from execute_extension_script(). 5 months ago
Peter Eisentraut ed5e5f0710 Remove unnecessary (char *) casts [xlog] 5 months ago
Peter Eisentraut cdaeff9b39 XLogRegisterData, XLogRegisterBufData void * argument for binary data 5 months ago
Michael Paquier 773c51dd39 Fix MakeTransitionCaptureState() to return a consistent result 5 months ago
Masahiko Sawada abfb29648f Rename RBTXN_PREPARE to RBTXN_IS_PREPARE for better clarification. 5 months ago
Masahiko Sawada 072ee847ad Skip logical decoding of already-aborted transactions. 5 months ago
Nathan Bossart 9e66a2b784 Remove unneeded volatile qualifier in fmgr.c. 5 months ago
Tom Lane fd602f29c1 Clean up impenetrable logic in pg_basebackup/receivelog.c. 5 months ago
Tom Lane fcd77a6873 Fix minor memory leaks in pg_dump. 5 months ago
Andres Freund c45963c5d5 ci: Collect core files on NetBSD and OpenBSD 5 months ago
Andres Freund e291573534 ci: Test NetBSD and OpenBSD 5 months ago
Andres Freund b64d83115c meson: Fix failure to detect bsd_auth.h presence 5 months ago
Michael Paquier 0fc68c8421 Fix issue in recovery test 041_checkpoint_at_promote 5 months ago
Michael Paquier 5b94e27534 Fix some inconsistencies with memory freeing in pg_createsubscriber 5 months ago
Peter Eisentraut 1b5841d461 Remove unnecessary (char *) casts [checksum] 5 months ago
Peter Eisentraut 827b4060a8 Remove unnecessary (char *) casts [mem] 5 months ago
Peter Eisentraut 506183bce7 Remove unnecessary (char *) casts [string] 5 months ago
John Naylor 0bc34ad692 Doc: Fix punctuation errors 5 months ago
Nathan Bossart bb8dff9995 Add cost-based vacuum delay time to progress views. 5 months ago
Nathan Bossart e5b0b0ce15 Add is_analyze parameter to vacuum_delay_point(). 5 months ago
Melanie Plageman d0d649e916 Limit pgbench COPY FREEZE to ordinary relations 5 months ago
Jeff Davis 38172d1856 Injection points for hash aggregation. 5 months ago
Melanie Plageman 052026c9b9 Eagerly scan all-visible pages to amortize aggressive vacuum 5 months ago
Andres Freund 4dd09a1d41 config: Rename "Asynchronous Behavior" to "I/O" 5 months ago
Andres Freund 740766d37c config: Split "Worker Processes" out of "Asynchronous Behavior" 5 months ago
Tom Lane c366d2bdba Allow extension functions to participate in in-place updates. 5 months ago
Tom Lane 6c7251db0c Implement new optimization rule for updates of expanded variables. 5 months ago
Tom Lane 36fb9ef269 Detect whether plpgsql assignment targets are "local" variables. 5 months ago
Tom Lane a654af21ae Preliminary refactoring of plpgsql expression construction. 5 months ago
Tom Lane 6a7283dd2f Refactor pl_funcs.c to provide a usage-independent tree walker. 5 months ago
Peter Eisentraut 6998db59c2 Replace AssertMacro() with Assert() when not in macro 5 months ago
Michael Paquier c9238ad853 Fix indentation of comment in plannodes.h 5 months ago
Tom Lane 5bf12323b6 Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations. 5 months ago
Jeff Davis 9f12da78d9 Lock table in ShareUpdateExclusive when importing index stats. 5 months ago