postgresql/src/backend/commands
Heikki Linnakangas f1fd515b39 Move WAL-related definitions from dbcommands.h to separate header file.
This makes it easier to write frontend programs that needs to understand
the WAL record format of CREATE/DROP DATABASE. dbcommands.h cannot easily
be #included in a frontend program, because it pulls in other header files
that need backend stuff, but the new dbcommands_xlog.h header file has
fewer dependencies.
2015-03-09 15:50:49 +02:00
..
Makefile Row-Level Security Policies (RLS) 2014-09-19 11:18:35 -04:00
aggregatecmds.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
alter.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
analyze.c Use abbreviated keys for faster sorting of text datums. 2015-01-19 15:28:27 -05:00
async.c Use FLEXIBLE_ARRAY_MEMBER in a number of other places. 2015-02-21 16:12:14 -05:00
cluster.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
collationcmds.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
comment.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
constraint.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
conversioncmds.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
copy.c Be more careful to not lose sync in the FE/BE protocol. 2015-02-02 17:09:53 +02:00
createas.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
dbcommands.c Move WAL-related definitions from dbcommands.h to separate header file. 2015-03-09 15:50:49 +02:00
define.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
discard.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
dropcmds.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
event_trigger.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
explain.c Fix EXPLAIN output for cases where parent table is excluded by constraints. 2015-02-17 18:04:11 -05:00
extension.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
foreigncmds.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
functioncmds.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
indexcmds.c Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM. 2015-03-08 12:18:43 -04:00
lockcmds.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
matview.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
opclasscmds.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
operatorcmds.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
policy.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
portalcmds.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
prepare.c Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 2015-02-20 00:11:42 -05:00
proclang.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
schemacmds.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
seclabel.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
sequence.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
tablecmds.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
tablespace.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
trigger.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
tsearchcmds.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
typecmds.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
user.c Remove rolcatupdate 2015-03-06 23:42:38 -05:00
vacuum.c Reject ANALYZE commands during VACUUM FULL or another ANALYZE. 2015-01-07 22:33:58 -05:00
vacuumlazy.c Fix logging of pages skipped due to pins during vacuum. 2015-01-08 12:57:09 +01:00
variable.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
view.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00