projects
/
postgresql.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Don't retreat slot's confirmed_flush LSN.
[postgresql.git]
/
src
/
backend
/
parser
/
4 days ago
Richard Guo
Fix Assert failure in XMLTABLE parser
tree
|
commitdiff
2025-04-07
Álvaro Herrera
Allow NOT NULL constraints to be added as NOT VALID
tree
|
commitdiff
2025-04-06
Peter Eisentraut
Relax ordering-related hardcoded btree requirements...
tree
|
commitdiff
2025-04-05
Tom Lane
Fix parse_cte.c's failure to examine sub-WITHs in DML...
tree
|
commitdiff
2025-04-05
Tom Lane
Avoid double transformation of json_array()'s subquery.
tree
|
commitdiff
2025-04-04
Fujii Masao
Extend ALTER DEFAULT PRIVILEGES to define default privi...
tree
|
commitdiff
2025-04-02
Tom Lane
Change SQL-language functions to use the plan cache.
tree
|
commitdiff
2025-04-02
Peter Eisentraut
Add support for NOT ENFORCED in foreign key constraints
tree
|
commitdiff
2025-03-28
Peter Eisentraut
Add support for not-null constraints on virtual generat...
tree
|
commitdiff
2025-03-27
Álvaro Herrera
Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO...
tree
|
commitdiff
2025-03-19
Peter Eisentraut
Update a code comment
tree
|
commitdiff
2025-03-13
Tom Lane
Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvec...
tree
|
commitdiff
2025-03-09
Tom Lane
Don't try to parallelize array_agg() on an anonymous...
tree
|
commitdiff
2025-03-05
Álvaro Herrera
Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT
tree
|
commitdiff
2025-03-04
Álvaro Herrera
Fix ALTER TABLE error message
tree
|
commitdiff
2025-02-19
Álvaro Herrera
Add ATAlterConstraint struct for ALTER .. CONSTRAINT
tree
|
commitdiff
2025-02-19
Michael Paquier
Add support for LIKE in CREATE FOREIGN TABLE
tree
|
commitdiff
2025-02-07
Peter Eisentraut
Virtual generated columns
tree
|
commitdiff
2025-01-29
Tom Lane
Require callers of coerce_to_domain() to supply base...
tree
|
commitdiff
2025-01-29
Tom Lane
Handle default NULL insertion a little better.
tree
|
commitdiff
2025-01-17
Dean Rasheed
Fix parsing of qualified relation names in RETURNING.
tree
|
commitdiff
2025-01-16
Dean Rasheed
Add OLD/NEW support to RETURNING in DML queries.
tree
|
commitdiff
2025-01-15
Peter Eisentraut
Drop warning-free support for Flex 2.5.35
tree
|
commitdiff
2025-01-15
Peter Eisentraut
Rename RowCompareType to CompareType
tree
|
commitdiff
2025-01-11
Peter Eisentraut
Add support for NOT ENFORCED in CHECK constraints
tree
|
commitdiff
2025-01-07
Álvaro Herrera
Fix error message wording
tree
|
commitdiff
2025-01-06
Peter Eisentraut
flex code modernization: Replace YY_EXTRA_TYPE define...
tree
|
commitdiff
2025-01-01
Bruce Momjian
Update copyright for 2025
tree
|
commitdiff
2024-12-25
Peter Eisentraut
Partial pgindent of .l and .y files
tree
|
commitdiff
2024-12-17
Michael Paquier
Print out error position for some more DDLs
tree
|
commitdiff
2024-11-28
Peter Eisentraut
Remove useless casts to (void *)
tree
|
commitdiff
2024-11-08
Álvaro Herrera
Add pg_constraint rows for not-null constraints
tree
|
commitdiff
2024-10-31
Tom Lane
Make all ereport() calls within gram.y provide error...
tree
|
commitdiff
2024-10-31
Tom Lane
Add a parse location field to struct FunctionParameter.
tree
|
commitdiff
2024-10-27
Peter Eisentraut
Remove unused #include's from backend .c files
tree
|
commitdiff
2024-10-24
Michael Paquier
Track more precisely query locations for nested statements
tree
|
commitdiff
2024-10-22
Tom Lane
Improve parser's reporting of statement start locations.
tree
|
commitdiff
2024-10-17
Peter Eisentraut
Improve node type forward reference
tree
|
commitdiff
2024-10-16
Amit Langote
Fix typo in comment of transformJsonAggConstructor()
tree
|
commitdiff
2024-10-14
Peter Eisentraut
Track sort direction in SortGroupClause
tree
|
commitdiff
2024-09-30
Michael Paquier
Show values of SET statements as constants in pg_stat_s...
tree
|
commitdiff
2024-09-24
David Rowley
Add ONLY support for VACUUM and ANALYZE
tree
|
commitdiff
2024-09-17
Tom Lane
Repair pg_upgrade for identity sequences with non-defau...
tree
|
commitdiff
2024-09-17
Peter Eisentraut
Add temporal FOREIGN KEY contraints
tree
|
commitdiff
2024-09-17
Peter Eisentraut
Add temporal PRIMARY KEY and UNIQUE constraints
tree
|
commitdiff
2024-09-11
Tom Lane
Remove incorrect Assert.
tree
|
commitdiff
2024-09-10
Richard Guo
Mark expressions nullable by grouping sets
tree
|
commitdiff
2024-09-10
Richard Guo
Introduce an RTE for the grouping step
tree
|
commitdiff
2024-09-06
Amit Langote
SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
tree
|
commitdiff
2024-09-06
Amit Langote
Revert recent SQL/JSON related commits
tree
|
commitdiff
2024-09-06
Amit Langote
SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
tree
|
commitdiff
2024-09-05
Tom Lane
Prevent mis-encoding of "trailing junk after numeric...
tree
|
commitdiff
2024-08-24
Alexander Korotkov
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITIO...
tree
|
commitdiff
2024-08-22
Alexander Korotkov
Avoid repeated table name lookups in createPartitionTable()
tree
|
commitdiff
2024-08-09
Peter Eisentraut
Remove obsolete RECHECK keyword completely
tree
|
commitdiff
2024-08-07
Alvaro Herrera
Refactor/reword some error messages to avoid duplicates
tree
|
commitdiff
2024-08-01
Peter Eisentraut
Convert node test compile-time settings into run-time...
tree
|
commitdiff
2024-07-30
Amit Langote
SQL/JSON: Some fixes to JsonBehavior expression casting
tree
|
commitdiff
2024-07-17
Amit Langote
SQL/JSON: Rethink c2d93c3802b
tree
|
commitdiff
2024-07-14
Tom Lane
Avoid unhelpful internal error for incorrect recursive...
tree
|
commitdiff
2024-07-04
Amit Langote
SQL/JSON: Fix some obsolete comments.
tree
|
commitdiff
2024-07-02
Peter Eisentraut
Limit max parameter number with MaxAllocSize
tree
|
commitdiff
2024-07-02
Peter Eisentraut
Fix overflow in parsing of positional parameter
tree
|
commitdiff
2024-06-28
Amit Langote
SQL/JSON: Always coerce JsonExpr result at runtime
tree
|
commitdiff
2024-06-28
Amit Langote
SQL/JSON: Fix coercion of constructor outputs to types...
tree
|
commitdiff
2024-06-28
Amit Langote
SQL/JSON: Validate values in ON ERROR/EMPTY clauses
tree
|
commitdiff
2024-06-28
Amit Langote
SQL/JSON: Prevent ON EMPTY for EXISTS columns in JSON_T...
tree
|
commitdiff
2024-06-25
Tom Lane
Improve comment in gram.y.
tree
|
commitdiff
2024-06-19
Amit Langote
SQL/JSON: Correctly enforce the default ON EMPTY behavior
tree
|
commitdiff
2024-06-12
Peter Geoghegan
Harmonize function parameter names for Postgres 17.
tree
|
commitdiff
2024-06-04
Dean Rasheed
Fix PL/pgSQL's handling of integer ranges containing...
tree
|
commitdiff
2024-05-22
Tom Lane
Fix handling of extended expression statistics in CREAT...
tree
|
commitdiff
2024-05-21
Robert Haas
Re-allow planner to use Merge Append to efficiently...
tree
|
commitdiff
2024-05-20
Tom Lane
Revert commit 66c0185a3 and follow-on patches.
tree
|
commitdiff
2024-05-17
Peter Eisentraut
Revise GUC names quoting in messages again
tree
|
commitdiff
2024-05-16
Peter Eisentraut
Revert temporal primary keys and foreign keys
tree
|
commitdiff
2024-05-15
Peter Eisentraut
Re-forbid underscore in positional parameters
tree
|
commitdiff
2024-05-15
Peter Eisentraut
Remove stray blank line among gram.y keywords
tree
|
commitdiff
2024-05-13
Alvaro Herrera
Revert structural changes to not-null constraints
tree
|
commitdiff
2024-05-12
Alexander Korotkov
Add permission check for MERGE/SPLIT partition operations
tree
|
commitdiff
2024-05-07
Peter Eisentraut
Fix assorted bugs related to identity column in partiti...
tree
|
commitdiff
2024-05-05
David Rowley
Fix query pullup issue with WindowClause runCondition
tree
|
commitdiff
2024-05-02
Alvaro Herrera
Disallow NO INHERIT not-null constraints on partitioned...
tree
|
commitdiff
2024-04-19
Dean Rasheed
Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE...
tree
|
commitdiff
2024-04-18
Daniel Gustafsson
Fix typos and duplicate words
tree
|
commitdiff
2024-04-18
Amit Langote
SQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTY
tree
|
commitdiff
2024-04-18
Amit Langote
SQL/JSON: Improve some error messages
tree
|
commitdiff
2024-04-15
Tom Lane
Fix type-checking of RECORD-returning functions in...
tree
|
commitdiff
2024-04-15
Alexander Korotkov
Grammar fixes for split/merge partitions code
tree
|
commitdiff
2024-04-15
Peter Eisentraut
Fix ALTER DOMAIN NOT NULL syntax
tree
|
commitdiff
2024-04-09
Alexander Korotkov
Checks for ALTER TABLE ... SPLIT/MERGE PARTITIONS ...
tree
|
commitdiff
2024-04-08
Alexander Korotkov
Fix some grammer errors from error messages and codes...
tree
|
commitdiff
2024-04-08
Amit Langote
JSON_TABLE: Add support for NESTED paths and columns
tree
|
commitdiff
2024-04-08
Amit Langote
Fix restriction on specifying KEEP QUOTES in JSON_QUERY()
tree
|
commitdiff
2024-04-06
Alexander Korotkov
Implement ALTER TABLE ... SPLIT PARTITION ... command
tree
|
commitdiff
2024-04-06
Alexander Korotkov
Implement ALTER TABLE ... MERGE PARTITIONS ... command
tree
|
commitdiff
2024-04-05
Tom Lane
Suppress "variable may be used uninitialized" warning.
tree
|
commitdiff
2024-04-04
Amit Langote
Add missing initialization in transformJsonFuncExpr()
tree
|
commitdiff
2024-04-04
Amit Langote
Fix typo introduced in 6185c9737
tree
|
commitdiff
2024-04-04
Amit Langote
Add basic JSON_TABLE() functionality
tree
|
commitdiff
next