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
2019-01-17
Postpone aggregate checks until after collation is assigned.
Andrew Gierth
2019-01-15
Don't include heapam.h from others headers.
Andres Freund
2019-01-06
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-31
Remove some useless code
Alvaro Herrera
2018-12-27
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-19
Make type "name" collation-aware.
Tom Lane
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-13
Fix realfailN lexer rules to not make assumptions about input format.
Tom Lane
2018-11-13
Align ECPG lexer more closely with the core and psql lexers.
Tom Lane
2018-11-08
Revise attribute handling code on partition creation
Alvaro Herrera
2018-10-30
Fix interaction of CASE and ArrayCoerceExpr.
Tom Lane
2018-10-23
Remove get_attidentity()
Peter Eisentraut
2018-10-23
Sprinkle some const decorations
Peter Eisentraut
2018-10-16
Correct constness of system attributes in heap.c & prerequisites.
Andres Freund
2018-10-04
Add option SKIP_LOCKED to VACUUM and ANALYZE
Michael Paquier
2018-10-01
Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax
Peter Eisentraut
2018-10-01
Add assertions that we hold some relevant lock during relation open.
Tom Lane
2018-09-30
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-26
Update dummy CREATE ASSERTION grammar
Peter Eisentraut
2018-09-18
Add a debugging option to stress-test outfuncs.c and readfuncs.c.
Tom Lane
2018-09-18
Fix some minor issues exposed by outfuncs/readfuncs testing.
Tom Lane
2018-09-17
Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).
Tom Lane
2018-09-04
Fully enforce uniqueness of constraint names.
Tom Lane
2018-08-23
Fix lexing of standard multi-character operators in edge cases.
Andrew Gierth
2018-08-23
Reduce an unnecessary O(N^3) loop in lexer.
Andrew Gierth
2018-08-22
Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax
Peter Eisentraut
2018-08-04
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-07-24
Refactor cluster_rel() to handle more options
Michael Paquier
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-12
Improve two error messages
Peter Eisentraut
2018-07-11
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-07-07
Add separate error message for procedure does not exist
Peter Eisentraut
2018-06-18
Consider syntactic form when disambiguating function vs column reference.
Tom Lane
2018-06-16
Fix some minor error-checking oversights in ParseFuncOrColumn().
Tom Lane
2018-05-27
Don't fall off the end of perl functions
Andrew Dunstan
2018-05-21
Fix SQL:2008 FETCH FIRST syntax to allow parameters.
Andrew Gierth
2018-05-01
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-04-27
perltidy: Add option --nooutdent-long-quotes
Peter Eisentraut
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-23
Fix handling of partition bounds for boolean partitioning columns.
Tom Lane
2018-04-15
Reorganize partitioning code
Alvaro Herrera
2018-04-12
Cleanup covering infrastructure
Teodor Sigaev
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-08
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-06
Improve parse representation for MERGE
Simon Riggs
2018-04-05
Allow cpluspluscheck to pass by renaming variable
Simon Riggs
2018-04-05
MERGE post-commit review
Simon Riggs
2018-04-04
Foreign keys on partitioned tables
Alvaro Herrera
[next]