postgresql/src/backend/commands
Tom Lane 6057f61b4d Small improvements in comments in async.c.
We seem to have lost a line somewhere along the way in the comment block
that discusses async.c's locks, because it suddenly refers to "both locks"
without previously having mentioned more than one.  Add a sentence to make
that read more sanely.  Also, refer to the "pos of the slowest backend"
not the "tail of the slowest backend", since we have no per-backend value
called "tail".
2015-09-29 22:07:16 -04: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 Remove variable shadowing 2015-04-07 17:14:00 -03:00
analyze.c Make ANALYZE compute basic statistics even for types with no "=" operator. 2015-09-23 18:26:49 -04:00
async.c Small improvements in comments in async.c. 2015-09-29 22:07:16 -04:00
cluster.c Support VERBOSE option in REINDEX command. 2015-05-15 20:09:57 +09: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 Fix incorrect checking of deferred exclusion constraint after a HOT update. 2015-05-11 12:25:43 -04:00
conversioncmds.c Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
copy.c COPY: use pg_plan_query() instead of planner() 2015-09-28 15:14:08 -03:00
createas.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
dbcommands.c pgindent run for 9.5 2015-05-23 21:35:49 -04: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 pgindent run for 9.5 2015-05-23 21:35:49 -04:00
event_trigger.c Fix omission of OCLASS_TRANSFORM in object_classes[] 2015-07-21 13:20:53 +02:00
explain.c Add new function planstate_tree_walker. 2015-09-17 11:27:06 -04:00
extension.c Determine whether it's safe to attempt a parallel plan for a query. 2015-09-16 15:38:47 -04:00
foreigncmds.c Avoid passing NULL to memcmp() in lookups of zero-argument functions. 2015-06-27 17:47:39 -04:00
functioncmds.c Determine whether it's safe to attempt a parallel plan for a query. 2015-09-16 15:38:47 -04:00
indexcmds.c Don't warn about creating temporary or unlogged hash indexes. 2015-06-26 11:37:32 -04:00
lockcmds.c Allow LOCK TABLE .. ROW EXCLUSIVE MODE with INSERT 2015-05-11 15:44:12 -04:00
matview.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
opclasscmds.c Allow on-the-fly capture of DDL event details 2015-05-11 19:14:31 -03:00
operatorcmds.c Fix event trigger support for the new ALTER OPERATOR command. 2015-07-14 19:50:18 +03:00
policy.c RLS refactoring 2015-09-15 15:49:31 -04:00
portalcmds.c Fix subtransaction cleanup after an outer-subtransaction portal fails. 2015-09-04 13:37:14 -04:00
prepare.c Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 2015-02-20 00:11:42 -05:00
proclang.c Determine whether it's safe to attempt a parallel plan for a query. 2015-09-16 15:38:47 -04:00
schemacmds.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
seclabel.c Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"." 2015-05-19 10:40:04 -04:00
sequence.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
tablecmds.c Reduce lock levels for ALTER TABLE SET autovacuum storage options 2015-08-14 14:19:28 +01:00
tablespace.c Fix CreateTableSpace() so it will compile without HAVE_SYMLINK. 2015-09-05 16:15:38 -04:00
trigger.c Fix typo in C comment. 2015-08-23 10:38:57 -05:00
tsearchcmds.c Allow on-the-fly capture of DDL event details 2015-05-11 19:14:31 -03:00
typecmds.c Determine whether it's safe to attempt a parallel plan for a query. 2015-09-16 15:38:47 -04:00
user.c In AlterRole, make bypassrls an int 2015-08-21 08:22:22 -04:00
vacuum.c Remove legacy multixact truncation support. 2015-09-26 19:04:25 +02:00
vacuumlazy.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
variable.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
view.c Require non-NULL pstate for all addRangeTableEntryFor* functions. 2015-03-11 15:26:43 -04:00