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
*
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-28
*
Assign collations in partition bound expressions.
Tom Lane
2020-09-28
*
Remove complaints about COLLATE clauses in partition bound values.
Tom Lane
2020-09-28
*
Improve error cursor positions for problems with partition bounds.
Tom Lane
2020-09-23
*
Improve the error message for an inappropriate column definition list.
Tom Lane
2020-09-22
*
Standardize order of use strict and use warnings in Perl code
Peter Eisentraut
2020-09-21
*
Remove precedence hacks no longer needed without postfix operators.
Tom Lane
2020-09-19
*
Allow most keywords to be used as column labels without requiring AS.
Tom Lane
2020-09-18
*
Remove support for postfix (right-unary) operators.
Tom Lane
2020-09-17
*
Allow CURRENT_ROLE where CURRENT_USER is accepted
Peter Eisentraut
2020-09-17
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Clarify comments in enforce_generic_type_consistency().
Tom Lane
2020-09-07
*
Remove some more useless assignments.
Tom Lane
2020-09-04
*
Remove variable "concurrent" from ReindexStmt
Michael Paquier
2020-09-04
*
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
*
Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodes
Michael Paquier
2020-07-11
*
code: replace most remaining uses of 'master'.
Andres Freund
2020-07-08
*
Mop up some no-longer-necessary hacks around printf %.*s format.
Tom Lane
2020-06-29
*
Add current substring regular expression syntax
Peter Eisentraut
2020-06-29
*
Clean up grammar a bit
Peter Eisentraut
2020-06-29
*
Refactor AlterExtensionContentsStmt grammar
Peter Eisentraut
2020-06-13
*
Grammar object type refactoring
Peter Eisentraut
2020-06-13
*
Refactor DROP LANGUAGE grammar
Peter Eisentraut
2020-06-11
*
Remove deprecated syntax from CREATE/DROP LANGUAGE
Peter Eisentraut
2020-06-11
*
Fold AlterForeignTableStmt into AlterTableStmt
Peter Eisentraut
2020-06-11
*
Remove redundant grammar symbols
Peter Eisentraut
2020-06-10
*
part_strategy does not need its very own keyword classification.
Tom Lane
2020-05-19
*
WITH TIES: number of rows is optional and defaults to one
Alvaro Herrera
2020-05-18
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Add ALTER .. NO DEPENDS ON
Alvaro Herrera
2020-04-20
*
Fix CREATE TABLE LIKE INCLUDING GENERATED column order issue
Peter Eisentraut
2020-04-09
*
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
*
Fix crash when using COLLATE in partition bound expressions
Michael Paquier
2020-04-08
*
Put back mistakenly removed #include.
Tom Lane
2020-04-08
*
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
*
Remove bogus Assert, add some regression test cases showing why.
Tom Lane
2020-04-04
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Add SQL functions for Unicode normalization
Peter Eisentraut
2020-04-02
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-25
*
Improve the internal implementation of ereport().
Tom Lane
2020-03-24
*
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
*
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-19
*
Refactor our checks for valid function and aggregate signatures.
Tom Lane
2020-03-17
*
Adjust handling of an ANYARRAY actual input for an ANYARRAY argument.
Tom Lane
2020-03-17
[next]