postgresql/src/backend/commands
Simon Riggs ae4e6887a4 Silence REINDEX
Previously REINDEX DATABASE and REINDEX SCHEMA
produced a stream of NOTICE messages. Removing that
since it is inconsistent for such a command to
produce output without a VERBOSE option.
2014-12-09 18:05:36 +09:00
..
Makefile Row-Level Security Policies (RLS) 2014-09-19 11:18:35 -04:00
aggregatecmds.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
alter.c Row-Level Security Policies (RLS) 2014-09-19 11:18:35 -04:00
analyze.c Emit msg re skipping ANALYZE for absent inh tree 2014-11-15 22:49:54 +00:00
async.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
cluster.c Get rid of SET LOGGED indexes persistence kludge 2014-11-15 01:19:49 -03:00
collationcmds.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
comment.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
constraint.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
conversioncmds.c Make various variables const (read-only). 2014-01-18 16:04:32 -05:00
copy.c Rename pg_rowsecurity -> pg_policy and other fixes 2014-11-27 01:15:57 -05:00
createas.c Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 2014-11-06 13:55:36 +02:00
dbcommands.c Revamp the WAL record format. 2014-11-20 18:46:41 +02:00
define.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
discard.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
dropcmds.c Row-Level Security Policies (RLS) 2014-09-19 11:18:35 -04:00
event_trigger.c Event Trigger for table_rewrite 2014-12-08 00:55:28 +09:00
explain.c Add missing case for CustomScan. 2014-11-20 12:32:34 -05:00
extension.c Add infrastructure to save and restore GUC values. 2014-11-24 16:37:56 -05:00
foreigncmds.c Implement IMPORT FOREIGN SCHEMA. 2014-07-10 15:01:43 -04:00
functioncmds.c Rename pg_rowsecurity -> pg_policy and other fixes 2014-11-27 01:15:57 -05:00
indexcmds.c Silence REINDEX 2014-12-09 18:05:36 +09:00
lockcmds.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
matview.c Get rid of SET LOGGED indexes persistence kludge 2014-11-15 01:19:49 -03:00
opclasscmds.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
operatorcmds.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
policy.c Rename pg_rowsecurity -> pg_policy and other fixes 2014-11-27 01:15:57 -05:00
portalcmds.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
prepare.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
proclang.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
schemacmds.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
seclabel.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
sequence.c Revamp the WAL record format. 2014-11-20 18:46:41 +02:00
tablecmds.c Event Trigger for table_rewrite 2014-12-08 00:55:28 +09:00
tablespace.c Revamp the WAL record format. 2014-11-20 18:46:41 +02:00
trigger.c Fix potential NULL-pointer dereference. 2014-11-10 15:22:46 -05:00
tsearchcmds.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
typecmds.c Make CREATE TYPE print warnings if a datatype's I/O functions are volatile. 2014-11-05 11:44:06 -05:00
user.c Row-Level Security Policies (RLS) 2014-09-19 11:18:35 -04:00
vacuum.c Keep track of transaction commit timestamps 2014-12-03 11:53:02 -03:00
vacuumlazy.c Move BufferGetBlockNumber() out of heap_page_is_all_visible()'s inner loop. 2014-11-14 17:04:44 +01:00
variable.c Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 2014-11-06 13:55:36 +02:00
view.c Message improvements 2014-10-12 01:06:35 -04:00