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
/
include
/
parser
Age
Commit message (
Expand
)
Author
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-12
Use correct text domain for translating errcontext() messages.
Heikki Linnakangas
2012-08-19
Allow OLD and NEW in multi-row VALUES within rules.
Tom Lane
2012-08-10
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-08-08
Merge parser's p_relnamespace and p_varnamespace lists into a single list.
Tom Lane
2012-08-07
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-07-18
Syntax support and documentation for event triggers.
Robert Haas
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-16
Change COLLATION keyword category
Peter Eisentraut
2012-03-31
Add PGDLLIMPORT to ScanKeywords and NumScanKeywords.
Tom Lane
2012-03-27
Add some infrastructure for contrib/pg_stat_statements.
Tom Lane
2012-03-23
Code review for protransform patches.
Tom Lane
2012-03-20
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-02
Add COLLATION FOR expression
Peter Eisentraut
2012-02-14
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-19
Add support for privileges on types
Peter Eisentraut
2011-10-22
Support synchronization of snapshots through an export/import procedure.
Tom Lane
2011-06-22
Add notion of a "transform function" that can simplify function calls.
Robert Haas
2011-04-18
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-12
Fix RI_Initial_Check to use a COLLATE clause when needed in its query.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-08
Avoid an unnecessary syscache lookup in parse_coerce.c.
Tom Lane
2011-03-20
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-15
Remove 13 keywords that are used only for ROLE options.
Robert Haas
2011-03-10
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-02-25
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-12
DDL support for collations
Peter Eisentraut
2011-02-08
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
Per-column collation support
Peter Eisentraut
2011-02-08
Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.
Simon Riggs
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-29
Support unlogged tables.
Robert Haas
2010-12-29
Add REPLICATION privilege for ROLEs
Magnus Hagander
2010-10-31
Provide hashing support for arrays.
Tom Lane
2010-10-25
Refactor typenameTypeId()
Peter Eisentraut
2010-10-22
Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'
Heikki Linnakangas
2010-10-21
Improve handling of domains over arrays.
Tom Lane
2010-09-28
Add a SECURITY LABEL command.
Robert Haas
2010-09-26
Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
Peter Eisentraut
2010-09-22
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-09-03
In HEAD only, revert kluge solution for preventing misuse of pg_get_expr().
Tom Lane
2010-08-05
Add xmlexists function
Peter Eisentraut
2010-07-29
Improved version of patch to protect pg_get_expr() against misuse:
Tom Lane
2010-03-17
Pass incompletely-transformed aggregate argument lists as separate parameters
Tom Lane
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-12
Extend the set of frame options supported for window functions.
Tom Lane
2010-02-08
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-01-06
Support rewritten-based full vacuum as VACUUM FULL. Traditional
Itagaki Takahiro
[next]