summaryrefslogtreecommitdiff
path: root/src/include/commands
diff options
context:
space:
mode:
authorBruce Momjian2006-03-05 15:59:11 +0000
committerBruce Momjian2006-03-05 15:59:11 +0000
commitf2f5b05655afa80377757a2c335c01b28de24429 (patch)
treef34d3c8ec4239421ceb4b4a9b90cf178670c6df2 /src/include/commands
parente096406c05425208b2f4a8ce9ea6b283294de4e2 (diff)
Update copyright for 2006. Update scripts.
Diffstat (limited to 'src/include/commands')
-rw-r--r--src/include/commands/alter.h4
-rw-r--r--src/include/commands/async.h4
-rw-r--r--src/include/commands/cluster.h4
-rw-r--r--src/include/commands/comment.h2
-rw-r--r--src/include/commands/conversioncmds.h4
-rw-r--r--src/include/commands/copy.h4
-rw-r--r--src/include/commands/dbcommands.h4
-rw-r--r--src/include/commands/defrem.h4
-rw-r--r--src/include/commands/explain.h4
-rw-r--r--src/include/commands/lockcmds.h4
-rw-r--r--src/include/commands/portalcmds.h4
-rw-r--r--src/include/commands/prepare.h4
-rw-r--r--src/include/commands/schemacmds.h4
-rw-r--r--src/include/commands/sequence.h4
-rw-r--r--src/include/commands/tablecmds.h4
-rw-r--r--src/include/commands/tablespace.h4
-rw-r--r--src/include/commands/trigger.h4
-rw-r--r--src/include/commands/typecmds.h4
-rw-r--r--src/include/commands/vacuum.h4
-rw-r--r--src/include/commands/variable.h4
-rw-r--r--src/include/commands/version.h4
-rw-r--r--src/include/commands/view.h4
22 files changed, 43 insertions, 43 deletions
diff --git a/src/include/commands/alter.h b/src/include/commands/alter.h
index 33588bad32a..75fea7f7c1d 100644
--- a/src/include/commands/alter.h
+++ b/src/include/commands/alter.h
@@ -4,10 +4,10 @@
* prototypes for commands/alter.c
*
*
- * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/alter.h,v 1.7 2005/08/01 04:03:58 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/alter.h,v 1.8 2006/03/05 15:58:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/async.h b/src/include/commands/async.h
index 05aeb867376..cddf628a170 100644
--- a/src/include/commands/async.h
+++ b/src/include/commands/async.h
@@ -3,10 +3,10 @@
* async.h
* Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
*
- * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/async.h,v 1.30 2005/10/15 02:49:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/async.h,v 1.31 2006/03/05 15:58:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h
index bcafedc52a9..8378c03f4ac 100644
--- a/src/include/commands/cluster.h
+++ b/src/include/commands/cluster.h
@@ -3,10 +3,10 @@
* cluster.h
* header file for postgres cluster command stuff
*
- * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994-5, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/cluster.h,v 1.29 2005/10/15 02:49:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/cluster.h,v 1.30 2006/03/05 15:58:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/comment.h b/src/include/commands/comment.h
index 7737e7ebaed..525a2b9c387 100644
--- a/src/include/commands/comment.h
+++ b/src/include/commands/comment.h
@@ -4,7 +4,7 @@
*
* Prototypes for functions in commands/comment.c
*
- * Copyright (c) 1999-2005, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2006, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/conversioncmds.h b/src/include/commands/conversioncmds.h
index 01d28e323cf..14d21941916 100644
--- a/src/include/commands/conversioncmds.h
+++ b/src/include/commands/conversioncmds.h
@@ -4,10 +4,10 @@
* prototypes for conversioncmds.c.
*
*
- * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/conversioncmds.h,v 1.13 2005/11/22 18:17:30 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/conversioncmds.h,v 1.14 2006/03/05 15:58:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/copy.h b/src/include/commands/copy.h
index bd4e7812d96..60ddd8c92c2 100644
--- a/src/include/commands/copy.h
+++ b/src/include/commands/copy.h
@@ -4,10 +4,10 @@
* Definitions for using the POSTGRES copy command.
*
*
- * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/copy.h,v 1.26 2006/03/03 19:54:10 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/copy.h,v 1.27 2006/03/05 15:58:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/dbcommands.h b/src/include/commands/dbcommands.h
index bd5511325ca..470ef024bd7 100644
--- a/src/include/commands/dbcommands.h
+++ b/src/include/commands/dbcommands.h
@@ -4,10 +4,10 @@
* Database management commands (create/drop database).
*
*
- * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/dbcommands.h,v 1.43 2005/11/22 15:24:18 adunstan Exp $
+ * $PostgreSQL: pgsql/src/include/commands/dbcommands.h,v 1.44 2006/03/05 15:58:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h
index 230bd63765c..99e061d2def 100644
--- a/src/include/commands/defrem.h
+++ b/src/include/commands/defrem.h
@@ -4,10 +4,10 @@
* POSTGRES define and remove utility definitions.
*
*
- * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/defrem.h,v 1.70 2006/02/10 19:01:12 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/defrem.h,v 1.71 2006/03/05 15:58:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/explain.h b/src/include/commands/explain.h
index 8fb2721c437..11c8e491fcc 100644
--- a/src/include/commands/explain.h
+++ b/src/include/commands/explain.h
@@ -3,10 +3,10 @@
* explain.h
* prototypes for explain.c
*
- * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994-5, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/explain.h,v 1.25 2005/11/29 01:25:50 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/explain.h,v 1.26 2006/03/05 15:58:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/lockcmds.h b/src/include/commands/lockcmds.h
index 452c04dcacc..dc67746437a 100644
--- a/src/include/commands/lockcmds.h
+++ b/src/include/commands/lockcmds.h
@@ -4,10 +4,10 @@
* prototypes for lockcmds.c.
*
*
- * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/lockcmds.h,v 1.6 2004/12/31 22:03:28 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/commands/lockcmds.h,v 1.7 2006/03/05 15:58:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/portalcmds.h b/src/include/commands/portalcmds.h
index aaf27f87b49..9c02d0e714f 100644
--- a/src/include/commands/portalcmds.h
+++ b/src/include/commands/portalcmds.h
@@ -4,10 +4,10 @@
* prototypes for portalcmds.c.
*
*
- * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/portalcmds.h,v 1.18 2004/12/31 22:03:28 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/commands/portalcmds.h,v 1.19 2006/03/05 15:58:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/prepare.h b/src/include/commands/prepare.h
index 503f27e4bc3..362364e5f46 100644
--- a/src/include/commands/prepare.h
+++ b/src/include/commands/prepare.h
@@ -4,9 +4,9 @@
* PREPARE, EXECUTE and DEALLOCATE commands, and prepared-stmt storage
*
*
- * Copyright (c) 2002-2005, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2006, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/include/commands/prepare.h,v 1.17 2006/01/08 07:00:26 neilc Exp $
+ * $PostgreSQL: pgsql/src/include/commands/prepare.h,v 1.18 2006/03/05 15:58:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/schemacmds.h b/src/include/commands/schemacmds.h
index 6611364bf75..0ac0a410f8f 100644
--- a/src/include/commands/schemacmds.h
+++ b/src/include/commands/schemacmds.h
@@ -4,10 +4,10 @@
* prototypes for schemacmds.c.
*
*
- * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/schemacmds.h,v 1.12 2005/11/21 12:49:32 alvherre Exp $
+ * $PostgreSQL: pgsql/src/include/commands/schemacmds.h,v 1.13 2006/03/05 15:58:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/sequence.h b/src/include/commands/sequence.h
index b7244baec19..b4987884d29 100644
--- a/src/include/commands/sequence.h
+++ b/src/include/commands/sequence.h
@@ -3,10 +3,10 @@
* sequence.h
* prototypes for sequence.c.
*
- * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/sequence.h,v 1.34 2006/03/04 04:44:07 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/sequence.h,v 1.35 2006/03/05 15:58:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/tablecmds.h b/src/include/commands/tablecmds.h
index 1e367210d70..79d2049cd05 100644
--- a/src/include/commands/tablecmds.h
+++ b/src/include/commands/tablecmds.h
@@ -4,10 +4,10 @@
* prototypes for tablecmds.c.
*
*
- * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/tablecmds.h,v 1.26 2006/03/03 03:30:53 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/tablecmds.h,v 1.27 2006/03/05 15:58:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/tablespace.h b/src/include/commands/tablespace.h
index fab4f209f93..5439905860a 100644
--- a/src/include/commands/tablespace.h
+++ b/src/include/commands/tablespace.h
@@ -4,10 +4,10 @@
* Tablespace management commands (create/drop tablespace).
*
*
- * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/tablespace.h,v 1.11 2005/10/15 02:49:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/tablespace.h,v 1.12 2006/03/05 15:58:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/trigger.h b/src/include/commands/trigger.h
index 39325a19032..7f83f8e4bbb 100644
--- a/src/include/commands/trigger.h
+++ b/src/include/commands/trigger.h
@@ -3,10 +3,10 @@
* trigger.h
* Declarations for trigger handling.
*
- * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/trigger.h,v 1.56 2005/10/15 02:49:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/trigger.h,v 1.57 2006/03/05 15:58:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/typecmds.h b/src/include/commands/typecmds.h
index f5f4ff05928..90d4fbc09f3 100644
--- a/src/include/commands/typecmds.h
+++ b/src/include/commands/typecmds.h
@@ -4,10 +4,10 @@
* prototypes for typecmds.c.
*
*
- * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/typecmds.h,v 1.15 2005/11/19 17:39:45 adunstan Exp $
+ * $PostgreSQL: pgsql/src/include/commands/typecmds.h,v 1.16 2006/03/05 15:58:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h
index 13418b018e8..f22246ee6e5 100644
--- a/src/include/commands/vacuum.h
+++ b/src/include/commands/vacuum.h
@@ -4,10 +4,10 @@
* header file for postgres vacuum cleaner and statistics analyzer
*
*
- * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.62 2005/10/15 02:49:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.63 2006/03/05 15:58:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/variable.h b/src/include/commands/variable.h
index 4755dfba394..8d8d177e6ac 100644
--- a/src/include/commands/variable.h
+++ b/src/include/commands/variable.h
@@ -2,10 +2,10 @@
* variable.h
* Routines for handling specialized SET variables.
*
- * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/variable.h,v 1.27 2005/10/15 02:49:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/variable.h,v 1.28 2006/03/05 15:58:55 momjian Exp $
*/
#ifndef VARIABLE_H
#define VARIABLE_H
diff --git a/src/include/commands/version.h b/src/include/commands/version.h
index c5c0fa484b5..9bdbd08a8d1 100644
--- a/src/include/commands/version.h
+++ b/src/include/commands/version.h
@@ -4,10 +4,10 @@
* Header file for versions.
*
*
- * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/version.h,v 1.17 2004/12/31 22:03:28 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/commands/version.h,v 1.18 2006/03/05 15:58:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/view.h b/src/include/commands/view.h
index bce253834e7..56108eb1f6d 100644
--- a/src/include/commands/view.h
+++ b/src/include/commands/view.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/view.h,v 1.22 2005/02/02 06:36:01 neilc Exp $
+ * $PostgreSQL: pgsql/src/include/commands/view.h,v 1.23 2006/03/05 15:58:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/