index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
parser
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement GROUP BY DISTINCT
Tomas Vondra
2021-03-18
1
-1
/
+1
*
Remove no-longer-used RTE argument of markVarForSelectPriv().
Tom Lane
2021-02-11
1
-2
/
+1
*
SEARCH and CYCLE clauses
Peter Eisentraut
2021-02-01
3
-0
/
+6
*
Re-implement pl/pgsql's expression and assignment parsing.
Tom Lane
2021-01-04
2
-2
/
+23
*
Add the ability for the core grammar to have more than one parse target.
Tom Lane
2021-01-04
1
-1
/
+19
*
Update copyright for 2021
Bruce Momjian
2021-01-02
22
-22
/
+22
*
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
1
-3
/
+3
*
Remove operator_precedence_warning.
Tom Lane
2020-12-08
1
-1
/
+0
*
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-10-28
1
-2
/
+0
*
Add select_common_typmod()
Peter Eisentraut
2020-10-27
1
-0
/
+2
*
Make postgres.bki use the same literal-string syntax as postgresql.conf.
Tom Lane
2020-10-04
1
-4
/
+1
*
Allow most keywords to be used as column labels without requiring AS.
Tom Lane
2020-09-18
1
-452
/
+452
*
Remove support for postfix (right-unary) operators.
Tom Lane
2020-09-17
1
-2
/
+0
*
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
1
-0
/
+2
*
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
1
-3
/
+0
*
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
1
-0
/
+3
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
1
-1
/
+2
*
Add SQL functions for Unicode normalization
Peter Eisentraut
2020-04-02
1
-0
/
+6
*
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-25
3
-3
/
+3
*
Improve the internal implementation of ereport().
Tom Lane
2020-03-24
3
-3
/
+3
*
Refactor our checks for valid function and aggregate signatures.
Tom Lane
2020-03-17
1
-0
/
+7
*
Restructure polymorphic-type resolution in funcapi.c.
Tom Lane
2020-03-14
1
-3
/
+0
*
Allow Unicode escapes in any server encoding, not only UTF-8.
Tom Lane
2020-03-06
1
-0
/
+16
*
Fill in extraUpdatedCols in logical replication
Peter Eisentraut
2020-02-17
1
-0
/
+2
*
Restructure ALTER TABLE execution to fix assorted bugs.
Tom Lane
2020-01-15
1
-2
/
+4
*
ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION
Peter Eisentraut
2020-01-14
1
-0
/
+1
*
Reduce size of backend scanner's tables.
Tom Lane
2020-01-13
2
-1
/
+3
*
Reconsider the representation of join alias Vars.
Tom Lane
2020-01-09
1
-0
/
+3
*
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-02
3
-70
/
+103
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
22
-22
/
+22
*
Refactor parser's generation of Var nodes.
Tom Lane
2019-12-26
2
-33
/
+18
*
Minimal portability fix for commit e1551f96e.
Tom Lane
2019-12-18
1
-2
/
+3
*
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-12-18
1
-1
/
+2
*
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
1
-0
/
+3
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
1
-2
/
+2
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
17
-240
/
+240
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
1
-2
/
+2
*
Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.
Tom Lane
2019-04-23
1
-1
/
+1
*
Generated columns
Peter Eisentraut
2019-03-30
2
-1
/
+3
*
Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/ROUTINE.
Tom Lane
2019-03-21
1
-2
/
+2
*
Create the infrastructure for planner support functions.
Tom Lane
2019-02-09
1
-0
/
+1
*
Renaming for new subscripting mechanism
Alvaro Herrera
2019-02-01
1
-8
/
+9
*
Allow generalized expression syntax for partition bounds
Peter Eisentraut
2019-01-25
1
-0
/
+1
*
Allow COPY FROM to filter data using WHERE conditions
Tomas Vondra
2019-01-20
1
-1
/
+2
*
Use perfect hashing, instead of binary search, for keyword lookup.
Tom Lane
2019-01-09
1
-2
/
+1
*
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-06
2
-6
/
+9
*
Update copyright for 2019
Bruce Momjian
2019-01-02
22
-22
/
+22
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
1
-1
/
+0
*
Sprinkle some const decorations
Peter Eisentraut
2018-10-23
1
-4
/
+4
*
Correct constness of system attributes in heap.c & prerequisites.
Andres Freund
2018-10-16
1
-1
/
+1
[prev]
[next]