Commit Graph

61086 Commits (1495eff7bdb0779cc54ca04f3bd768f647240df2)
 

Author SHA1 Message Date
Andrew Dunstan 1495eff7bd Non text modes for pg_dumpall, correspondingly change pg_restore 9 months ago
Andrew Dunstan 2b69afbe50 add new list type simple_oid_string_list to fe-utils/simple_list 9 months ago
Andrew Dunstan c1da728106 Move common pg_dump code related to connections to a new file 9 months ago
Nathan Bossart ff3a7f0b68 Remove unused function parameters in pg_backup_archiver.c. 9 months ago
Nathan Bossart 9c02e3a986 pg_dump: Retrieve attribute statistics in batches. 9 months ago
Nathan Bossart 7d5c83b4e9 pg_dump: Reduce memory usage of dumps with statistics. 9 months ago
Nathan Bossart e3cc039a7d Skip second WriteToc() call for custom-format dumps without data. 9 months ago
Melanie Plageman d9c7911e1a Use streaming read I/O in autoprewarm 9 months ago
Melanie Plageman 6acab8bdbc Refactor autoprewarm_database_main() in preparation for read stream 9 months ago
Melanie Plageman 7f848cb788 Remove superfluous autoprewarm check 9 months ago
Peter Geoghegan b3f1a13f22 Avoid extra index searches through preprocessing. 9 months ago
Peter Geoghegan 21a152b37f Improve nbtree skip scan primitive scan scheduling. 9 months ago
Masahiko Sawada cf2655a902 pg_recvlogical: Add --failover option. 9 months ago
Jeff Davis 3556c89321 Oversight in commit b81ffa13e3. 9 months ago
Peter Geoghegan 8a510275dd Further optimize nbtree search scan key comparisons. 9 months ago
Peter Geoghegan 92fe23d93a Add nbtree skip scan optimization. 9 months ago
Tom Lane 3ba2cdaa45 Stabilize regression test from c0962a113. 9 months ago
Melanie Plageman 64e7fa43a9 Fix autoprewarm neglect of tablespaces 9 months ago
Nathan Bossart 742317a80f Add commit e1a8b1ad58 to .git-blame-ignore-revs. 9 months ago
Nathan Bossart e1a8b1ad58 Re-pgindent pg_largeobject.c after commit 0d6c477664. 9 months ago
Alexander Korotkov c0962a113d Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate 9 months ago
Alexander Korotkov d48d2e2dc8 Extract make_SAOP_expr() function from match_orclause_to_indexcol() 9 months ago
Peter Eisentraut ee1ae8b99f Fix crash/valgrind error 9 months ago
Heikki Linnakangas b4f453f6ab docs: Clarify that NULL arg to set_config() means reset to default 9 months ago
Heikki Linnakangas 7afca7edef Relax assertion in finding correct GiST parent 9 months ago
Fujii Masao 534874fac0 Allow "COPY table TO" command to copy rows from materialized views. 9 months ago
Peter Eisentraut 9ef1851685 Support non-btree indexes in get_actual_variable_range() 9 months ago
Fujii Masao 0d6c477664 Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects. 9 months ago
Heikki Linnakangas 6e9c81836e Use standard die() signal handler in walreceiver 9 months ago
Peter Eisentraut 8123e91f5a Convert PathKey to use CompareType 9 months ago
Daniel Gustafsson daa16893fa doc: Clarify the system value for sslrootcert 9 months ago
Amit Kapila 898c131b58 pg_createsubscriber: Improve error messages. 9 months ago
Fujii Masao d5d85f1881 Fix logical decoding test to correctly check slot removal on standby. 9 months ago
Fujii Masao c754bdd8a2 Fix logical decoding regression tests to correctly check slot existence. 9 months ago
Tomas Vondra 1aff1dc8df Revert "Improve accounting for memory used by shared hash tables" 9 months ago
Amit Langote 88f55bc976 Make derived clause lookup in EquivalenceClass more efficient 9 months ago
Amit Langote 887160d1be Add assertion to verify derived clause has constant RHS 9 months ago
Melanie Plageman 67be093562 Use AIO batchmode for bitmap heap scans 9 months ago
Melanie Plageman 54a3615f15 Remove misleading read stream asserts in a few users 9 months ago
Tom Lane dbd437e670 Fix oversight in commit 0dca5d68d. 9 months ago
Daniel Gustafsson 46c4c7cbc6 oauth: Remove timeout from t/002_client when not needed 9 months ago
Daniel Gustafsson 8ae0a37932 oauth: Fix build on platforms without epoll/kqueue 9 months ago
Jeff Davis 945126234b Fix unintentional 'NULL' string literal in pg_upgrade. 9 months ago
Jeff Davis b81ffa13e3 pg_upgrade check for Unicode-dependent relations. 9 months ago
Masahiko Sawada fd09c1316b Restrict copying of invalidated replication slots. 9 months ago
Álvaro Herrera f104192e52
Remove duplicate set of print_notnull 9 months ago
Daniel Gustafsson b82e7eddb0 Add missing declarations to pg_config.h.in 9 months ago
Daniel Gustafsson 2da74d8d64 libpq: Add support for dumping SSL key material to file 9 months ago
Heikki Linnakangas e4309f73f6 Add support for sorted gist index builds to btree_gist 9 months ago
Heikki Linnakangas 9370978da8 Fix boilerplate comments in btree_gist 9 months ago