Commit Graph

63503 Commits (0fbfd37cefb7eb30c0fa8a158751c19ddeddf1f0)
 

Author SHA1 Message Date
Andrew Dunstan 01c729e0c7 Fix casting away const-ness in pg_restore.c 3 months ago
Tom Lane e6a1d8f5ac Fix estimate_hash_bucket_stats's correction for skewed data. 3 months ago
Tom Lane c70f6dc6bd Fix yet another bug in archive streamer with LZ4 decompression. 3 months ago
Álvaro Herrera ce4fbe1ac6
Don't malloc(0) in EventTriggerCollectAlterTSConfig 3 months ago
Amit Kapila fd366065e0 Allow table exclusions in publications via EXCEPT TABLE. 3 months ago
Heikki Linnakangas fe08113aef Add test for row-locking and multixids with prepared transactions 3 months ago
Heikki Linnakangas 19615a44b3 Skip prepared_xacts test if max_prepared_transactions < 2 3 months ago
Michael Paquier ad8c86d22c Fix rare instability in recovery TAP test 009_twophase 3 months ago
Michael Paquier 7c1849311e Change default value of default_toast_compression to "lz4", when available 3 months ago
Richard Guo 1f4f87d794 Remove redundant restriction checks in apply_child_basequals 3 months ago
Richard Guo ce1c17a316 Remove obsolete SAMESIGN macro 3 months ago
Michael Paquier 9ef6381829 Add some tests for CREATE OR REPLACE VIEW with column additions 3 months ago
Melanie Plageman 38229cb905 Add read_stream_{pause,resume}() 3 months ago
Peter Eisentraut b30656ce00 doc: Add restart on failure to example systemd file 3 months ago
Álvaro Herrera cece37c984
Reduce scope of for-loop-local variables to avoid shadowing 3 months ago
Peter Eisentraut f2d7570cdd Reduce the scope of volatile qualifiers 3 months ago
Peter Eisentraut 2a525cc97e Add COPY (on_error set_null) option 3 months ago
Michael Paquier a1bd0c1615 doc: Fix sentence of pg_walsummary page 3 months ago
Fujii Masao bae42a54e3 doc: Clarify that empty COMMENT string removes the comment. 3 months ago
Michael Paquier ba97bf9cb7 Add support for "exprs" in pg_restore_extended_stats() 3 months ago
Jeff Davis 11171fe1fc style: define parameterless functions as foo(void). 3 months ago
Tom Lane cdaa675658 Fix local-variable shadowing in pg_trgm's printSourceNFA(). 3 months ago
Nathan Bossart f191dc6766 Add commit 7b24959434 to .git-blame-ignore-revs. 3 months ago
Nathan Bossart cc774c543b basic_archive: Allow archive directory to be missing at startup. 3 months ago
Heikki Linnakangas ccae90abdb Fix OldestMemberMXactId and OldestVisibleMXactId array usage 3 months ago
Álvaro Herrera 344b572e3e
psql: Tab-complete ALTER ROLE ... IN DATABASE SET/RESET 3 months ago
Tom Lane 74b4438a70 In pg_dumpall, don't skip role GRANTs with dangling grantor OIDs. 3 months ago
Melanie Plageman 8b9d42bf6b Save prune cycles by consistently clearing prune hints on all-visible pages 3 months ago
Peter Eisentraut 1887d822f1 Support using copyObject in standard C++ 3 months ago
Peter Eisentraut 386ca3908d Check for memset_explicit() and explicit_memset() 3 months ago
Michael Paquier f68d7e7483 Remove WAL page header flag XLP_BKP_REMOVABLE 3 months ago
Michael Paquier f7dc17aa91 Fix memory allocation size in RegisterExtensionExplainOption() 3 months ago
Michael Paquier 2176520089 test_custom_types: Test module with fancy custom data types 3 months ago
Fujii Masao 0bf7d4ca9a psql: Add tab completion for DELETE ... USING. 3 months ago
Michael Paquier 3b7a6fa157 Fix set of issues with extended statistics on expressions 3 months ago
Tom Lane d80b022501 Correctly calculate "MCV frequency" for a unique column. 3 months ago
Fujii Masao aecc558666 psql: Show comments in \dRp+, \dRs+, and \dX+ psql meta-commands. 3 months ago
John Naylor 51bb4a58ed Refactor detection of x86 ZMM registers 3 months ago
Peter Eisentraut 3f98862980 Fix some -Wcast-qual warnings 3 months ago
Tom Lane 65a3ff8f1b Doc: improve user docs and code comments about EXISTS(SELECT * ...). 3 months ago
Tom Lane 98616ac18b Don't flatten join alias Vars that are stored within a GROUP RTE. 3 months ago
John Naylor 16743db061 Centralize detection of x86 CPU features 3 months ago
Andrew Dunstan d6d9b96b40 Clean up nodes that are no longer of use in 007_pgdumpall.pl 3 months ago
Michael Paquier 574bee89c2 Use pg_malloc_object() and pg_alloc_array() variants in frontend code 3 months ago
Álvaro Herrera a2c89835f5
Don't include proc.h in shm_mq.h 3 months ago
Etsuro Fujita e7b97a2238 postgres_fdw: Fix thinko in comment for UserMappingPasswordRequired(). 3 months ago
Melanie Plageman 284925508a Remove table_scan_analyze_next_tuple unneeded parameter OldestXmin 3 months ago
Melanie Plageman 3efe58febc Simplify visibility check in heap_page_would_be_all_visible() 3 months ago
Jeff Davis c8308a984d Fix more multibyte issues in ltree. 3 months ago
Jeff Davis d942511f08 Fix memory leaks in pg_locale_icu.c. 3 months ago