index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
util
/
clauses.c
Commit message (
Expand
)
Author
Age
*
Fix confusion about the return rowtype of SQL-language procedures.
Tom Lane
2024-03-12
*
Fix type-checking of RECORD-returning functions in FROM.
Tom Lane
2024-03-06
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Add missing check_stack_depth() to some recursive functions
Alexander Korotkov
2024-02-16
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-16
*
Fix computation of varnullingrels when const-folding field selection.
Tom Lane
2023-11-09
*
Don't include CaseTestExpr in JsonValueExpr.formatted_expr
Amit Langote
2023-07-13
*
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-17
*
Handle RLS dependencies in inlined set-returning functions properly.
Tom Lane
2023-05-08
*
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-21
*
Invent "multibitmapsets", and use them to speed up antijoin detection.
Tom Lane
2022-11-16
*
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
*
Handle SubPlan cases in find_nonnullable_rels/vars.
Tom Lane
2022-11-05
*
Rename shadowed local variables
David Rowley
2022-10-05
*
Fix outdated convert_saop_to_hashed_saop comment
David Rowley
2022-09-15
*
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
SQL/JSON query functions
Andrew Dunstan
2022-03-29
*
SQL/JSON constructors
Andrew Dunstan
2022-03-27
*
Common SQL/JSON clauses
Andrew Dunstan
2022-03-27
*
Revert "Common SQL/JSON clauses"
Andrew Dunstan
2022-03-22
*
Common SQL/JSON clauses
Andrew Dunstan
2022-03-22
*
Parse/analyze function renaming
Peter Eisentraut
2022-03-04
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Flush Memoize cache when non-key parameters change, take 2
David Rowley
2021-11-24
*
Revert "Flush Memoize cache when non-key parameters change"
David Rowley
2021-11-24
*
Flush Memoize cache when non-key parameters change
David Rowley
2021-11-24
*
Avoid O(N^2) behavior in SyncPostCheckpoint().
Tom Lane
2021-11-02
*
Fix missed lock acquisition while inlining new-style SQL functions.
Tom Lane
2021-08-31
*
Copy a Param's location field when replacing it with a Const.
Tom Lane
2021-07-14
*
Use a hash table to speed up NOT IN(values)
David Rowley
2021-07-07
*
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
*
Fix use of uninitialized variable in inline_function().
Tom Lane
2021-05-25
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Undo decision to allow pg_proc.prosrc to be NULL.
Tom Lane
2021-04-15
*
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
*
SQL-standard function body
Peter Eisentraut
2021-04-07
*
Add support for NullIfExpr in eval_const_expressions
Peter Eisentraut
2021-04-02
*
Cache if PathTarget and RestrictInfos contain volatile functions
David Rowley
2021-03-29
*
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
*
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-18
*
Improve FK trigger parallel-safety check added by 05c8482f7f.
Amit Kapila
2021-03-13
*
Fix use of relcache TriggerDesc field introduced by commit 05c8482f7f.
Amit Kapila
2021-03-12
*
Fix valgrind issue in commit 05c8482f7f.
Amit Kapila
2021-03-10
*
Enable parallel SELECT for "INSERT INTO ... SELECT ...".
Amit Kapila
2021-03-10
[next]