Commit Graph

59783 Commits (d66a922f9247ceaa6caed9b51ce686f12e280091)
 

Author SHA1 Message Date
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
Bruce Momjian 35afec71ae doc PG 17 relnotes: remove tab complete for MERGE/SPLIT partit. 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
Tom Lane 94f1474e60 Stamp 17rc1. 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 8749d850f9 Make postgres_fdw's query_cancel test less flaky. 1 year ago
Tom Lane b43110869f Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not. 1 year ago
Peter Eisentraut df51201f34 Update list of acknowledgments in release notes 1 year ago
Peter Eisentraut df80b1d6cd Remove duplicate name from list of acknowledgments 1 year ago
Peter Eisentraut 47b92f8fc5 Correct name in list of acknowledgments 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
Amit Kapila 135007a100 Doc: Fix the ambiguity in the description of failover slots. 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
Bruce Momjian 74e3db06a0 doc PG 17 relnotes: remove ALTER TABLE SPLIT/MERGE PARTITION 1 year ago
Alexander Korotkov 84f594da35 Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands 1 year ago
Peter Eisentraut 29e1253198 Add list of acknowledgments to release notes 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
Alexander Korotkov f636ab41ab Avoid repeated table name lookups in createPartitionTable() 1 year ago
Tom Lane 2366ab246a Disallow creating binary-coercible casts involving range types. 1 year ago
Peter Eisentraut 0c7ec3b3a0 doc: remove llvm-config search from configure documentation 1 year ago
Amit Kapila 915aafe82a Don't advance origin during apply failure. 1 year ago
Alvaro Herrera 5effd59704
Minor wording change in table "JSON Creation Functions" 1 year ago
Nathan Bossart effc4c9a66 Fix a couple of wait event descriptions. 1 year ago