Commit Graph

60487 Commits (c407d5426b877b41be87f9e679e321bb2c42e47d)
 

Author SHA1 Message Date
Tomas Vondra c407d5426b Add tab completion for ALTER USER/ROLE RESET 11 months ago
Tomas Vondra 9df8727c50 Add tab completion for ALTER DATABASE RESET 11 months ago
Alexander Korotkov fc069a3a63 Implement Self-Join Elimination 11 months ago
Alexander Korotkov 3fb58625d1 Revert: Get rid of WALBufMappingLock 11 months ago
Amit Langote 75dfde1363 Fix an oversight in cbc127917 to handle MERGE correctly 11 months ago
Michael Paquier 6a8a7ce476 Add information about WAL buffers full to VACUUM/ANALYZE (VERBOSE) 11 months ago
Michael Paquier 320545bfcf Add information about WAL buffers being full to EXPLAIN (WAL) 11 months ago
Michael Paquier ce5bcc4a9f pg_stat_statements: Add wal_buffers_full 11 months ago
Michael Paquier eaf502747b Move wal_buffers_full from PgStat_PendingWalStats to WalUsage 11 months ago
Alexander Korotkov 6a2275b895 Get rid of WALBufMappingLock 11 months ago
Richard Guo fbc0fe9a2e Adjust tuples estimate for appendrels 11 months ago
Tom Lane a7f95859ef In fmtIdEnc(), handle failure of enlargePQExpBuffer(). 11 months ago
Tom Lane 9f45e6a91d Make escaping functions retain trailing bytes of an invalid character. 11 months ago
Thomas Munro 2a8a00674e Fix explicit valgrind interaction in read_stream.c. 11 months ago
Andres Freund efdadeb223 Fix PQescapeLiteral()/PQescapeIdentifier() length handling 11 months ago
Nathan Bossart 7720082ae5 Add delay time to VACUUM/ANALYZE (VERBOSE) and autovacuum logs. 11 months ago
Daniel Gustafsson 9ad1b3d01f pgcrypto: Add support for CFB mode in AES encryption 11 months ago
Nathan Bossart 760bf588de Use PqMsg_Progress macro in HandleParallelMessage(). 11 months ago
Melanie Plageman c3e775e608 Use streaming read I/O in VACUUM's third phase 11 months ago
Melanie Plageman 9256822608 Use streaming read I/O in VACUUM's first phase 11 months ago
Melanie Plageman 32acad7d1d Convert heap_vac_scan_next_block() boolean parameters to flags 11 months ago
Nathan Bossart 977d865c36 Describe special values in GUC descriptions more consistently. 11 months ago
Daniel Gustafsson 67a0234157 Fix assertion on dereferenced object 11 months ago
Thomas Munro 9e17ac997f Remove obsolete comment. 11 months ago
Nathan Bossart 432c30dc4e Remove unused parameter from execute_extension_script(). 11 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