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
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-10-03
Add DISCARD SEQUENCES command.
Robert Haas
2013-09-23
Don't allow system columns in CHECK constraints, except tableoid.
Robert Haas
2013-09-03
Allow aggregate functions to be VARIADIC.
Tom Lane
2013-08-08
Message style improvements
Peter Eisentraut
2013-08-02
Fix crash in error report of invalid tuple lock
Alvaro Herrera
2013-07-29
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-23
Move strip_implicit_coercions() from optimizer to nodeFuncs.c.
Tom Lane
2013-07-23
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
2013-07-23
Tweak FOR UPDATE/SHARE error message wording (again)
Alvaro Herrera
2013-07-18
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
Move checking an explicit VARIADIC "any" argument into the parser.
Andrew Dunstan
2013-07-17
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-16
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-07-05
Update messages, comments and documentation for materialized views.
Noah Misch
2013-07-01
Add a convenience routine makeFuncCall to reduce duplication.
Robert Haas
2013-06-28
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-28
Make the OVER keyword unreserved.
Robert Haas
2013-06-24
Reverting previous commit, pending investigation
Simon Riggs
2013-06-24
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-09
Remove unnecessary restrictions about RowExprs in transformAExprIn().
Tom Lane
2013-06-08
Don't downcase non-ascii identifier chars in multi-byte encodings.
Andrew Dunstan
2013-06-05
Put analyze_keyword back in explain_option_name production.
Tom Lane
2013-06-03
Allow type_func_name_keywords in some places where they weren't before.
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-06
Disallow unlogged materialized views.
Tom Lane
2013-04-27
Incidental cleanup of matviews code.
Tom Lane
2013-04-26
Fix collation assignment for aggregates with ORDER BY.
Tom Lane
2013-04-20
Clean up references to SQL92
Peter Eisentraut
2013-04-12
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-03-28
Add sql_drop event for event triggers
Alvaro Herrera
2013-03-22
Fix problems with incomplete attempt to prohibit OIDS with MVs.
Kevin Grittner
2013-03-20
Allow extracting machine-readable object identity
Alvaro Herrera
2013-03-14
Change the way UESCAPE is lexed, to reduce the size of the flex tables.
Heikki Linnakangas
2013-03-12
Allow default expressions to be attached to columns of foreign tables.
Tom Lane
2013-03-10
Support writable foreign tables.
Tom Lane
2013-03-04
Add a materialized view relations.
Kevin Grittner
2013-02-27
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-18
Add ALTER ROLE ALL SET command
Peter Eisentraut
2013-02-09
Add support for ALTER RULE ... RENAME TO.
Tom Lane
2013-02-06
Improve error message wording
Alvaro Herrera
2013-02-01
Add CREATE RECURSIVE VIEW syntax
Peter Eisentraut
2013-01-30
Fix grammar for subscripting or field selection from a sub-SELECT result.
Tom Lane
2013-01-26
Make LATERAL implicit for functions in FROM.
Tom Lane
2013-01-26
Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent
Bruce Momjian
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-22
Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.
Tom Lane
2013-01-21
Refactor ALTER some-obj RENAME implementation
Alvaro Herrera
2013-01-13
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2013-01-05
Make some spelling more consistent
Peter Eisentraut
[next]