postgres/src/backend/commands
Alvaro Herrera b9b408c487
Record parents of triggers
This let us get rid of a recently introduced ugly hack (commit
1fa846f1c9).

Author: Álvaro Herrera
Reviewed-by: Amit Langote, Tom Lane
Discussion: https://postgr.es/m/20200217215641.GA29784@alvherre.pgsql
2020-02-27 13:23:33 -03:00
..
aggregatecmds.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
alter.c Fix priv checks for ALTER <object> DEPENDS ON EXTENSION 2020-02-10 11:47:09 -03:00
amcmds.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
analyze.c Report progress of ANALYZE commands 2020-01-15 11:14:39 -03:00
async.c Move src/backend/utils/hash/hashfn.c to src/common 2020-02-27 09:25:41 +05:30
cluster.c Update obsolete comment. 2020-02-15 15:22:40 -05:00
collationcmds.c Remove excess parens in ereport() calls 2020-01-30 13:32:04 -03:00
comment.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
constraint.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
conversioncmds.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
copy.c Optimize update of tables with generated columns 2020-02-17 15:20:58 +01:00
createas.c Remove excess parens in ereport() calls 2020-01-30 13:32:04 -03:00
dbcommands.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
define.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
discard.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
dropcmds.c Revert "Forbid DROP SCHEMA on temporary namespaces" 2020-01-08 10:36:12 +09:00
event_trigger.c Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
explain.c Fix handling of "Subplans Removed" field in EXPLAIN output. 2020-02-04 13:07:13 -05:00
extension.c Remove support for upgrading extensions from "unpackaged" state. 2020-02-19 16:59:14 -05:00
foreigncmds.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
functioncmds.c Remove excess parens in ereport() calls 2020-01-30 13:32:04 -03:00
indexcmds.c Fix concurrent indexing operations with temporary tables 2020-01-22 09:49:18 +09:00
lockcmds.c Make inherited LOCK TABLE perform access permission checks on parent table only. 2020-02-18 13:13:15 +09:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
matview.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
opclasscmds.c Add equalimage B-Tree support functions. 2020-02-26 11:28:25 -08:00
operatorcmds.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
policy.c Make parser rely more heavily on the ParseNamespaceItem data structure. 2020-01-02 11:29:01 -05:00
portalcmds.c Make better use of ParseState in ProcessUtility 2020-01-04 13:12:41 +01:00
prepare.c Make better use of ParseState in ProcessUtility 2020-01-04 13:12:41 +01:00
proclang.c Invent "trusted" extensions, and remove the pg_pltemplate catalog. 2020-01-29 18:42:43 -05:00
publicationcmds.c Remove excess parens in ereport() calls 2020-01-30 13:32:04 -03:00
schemacmds.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
seclabel.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
sequence.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
statscmds.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
subscriptioncmds.c Remove excess parens in ereport() calls 2020-01-30 13:32:04 -03:00
tablecmds.c Record parents of triggers 2020-02-27 13:23:33 -03:00
tablespace.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
trigger.c Record parents of triggers 2020-02-27 13:23:33 -03:00
tsearchcmds.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
typecmds.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
user.c Remove long-dead comments. 2020-02-12 14:33:49 -05:00
vacuum.c Allow vacuum command to process indexes in parallel. 2020-01-20 07:57:49 +05:30
variable.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
view.c Restructure ALTER TABLE execution to fix assorted bugs. 2020-01-15 18:49:24 -05:00