Commit Graph

61302 Commits (d5f1b6a75ba3f55a78959c957c3fd25d9569057c)
 

Author SHA1 Message Date
Alexander Korotkov 3a1a7c5a70 Revert "Put enable_self_join_elimination into postgresql.conf.sample" 5 months ago
Alexander Korotkov c2d329260c Put enable_self_join_elimination into postgresql.conf.sample 5 months ago
John Naylor 3c6e8c1238 Compute CRC32C using AVX-512 instructions where available 5 months ago
Daniel Gustafsson 683df3f4de Quote filename in error message 5 months ago
Tom Lane 691836405f Fix parse_cte.c's failure to examine sub-WITHs in DML statements. 5 months ago
Álvaro Herrera 749a9e20c9
Add modern SHA-2 based password hashes to pgcrypto. 5 months ago
Tom Lane e33f2335a9 Avoid double transformation of json_array()'s subquery. 5 months ago
Andrew Dunstan 5db3bf7391 Clean up from commit 1495eff7bd 5 months ago
Álvaro Herrera 64fba9c617
Set log_statement=none in t/002_pg_upgrade.pl 5 months ago
Álvaro Herrera 4be6a74cfb
pg_dump: Tiny header cleanup 5 months ago
Nathan Bossart f0d0083f52 pg_dump: Fix query for gathering attribute stats on older versions. 5 months ago
Tom Lane 43b8e6c4ab Repair misbehavior with duplicate entries in FK SET column lists. 5 months ago
Tom Lane 0f43083d16 functions.c: copy trees from source_list before parse analysis etc. 5 months ago
Andrew Dunstan 2ef5790806 Fix a couple of error messages and tests for them 5 months ago
Nathan Bossart 8ec0aaeae0 Prevent redeclaration of typedef TocEntry. 5 months ago
Andrew Dunstan 289f74d0cb Add more TAP tests for pg_dumpall 5 months ago
Andrew Dunstan 1495eff7bd Non text modes for pg_dumpall, correspondingly change pg_restore 5 months ago
Andrew Dunstan 2b69afbe50 add new list type simple_oid_string_list to fe-utils/simple_list 5 months ago
Andrew Dunstan c1da728106 Move common pg_dump code related to connections to a new file 5 months ago
Nathan Bossart ff3a7f0b68 Remove unused function parameters in pg_backup_archiver.c. 5 months ago
Nathan Bossart 9c02e3a986 pg_dump: Retrieve attribute statistics in batches. 5 months ago
Nathan Bossart 7d5c83b4e9 pg_dump: Reduce memory usage of dumps with statistics. 5 months ago
Nathan Bossart e3cc039a7d Skip second WriteToc() call for custom-format dumps without data. 5 months ago
Melanie Plageman d9c7911e1a Use streaming read I/O in autoprewarm 5 months ago
Melanie Plageman 6acab8bdbc Refactor autoprewarm_database_main() in preparation for read stream 5 months ago
Melanie Plageman 7f848cb788 Remove superfluous autoprewarm check 5 months ago
Peter Geoghegan b3f1a13f22 Avoid extra index searches through preprocessing. 5 months ago
Peter Geoghegan 21a152b37f Improve nbtree skip scan primitive scan scheduling. 5 months ago
Masahiko Sawada cf2655a902 pg_recvlogical: Add --failover option. 5 months ago
Jeff Davis 3556c89321 Oversight in commit b81ffa13e3. 5 months ago
Peter Geoghegan 8a510275dd Further optimize nbtree search scan key comparisons. 5 months ago
Peter Geoghegan 92fe23d93a Add nbtree skip scan optimization. 5 months ago
Tom Lane 3ba2cdaa45 Stabilize regression test from c0962a113. 5 months ago
Melanie Plageman 64e7fa43a9 Fix autoprewarm neglect of tablespaces 5 months ago
Nathan Bossart 742317a80f Add commit e1a8b1ad58 to .git-blame-ignore-revs. 5 months ago
Nathan Bossart e1a8b1ad58 Re-pgindent pg_largeobject.c after commit 0d6c477664. 5 months ago
Alexander Korotkov c0962a113d Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate 5 months ago
Alexander Korotkov d48d2e2dc8 Extract make_SAOP_expr() function from match_orclause_to_indexcol() 5 months ago
Peter Eisentraut ee1ae8b99f Fix crash/valgrind error 5 months ago
Heikki Linnakangas b4f453f6ab docs: Clarify that NULL arg to set_config() means reset to default 5 months ago
Heikki Linnakangas 7afca7edef Relax assertion in finding correct GiST parent 5 months ago
Fujii Masao 534874fac0 Allow "COPY table TO" command to copy rows from materialized views. 5 months ago
Peter Eisentraut 9ef1851685 Support non-btree indexes in get_actual_variable_range() 5 months ago
Fujii Masao 0d6c477664 Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects. 5 months ago
Heikki Linnakangas 6e9c81836e Use standard die() signal handler in walreceiver 5 months ago
Peter Eisentraut 8123e91f5a Convert PathKey to use CompareType 5 months ago
Daniel Gustafsson daa16893fa doc: Clarify the system value for sslrootcert 5 months ago
Amit Kapila 898c131b58 pg_createsubscriber: Improve error messages. 5 months ago
Fujii Masao d5d85f1881 Fix logical decoding test to correctly check slot removal on standby. 5 months ago
Fujii Masao c754bdd8a2 Fix logical decoding regression tests to correctly check slot existence. 5 months ago