index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
/
parsenodes.h
Commit message (
Expand
)
Author
Age
*
Allow grant-level control of role inheritance behavior.
Robert Haas
2022-08-25
*
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-08-05
*
Tighten up parsing logic in gen_node_support.pl.
Tom Lane
2022-07-14
*
Remove artificial restrictions on which node types have out/read funcs.
Tom Lane
2022-07-13
*
Allow specifying STORAGE attribute for a new table
Peter Eisentraut
2022-07-13
*
Invent nodetag_only attribute for Nodes.
Tom Lane
2022-07-12
*
Automatically generate node support functions
Peter Eisentraut
2022-07-09
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Reformat some node comments
Peter Eisentraut
2022-07-02
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Remove JsonPathSpec typedef
Peter Eisentraut
2022-05-04
*
Add missing enum tag in enum used in nodes
Peter Eisentraut
2022-05-04
*
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-08
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
*
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-04-06
*
PLAN clauses for JSON_TABLE
Andrew Dunstan
2022-04-05
*
JSON_TABLE
Andrew Dunstan
2022-04-04
*
RETURNING clause for JSON() and JSON_SCALAR()
Andrew Dunstan
2022-03-31
*
SQL JSON functions
Andrew Dunstan
2022-03-30
*
SQL/JSON query functions
Andrew Dunstan
2022-03-29
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
SQL/JSON constructors
Andrew Dunstan
2022-03-27
*
Common SQL/JSON clauses
Andrew Dunstan
2022-03-27
*
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-26
*
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-24
*
Revert "Common SQL/JSON clauses"
Andrew Dunstan
2022-03-22
*
Common SQL/JSON clauses
Andrew Dunstan
2022-03-22
*
Add String object access hooks
Andrew Dunstan
2022-03-22
*
Add ALTER SUBSCRIPTION ... SKIP.
Amit Kapila
2022-03-22
*
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-22
*
Database-level collation version tracking
Peter Eisentraut
2022-02-14
*
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-03
*
Add Boolean node
Peter Eisentraut
2022-01-17
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Avoid using DefElemAction in AlterPublicationStmt
Alvaro Herrera
2022-01-03
*
Small cleanups related to PUBLICATION framework code
Alvaro Herrera
2021-12-30
*
Allow specifying column list for foreign key ON DELETE SET actions
Peter Eisentraut
2021-12-08
*
Rename some enums to use TABLE instead of REL.
Amit Kapila
2021-11-09
*
Allow publishing the tables of schema.
Amit Kapila
2021-10-27
*
Add Cardinality typedef
Peter Eisentraut
2021-09-15
*
Remove Value node struct
Peter Eisentraut
2021-09-09
*
Add PublicationTable and PublicationRelInfo structs
Alvaro Herrera
2021-09-06
*
Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
Tom Lane
2021-08-19
*
Add support for SET ACCESS METHOD in ALTER TABLE
Michael Paquier
2021-07-28
*
Add missing enum tags in enums used in nodes
Peter Eisentraut
2021-07-21
*
Change position of field "transformed" in struct CreateStatsStmt.
Noah Misch
2021-06-10
*
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
*
Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order.
Fujii Masao
2021-04-23
[next]