index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
Age
Commit message (
Expand
)
Author
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
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
2018-03-06
Fix bogus Name assignment in CreateStatistics
Alvaro Herrera
2018-03-06
Add parenthesized options syntax for ANALYZE.
Andres Freund
2018-03-05
Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)
Alvaro Herrera
2018-03-02
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-02-23
Support parameters in CALL
Peter Eisentraut
2018-02-19
Allow UNIQUE indexes on partitioned tables
Alvaro Herrera
2018-02-12
get_relid_attribute_name is dead, long live get_attname
Alvaro Herrera
2018-02-10
Fix oversight in CALL argument handling, and do some minor cleanup.
Tom Lane
2018-02-07
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-02
Fix application of identity values in some cases
Peter Eisentraut
2018-01-31
Fix typo: colums -> columns.
Robert Haas
2018-01-26
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-26
Remove the obsolete WITH clause of CREATE FUNCTION.
Tom Lane
2018-01-19
Replace AclObjectKind with ObjectType
Peter Eisentraut
[next]