index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
gram.y
Commit message (
Expand
)
Author
Age
*
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-12-01
*
Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.
Tom Lane
2020-10-07
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Make VACUUM accept 1 and 0 as a boolean value.
Fujii Masao
2019-05-21
*
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-25
*
Catch syntax error in generated column definition
Peter Eisentraut
2019-04-01
*
Generated columns
Peter Eisentraut
2019-03-30
*
Allow existing VACUUM options to take a Boolean argument.
Robert Haas
2019-03-29
*
REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-29
*
Transaction chaining
Peter Eisentraut
2019-03-24
*
Implement OR REPLACE option for CREATE AGGREGATE.
Andrew Gierth
2019-03-19
*
Revise parse tree representation for VACUUM and ANALYZE.
Robert Haas
2019-03-18
*
Fix the BY {REF,VALUE} clause of XMLEXISTS/XMLTABLE
Alvaro Herrera
2019-03-07
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
Fix ecpg bugs caused by missing semicolons in the backend grammar.
Tom Lane
2019-02-24
*
Allow user control of CTE materialization, and change the default behavior.
Tom Lane
2019-02-16
*
Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE
Michael Paquier
2019-02-15
*
Create the infrastructure for planner support functions.
Tom Lane
2019-02-09
*
Allow generalized expression syntax for partition bounds
Peter Eisentraut
2019-01-25
*
Fix misc typos in comments.
Heikki Linnakangas
2019-01-23
*
Allow COPY FROM to filter data using WHERE conditions
Tomas Vondra
2019-01-20
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove some useless code
Alvaro Herrera
2018-12-31
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Revise attribute handling code on partition creation
Alvaro Herrera
2018-11-08
*
Add option SKIP_LOCKED to VACUUM and ANALYZE
Michael Paquier
2018-10-04
*
Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax
Peter Eisentraut
2018-10-01
*
Update dummy CREATE ASSERTION grammar
Peter Eisentraut
2018-09-26
*
Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax
Peter Eisentraut
2018-08-22
*
Refactor cluster_rel() to handle more options
Michael Paquier
2018-07-24
*
Fix SQL:2008 FETCH FIRST syntax to allow parameters.
Andrew Gierth
2018-05-21
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
*
Fix handling of partition bounds for boolean partitioning columns.
Tom Lane
2018-04-23
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Improve parse representation for MERGE
Simon Riggs
2018-04-06
*
MERGE post-commit review
Simon Riggs
2018-04-05
*
WITH support in MERGE
Simon Riggs
2018-04-03
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Simplify parse representation of savepoint commands
Peter Eisentraut
2018-03-16
*
Add parenthesized options syntax for ANALYZE.
Andres Freund
2018-03-05
*
Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)
Alvaro Herrera
2018-03-05
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Remove the obsolete WITH clause of CREATE FUNCTION.
Tom Lane
2018-01-26
*
Replace GrantObjectType with ObjectType
Peter Eisentraut
2018-01-19
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
[next]