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
/
nodes
Age
Commit message (
Expand
)
Author
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-01
Add a convenience routine makeFuncCall to reduce duplication.
Robert Haas
2013-04-29
Postpone creation of pathkeys lists to fix bug #8049.
Tom Lane
2013-04-27
Incidental cleanup of matviews code.
Tom Lane
2013-04-12
Clean up the mess around EXPLAIN and materialized views.
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-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-11
Redesign the planner's handling of index-descent cost estimation.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-10-18
Fix planning of non-strict equivalence clauses above outer joins.
Tom Lane
2012-10-12
Get rid of COERCE_DONTCARE.
Tom Lane
2012-10-12
Make equal() ignore CoercionForm fields for better planning with casts.
Tom Lane
2012-10-08
Add support for easily declaring static inline functions
Alvaro Herrera
2012-10-03
Support CREATE SCHEMA IF NOT EXISTS.
Tom Lane
2012-10-03
refactor ALTER some-obj SET OWNER implementation
Alvaro Herrera
2012-10-02
Refactor "ALTER some-obj SET SCHEMA" implementation
Alvaro Herrera
2012-09-22
Allow IF NOT EXISTS when add a new enum label.
Andrew Dunstan
2012-09-05
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-09-01
Drop cheap-startup-cost paths during add_path() if we don't need them.
Tom Lane
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-28
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-27
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-07
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-07-31
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).
Tom Lane
2012-07-18
Syntax support and documentation for event triggers.
Robert Haas
2012-07-16
Avoid pre-determining index names during CREATE TABLE LIKE parsing.
Tom Lane
2012-07-01
Suppress compiler warnings in readfuncs.c.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-04-21
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-19
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-04-18
Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.
Robert Haas
2012-04-18
Fix various infelicities in node functions.
Robert Haas
2012-04-09
Don't bother copying empty support arrays in a zero-column MergeJoin.
Tom Lane
2012-04-06
Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock
Simon Riggs
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-09
Revise FDW planning API, again.
Tom Lane
2012-03-05
Redesign PlanForeignScan API to allow multiple paths for a foreign table.
Tom Lane
2012-02-27
ALTER TABLE: skip FK validation when it's safe to do so
Alvaro Herrera
2012-01-28
Use parameterized paths to generate inner indexscans more flexibly.
Tom Lane
2012-01-23
ALTER <thing> [IF EXISTS] ... allows silent DDL if required,
Simon Riggs
2012-01-07
Rename the internal structures of the CREATE TABLE (LIKE ...) facility
Peter Eisentraut
2012-01-05
Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint
Peter Eisentraut
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-25
Rethink representation of index clauses' mapping to index columns.
Tom Lane
[next]