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-04-23
Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order.
Fujii Masao
2021-04-20
adjust query id feature to use pg_stat_activity.query_id
Bruce Momjian
2021-04-13
Allow table-qualified variable names in ON CONFLICT ... WHERE.
Tom Lane
2021-04-12
Fix old bug with coercing the result of a COLLATE expression.
Tom Lane
2021-04-08
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-07
SQL-standard function body
Peter Eisentraut
2021-04-07
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-07
Move pg_stat_statements query jumbling to core.
Bruce Momjian
2021-04-07
Fix use of cursor sensitivity terminology
Peter Eisentraut
2021-04-06
Clean up treatment of missing default and CHECK-constraint records.
Tom Lane
2021-04-06
ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION
Peter Eisentraut
2021-04-06
Change return type of EXTRACT to numeric
Peter Eisentraut
2021-03-31
Allow an alias to be attached to a JOIN ... USING
Peter Eisentraut
2021-03-31
Add p_names field to ParseNamespaceItem
Peter Eisentraut
2021-03-31
Add errhint_plural() function and make use of it
Peter Eisentraut
2021-03-26
Extended statistics on expressions
Tomas Vondra
2021-03-25
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-25
Trim some extra whitespace in parser file
Peter Eisentraut
2021-03-25
Rename a parse node to be more general
Peter Eisentraut
2021-03-19
Use lfirst_int in cmp_list_len_contents_asc
Tomas Vondra
2021-03-19
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-18
Fix misuse of foreach_delete_current().
Tom Lane
2021-03-18
Implement GROUP BY DISTINCT
Tomas Vondra
2021-03-12
Forbid marking an identity column as nullable.
Tom Lane
2021-02-27
Enhanced cycle mark values
Peter Eisentraut
2021-02-26
Fix list-manipulation bug in WITH RECURSIVE processing.
Tom Lane
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-11
Remove no-longer-used RTE argument of markVarForSelectPriv().
Tom Lane
2021-02-08
Fix mishandling of column-level SELECT privileges for join aliases.
Tom Lane
2021-02-01
SEARCH and CYCLE clauses
Peter Eisentraut
2021-01-30
Allow GRANTED BY clause in normal GRANT and REVOKE statements
Peter Eisentraut
2021-01-22
Re-allow DISTINCT in pl/pgsql expressions.
Tom Lane
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
[next]