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
/
backend
/
commands
/
dropcmds.c
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-14
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-06
Remove objname/objargs split for referring to objects
Peter Eisentraut
2017-01-27
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-20
Logical replication
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-05-27
Fix DROP ACCESS METHOD IF EXISTS.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-19
Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORM
Peter Eisentraut
2015-04-26
Add transforms feature
Peter Eisentraut
2015-03-16
Support opfamily members in get_object_address
Alvaro Herrera
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-30
Use TypeName to represent type names in certain commands
Alvaro Herrera
2014-09-19
Row-Level Security Policies (RLS)
Stephen Frost
2014-01-23
Make DROP IF EXISTS more consistently not fail
Alvaro Herrera
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-08
Don't trash input list structure in does_not_exist_skipping().
Tom Lane
2012-10-02
Refactor "ALTER some-obj SET SCHEMA" implementation
Alvaro Herrera
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
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-01-26
Classify DROP operations by whether or not they are user-initiated.
Robert Haas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-11-18
Further consolidation of DROP statement handling.
Robert Haas
2011-10-20
Consolidate DROP handling for some object types.
Robert Haas