index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
Commit message (
Expand
)
Author
Age
*
Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.
Tom Lane
2020-11-19
*
Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.
Tom Lane
2020-10-07
*
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexes
Michael Paquier
2020-03-03
*
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
*
Fix thinkos in LookupFuncName() for function name lookups
Michael Paquier
2019-06-25
*
Fix backwards test in operator_precedence_warning logic.
Tom Lane
2019-04-10
*
Fix ecpg bugs caused by missing semicolons in the backend grammar.
Tom Lane
2019-02-24
*
Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE
Michael Paquier
2019-02-15
*
Add collation assignment to CALL statement
Peter Eisentraut
2019-02-07
*
Fix misc typos in comments.
Heikki Linnakangas
2019-01-23
*
Postpone aggregate checks until after collation is assigned.
Andrew Gierth
2019-01-17
*
Revise attribute handling code on partition creation
Alvaro Herrera
2018-11-08
*
Fix interaction of CASE and ArrayCoerceExpr.
Tom Lane
2018-10-30
*
Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax
Peter Eisentraut
2018-10-01
*
Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).
Tom Lane
2018-09-17
*
Fully enforce uniqueness of constraint names.
Tom Lane
2018-09-04
*
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-23
*
Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax
Peter Eisentraut
2018-08-22
*
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-08-04
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-07-11
*
Add separate error message for procedure does not exist
Peter Eisentraut
2018-07-07
*
Consider syntactic form when disambiguating function vs column reference.
Tom Lane
2018-06-18
*
Fix some minor error-checking oversights in ParseFuncOrColumn().
Tom Lane
2018-06-16
*
Don't fall off the end of perl functions
Andrew Dunstan
2018-05-27
*
Fix SQL:2008 FETCH FIRST syntax to allow parameters.
Andrew Gierth
2018-05-21
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
*
perltidy: Add option --nooutdent-long-quotes
Peter Eisentraut
2018-04-27
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fix handling of partition bounds for boolean partitioning columns.
Tom Lane
2018-04-23
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Cleanup covering infrastructure
Teodor Sigaev
2018-04-12
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Improve parse representation for MERGE
Simon Riggs
2018-04-06
*
Allow cpluspluscheck to pass by renaming variable
Simon Riggs
2018-04-05
*
MERGE post-commit review
Simon Riggs
2018-04-05
*
Foreign keys on partitioned tables
Alvaro Herrera
2018-04-04
*
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-03
*
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-04-02
[next]