index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
Age
Commit message (
Expand
)
Author
2021-01-04
Re-implement pl/pgsql's expression and assignment parsing.
Tom Lane
2021-01-04
Add the ability for the core grammar to have more than one parse target.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-20
Multirange datatypes
Alexander Korotkov
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-11
Provide an error cursor for "can't subscript" error messages.
Tom Lane
2020-12-09
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-08
Remove operator_precedence_warning.
Tom Lane
2020-12-04
Remove unnecessary grammar symbols
Peter Eisentraut
2020-12-03
Small code simplifications
Peter Eisentraut
2020-12-03
Refactor CLUSTER and REINDEX grammar to use DefElem for option lists
Michael Paquier
2020-12-01
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-11-30
Refactor parsing rules for option lists of EXPLAIN, VACUUM and ANALYZE
Michael Paquier
2020-11-24
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-19
Remove undocumented IS [NOT] OF syntax.
Tom Lane
2020-11-19
Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.
Tom Lane
2020-11-16
Normalize comment in empty grammar rules
Peter Eisentraut
2020-11-14
Provide the OR REPLACE option for CREATE TRIGGER.
Tom Lane
2020-11-12
Clean up optional rules in grammar
Peter Eisentraut
2020-11-11
Fix some stray whitespace in parser files
Peter Eisentraut
2020-11-11
Fix cases of discarding result from list API functions
Peter Eisentraut
2020-11-04
Improve our ability to regurgitate SQL-syntax function calls.
Tom Lane
2020-11-02
Track collation versions for indexes.
Thomas Munro
2020-11-02
Remove pg_collation.collversion.
Thomas Munro
2020-10-28
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-27
Add select_common_typmod()
Peter Eisentraut
2020-10-27
Make procedure OUT parameters work with JDBC
Peter Eisentraut
2020-10-22
Optimize a few list_delete_ptr calls
David Rowley
2020-10-14
Correct error message
Peter Eisentraut
2020-10-07
Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.
Tom Lane
2020-10-05
Support for OUT parameters in procedures
Peter Eisentraut
2020-10-04
Make postgres.bki use the same literal-string syntax as postgresql.conf.
Tom Lane
2020-09-29
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-28
Assign collations in partition bound expressions.
Tom Lane
2020-09-28
Remove complaints about COLLATE clauses in partition bound values.
Tom Lane
2020-09-23
Improve error cursor positions for problems with partition bounds.
Tom Lane
2020-09-22
Improve the error message for an inappropriate column definition list.
Tom Lane
2020-09-21
Standardize order of use strict and use warnings in Perl code
Peter Eisentraut
2020-09-19
Remove precedence hacks no longer needed without postfix operators.
Tom Lane
2020-09-18
Allow most keywords to be used as column labels without requiring AS.
Tom Lane
2020-09-17
Remove support for postfix (right-unary) operators.
Tom Lane
2020-09-17
Allow CURRENT_ROLE where CURRENT_USER is accepted
Peter Eisentraut
2020-09-14
Message fixes and style improvements
Peter Eisentraut
2020-09-07
Clarify comments in enforce_generic_type_consistency().
Tom Lane
2020-09-04
Remove some more useless assignments.
Tom Lane
2020-09-04
Remove variable "concurrent" from ReindexStmt
Michael Paquier
2020-08-21
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-07-11
Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodes
Michael Paquier
2020-07-08
code: replace most remaining uses of 'master'.
Andres Freund
2020-06-29
Mop up some no-longer-necessary hacks around printf %.*s format.
Tom Lane
[next]