index
:
delta/postgresql.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
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
dropcmds.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
1
-0
/
+1
*
Revert "Forbid DROP SCHEMA on temporary namespaces"
Michael Paquier
2020-01-08
1
-15
/
+0
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Forbid DROP SCHEMA on temporary namespaces
Michael Paquier
2019-12-27
1
-0
/
+15
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-4
/
+4
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
1
-1
/
+1
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
1
-2
/
+2
*
Restrict the use of temporary namespace in two-phase transactions
Michael Paquier
2019-01-18
1
-0
/
+8
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Fix more wrong paths in header comments
Alexander Korotkov
2018-07-11
1
-1
/
+1
*
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-03-02
1
-1
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
SQL procedures
Peter Eisentraut
2017-11-30
1
-10
/
+28
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-5
/
+5
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-5
/
+8
*
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-14
1
-1
/
+1
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
1
-4
/
+4
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
1
-0
/
+7
*
Remove objname/objargs split for referring to objects
Peter Eisentraut
2017-03-06
1
-87
/
+88
*
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-26
1
-3
/
+1
*
Logical replication
Peter Eisentraut
2017-01-20
1
-0
/
+4
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Fix DROP ACCESS METHOD IF EXISTS.
Tom Lane
2016-05-27
1
-1
/
+5
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-2
/
+2
*
Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORM
Peter Eisentraut
2015-05-18
1
-2
/
+2
*
Add transforms feature
Peter Eisentraut
2015-04-26
1
-0
/
+8
*
Support opfamily members in get_object_address
Alvaro Herrera
2015-03-16
1
-8
/
+16
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Use TypeName to represent type names in certain commands
Alvaro Herrera
2014-12-30
1
-3
/
+7
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
1
-0
/
+9
*
Make DROP IF EXISTS more consistently not fail
Alvaro Herrera
2014-01-23
1
-42
/
+216
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Don't trash input list structure in does_not_exist_skipping().
Tom Lane
2012-11-08
1
-2
/
+2
*
Refactor "ALTER some-obj SET SCHEMA" implementation
Alvaro Herrera
2012-10-02
1
-1
/
+0
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
1
-0
/
+1
*
Syntax support and documentation for event triggers.
Robert Haas
2012-07-18
1
-0
/
+4
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-8
/
+8
*
Classify DROP operations by whether or not they are user-initiated.
Robert Haas
2012-01-26
1
-1
/
+1
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Further consolidation of DROP statement handling.
Robert Haas
2011-11-17
1
-6
/
+101
*
Consolidate DROP handling for some object types.
Robert Haas
2011-10-19
1
-0
/
+147