Commit Graph

60527 Commits (ab84d0ff806dd791ea9da5f1ca302daf3cf42980)
 

Author SHA1 Message Date
Jeff Davis ab84d0ff80 Trial fix for old cross-version upgrades. 4 months ago
Andrew Dunstan 8e4d72573c Ignore blank lines in pgindent exclude files 4 months ago
Daniel Gustafsson 9d9a71002a cirrus: Temporarily fix libcurl link error 4 months ago
Daniel Gustafsson b3f0be788a Add support for OAUTHBEARER SASL mechanism 4 months ago
Jeff Davis 1fd1bd8710 Transfer statistics during pg_upgrade. 4 months ago
Amit Kapila 7da344b9f8 Improve errdetail message added by ac0e33136a. 4 months ago
Amit Langote 525392d572 Don't lock partitions pruned by initial pruning 4 months ago
Amit Kapila 4aa6fa3cd0 Include schema/table publications even with exclude options in dump. 4 months ago
Michael Paquier f11674f8df doc: Fix typo in section "WAL configuration" 4 months ago
Michael Paquier 4538bd3f1d doc: Add details about object "wal" in pg_stat_io 4 months ago
Michael Paquier 2f70871c2b doc: Recommend pg_stat_io rather than pg_stat_wal in WAL configuration 4 months ago
Michael Paquier 71f17823ba Fix FATAL message for invalid recovery timeline at beginning of recovery 4 months ago
Andres Freund d38bab5edd pgbench: Increase RLIMIT_NOFILE if necessary 4 months ago
Michael Paquier 9b1cb58c5f test_escape: Fix output of --help 4 months ago
Tomas Vondra 9ba7bcc894 Correct relation size estimate with low fillfactor 4 months ago
Tom Lane e596e077bb Assert that ExecOpenIndices and ExecCloseIndices are not repeated. 4 months ago
Tom Lane 9ff68679b5 Fix crash in brininsertcleanup during logical replication. 4 months ago
Tomas Vondra a1b4f289be Consider BufFiles when adjusting hashjoin parameters 4 months ago
Andres Freund 8b886a4e34 tests: BackgroundPsql: Fix potential for lost errors on windows 4 months ago
Álvaro Herrera 80d7f99049
Add ATAlterConstraint struct for ALTER .. CONSTRAINT 4 months ago
Alexander Korotkov e983ee9380 Improve statistics estimation for single-column GROUP BY in sub-queries 4 months ago
Amit Kapila 8a695d7998 Add a test for commit ac0e33136a using the injection point. 4 months ago
Michael Paquier 302cf15759 Add support for LIKE in CREATE FOREIGN TABLE 4 months ago
Amit Langote e7563e3c75 doc: Fix some issues with JSON_TABLE() examples 4 months ago
Amit Kapila ac0e33136a Invalidate inactive replication slots. 4 months ago
Tom Lane b464e51ab3 Update to latest Snowball sources. 4 months ago
Richard Guo 71d02dc478 Fix unsafe access to BufferDescriptors 4 months ago
Richard Guo c39392ebae Fix freeing a child join's SpecialJoinInfo 4 months ago
Michael Paquier aef6f907f6 test_escape: Fix handling of short options in getopt_long() 4 months ago
Michael Paquier f2e4c2b203 Make the description of some GUCs more consistent 4 months ago
Bruce Momjian 06dc1ffd24 doc: add example of sign mismatch with POSIX/ISO-8601 time zones 4 months ago
Jeff Davis a1f7f80bfe Update outdated comments in nodeAgg.c. 4 months ago
Melanie Plageman c623e8593e Reduce scope of heap vacuum per_buffer_data 4 months ago
Daniel Gustafsson 95ef3d9029 Add PGErrorVerbosity to typedefs.list 4 months ago
David Rowley 593509202f Fix poorly written regression test 4 months ago
Amit Kapila 217919dd09 Raise a WARNING for max_slot_wal_keep_size in pg_createsubscriber. 4 months ago
John Naylor 53d3daa491 Specialize intarray sorting 4 months ago
Amit Kapila 164bac92f0 Doc: Improve pg_replication_slots.inactive_since description. 4 months ago
Thomas Munro 2509b857cc Fix typo in 2a8a0067. 4 months ago
Daniel Gustafsson 9cdc21b533 Fix translator notes in comments 4 months ago
Tomas Vondra c407d5426b Add tab completion for ALTER USER/ROLE RESET 4 months ago
Tomas Vondra 9df8727c50 Add tab completion for ALTER DATABASE RESET 4 months ago
Alexander Korotkov fc069a3a63 Implement Self-Join Elimination 4 months ago
Alexander Korotkov 3fb58625d1 Revert: Get rid of WALBufMappingLock 4 months ago
Amit Langote 75dfde1363 Fix an oversight in cbc127917 to handle MERGE correctly 4 months ago
Michael Paquier 6a8a7ce476 Add information about WAL buffers full to VACUUM/ANALYZE (VERBOSE) 4 months ago
Michael Paquier 320545bfcf Add information about WAL buffers being full to EXPLAIN (WAL) 4 months ago
Michael Paquier ce5bcc4a9f pg_stat_statements: Add wal_buffers_full 4 months ago
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