aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2008-01-01 19:46:01 +0000
committerBruce Momjian <bruce@momjian.us>2008-01-01 19:46:01 +0000
commit9098ab9e327c2e6b0fece9e550d7d93663c60ff5 (patch)
treeb2228b5b8f5c6a2f019e5647ba8cf2b5425fc8fc /src/include/commands
parent44ede1072dfcdd4291225b55439a549c8a6cc2b7 (diff)
downloadpostgresql-9098ab9e327c2e6b0fece9e550d7d93663c60ff5.tar.gz
postgresql-9098ab9e327c2e6b0fece9e550d7d93663c60ff5.zip
Update copyrights in source tree to 2008.
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/discard.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
23 files changed, 45 insertions, 45 deletions
diff --git a/src/include/commands/alter.h b/src/include/commands/alter.h
index 1693c85549c..2d97a520494 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/alter.h,v 1.9 2007/01/05 22:19:53 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/alter.h,v 1.10 2008/01/01 19:45:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/async.h b/src/include/commands/async.h
index c6a84a0133b..824ea7df101 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/async.h,v 1.35 2007/04/12 06:53:48 neilc Exp $
+ * $PostgreSQL: pgsql/src/include/commands/async.h,v 1.36 2008/01/01 19:45:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h
index c6e3e7d1bed..4cdcd7f402a 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994-5, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/cluster.h,v 1.33 2007/05/18 23:19:42 alvherre Exp $
+ * $PostgreSQL: pgsql/src/include/commands/cluster.h,v 1.34 2008/01/01 19:45:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/comment.h b/src/include/commands/comment.h
index 5b7e537ad81..9c97f2b33e4 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-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2008, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/conversioncmds.h b/src/include/commands/conversioncmds.h
index 76e69fb2b7b..570cb796224 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/conversioncmds.h,v 1.15 2007/01/05 22:19:53 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/conversioncmds.h,v 1.16 2008/01/01 19:45:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/copy.h b/src/include/commands/copy.h
index 11ff84c57a0..f4aa2b65b35 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/copy.h,v 1.30 2007/03/13 00:33:43 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/copy.h,v 1.31 2008/01/01 19:45:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/dbcommands.h b/src/include/commands/dbcommands.h
index f96fe22d8fd..970ad12c17d 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/dbcommands.h,v 1.46 2007/01/05 22:19:53 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/dbcommands.h,v 1.47 2008/01/01 19:45:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h
index 152061239f5..1270a7a5138 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/defrem.h,v 1.87 2007/12/01 23:44:44 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/defrem.h,v 1.88 2008/01/01 19:45:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/discard.h b/src/include/commands/discard.h
index 0d025f6cb39..7c7f07d4867 100644
--- a/src/include/commands/discard.h
+++ b/src/include/commands/discard.h
@@ -4,9 +4,9 @@
* prototypes for discard.c.
*
*
- * Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2008, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/include/commands/discard.h,v 1.3 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/discard.h,v 1.4 2008/01/01 19:45:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/explain.h b/src/include/commands/explain.h
index 2460a3e8166..1006f719382 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994-5, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/explain.h,v 1.34 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/explain.h,v 1.35 2008/01/01 19:45:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/lockcmds.h b/src/include/commands/lockcmds.h
index e8ed321f6ca..ea0b2e5cba3 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/lockcmds.h,v 1.8 2007/01/05 22:19:53 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/lockcmds.h,v 1.9 2008/01/01 19:45:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/portalcmds.h b/src/include/commands/portalcmds.h
index 54f6a4fe692..b42c8dd607f 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/portalcmds.h,v 1.25 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/portalcmds.h,v 1.26 2008/01/01 19:45:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/prepare.h b/src/include/commands/prepare.h
index a378aa27dae..39681785bdc 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-2007, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2008, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/include/commands/prepare.h,v 1.28 2007/11/15 21:14:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/prepare.h,v 1.29 2008/01/01 19:45:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/schemacmds.h b/src/include/commands/schemacmds.h
index 803db5d4e61..f31407757b8 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/schemacmds.h,v 1.17 2007/11/15 21:14:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/schemacmds.h,v 1.18 2008/01/01 19:45:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/sequence.h b/src/include/commands/sequence.h
index ef252f2a0a6..01a5ca90a58 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/sequence.h,v 1.38 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/sequence.h,v 1.39 2008/01/01 19:45:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/tablecmds.h b/src/include/commands/tablecmds.h
index 6f31e6d452c..e915fb894c3 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/tablecmds.h,v 1.35 2007/11/15 21:14:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/tablecmds.h,v 1.36 2008/01/01 19:45:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/tablespace.h b/src/include/commands/tablespace.h
index f6f74c9fcb9..1e0f848df70 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/tablespace.h,v 1.18 2007/06/07 19:19:57 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/tablespace.h,v 1.19 2008/01/01 19:45:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/trigger.h b/src/include/commands/trigger.h
index 5a1d50edf94..f09e8d9387c 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/trigger.h,v 1.64 2007/11/30 21:22:54 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/trigger.h,v 1.65 2008/01/01 19:45:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/typecmds.h b/src/include/commands/typecmds.h
index 9f791c5b0a6..71d0ceefa81 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/typecmds.h,v 1.21 2007/11/15 22:25:17 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/typecmds.h,v 1.22 2008/01/01 19:45:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h
index a9f546aa91c..1a3a4f69182 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.74 2007/11/15 21:14:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.75 2008/01/01 19:45:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/variable.h b/src/include/commands/variable.h
index 5f05e22a437..af8d7342409 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/variable.h,v 1.31 2007/11/15 21:14:43 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/variable.h,v 1.32 2008/01/01 19:45:57 momjian Exp $
*/
#ifndef VARIABLE_H
#define VARIABLE_H
diff --git a/src/include/commands/version.h b/src/include/commands/version.h
index a9fbdd1b982..3b6ae89fc70 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-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/version.h,v 1.19 2007/01/05 22:19:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/version.h,v 1.20 2008/01/01 19:45:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/view.h b/src/include/commands/view.h
index ff54935bbbd..daefb644d14 100644
--- a/src/include/commands/view.h
+++ b/src/include/commands/view.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/view.h,v 1.25 2007/03/13 00:33:43 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/view.h,v 1.26 2008/01/01 19:45:57 momjian Exp $
*
*-------------------------------------------------------------------------
*/