Commit Graph

57414 Commits (a39eb9c77faaf51f8d02da718546e77e00a7622a)
 

Author SHA1 Message Date
Tom Lane a39eb9c77f Fix detection and handling of strchrnul() for macOS 15.4. 1 year ago
Dean Rasheed 8d4cd3b4a8 Fix MERGE with DO NOTHING actions into a partitioned table. 1 year ago
Daniel Gustafsson 8d48e84c56 Fix guc_malloc calls for consistency and OOM checks 1 year ago
Tom Lane 41ed749e48 Prevent assertion failure in contrib/pg_freespacemap. 1 year ago
Michael Paquier 4fd0156a6d doc: Correct description of values used in FSM for indexes 1 year ago
Tomas Vondra ebcc799a77 Keep the decompressed filter in brin_bloom_union 1 year ago
Richard Guo de1484736d Fix integer-overflow problem in scram_SaltedPassword() 1 year ago
Heikki Linnakangas 2f33de3cdb Fix rare assertion failure in standby, if primary is restarted 1 year ago
Tom Lane a28c1fb619 Fix plpgsql's handling of simple expressions in scrollable cursors. 1 year ago
Fujii Masao 9070e5840a doc: Remove incorrect description about dropping replication slots. 1 year ago
Andres Freund d9bc607052 meson: Flush stdout in testwrap 1 year ago
Tom Lane 0405982c7c Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input. 1 year ago
Heikki Linnakangas 004dbbd72f Handle interrupts while waiting on Append's async subplans 1 year ago
Tom Lane fec43428c9 Build whole-row Vars the same way during parsing and planning. 1 year ago
Álvaro Herrera e0d8f49a3f
BRIN: be more strict about required support procs 1 year ago
Heikki Linnakangas 324e0b656b Fix a few more redundant calls of GetLatestSnapshot() 1 year ago
Heikki Linnakangas 8171d2dae9 Fix snapshot used in logical replication index lookup 1 year ago
Tom Lane 778f9dd0d2 Doc: improve description of window function processing. 1 year ago
Tom Lane a7aa9f21f2 Don't try to parallelize array_agg() on an anonymous record type. 1 year ago
Tom Lane 61513da08b Clear errno before calling strtol() in spell.c. 1 year ago
John Naylor 98aa99b6d6 Doc: correct aggressive vacuum threshold for multixact members storage 1 year ago
Tom Lane d52221cf0d Fix some performance issues in GIN query startup. 1 year ago
Andres Freund 49389240bb ci: Upgrade FreeBSD image 1 year ago
Álvaro Herrera 9ea5fe5b6c
Fix ALTER TABLE error message 1 year ago
Tom Lane edc3bccd0d Fix broken handling of domains in atthasmissing logic. 1 year ago
Tom Lane 5c64ece8aa Fix pg_strtof() to not crash on NULL endptr. 1 year ago
Michael Paquier 9ca2145b00 pg_upgrade: Fix inconsistency in memory freeing 1 year ago
Michael Paquier 816149dc6b pg_amcheck: Fix inconsistency in memory freeing 1 year ago
Masahiko Sawada cc628f6618 Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary. 1 year ago
Tom Lane d850a6600c Fix pg_dumpall to cope with dangling OIDs in pg_auth_members. 1 year ago
Bruce Momjian b2b112b326 doc: clarify default checksum behavior in non-master branches 1 year ago
Andres Freund 28fcaa6a2c Make test portlock logic work with meson 1 year ago
Michael Paquier 514d47dfb6 Fix cross-version upgrades with XMLSERIALIZE(NO INDENT) 1 year ago
Amit Kapila 1c2a2354c3 Fix a WARNING for data origin discrepancies. 1 year ago
Michael Paquier 0af3ae4681 Add missing deparsing of [NO] IDENT to XMLSERIALIZE() 1 year ago
Michael Paquier b4969a2965 Fix FATAL message for invalid recovery timeline at beginning of recovery 1 year ago
Michael Paquier 9fe0cad166 test_escape: Fix output of --help 1 year ago
Andres Freund 4c9397c374 tests: BackgroundPsql: Fix potential for lost errors on windows 1 year ago
Andres Freund 6ab58d506b backport: Extend background_psql() to be able to start asynchronously 1 year ago
Andres Freund fbfd38662f backport: Improve handling of empty query results in BackgroundPsql 1 year ago
Tom Lane c0c364fa16 Avoid null pointer dereference crash after OOM in Snowball stemmers. 1 year ago
Richard Guo 4c6b5dd5f5 Fix unsafe access to BufferDescriptors 1 year ago
Michael Paquier 8d07562503 test_escape: Fix handling of short options in getopt_long() 1 year ago
Tom Lane 71eb35c0b1 Stamp 16.8. 1 year ago
Álvaro Herrera 3b5b99f6f1
Translation updates 1 year ago
Tom Lane 27e48f004a Release notes for 17.4, 16.8, 15.12, 14.17, 13.20. 1 year ago
Tom Lane 644b7d686e In fmtIdEnc(), handle failure of enlargePQExpBuffer(). 1 year ago
Tom Lane 991a60a9f2 Make escaping functions retain trailing bytes of an invalid character. 1 year ago
Andres Freund 111f4dd273 Fix PQescapeLiteral()/PQescapeIdentifier() length handling 1 year ago
Daniel Gustafsson 22240b2818 Fix assertion on dereferenced object 1 year ago