index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
ruleutils.c
Age
Commit message (
Expand
)
Author
2022-08-26
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-24
Further -Wshadow=compatible-local warning fixes
David Rowley
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-07-22
Close old gap in dependency checks for functions returning composite.
Tom Lane
2022-07-21
Fix ruleutils issues with dropped cols in functions-returning-composite.
Tom Lane
2022-07-20
Make subquery aliases optional in the FROM clause.
Dean Rasheed
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-05-21
Show 'AS "?column?"' explicitly when it's important.
Tom Lane
2022-05-13
Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.
Tom Lane
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-20
set_deparse_plan: Reuse variable to appease Coverity
Alvaro Herrera
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-05
PLAN clauses for JSON_TABLE
Andrew Dunstan
2022-04-04
JSON_TABLE
Andrew Dunstan
2022-03-31
RETURNING clause for JSON() and JSON_SCALAR()
Andrew Dunstan
2022-03-30
SQL JSON functions
Andrew Dunstan
2022-03-29
SQL/JSON query functions
Andrew Dunstan
2022-03-28
IS JSON predicate
Andrew Dunstan
2022-03-28
Add public ruleutils.c entry point to deparse a Query.
Tom Lane
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-03-27
Fix up compiler warnings/errors from f4fb45d15.
Tom Lane
2022-03-27
SQL/JSON constructors
Andrew Dunstan
2022-03-27
Common SQL/JSON clauses
Andrew Dunstan
2022-03-22
Revert "Common SQL/JSON clauses"
Andrew Dunstan
2022-03-22
Common SQL/JSON clauses
Andrew Dunstan
2022-03-21
Fix assorted missing logic for GroupingFunc nodes.
Tom Lane
2022-02-03
Add UNIQUE null treatment option
Peter Eisentraut
2022-01-13
Fix ruleutils.c's dumping of whole-row Vars in more contexts.
Tom Lane
2022-01-09
Make pg_get_expr() more bulletproof.
Tom Lane
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-12-08
Allow specifying column list for foreign key ON DELETE SET actions
Peter Eisentraut
2021-11-17
Fix display of SQL-standard function's arguments in INSERT/SELECT.
Tom Lane
2021-10-11
Fix EXPLAIN of SEARCH BREADTH FIRST queries some more.
Tom Lane
2021-09-16
Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.
Tom Lane
2021-09-15
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-09-09
Remove Value node struct
Peter Eisentraut
2021-09-08
Clean up some code using "(expr) ? true : false"
Michael Paquier
2021-09-01
Don't print extra parens around expressions in extended stats
Tomas Vondra
2021-08-31
Fix missed lock acquisition while inlining new-style SQL functions.
Tom Lane
2021-07-27
Use the "pg_temp" schema alias in EXPLAIN and related output.
Tom Lane
2021-07-19
Use l*_node() family of functions where appropriate
Peter Eisentraut
2021-06-10
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-07
Make pg_get_statisticsobjdef_expressions return NULL
Tomas Vondra
2021-04-07
SQL-standard function body
Peter Eisentraut
2021-04-06
Change return type of EXTRACT to numeric
Peter Eisentraut
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
Allow an alias to be attached to a JOIN ... USING
Peter Eisentraut
2021-03-27
Extended statistics on expressions
Tomas Vondra
2021-03-18
Implement GROUP BY DISTINCT
Tomas Vondra
[next]