postgresql/src/backend/commands
Tatsuo Ishii ed7baeaf4d Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +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 Restructure system-catalog index updating logic. Instead of having 2002-08-05 03:29:17 +00:00
cluster.c I attach a little patch to make CLUSTER set and reset the indisclustered 2002-08-27 03:38:28 +00:00
comment.c Code review for standalone composite types, query-specified composite 2002-08-29 00:17: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 Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
dbcommands.c Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +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 standalone composite types, query-specified composite 2002-08-29 00:17: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 Make domain types indexable. Rod Taylor & Tom Lane. 2002-08-16 20:55:09 +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 Restructure local-buffer handling per recent pghackers discussion. 2002-08-06 02:36:35 +00:00
tablecmds.c Code review for standalone composite types, query-specified composite 2002-08-29 00:17:06 +00:00
trigger.c Clean up comments to be careful about the distinction between variable- 2002-08-25 17:20:01 +00:00
typecmds.c Code review for standalone composite types, query-specified composite 2002-08-29 00:17:06 +00:00
user.c Clean up comments to be careful about the distinction between variable- 2002-08-25 17:20:01 +00:00
vacuum.c Fix tuple-chain-moving tests to handle marked-for-update tuples correctly 2002-08-13 20:14:24 +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 more dependency insertions --- this completes the basic pg_depend 2002-07-16 22:12:20 +00:00