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-08-05
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-06-25
Fix thinkos in LookupFuncName() for function name lookups
Michael Paquier
2019-04-10
Fix backwards test in operator_precedence_warning logic.
Tom Lane
2019-02-24
Fix ecpg bugs caused by missing semicolons in the backend grammar.
Tom Lane
2019-02-15
Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE
Michael Paquier
2019-02-07
Add collation assignment to CALL statement
Peter Eisentraut
2019-01-23
Fix misc typos in comments.
Heikki Linnakangas
2019-01-17
Postpone aggregate checks until after collation is assigned.
Andrew Gierth
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-01
Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax
Peter Eisentraut
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-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
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
2018-04-03
WITH support in MERGE
Simon Riggs
2018-04-03
New files for MERGE
Simon Riggs
2018-04-03
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
Revert "MERGE SQL Command following SQL:2016"
Simon Riggs
2018-04-02
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
Modified files for MERGE
Simon Riggs
2018-04-02
MERGE SQL Command following SQL:2016
Simon Riggs
2018-03-26
Handle INSERT .. ON CONFLICT with partitioned tables
Alvaro Herrera
2018-03-23
Fix make rules that generate multiple output files.
Tom Lane
2018-03-19
Add missing break
Peter Eisentraut
2018-03-16
Simplify parse representation of savepoint commands
Peter Eisentraut
2018-03-13
Move strtoint() to common
Peter Eisentraut
2018-03-13
Change internal integer representation of Value node
Peter Eisentraut
[next]