Commit Graph

5128 Commits (0fbfd37cefb7eb30c0fa8a158751c19ddeddf1f0)

Author SHA1 Message Date
Jeff Davis 8185bb5347 CREATE SUBSCRIPTION ... SERVER. 1 week ago
Álvaro Herrera 868825aaeb
Don't include wait_event.h in pgstat.h 1 week ago
Peter Eisentraut 16686a853f Fix Python deprecation warning 1 week ago
Tom Lane cdaa675658 Fix local-variable shadowing in pg_trgm's printSourceNFA(). 2 weeks ago
Nathan Bossart cc774c543b basic_archive: Allow archive directory to be missing at startup. 2 weeks ago
Michael Paquier 574bee89c2 Use pg_malloc_object() and pg_alloc_array() variants in frontend code 2 weeks ago
Etsuro Fujita e7b97a2238 postgres_fdw: Fix thinko in comment for UserMappingPasswordRequired(). 2 weeks ago
Jeff Davis c8308a984d Fix more multibyte issues in ltree. 2 weeks ago
Michael Paquier 462fe0ff62 Fix variety of typos and grammar mistakes 3 weeks ago
Peter Eisentraut 3a63b76571 Fix additional fallthrough warnings from clang 3 weeks ago
Heikki Linnakangas 18bcdb75d1 Fix expanding 'bounds' in pg_trgm's calc_word_similarity() function 3 weeks ago
Peter Eisentraut 8354b9d6b6 Use fallthrough attribute instead of comment 3 weeks ago
Michael Paquier ee642cccc4 Switch SysCacheIdentifier to a typedef enum 3 weeks ago
Michael Paquier a6f823e778 hstore: Fix NULL pointer dereference with receive function 4 weeks ago
Michael Paquier 459576303d pgcrypto: Tweak error message for incorrect session key length 4 weeks ago
Dean Rasheed 88327092ff Add support for INSERT ... ON CONFLICT DO SELECT. 4 weeks ago
Tom Lane a3fd53babb Further stabilize a postgres_fdw test case. 1 month ago
Robert Haas 7358abcc60 Store information about Append node consolidation in the final plan. 1 month ago
Michael Paquier 9181c870ba Improve type handling of varlena structures 1 month ago
Robert Haas 0d4391b265 Store information about elided nodes in the final plan. 1 month ago
Robert Haas adbad833f3 Store information about range-table flattening in the final plan. 1 month ago
Richard Guo 0a37961254 Optimize IS DISTINCT FROM with non-nullable inputs 1 month ago
Noah Misch c5dc75479b Fix test "NUL byte in text decrypt" for --without-zlib builds. 1 month ago
Tom Lane 8ebdf41c26 Harden _int_matchsel() against being attached to the wrong operator. 1 month ago
Noah Misch d536aee556 Require PGP-decrypted text to pass encoding validation. 1 month ago
Thomas Munro c67bef3f32 Code coverage for most pg_mblen* calls. 1 month ago
Thomas Munro 1e7fe06c10 Replace pg_mblen() with bounds-checked versions. 1 month ago
Heikki Linnakangas 00896ddaf4 Fix buffer overflows in pg_trgm due to lower-casing 1 month ago
Heikki Linnakangas 54598670fe Remove 'charlen' argument from make_trigrams() 1 month ago
Michael Paquier 379695d3cc pgcrypto: Fix buffer overflow in pgp_pub_decrypt_bytea() 1 month ago
Michael Paquier 3c5ec35dea oid2name: Add relation path to the information provided by -x/--extended 1 month ago
John Naylor 176dffdf7d Fix various instances of undefined behavior 1 month ago
Peter Eisentraut 955e507668 Change StaticAssertVariableIsOfType to be a declaration 1 month ago
Peter Eisentraut 137d05df2f Rename AssertVariableIsOfType to StaticAssertVariableIsOfType 1 month ago
Melanie Plageman 4a99ef1a0d Fix flakiness in the pg_visibility VM-only vacuum test by using a temporary table. 1 month ago
Tom Lane da7a1dc0d6 Refactor att_align_nominal() to improve performance. 1 month ago
Masahiko Sawada 1fdbca159e Standardize replication origin naming to use "ReplOrigin". 1 month ago
Tomas Vondra 09c37015d4 pgindent fix for 3fccbd94cb 2 months ago
Tomas Vondra 3fccbd94cb Handle ENOENT status when querying NUMA node 2 months ago
Melanie Plageman 21796c267d Combine visibilitymap_set() cases in lazy_scan_prune() 2 months ago
Peter Eisentraut 5ca5f12c2c Fix accidentally cast away qualifiers 2 months ago
Michael Paquier 72e3abd082 pg_stat_statements: Fix test instability with cache-clobbering builds 2 months ago
Amit Langote f9a468c664 Fix bogus ctid requirement for dummy-root partitioned targets 2 months ago
Peter Eisentraut a5b40d156e Mark commented out code as unused 2 months ago
Fujii Masao 26cb14aea1 file_fdw: Support multi-line HEADER option. 2 months ago
Tom Lane 4576208454 Force standard_conforming_strings to always be ON. 2 months ago
Álvaro Herrera 1f28982e40
amcheck: Fix snapshot usage in bt_index_parent_check 2 months ago
Michael Paquier 1572ea96e6 pg_stat_statements: Add more tests for level tracking 2 months ago
Michael Paquier 905ef401d5 pg_stat_statements: Clean up REGRESS list in Makefile 2 months ago
Michael Paquier f9afd56218 pg_stat_statements: Rework test order 2 months ago