Don't retreat slot's confirmed_flush LSN.
[postgresql.git] / src / backend / parser /
4 days ago Richard GuoFix Assert failure in XMLTABLE parser
2025-04-07 Álvaro HerreraAllow NOT NULL constraints to be added as NOT VALID
2025-04-06 Peter EisentrautRelax ordering-related hardcoded btree requirements...
2025-04-05 Tom LaneFix parse_cte.c's failure to examine sub-WITHs in DML...
2025-04-05 Tom LaneAvoid double transformation of json_array()'s subquery.
2025-04-04 Fujii MasaoExtend ALTER DEFAULT PRIVILEGES to define default privi...
2025-04-02 Tom LaneChange SQL-language functions to use the plan cache.
2025-04-02 Peter EisentrautAdd support for NOT ENFORCED in foreign key constraints
2025-03-28 Peter EisentrautAdd support for not-null constraints on virtual generat...
2025-03-27 Álvaro HerreraSimplify syntax for ALTER TABLE ALTER CONSTRAINT NO...
2025-03-19 Peter EisentrautUpdate a code comment
2025-03-13 Tom LaneFix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvec...
2025-03-09 Tom LaneDon't try to parallelize array_agg() on an anonymous...
2025-03-05 Álvaro HerreraAdd ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT
2025-03-04 Álvaro HerreraFix ALTER TABLE error message
2025-02-19 Álvaro HerreraAdd ATAlterConstraint struct for ALTER .. CONSTRAINT
2025-02-19 Michael PaquierAdd support for LIKE in CREATE FOREIGN TABLE
2025-02-07 Peter EisentrautVirtual generated columns
2025-01-29 Tom LaneRequire callers of coerce_to_domain() to supply base...
2025-01-29 Tom LaneHandle default NULL insertion a little better.
2025-01-17 Dean RasheedFix parsing of qualified relation names in RETURNING.
2025-01-16 Dean RasheedAdd OLD/NEW support to RETURNING in DML queries.
2025-01-15 Peter EisentrautDrop warning-free support for Flex 2.5.35
2025-01-15 Peter EisentrautRename RowCompareType to CompareType
2025-01-11 Peter EisentrautAdd support for NOT ENFORCED in CHECK constraints
2025-01-07 Álvaro HerreraFix error message wording
2025-01-06 Peter Eisentrautflex code modernization: Replace YY_EXTRA_TYPE define...
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-12-25 Peter EisentrautPartial pgindent of .l and .y files
2024-12-17 Michael PaquierPrint out error position for some more DDLs
2024-11-28 Peter EisentrautRemove useless casts to (void *)
2024-11-08 Álvaro HerreraAdd pg_constraint rows for not-null constraints
2024-10-31 Tom LaneMake all ereport() calls within gram.y provide error...
2024-10-31 Tom LaneAdd a parse location field to struct FunctionParameter.
2024-10-27 Peter EisentrautRemove unused #include's from backend .c files
2024-10-24 Michael PaquierTrack more precisely query locations for nested statements
2024-10-22 Tom LaneImprove parser's reporting of statement start locations.
2024-10-17 Peter EisentrautImprove node type forward reference
2024-10-16 Amit LangoteFix typo in comment of transformJsonAggConstructor()
2024-10-14 Peter EisentrautTrack sort direction in SortGroupClause
2024-09-30 Michael PaquierShow values of SET statements as constants in pg_stat_s...
2024-09-24 David RowleyAdd ONLY support for VACUUM and ANALYZE
2024-09-17 Tom LaneRepair pg_upgrade for identity sequences with non-defau...
2024-09-17 Peter EisentrautAdd temporal FOREIGN KEY contraints
2024-09-17 Peter EisentrautAdd temporal PRIMARY KEY and UNIQUE constraints
2024-09-11 Tom LaneRemove incorrect Assert.
2024-09-10 Richard GuoMark expressions nullable by grouping sets
2024-09-10 Richard GuoIntroduce an RTE for the grouping step
2024-09-06 Amit LangoteSQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
2024-09-06 Amit LangoteRevert recent SQL/JSON related commits
2024-09-06 Amit LangoteSQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
2024-09-05 Tom LanePrevent mis-encoding of "trailing junk after numeric...
2024-08-24 Alexander KorotkovRevert support for ALTER TABLE ... MERGE/SPLIT PARTITIO...
2024-08-22 Alexander KorotkovAvoid repeated table name lookups in createPartitionTable()
2024-08-09 Peter EisentrautRemove obsolete RECHECK keyword completely
2024-08-07 Alvaro HerreraRefactor/reword some error messages to avoid duplicates
2024-08-01 Peter EisentrautConvert node test compile-time settings into run-time...
2024-07-30 Amit LangoteSQL/JSON: Some fixes to JsonBehavior expression casting
2024-07-17 Amit LangoteSQL/JSON: Rethink c2d93c3802b
2024-07-14 Tom LaneAvoid unhelpful internal error for incorrect recursive...
2024-07-04 Amit LangoteSQL/JSON: Fix some obsolete comments.
2024-07-02 Peter EisentrautLimit max parameter number with MaxAllocSize
2024-07-02 Peter EisentrautFix overflow in parsing of positional parameter
2024-06-28 Amit LangoteSQL/JSON: Always coerce JsonExpr result at runtime
2024-06-28 Amit LangoteSQL/JSON: Fix coercion of constructor outputs to types...
2024-06-28 Amit LangoteSQL/JSON: Validate values in ON ERROR/EMPTY clauses
2024-06-28 Amit LangoteSQL/JSON: Prevent ON EMPTY for EXISTS columns in JSON_T...
2024-06-25 Tom LaneImprove comment in gram.y.
2024-06-19 Amit LangoteSQL/JSON: Correctly enforce the default ON EMPTY behavior
2024-06-12 Peter GeogheganHarmonize function parameter names for Postgres 17.
2024-06-04 Dean RasheedFix PL/pgSQL's handling of integer ranges containing...
2024-05-22 Tom LaneFix handling of extended expression statistics in CREAT...
2024-05-21 Robert HaasRe-allow planner to use Merge Append to efficiently...
2024-05-20 Tom LaneRevert commit 66c0185a3 and follow-on patches.
2024-05-17 Peter EisentrautRevise GUC names quoting in messages again
2024-05-16 Peter EisentrautRevert temporal primary keys and foreign keys
2024-05-15 Peter EisentrautRe-forbid underscore in positional parameters
2024-05-15 Peter EisentrautRemove stray blank line among gram.y keywords
2024-05-13 Alvaro HerreraRevert structural changes to not-null constraints
2024-05-12 Alexander KorotkovAdd permission check for MERGE/SPLIT partition operations
2024-05-07 Peter EisentrautFix assorted bugs related to identity column in partiti...
2024-05-05 David RowleyFix query pullup issue with WindowClause runCondition
2024-05-02 Alvaro HerreraDisallow NO INHERIT not-null constraints on partitioned...
2024-04-19 Dean RasheedUse macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE...
2024-04-18 Daniel GustafssonFix typos and duplicate words
2024-04-18 Amit LangoteSQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTY
2024-04-18 Amit LangoteSQL/JSON: Improve some error messages
2024-04-15 Tom LaneFix type-checking of RECORD-returning functions in...
2024-04-15 Alexander KorotkovGrammar fixes for split/merge partitions code
2024-04-15 Peter EisentrautFix ALTER DOMAIN NOT NULL syntax
2024-04-09 Alexander KorotkovChecks for ALTER TABLE ... SPLIT/MERGE PARTITIONS ...
2024-04-08 Alexander KorotkovFix some grammer errors from error messages and codes...
2024-04-08 Amit LangoteJSON_TABLE: Add support for NESTED paths and columns
2024-04-08 Amit LangoteFix restriction on specifying KEEP QUOTES in JSON_QUERY()
2024-04-06 Alexander KorotkovImplement ALTER TABLE ... SPLIT PARTITION ... command
2024-04-06 Alexander KorotkovImplement ALTER TABLE ... MERGE PARTITIONS ... command
2024-04-05 Tom LaneSuppress "variable may be used uninitialized" warning.
2024-04-04 Amit LangoteAdd missing initialization in transformJsonFuncExpr()
2024-04-04 Amit LangoteFix typo introduced in 6185c9737
2024-04-04 Amit LangoteAdd basic JSON_TABLE() functionality
next