Commit Graph

60517 Commits (2f70871c2bc18d103d5dd25ff9d91e0da29412ee)
 

Author SHA1 Message Date
Michael Paquier 2f70871c2b doc: Recommend pg_stat_io rather than pg_stat_wal in WAL configuration 10 months ago
Michael Paquier 71f17823ba Fix FATAL message for invalid recovery timeline at beginning of recovery 10 months ago
Andres Freund d38bab5edd pgbench: Increase RLIMIT_NOFILE if necessary 10 months ago
Michael Paquier 9b1cb58c5f test_escape: Fix output of --help 10 months ago
Tomas Vondra 9ba7bcc894 Correct relation size estimate with low fillfactor 10 months ago
Tom Lane e596e077bb Assert that ExecOpenIndices and ExecCloseIndices are not repeated. 10 months ago
Tom Lane 9ff68679b5 Fix crash in brininsertcleanup during logical replication. 10 months ago
Tomas Vondra a1b4f289be Consider BufFiles when adjusting hashjoin parameters 10 months ago
Andres Freund 8b886a4e34 tests: BackgroundPsql: Fix potential for lost errors on windows 10 months ago
Álvaro Herrera 80d7f99049
Add ATAlterConstraint struct for ALTER .. CONSTRAINT 10 months ago
Alexander Korotkov e983ee9380 Improve statistics estimation for single-column GROUP BY in sub-queries 10 months ago
Amit Kapila 8a695d7998 Add a test for commit ac0e33136a using the injection point. 10 months ago
Michael Paquier 302cf15759 Add support for LIKE in CREATE FOREIGN TABLE 10 months ago
Amit Langote e7563e3c75 doc: Fix some issues with JSON_TABLE() examples 10 months ago
Amit Kapila ac0e33136a Invalidate inactive replication slots. 10 months ago
Tom Lane b464e51ab3 Update to latest Snowball sources. 10 months ago
Richard Guo 71d02dc478 Fix unsafe access to BufferDescriptors 10 months ago
Richard Guo c39392ebae Fix freeing a child join's SpecialJoinInfo 10 months ago
Michael Paquier aef6f907f6 test_escape: Fix handling of short options in getopt_long() 10 months ago
Michael Paquier f2e4c2b203 Make the description of some GUCs more consistent 10 months ago
Bruce Momjian 06dc1ffd24 doc: add example of sign mismatch with POSIX/ISO-8601 time zones 10 months ago
Jeff Davis a1f7f80bfe Update outdated comments in nodeAgg.c. 10 months ago
Melanie Plageman c623e8593e Reduce scope of heap vacuum per_buffer_data 10 months ago
Daniel Gustafsson 95ef3d9029 Add PGErrorVerbosity to typedefs.list 10 months ago
David Rowley 593509202f Fix poorly written regression test 10 months ago
Amit Kapila 217919dd09 Raise a WARNING for max_slot_wal_keep_size in pg_createsubscriber. 10 months ago
John Naylor 53d3daa491 Specialize intarray sorting 10 months ago
Amit Kapila 164bac92f0 Doc: Improve pg_replication_slots.inactive_since description. 10 months ago
Thomas Munro 2509b857cc Fix typo in 2a8a0067. 10 months ago
Daniel Gustafsson 9cdc21b533 Fix translator notes in comments 10 months ago
Tomas Vondra c407d5426b Add tab completion for ALTER USER/ROLE RESET 10 months ago
Tomas Vondra 9df8727c50 Add tab completion for ALTER DATABASE RESET 10 months ago
Alexander Korotkov fc069a3a63 Implement Self-Join Elimination 10 months ago
Alexander Korotkov 3fb58625d1 Revert: Get rid of WALBufMappingLock 10 months ago
Amit Langote 75dfde1363 Fix an oversight in cbc127917 to handle MERGE correctly 10 months ago
Michael Paquier 6a8a7ce476 Add information about WAL buffers full to VACUUM/ANALYZE (VERBOSE) 10 months ago
Michael Paquier 320545bfcf Add information about WAL buffers being full to EXPLAIN (WAL) 10 months ago
Michael Paquier ce5bcc4a9f pg_stat_statements: Add wal_buffers_full 10 months ago
Michael Paquier eaf502747b Move wal_buffers_full from PgStat_PendingWalStats to WalUsage 10 months ago
Alexander Korotkov 6a2275b895 Get rid of WALBufMappingLock 10 months ago
Richard Guo fbc0fe9a2e Adjust tuples estimate for appendrels 10 months ago
Tom Lane a7f95859ef In fmtIdEnc(), handle failure of enlargePQExpBuffer(). 10 months ago
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