Commit Graph

60506 Commits (8a695d7998be67445b9cd8e67faa684d4e87a40d)
 

Author SHA1 Message Date
Amit Kapila 8a695d7998 Add a test for commit ac0e33136a using the injection point. 11 months ago
Michael Paquier 302cf15759 Add support for LIKE in CREATE FOREIGN TABLE 11 months ago
Amit Langote e7563e3c75 doc: Fix some issues with JSON_TABLE() examples 11 months ago
Amit Kapila ac0e33136a Invalidate inactive replication slots. 11 months ago
Tom Lane b464e51ab3 Update to latest Snowball sources. 11 months ago
Richard Guo 71d02dc478 Fix unsafe access to BufferDescriptors 11 months ago
Richard Guo c39392ebae Fix freeing a child join's SpecialJoinInfo 11 months ago
Michael Paquier aef6f907f6 test_escape: Fix handling of short options in getopt_long() 11 months ago
Michael Paquier f2e4c2b203 Make the description of some GUCs more consistent 11 months ago
Bruce Momjian 06dc1ffd24 doc: add example of sign mismatch with POSIX/ISO-8601 time zones 11 months ago
Jeff Davis a1f7f80bfe Update outdated comments in nodeAgg.c. 11 months ago
Melanie Plageman c623e8593e Reduce scope of heap vacuum per_buffer_data 11 months ago
Daniel Gustafsson 95ef3d9029 Add PGErrorVerbosity to typedefs.list 11 months ago
David Rowley 593509202f Fix poorly written regression test 11 months ago
Amit Kapila 217919dd09 Raise a WARNING for max_slot_wal_keep_size in pg_createsubscriber. 11 months ago
John Naylor 53d3daa491 Specialize intarray sorting 11 months ago
Amit Kapila 164bac92f0 Doc: Improve pg_replication_slots.inactive_since description. 11 months ago
Thomas Munro 2509b857cc Fix typo in 2a8a0067. 11 months ago
Daniel Gustafsson 9cdc21b533 Fix translator notes in comments 11 months ago
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