postgresql/src/backend/commands
Tom Lane 540e69a061 Add an index on pg_inherits.inhparent, and use it to avoid seqscans in
find_inheritance_children().  This is a complete no-op in databases without
any inheritance.  In databases where there are just a few entries in
pg_inherits, it could conceivably be a small loss.  However, in databases with
many inheritance parents, it can be a big win.
2009-12-29 22:00:14 +00:00
..
aggregatecmds.c Support use of function argument names to identify which actual arguments 2009-10-08 02:39:25 +00:00
alter.c Add large object access control. 2009-12-11 03:34:57 +00:00
analyze.c Add the ability to store inheritance-tree statistics in pg_statistic, 2009-12-29 20:11:45 +00:00
async.c
cluster.c
comment.c Disallow comments on columns of relation types other than tables, views, 2009-12-22 23:54:17 +00:00
constraint.c Add exclusion constraints, which generalize the concept of uniqueness to 2009-12-07 05:22:23 +00:00
conversioncmds.c
copy.c Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. 2009-12-15 04:57:48 +00:00
dbcommands.c Allow read only connections during recovery, known as Hot Standby. 2009-12-19 01:32:45 +00:00
define.c
discard.c
explain.c Several fixes for EXPLAIN (FORMAT YAML), plus one for EXPLAIN (FORMAT JSON). 2009-12-16 22:16:16 +00:00
foreigncmds.c Always pass catalog id to the options validator function specified in 2009-12-23 12:23:59 +00:00
functioncmds.c Keep track of language's trusted flag in InlineCodeBlock. Needed to support DO blocks for languages that have both trusted and untrusted variants. 2009-11-06 21:57:57 +00:00
indexcmds.c Adjust naming of indexes and their columns per recent discussion. 2009-12-23 02:35:25 +00:00
lockcmds.c Allow read only connections during recovery, known as Hot Standby. 2009-12-19 01:32:45 +00:00
Makefile
opclasscmds.c
operatorcmds.c
portalcmds.c
prepare.c Previous fix for temporary file management broke returning a set from 2009-12-29 17:40:59 +00:00
proclang.c
schemacmds.c Prevent indirect security attacks via changing session-local state within 2009-12-09 21:57:51 +00:00
sequence.c Allow read only connections during recovery, known as Hot Standby. 2009-12-19 01:32:45 +00:00
tablecmds.c Add an index on pg_inherits.inhparent, and use it to avoid seqscans in 2009-12-29 22:00:14 +00:00
tablespace.c Allow read only connections during recovery, known as Hot Standby. 2009-12-19 01:32:45 +00:00
trigger.c Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be 2009-11-20 20:38:12 +00:00
tsearchcmds.c Support use of function argument names to identify which actual arguments 2009-10-08 02:39:25 +00:00
typecmds.c Remove PGDLLIMPORT used for binary upgrade; must be on the externs, per Tom. 2009-12-28 18:49:05 +00:00
user.c Add a hook to CREATE/ALTER ROLE to allow an external module to check the 2009-11-18 21:57:56 +00:00
vacuum.c Add the ability to store inheritance-tree statistics in pg_statistic, 2009-12-29 20:11:45 +00:00
vacuumlazy.c Allow read only connections during recovery, known as Hot Standby. 2009-12-19 01:32:45 +00:00
variable.c
view.c Don't treat NEW and OLD as reserved words anymore. For the purposes of rules 2009-11-05 23:24:27 +00:00