postgresql/src/backend/commands
Tom Lane c328b6dd8b Replace pg_attribute.attisinherited with attislocal and attinhcount
columns, to allow more correct behavior in multiple-inheritance cases.
Patch by Alvaro Herrera, review by Tom Lane.
2002-09-22 19:42:52 +00:00
..
aggregatecmds.c pgindent run. 2002-09-04 20:31:48 +00:00
analyze.c pgindent run. 2002-09-04 20:31:48 +00:00
async.c Fix for rare race-condition-like failure: if a backend receives SIGUSR2 2002-09-16 01:24:41 +00:00
cluster.c pgindent run. 2002-09-04 20:31:48 +00:00
comment.c pgindent run. 2002-09-04 20:31:48 +00:00
conversioncmds.c pgindent run. 2002-09-04 20:31:48 +00:00
copy.c Code review for check-domain-constraints-in-COPY patch. Do correct thing 2002-09-20 16:56:02 +00:00
dbcommands.c pgindent run. 2002-09-04 20:31:48 +00:00
define.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
explain.c Department of second thoughts: suppressing implicit casts everywhere in 2002-09-19 22:48:34 +00:00
functioncmds.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
indexcmds.c Tweak heap.c to refuse attempts to create table columns of standalone 2002-09-19 23:40:56 +00:00
lockcmds.c pgindent run. 2002-09-04 20:31:48 +00:00
Makefile PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing 2002-08-27 04:55:12 +00:00
opclasscmds.c pgindent run. 2002-09-04 20:31:48 +00:00
operatorcmds.c pgindent run. 2002-09-04 20:31:48 +00:00
portalcmds.c pgindent run. 2002-09-04 20:31:48 +00:00
prepare.c > I'm not sure why NDirectFileRead/NDirectFileWrite are unused at the 2002-09-20 03:45:08 +00:00
proclang.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
schemacmds.c pgindent run. 2002-09-04 20:31:48 +00:00
sequence.c Replace pg_attribute.attisinherited with attislocal and attinhcount 2002-09-22 19:42:52 +00:00
tablecmds.c Replace pg_attribute.attisinherited with attislocal and attinhcount 2002-09-22 19:42:52 +00:00
trigger.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
typecmds.c Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +00:00
user.c Translation updates 2002-09-14 13:46:24 +00:00
vacuum.c Performance improvement for MultiRecordFreeSpace on large relations --- 2002-09-20 19:56:01 +00:00
vacuumlazy.c Performance improvement for MultiRecordFreeSpace on large relations --- 2002-09-20 19:56:01 +00:00
variable.c pgindent run. 2002-09-04 20:31:48 +00:00
view.c Replace pg_attribute.attisinherited with attislocal and attinhcount 2002-09-22 19:42:52 +00:00