index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
commands
/
defrem.h
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-04
Disallow CREATE INDEX if table is already in use in current session.
Tom Lane
2017-05-14
Fix handling of extended statistics during ALTER COLUMN TYPE.
Tom Lane
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-01-24
Reindent table partitioning code.
Robert Haas
2017-01-20
Logical replication
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-07
Implement table partitioning.
Robert Haas
2016-09-06
Add location field to DefElem
Peter Eisentraut
2016-03-24
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-07-14
Add ALTER OPERATOR command, for changing selectivity estimator functions.
Heikki Linnakangas
2015-06-26
Fix DDL command collection for TRANSFORM
Alvaro Herrera
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-15
Support VERBOSE option in REINDEX command.
Fujii Masao
2015-05-11
Allow on-the-fly capture of DDL event details
Alvaro Herrera
2015-04-26
Add transforms feature
Peter Eisentraut
2015-03-25
Add OID output argument to DefineTSConfiguration
Alvaro Herrera
2015-03-08
Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.
Tom Lane
2015-03-03
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-08
REINDEX SCHEMA
Simon Riggs
2014-07-10
Implement IMPORT FOREIGN SCHEMA.
Tom Lane
2014-02-17
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-23
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-11-16
Allow aggregates to provide estimates of their transition state data size.
Tom Lane
2013-09-03
Allow aggregate functions to be VARIADIC.
Tom Lane
2013-06-12
Don't pass oidvector by value.
Noah Misch
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-01-21
Refactor ALTER some-obj RENAME implementation
Alvaro Herrera
2013-01-15
Rework order of checks in ALTER / SET SCHEMA
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-29
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-12-23
Adjust many backend functions to return OID rather than void.
Robert Haas
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-07-16
Avoid pre-determining index names during CREATE TABLE LIKE parsing.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-02-22
REASSIGN OWNED: Support foreign data wrappers and servers
Alvaro Herrera
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-09
Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME
Peter Eisentraut
2011-11-18
Further consolidation of DROP statement handling.
Robert Haas
2011-11-17
Remove ancient downcasing code from procedural language operations.
Robert Haas
2011-10-20
Consolidate DROP handling for some object types.
Robert Haas
2011-07-18
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-02-08
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-01-15
Move a couple of declarations to reflect where the routines really are.
Tom Lane
2011-01-04
Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.
Robert Haas
[next]