postgresql/src/backend/commands
Tom Lane c7a165adc6 Code review for HeapTupleHeader changes. Add version number to page headers
(overlaying low byte of page size) and add HEAP_HASOID bit to t_infomask,
per earlier discussion.  Simplify scheme for overlaying fields in tuple
header (no need for cmax to live in more than one place).  Don't try to
clear infomask status bits in tqual.c --- not safe to do it there.  Don't
try to force output table of a SELECT INTO to have OIDs, either.  Get rid
of unnecessarily complex three-state scheme for TupleDesc.tdhasoids, which
has already caused one recent failure.  Improve documentation.
2002-09-02 01:05:06 +00:00
..
Makefile PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing 2002-08-27 04:55:12 +00:00
aggregatecmds.c Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
analyze.c Increase WIDTH_THRESHOLD from 256 to 1K. This addresses recent observation 2002-08-26 18:45:57 +00:00
async.c AUTOCOMMIT mode is now an available backend GUC variable; setting it 2002-08-30 22:18:07 +00:00
cluster.c Code review for HeapTupleHeader changes. Add version number to page headers 2002-09-02 01:05:06 +00:00
comment.c Code review for HeapTupleHeader changes. Add version number to page headers 2002-09-02 01:05:06 +00:00
conversioncmds.c Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
copy.c Code review for HeapTupleHeader changes. Add version number to page headers 2002-09-02 01:05:06 +00:00
dbcommands.c Code review for HeapTupleHeader changes. Add version number to page headers 2002-09-02 01:05:06 +00:00
define.c Allow schema-qualified operator names to be used in the optional 2002-08-10 19:01:53 +00:00
explain.c Code review for HeapTupleHeader changes. Add version number to page headers 2002-09-02 01:05:06 +00:00
functioncmds.c Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
indexcmds.c AUTOCOMMIT mode is now an available backend GUC variable; setting it 2002-08-30 22:18:07 +00:00
lockcmds.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
opclasscmds.c Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
operatorcmds.c Remove unused system table columns: 2002-07-24 19:11:14 +00:00
portalcmds.c Remove global variable scanCommandId in favor of storing a command ID 2002-05-21 22:05:55 +00:00
prepare.c PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing 2002-08-27 04:55:12 +00:00
proclang.c Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
schemacmds.c Implement DROP SCHEMA. It lacks support for dropping conversions and 2002-07-18 16:47:26 +00:00
sequence.c Add attisinherited column to pg_attribute; use it to guard against 2002-08-30 19:23:20 +00:00
tablecmds.c Code review for HeapTupleHeader changes. Add version number to page headers 2002-09-02 01:05:06 +00:00
trigger.c Code review for HeapTupleHeader changes. Add version number to page headers 2002-09-02 01:05:06 +00:00
typecmds.c Code review for standalone composite types, query-specified composite 2002-08-29 00:17:06 +00:00
user.c Group-manipulating code neglected to fill in array element type, 2002-08-30 01:01:02 +00:00
vacuum.c Code review for HeapTupleHeader changes. Add version number to page headers 2002-09-02 01:05:06 +00:00
vacuumlazy.c Restructure local-buffer handling per recent pghackers discussion. 2002-08-06 02:36:35 +00:00
variable.c I have committed many support files for CREATE CONVERSION. Default 2002-07-18 02:02:30 +00:00
view.c Add attisinherited column to pg_attribute; use it to guard against 2002-08-30 19:23:20 +00:00