index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
/
makefuncs.c
Commit message (
Expand
)
Author
Age
*
Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.
Tom Lane
2022-05-13
*
PLAN clauses for JSON_TABLE
Andrew Dunstan
2022-04-05
*
SQL/JSON query functions
Andrew Dunstan
2022-03-29
*
IS JSON predicate
Andrew Dunstan
2022-03-28
*
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
*
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-03
*
Fix memory leak in indexUnchanged hint mechanism.
Peter Geoghegan
2022-01-12
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-09-15
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve our ability to regurgitate SQL-syntax function calls.
Tom Lane
2020-11-04
*
Don't create pg_type entries for sequences or toast tables.
Tom Lane
2020-07-07
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Reconsider the representation of join alias Vars.
Tom Lane
2020-01-09
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-08-16
*
Fix handling of expressions and predicates in REINDEX CONCURRENTLY
Michael Paquier
2019-07-29
*
Make some small planner API cleanups.
Tom Lane
2019-01-29
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Revise attribute handling code on partition creation
Alvaro Herrera
2018-11-08
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Allow multiple tables to be specified in one VACUUM or ANALYZE command.
Tom Lane
2017-10-03
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-28
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Replace enum InhOption with simple boolean.
Tom Lane
2016-12-23
*
Remove sql_inheritance GUC.
Robert Haas
2016-12-23
*
Add location field to DefElem
Peter Eisentraut
2016-09-06
*
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-06-27
*
Add defenses against putting expanded objects into Const nodes.
Tom Lane
2016-01-21
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
*
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-29
*
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-16
*
Add a convenience routine makeFuncCall to reduce duplication.
Robert Haas
2013-07-01
*
Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.
Tom Lane
2013-01-21
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
[next]