summaryrefslogtreecommitdiff
path: root/src/include/access
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access')
-rw-r--r--src/include/access/attnum.h4
-rw-r--r--src/include/access/clog.h4
-rw-r--r--src/include/access/genam.h4
-rw-r--r--src/include/access/gin.h4
-rw-r--r--src/include/access/gist.h4
-rw-r--r--src/include/access/gist_private.h4
-rw-r--r--src/include/access/gistscan.h4
-rw-r--r--src/include/access/hash.h4
-rw-r--r--src/include/access/heapam.h4
-rw-r--r--src/include/access/hio.h4
-rw-r--r--src/include/access/htup.h4
-rw-r--r--src/include/access/itup.h4
-rw-r--r--src/include/access/multixact.h4
-rw-r--r--src/include/access/nbtree.h4
-rw-r--r--src/include/access/printtup.h4
-rw-r--r--src/include/access/reloptions.h4
-rw-r--r--src/include/access/relscan.h4
-rw-r--r--src/include/access/rewriteheap.h4
-rw-r--r--src/include/access/sdir.h4
-rw-r--r--src/include/access/skey.h4
-rw-r--r--src/include/access/slru.h4
-rw-r--r--src/include/access/subtrans.h4
-rw-r--r--src/include/access/sysattr.h4
-rw-r--r--src/include/access/transam.h4
-rw-r--r--src/include/access/tupconvert.h4
-rw-r--r--src/include/access/tupdesc.h4
-rw-r--r--src/include/access/tupmacs.h4
-rw-r--r--src/include/access/tuptoaster.h4
-rw-r--r--src/include/access/twophase.h4
-rw-r--r--src/include/access/twophase_rmgr.h4
-rw-r--r--src/include/access/valid.h4
-rw-r--r--src/include/access/visibilitymap.h4
-rw-r--r--src/include/access/xact.h4
-rw-r--r--src/include/access/xlog.h4
-rw-r--r--src/include/access/xlog_internal.h4
-rw-r--r--src/include/access/xlogdefs.h4
-rw-r--r--src/include/access/xlogutils.h4
37 files changed, 74 insertions, 74 deletions
diff --git a/src/include/access/attnum.h b/src/include/access/attnum.h
index 04825b6bb8..dd0775966a 100644
--- a/src/include/access/attnum.h
+++ b/src/include/access/attnum.h
@@ -4,10 +4,10 @@
* POSTGRES attribute number definitions.
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/attnum.h,v 1.26 2009/01/01 17:23:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/attnum.h,v 1.27 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/clog.h b/src/include/access/clog.h
index 1324df30eb..a1f4c9dc6a 100644
--- a/src/include/access/clog.h
+++ b/src/include/access/clog.h
@@ -3,10 +3,10 @@
*
* PostgreSQL transaction-commit-log manager
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/clog.h,v 1.24 2009/06/11 14:49:08 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/clog.h,v 1.25 2010/01/02 16:58:00 momjian Exp $
*/
#ifndef CLOG_H
#define CLOG_H
diff --git a/src/include/access/genam.h b/src/include/access/genam.h
index 068d96493d..a03bcc542f 100644
--- a/src/include/access/genam.h
+++ b/src/include/access/genam.h
@@ -4,10 +4,10 @@
* POSTGRES generalized index access method definitions.
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/genam.h,v 1.81 2009/08/01 20:59:17 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/genam.h,v 1.82 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/gin.h b/src/include/access/gin.h
index a0d6a0d8f2..0ea25dc403 100644
--- a/src/include/access/gin.h
+++ b/src/include/access/gin.h
@@ -2,9 +2,9 @@
* gin.h
* header file for postgres inverted index access method implementation.
*
- * Copyright (c) 2006-2009, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2010, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/include/access/gin.h,v 1.35 2009/10/02 21:14:04 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/gin.h,v 1.36 2010/01/02 16:58:00 momjian Exp $
*--------------------------------------------------------------------------
*/
#ifndef GIN_H
diff --git a/src/include/access/gist.h b/src/include/access/gist.h
index a693d051d8..c3c5493f76 100644
--- a/src/include/access/gist.h
+++ b/src/include/access/gist.h
@@ -6,10 +6,10 @@
* changes should be made with care.
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/gist.h,v 1.62 2009/01/01 17:23:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/gist.h,v 1.63 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/gist_private.h b/src/include/access/gist_private.h
index 2ce46542af..a85da662ce 100644
--- a/src/include/access/gist_private.h
+++ b/src/include/access/gist_private.h
@@ -4,10 +4,10 @@
* private declarations for GiST -- declarations related to the
* internal implementation of GiST, not the public API
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/gist_private.h,v 1.37 2009/06/11 14:49:08 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/gist_private.h,v 1.38 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/gistscan.h b/src/include/access/gistscan.h
index 48e551e5e3..cad5fe55c7 100644
--- a/src/include/access/gistscan.h
+++ b/src/include/access/gistscan.h
@@ -4,10 +4,10 @@
* routines defined in access/gist/gistscan.c
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/gistscan.h,v 1.34 2009/01/01 17:23:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/gistscan.h,v 1.35 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/hash.h b/src/include/access/hash.h
index ce5417044a..39337194e2 100644
--- a/src/include/access/hash.h
+++ b/src/include/access/hash.h
@@ -4,10 +4,10 @@
* header file for postgres hash access method implementation
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/hash.h,v 1.95 2009/11/01 22:30:54 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/hash.h,v 1.96 2010/01/02 16:58:00 momjian Exp $
*
* NOTES
* modeled after Margo Seltzer's hash implementation for unix.
diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h
index 0f3eabce19..057034cf48 100644
--- a/src/include/access/heapam.h
+++ b/src/include/access/heapam.h
@@ -4,10 +4,10 @@
* POSTGRES heap access method definitions.
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/heapam.h,v 1.145 2009/12/19 01:32:42 sriggs Exp $
+ * $PostgreSQL: pgsql/src/include/access/heapam.h,v 1.146 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/hio.h b/src/include/access/hio.h
index 54b76084ac..2464d53225 100644
--- a/src/include/access/hio.h
+++ b/src/include/access/hio.h
@@ -4,10 +4,10 @@
* POSTGRES heap access method input/output definitions.
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/hio.h,v 1.39 2009/06/11 14:49:08 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/hio.h,v 1.40 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/htup.h b/src/include/access/htup.h
index 017f6917e1..1982ea4da8 100644
--- a/src/include/access/htup.h
+++ b/src/include/access/htup.h
@@ -4,10 +4,10 @@
* POSTGRES heap tuple definitions.
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/htup.h,v 1.108 2009/12/19 01:32:42 sriggs Exp $
+ * $PostgreSQL: pgsql/src/include/access/htup.h,v 1.109 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/itup.h b/src/include/access/itup.h
index ead628fec2..fea09c4880 100644
--- a/src/include/access/itup.h
+++ b/src/include/access/itup.h
@@ -4,10 +4,10 @@
* POSTGRES index tuple definitions.
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/itup.h,v 1.52 2009/08/01 19:59:41 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/itup.h,v 1.53 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/multixact.h b/src/include/access/multixact.h
index f7fe920c7e..c9a3a3d52d 100644
--- a/src/include/access/multixact.h
+++ b/src/include/access/multixact.h
@@ -3,10 +3,10 @@
*
* PostgreSQL multi-transaction-log manager
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/multixact.h,v 1.15 2009/11/23 09:58:36 heikki Exp $
+ * $PostgreSQL: pgsql/src/include/access/multixact.h,v 1.16 2010/01/02 16:58:00 momjian Exp $
*/
#ifndef MULTIXACT_H
#define MULTIXACT_H
diff --git a/src/include/access/nbtree.h b/src/include/access/nbtree.h
index bef4db461c..48b3dc0b34 100644
--- a/src/include/access/nbtree.h
+++ b/src/include/access/nbtree.h
@@ -4,10 +4,10 @@
* header file for postgres btree access method implementation.
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/nbtree.h,v 1.126 2009/12/19 01:32:42 sriggs Exp $
+ * $PostgreSQL: pgsql/src/include/access/nbtree.h,v 1.127 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/printtup.h b/src/include/access/printtup.h
index 0e729181c9..cfd8d2aef9 100644
--- a/src/include/access/printtup.h
+++ b/src/include/access/printtup.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/printtup.h,v 1.38 2009/01/01 17:23:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/printtup.h,v 1.39 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/reloptions.h b/src/include/access/reloptions.h
index fd4aaf049b..a845c1d83c 100644
--- a/src/include/access/reloptions.h
+++ b/src/include/access/reloptions.h
@@ -8,10 +8,10 @@
* into a lot of low-level code.
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/reloptions.h,v 1.16 2009/06/11 14:49:09 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/reloptions.h,v 1.17 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h
index 2761d1d8ad..cc8588b7b1 100644
--- a/src/include/access/relscan.h
+++ b/src/include/access/relscan.h
@@ -4,10 +4,10 @@
* POSTGRES relation scan descriptor definitions.
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/relscan.h,v 1.68 2009/12/19 01:32:42 sriggs Exp $
+ * $PostgreSQL: pgsql/src/include/access/relscan.h,v 1.69 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/rewriteheap.h b/src/include/access/rewriteheap.h
index 34017c62da..bc52b8f71d 100644
--- a/src/include/access/rewriteheap.h
+++ b/src/include/access/rewriteheap.h
@@ -3,10 +3,10 @@
* rewriteheap.h
* Declarations for heap rewrite support functions
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994-5, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/rewriteheap.h,v 1.6 2009/01/01 17:23:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/rewriteheap.h,v 1.7 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/sdir.h b/src/include/access/sdir.h
index e02d90f6ff..35ba8add96 100644
--- a/src/include/access/sdir.h
+++ b/src/include/access/sdir.h
@@ -4,10 +4,10 @@
* POSTGRES scan direction definitions.
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/sdir.h,v 1.21 2009/01/01 17:23:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/sdir.h,v 1.22 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/skey.h b/src/include/access/skey.h
index 509e1d08dd..1e8fa7a975 100644
--- a/src/include/access/skey.h
+++ b/src/include/access/skey.h
@@ -4,10 +4,10 @@
* POSTGRES scan key definitions.
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/skey.h,v 1.38 2010/01/01 21:53:49 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/skey.h,v 1.39 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/slru.h b/src/include/access/slru.h
index 5fc24b51d2..8e820ae72d 100644
--- a/src/include/access/slru.h
+++ b/src/include/access/slru.h
@@ -3,10 +3,10 @@
* slru.h
* Simple LRU buffering for transaction status logfiles
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/slru.h,v 1.24 2009/01/01 17:23:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/slru.h,v 1.25 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/subtrans.h b/src/include/access/subtrans.h
index 0658da0c5c..73996b3b83 100644
--- a/src/include/access/subtrans.h
+++ b/src/include/access/subtrans.h
@@ -3,10 +3,10 @@
*
* PostgreSQL subtransaction-log manager
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/subtrans.h,v 1.13 2009/12/19 01:32:42 sriggs Exp $
+ * $PostgreSQL: pgsql/src/include/access/subtrans.h,v 1.14 2010/01/02 16:58:00 momjian Exp $
*/
#ifndef SUBTRANS_H
#define SUBTRANS_H
diff --git a/src/include/access/sysattr.h b/src/include/access/sysattr.h
index b92d9bfbe1..6047735c09 100644
--- a/src/include/access/sysattr.h
+++ b/src/include/access/sysattr.h
@@ -4,10 +4,10 @@
* POSTGRES system attribute definitions.
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/sysattr.h,v 1.2 2009/01/01 17:23:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/sysattr.h,v 1.3 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/transam.h b/src/include/access/transam.h
index 5917129f17..626e0bdd25 100644
--- a/src/include/access/transam.h
+++ b/src/include/access/transam.h
@@ -4,10 +4,10 @@
* postgres transaction access method support code
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/transam.h,v 1.71 2009/12/19 01:32:42 sriggs Exp $
+ * $PostgreSQL: pgsql/src/include/access/transam.h,v 1.72 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/tupconvert.h b/src/include/access/tupconvert.h
index 7eb0f7fbc9..65dc4fb544 100644
--- a/src/include/access/tupconvert.h
+++ b/src/include/access/tupconvert.h
@@ -4,10 +4,10 @@
* Tuple conversion support.
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/tupconvert.h,v 1.1 2009/08/06 20:44:31 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/tupconvert.h,v 1.2 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/tupdesc.h b/src/include/access/tupdesc.h
index ef48ae9119..e38a6e768f 100644
--- a/src/include/access/tupdesc.h
+++ b/src/include/access/tupdesc.h
@@ -4,10 +4,10 @@
* POSTGRES tuple descriptor definitions.
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/tupdesc.h,v 1.54 2009/01/01 17:23:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/tupdesc.h,v 1.55 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/tupmacs.h b/src/include/access/tupmacs.h
index a1828470e2..c7475331d6 100644
--- a/src/include/access/tupmacs.h
+++ b/src/include/access/tupmacs.h
@@ -4,10 +4,10 @@
* Tuple macros used by both index tuples and heap tuples.
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/tupmacs.h,v 1.37 2009/12/31 19:41:35 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/tupmacs.h,v 1.38 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/tuptoaster.h b/src/include/access/tuptoaster.h
index f8dd7f82f5..a8ec7a9e79 100644
--- a/src/include/access/tuptoaster.h
+++ b/src/include/access/tuptoaster.h
@@ -4,9 +4,9 @@
* POSTGRES definitions for external and compressed storage
* of variable size attributes.
*
- * Copyright (c) 2000-2009, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2010, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/include/access/tuptoaster.h,v 1.44 2009/07/22 01:21:22 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/tuptoaster.h,v 1.45 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/twophase.h b/src/include/access/twophase.h
index 864d6d6da0..61b92244fb 100644
--- a/src/include/access/twophase.h
+++ b/src/include/access/twophase.h
@@ -4,10 +4,10 @@
* Two-phase-commit related declarations.
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/twophase.h,v 1.13 2009/12/19 01:32:42 sriggs Exp $
+ * $PostgreSQL: pgsql/src/include/access/twophase.h,v 1.14 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/twophase_rmgr.h b/src/include/access/twophase_rmgr.h
index 5fd5e10a78..a42d774520 100644
--- a/src/include/access/twophase_rmgr.h
+++ b/src/include/access/twophase_rmgr.h
@@ -4,10 +4,10 @@
* Two-phase-commit resource managers definition
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/twophase_rmgr.h,v 1.10 2009/12/19 01:32:42 sriggs Exp $
+ * $PostgreSQL: pgsql/src/include/access/twophase_rmgr.h,v 1.11 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/valid.h b/src/include/access/valid.h
index c2fc6fc4b8..cdb70bba60 100644
--- a/src/include/access/valid.h
+++ b/src/include/access/valid.h
@@ -4,10 +4,10 @@
* POSTGRES tuple qualification validity definitions.
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/valid.h,v 1.41 2009/01/01 17:23:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/valid.h,v 1.42 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/visibilitymap.h b/src/include/access/visibilitymap.h
index 325551944d..652e966e95 100644
--- a/src/include/access/visibilitymap.h
+++ b/src/include/access/visibilitymap.h
@@ -4,10 +4,10 @@
* visibility map interface
*
*
- * Portions Copyright (c) 2007-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2007-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/visibilitymap.h,v 1.5 2009/08/24 02:18:32 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/visibilitymap.h,v 1.6 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/xact.h b/src/include/access/xact.h
index 678a23da96..b11029d20c 100644
--- a/src/include/access/xact.h
+++ b/src/include/access/xact.h
@@ -4,10 +4,10 @@
* postgres transaction system definitions
*
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/xact.h,v 1.99 2009/12/19 01:32:42 sriggs Exp $
+ * $PostgreSQL: pgsql/src/include/access/xact.h,v 1.100 2010/01/02 16:58:00 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h
index ae624a0815..1d18cb5b1b 100644
--- a/src/include/access/xlog.h
+++ b/src/include/access/xlog.h
@@ -3,10 +3,10 @@
*
* PostgreSQL transaction log manager
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/xlog.h,v 1.94 2009/12/19 01:32:42 sriggs Exp $
+ * $PostgreSQL: pgsql/src/include/access/xlog.h,v 1.95 2010/01/02 16:58:00 momjian Exp $
*/
#ifndef XLOG_H
#define XLOG_H
diff --git a/src/include/access/xlog_internal.h b/src/include/access/xlog_internal.h
index 9747dd8c96..a3614665e1 100644
--- a/src/include/access/xlog_internal.h
+++ b/src/include/access/xlog_internal.h
@@ -8,10 +8,10 @@
* needed by rmgr routines (redo support for individual record types).
* So the XLogRecord typedef and associated stuff appear in xlog.h.
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/xlog_internal.h,v 1.26 2009/12/19 01:32:42 sriggs Exp $
+ * $PostgreSQL: pgsql/src/include/access/xlog_internal.h,v 1.27 2010/01/02 16:58:01 momjian Exp $
*/
#ifndef XLOG_INTERNAL_H
#define XLOG_INTERNAL_H
diff --git a/src/include/access/xlogdefs.h b/src/include/access/xlogdefs.h
index f9426dc326..8f524df75e 100644
--- a/src/include/access/xlogdefs.h
+++ b/src/include/access/xlogdefs.h
@@ -4,10 +4,10 @@
* Postgres transaction log manager record pointer and
* timeline number definitions
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/xlogdefs.h,v 1.23 2009/01/01 17:23:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/xlogdefs.h,v 1.24 2010/01/02 16:58:01 momjian Exp $
*/
#ifndef XLOG_DEFS_H
#define XLOG_DEFS_H
diff --git a/src/include/access/xlogutils.h b/src/include/access/xlogutils.h
index e78493db4e..e6cdb2f7dc 100644
--- a/src/include/access/xlogutils.h
+++ b/src/include/access/xlogutils.h
@@ -3,10 +3,10 @@
*
* PostgreSQL transaction log manager utility routines
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/xlogutils.h,v 1.29 2009/06/11 14:49:09 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/xlogutils.h,v 1.30 2010/01/02 16:58:01 momjian Exp $
*/
#ifndef XLOG_UTILS_H
#define XLOG_UTILS_H