index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
parser
Commit message (
Expand
)
Author
Age
*
Renaming for new subscripting mechanism
Alvaro Herrera
2019-02-01
*
Allow generalized expression syntax for partition bounds
Peter Eisentraut
2019-01-25
*
Allow COPY FROM to filter data using WHERE conditions
Tomas Vondra
2019-01-20
*
Use perfect hashing, instead of binary search, for keyword lookup.
Tom Lane
2019-01-09
*
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-06
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Sprinkle some const decorations
Peter Eisentraut
2018-10-23
*
Correct constness of system attributes in heap.c & prerequisites.
Andres Freund
2018-10-16
*
In the executor, use an array of pointers to access the rangetable.
Tom Lane
2018-10-04
*
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-30
*
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-08-04
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Allow cpluspluscheck to pass by renaming variable
Simon Riggs
2018-04-05
*
New files for MERGE
Simon Riggs
2018-04-03
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "MERGE SQL Command following SQL:2016"
Simon Riggs
2018-04-02
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
*
Allow UNIQUE indexes on partitioned tables
Alvaro Herrera
2018-02-19
*
Fix oversight in CALL argument handling, and do some minor cleanup.
Tom Lane
2018-02-10
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Support arrays over domains.
Tom Lane
2017-09-30
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Disallow set-returning functions inside CASE or COALESCE.
Tom Lane
2017-06-13
*
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-28
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Rework the options syntax for logical replication commands
Peter Eisentraut
2017-05-12
*
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-09
*
Identity columns
Peter Eisentraut
2017-04-06
*
Capitalize names of PLs consistently
Peter Eisentraut
2017-04-05
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Altering default privileges on schemas
Teodor Sigaev
2017-03-28
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()
Peter Eisentraut
2017-03-06
*
Remove vestigial resolveUnknown arguments from transformSortClause etc.
Tom Lane
2017-01-25
*
Change unknown-type literals to type text in SELECT and RETURNING lists.
Tom Lane
2017-01-25
*
Logical replication
Peter Eisentraut
2017-01-20
[next]