Commit Graph

43502 Commits (a24cd4bf5d0f0bbe86f99eebf0fac261b1ca4536)

Author SHA1 Message Date
Bruce Momjian 681bbd07cc Improve Perl script which adds commit links to release notes 1 year ago
Michael Paquier b0ae6db208 psql: Fix memory leak with repeated calls of \bind 1 year ago
Noah Misch 2370582ab1 Don't enter parallel mode when holding interrupts. 1 year ago
Michael Paquier 7db9bfc1f7 Add missing query ID reporting in extended query protocol 1 year ago
Thomas Munro ec1d545c8f Allow ReadStream to be consumed as raw block numbers. 1 year ago
Tom Lane f7567f9e53 Repair pg_upgrade for identity sequences with non-default persistence. 1 year ago
Peter Geoghegan a24bffc021 Avoid parallel nbtree index scan hangs with SAOPs. 1 year ago
Bruce Momjian 054a23b674 scripts: add Perl script to add links to release notes 1 year ago
Tom Lane b9645dca10 Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile(). 1 year ago
Tom Lane 6283ff2018 Run regression tests with timezone America/Los_Angeles. 1 year ago
Tom Lane 418c6a2c72 Allow _h_indexbuild() to be interrupted. 1 year ago
Tom Lane cc4fdfa411 Make jsonpath .string() be immutable for datetimes. 1 year ago
Amit Langote 2c27346ed6 SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER) 1 year ago
Tom Lane 7f88e50b45 Remove incorrect Assert. 1 year ago
Tomas Vondra 78bc5f7118 Fix unique key checks in JSON object constructors 1 year ago
Tom Lane 946f150aa1 Fix some whitespace issues in XMLSERIALIZE(... INDENT). 1 year ago
Amit Langote 77aebe9a8d SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY steps 1 year ago
Michael Paquier cd6b2ae3e7 Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressions 1 year ago
Tom Lane e69030cb51 Fix incorrect pg_stat_io output on 32-bit machines. 1 year ago
Amit Langote 446d5ad7ae SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE 1 year ago
Amit Langote cd680b3921 SQL/JSON: Fix JSON_TABLE() column deparsing 1 year ago
Amit Langote eef5195f30 Revert recent SQL/JSON related commits 1 year ago
Amit Langote e4e27976a6 SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY steps 1 year ago
Amit Langote 5067c230b8 SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE 1 year ago
Amit Langote c88ce386c4 SQL/JSON: Fix JSON_TABLE() column deparsing 1 year ago
Amit Langote fe32343814 Update comment about ExprState.escontext 1 year ago
Tom Lane 7dcbf0afa2 Prevent mis-encoding of "trailing junk after numeric literal" errors. 1 year ago
Michael Paquier 07b828e9d4 Fix inconsistent LWLock tranche name "CommitTsSLRU" 1 year ago
Michael Paquier bab1fd9277 Avoid installcheck failure in TAP tests using injection_points 1 year ago
Michael Paquier ff43b5e70d Simplify makefiles exporting twice enable_injection_points 1 year ago
Peter Eisentraut c96176c48d Fix warnings from msgfmt 1 year ago
Peter Eisentraut e6ec1d6aab Fix rarely-run test for message wording change 1 year ago
Peter Eisentraut 986a3ac497 Translation updates 1 year ago
Thomas Munro 3ed3683618 Fix unfairness in all-cached parallel seq scan. 1 year ago
Thomas Munro 34226d4ad7 Stabilize 039_end_of_wal test. 1 year ago
Masahiko Sawada 0776724050 Clarify restrict_nonsystem_relation_kind description. 1 year ago
Tom Lane b43110869f Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not. 1 year ago
Tom Lane a7eb633563 Fix mis-deparsing of ORDER BY lists when there is a name conflict. 1 year ago
Peter Eisentraut f2353dd717 Message style improvements 1 year ago
Peter Eisentraut fdbf7e46a4 Disallow USING clause when altering type of generated column 1 year ago
Peter Eisentraut 0be079ec97 Message style improvements 1 year ago
Peter Eisentraut 203b5ceee8 Fix misplaced translator comments 1 year ago
Masahiko Sawada c739ae9e28 Fix identation. 1 year ago
Masahiko Sawada dbed2e3662 Fix memory counter update in ReorderBuffer. 1 year ago
Peter Geoghegan 6749d4aabe Fix nbtree lookahead overflow bug. 1 year ago
Peter Eisentraut 5e58107b0b pg_upgrade: Message style improvements 1 year ago
Alexander Korotkov 84f594da35 Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands 1 year ago
Peter Eisentraut bf886dfdd4 pg_createsubscriber: Message style improvements 1 year ago
Tom Lane 79c3012dc2 Provide feature-test macros for libpq features added in v17. 1 year ago
Noah Misch 6b1f78d90b Fix attach of a previously-detached injection point. 1 year ago