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
*
Remove precedence hacks no longer needed without postfix operators.
Tom Lane
2020-09-19
*
Allow most keywords to be used as column labels without requiring AS.
Tom Lane
2020-09-18
*
Remove support for postfix (right-unary) operators.
Tom Lane
2020-09-17
*
Allow CURRENT_ROLE where CURRENT_USER is accepted
Peter Eisentraut
2020-09-17
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Remove variable "concurrent" from ReindexStmt
Michael Paquier
2020-09-04
*
Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodes
Michael Paquier
2020-07-11
*
code: replace most remaining uses of 'master'.
Andres Freund
2020-07-08
*
Add current substring regular expression syntax
Peter Eisentraut
2020-06-29
*
Clean up grammar a bit
Peter Eisentraut
2020-06-29
*
Refactor AlterExtensionContentsStmt grammar
Peter Eisentraut
2020-06-13
*
Grammar object type refactoring
Peter Eisentraut
2020-06-13
*
Refactor DROP LANGUAGE grammar
Peter Eisentraut
2020-06-11
*
Remove deprecated syntax from CREATE/DROP LANGUAGE
Peter Eisentraut
2020-06-11
*
Fold AlterForeignTableStmt into AlterTableStmt
Peter Eisentraut
2020-06-11
*
Remove redundant grammar symbols
Peter Eisentraut
2020-06-10
*
part_strategy does not need its very own keyword classification.
Tom Lane
2020-05-19
*
WITH TIES: number of rows is optional and defaults to one
Alvaro Herrera
2020-05-18
*
Add ALTER .. NO DEPENDS ON
Alvaro Herrera
2020-04-20
*
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
*
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Add SQL functions for Unicode normalization
Peter Eisentraut
2020-04-02
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
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
*
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
2020-03-06
*
Remove support for upgrading extensions from "unpackaged" state.
Tom Lane
2020-02-19
*
Invent "trusted" extensions, and remove the pg_pltemplate catalog.
Tom Lane
2020-01-29
*
ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION
Peter Eisentraut
2020-01-14
*
Reduce size of backend scanner's tables.
Tom Lane
2020-01-13
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Allow ALTER VIEW command to rename the column in the view.
Fujii Masao
2019-11-21
*
Introduce the 'force' option for the Drop Database command.
Amit Kapila
2019-11-13
*
Allow setting statistics target for extended statistics
Tomas Vondra
2019-09-11
*
Fix issues around strictness of SIMILAR TO.
Tom Lane
2019-09-07
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
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
[next]