diff --git a/contrib/adddepend/adddepend b/contrib/adddepend/adddepend
index ea0c12690ee558d82372f44c9573a55d0bc06c71..5f5d66b80c96c8b9644411636073a610105cac6c 100755
--- a/contrib/adddepend/adddepend
+++ b/contrib/adddepend/adddepend
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: adddepend,v 1.5 2003/06/25 01:11:09 momjian Exp $
+# $PostgreSQL: pgsql/contrib/adddepend/adddepend,v 1.6 2003/11/29 22:39:16 pgsql Exp $
 
 # Project exists to assist PostgreSQL users with their structural upgrade 
 # from PostgreSQL 7.2 (or prior) to 7.3 or 7.4.  Must be run against a 7.3 or 7.4
diff --git a/contrib/chkpass/chkpass.c b/contrib/chkpass/chkpass.c
index dc8a418232fdb1b07497401c044b75dff8f86c55..0832993bd752b5a2c67a23ead69ae7fcddebc099 100644
--- a/contrib/chkpass/chkpass.c
+++ b/contrib/chkpass/chkpass.c
@@ -4,7 +4,7 @@
  * darcy@druid.net
  * http://www.druid.net/darcy/
  *
- * $Id: chkpass.c,v 1.11 2003/09/07 15:27:25 tgl Exp $
+ * $PostgreSQL: pgsql/contrib/chkpass/chkpass.c,v 1.12 2003/11/29 22:39:18 pgsql Exp $
  * best viewed with tabs set to 4
  */
 
diff --git a/contrib/dbmirror/DBMirror.pl b/contrib/dbmirror/DBMirror.pl
index 7eeffd7f482785c6e6e48b17336fde75b5db5a1a..4a951d0a45d1c8d1826dc9a6fd6d8a95464bc9a2 100755
--- a/contrib/dbmirror/DBMirror.pl
+++ b/contrib/dbmirror/DBMirror.pl
@@ -33,7 +33,7 @@
 # 
 #
 ##############################################################################
-# $Id: DBMirror.pl,v 1.6 2003/05/14 03:25:55 tgl Exp $ 
+# $PostgreSQL: pgsql/contrib/dbmirror/DBMirror.pl,v 1.7 2003/11/29 22:39:19 pgsql Exp $ 
 #
 ##############################################################################
 
diff --git a/contrib/dbmirror/clean_pending.pl b/contrib/dbmirror/clean_pending.pl
index 9fba2610a11a16b00b3ef3466cbeb2afaca60151..7147e8e1cb3684037ccf73b6f58f314379c87c2c 100755
--- a/contrib/dbmirror/clean_pending.pl
+++ b/contrib/dbmirror/clean_pending.pl
@@ -16,7 +16,7 @@
 #    GNU General Public License for more details.
 #
 ##############################################################################
-# $Id: clean_pending.pl,v 1.3 2003/05/14 03:25:55 tgl Exp $
+# $PostgreSQL: pgsql/contrib/dbmirror/clean_pending.pl,v 1.4 2003/11/29 22:39:19 pgsql Exp $
 ##############################################################################
 
 
diff --git a/contrib/dbmirror/pending.c b/contrib/dbmirror/pending.c
index 110a6308dc8604cd28f8b4c7f234f620692edbb9..4703d30f3c83f1457bbb0d59d1dbbc23707e16ee 100644
--- a/contrib/dbmirror/pending.c
+++ b/contrib/dbmirror/pending.c
@@ -1,6 +1,6 @@
 /****************************************************************************
  * pending.c
- * $Id: pending.c,v 1.14 2003/09/29 18:16:48 momjian Exp $
+ * $PostgreSQL: pgsql/contrib/dbmirror/pending.c,v 1.15 2003/11/29 22:39:19 pgsql Exp $
  *
  * This file contains a trigger for Postgresql-7.x to record changes to tables
  * to a pending table for mirroring.
diff --git a/contrib/dbmirror/slaveDatabase.conf b/contrib/dbmirror/slaveDatabase.conf
index c6199bf850a396adfe6353ca3391a099dffa4651..0c319af7adb6dc68134aa80d59ee9a8fe0fca0e2 100644
--- a/contrib/dbmirror/slaveDatabase.conf
+++ b/contrib/dbmirror/slaveDatabase.conf
@@ -4,7 +4,7 @@
 # It contains configuration information to mirror data from 
 # the master database to a single slave system.
 #
-# $Id: slaveDatabase.conf,v 1.1 2002/06/23 21:58:08 momjian Exp $
+# $PostgreSQL: pgsql/contrib/dbmirror/slaveDatabase.conf,v 1.2 2003/11/29 22:39:19 pgsql Exp $
 #######################################################################
 
 $masterHost = "masterMachine.mydomain.com";
diff --git a/contrib/isbn_issn/isbn_issn.c b/contrib/isbn_issn/isbn_issn.c
index c7d5e11d38d535766e450572d030d0bb0951b67a..1e5ba3d73e450df6db6317a86d1255dddcf3a0f9 100644
--- a/contrib/isbn_issn/isbn_issn.c
+++ b/contrib/isbn_issn/isbn_issn.c
@@ -1,7 +1,7 @@
 /*
  *	PostgreSQL type definitions for ISBNs.
  *
- *	$Id: isbn_issn.c,v 1.6 2003/07/24 17:52:29 tgl Exp $
+ *	$PostgreSQL: pgsql/contrib/isbn_issn/isbn_issn.c,v 1.7 2003/11/29 22:39:20 pgsql Exp $
  */
 
 #include "postgres.h"
diff --git a/contrib/isbn_issn/isbn_issn.sql.in b/contrib/isbn_issn/isbn_issn.sql.in
index 0947fbfa912f579a1c6d87f25cd4fb3280a420cf..db2efce41c0964d1e27f89a08ca92fffa65c305d 100644
--- a/contrib/isbn_issn/isbn_issn.sql.in
+++ b/contrib/isbn_issn/isbn_issn.sql.in
@@ -1,7 +1,7 @@
 --
 --	PostgreSQL code for ISSNs.
 --
---	$Id: isbn_issn.sql.in,v 1.9 2003/06/28 00:36:40 momjian Exp $
+--	$PostgreSQL: pgsql/contrib/isbn_issn/isbn_issn.sql.in,v 1.10 2003/11/29 22:39:20 pgsql Exp $
 --
 
 -- Adjust this setting to control where the objects get created.
diff --git a/contrib/lo/lo.sql.in b/contrib/lo/lo.sql.in
index f043363301ff1c6dc202689c0e7624ac4a23f7bb..54ea1016020d43e9a35f8ac1ec75ea0bb9f68899 100644
--- a/contrib/lo/lo.sql.in
+++ b/contrib/lo/lo.sql.in
@@ -1,7 +1,7 @@
 --
 --	PostgreSQL code for LargeObjects
 --
---	$Id: lo.sql.in,v 1.10 2003/05/14 03:25:56 tgl Exp $
+--	$PostgreSQL: pgsql/contrib/lo/lo.sql.in,v 1.11 2003/11/29 22:39:22 pgsql Exp $
 --
 --
 --	Create the data type
diff --git a/contrib/mac/ouiparse.awk b/contrib/mac/ouiparse.awk
index 8f2fd00c3d7c5d6881b79dd8b9f2b4725f0b5112..ddb417c75b7dbbb5739b4dc1056cc45316d85aef 100644
--- a/contrib/mac/ouiparse.awk
+++ b/contrib/mac/ouiparse.awk
@@ -1,4 +1,4 @@
-# $Id: ouiparse.awk,v 1.2 2000/08/23 13:44:14 thomas Exp $
+# $PostgreSQL: pgsql/contrib/mac/ouiparse.awk,v 1.3 2003/11/29 22:39:24 pgsql Exp $
 #
 # ouiparse.awk
 # Author: Lawrence E. Rosenman <ler@lerctr.org>
diff --git a/contrib/mysql/my2pg.pl b/contrib/mysql/my2pg.pl
index cb6f0f3c3a94d585dbe578a1c13cbe7c26335c67..dafc1060273bc2560243c027b630a44b7614d7fa 100755
--- a/contrib/mysql/my2pg.pl
+++ b/contrib/mysql/my2pg.pl
@@ -36,10 +36,14 @@
 # SUCH DAMAGE.
 #
 # $My2pg: my2pg.pl,v 1.27 2001/12/06 19:32:20 fonin Exp $
-# $Id: my2pg.pl,v 1.10 2003/01/07 22:18:43 momjian Exp $
+# $PostgreSQL: pgsql/contrib/mysql/my2pg.pl,v 1.11 2003/11/29 22:39:26 pgsql Exp $
 
 #
 # $Log: my2pg.pl,v $
+# Revision 1.11  2003/11/29 22:39:26  pgsql
+#
+# make sure the $Id tags are converted to $PostgreSQL as well ...
+#
 # Revision 1.10  2003/01/07 22:18:43  momjian
 # Upgrade to my2pg 1.9
 #
@@ -734,7 +738,7 @@ close(LIBTYPES);
 
 open(MAKE,">Makefile");
 print MAKE "#
-# My2Pg \$Revision: 1.10 $ \translated dump
+# My2Pg \$Revision: 1.11 $ \translated dump
 # Makefile
 #
 
diff --git a/contrib/pgcrypto/crypt-md5.c b/contrib/pgcrypto/crypt-md5.c
index 7b45bb2151bd9c9a5a712faf59c3dc0c985cd8c0..7ce7a266ac02bcaf33ef6ed482ddba4f30e58460 100644
--- a/contrib/pgcrypto/crypt-md5.c
+++ b/contrib/pgcrypto/crypt-md5.c
@@ -9,7 +9,7 @@
  * $FreeBSD: src/lib/libcrypt/crypt-md5.c,v 1.5 1999/12/17 20:21:45 peter Exp $
  *
  */
-/* $Id: crypt-md5.c,v 1.2 2001/10/25 05:49:19 momjian Exp $ */
+/* $PostgreSQL: pgsql/contrib/pgcrypto/crypt-md5.c,v 1.3 2003/11/29 22:39:28 pgsql Exp $ */
 
 #include <postgres.h>
 #include "px.h"
diff --git a/contrib/pgcrypto/internal.c b/contrib/pgcrypto/internal.c
index 9a983299e628eec290ecbb24c2eb3791837297d0..4dca6dba541800288953ee9c66e7c4056f6f5263 100644
--- a/contrib/pgcrypto/internal.c
+++ b/contrib/pgcrypto/internal.c
@@ -26,7 +26,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $Id: internal.c,v 1.11 2002/01/03 07:21:48 momjian Exp $
+ * $PostgreSQL: pgsql/contrib/pgcrypto/internal.c,v 1.12 2003/11/29 22:39:28 pgsql Exp $
  */
 
 
diff --git a/contrib/pgcrypto/md5.c b/contrib/pgcrypto/md5.c
index a44ea6f85787aec4a36980659b5f15c6eed814bb..35bbe78711818a4199f313db26814334baab535e 100644
--- a/contrib/pgcrypto/md5.c
+++ b/contrib/pgcrypto/md5.c
@@ -1,4 +1,4 @@
-/*	$Id: md5.c,v 1.9 2001/11/29 19:40:37 momjian Exp $	*/
+/*	$PostgreSQL: pgsql/contrib/pgcrypto/md5.c,v 1.10 2003/11/29 22:39:28 pgsql Exp $	*/
 /*	   $KAME: md5.c,v 1.3 2000/02/22 14:01:17 itojun Exp $	   */
 
 /*
diff --git a/contrib/pgcrypto/md5.h b/contrib/pgcrypto/md5.h
index feadee2e808dab4ce0b282d75c394ff40b8e7bac..9e32be2f082ff4d53ce616cecd3656a6906f6fdb 100644
--- a/contrib/pgcrypto/md5.h
+++ b/contrib/pgcrypto/md5.h
@@ -1,4 +1,4 @@
-/*	$Id: md5.h,v 1.7 2001/11/05 17:46:23 momjian Exp $	*/
+/*	$PostgreSQL: pgsql/contrib/pgcrypto/md5.h,v 1.8 2003/11/29 22:39:28 pgsql Exp $	*/
 /*	   $KAME: md5.h,v 1.3 2000/02/22 14:01:18 itojun Exp $	   */
 
 /*
diff --git a/contrib/pgcrypto/mhash.c b/contrib/pgcrypto/mhash.c
index 57f65167912db678ffbfdb1e256979073b0263de..1ecfca6bed12f7e483832d292a95834308b94d7c 100644
--- a/contrib/pgcrypto/mhash.c
+++ b/contrib/pgcrypto/mhash.c
@@ -26,7 +26,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $Id: mhash.c,v 1.8 2003/07/24 17:52:33 tgl Exp $
+ * $PostgreSQL: pgsql/contrib/pgcrypto/mhash.c,v 1.9 2003/11/29 22:39:28 pgsql Exp $
  */
 
 #include <postgres.h>
diff --git a/contrib/pgcrypto/openssl.c b/contrib/pgcrypto/openssl.c
index 4b3dc593ceff57268a911774a2a655538f06cfde..af72586d075f8a0c7c29354812f89731f5c211cf 100644
--- a/contrib/pgcrypto/openssl.c
+++ b/contrib/pgcrypto/openssl.c
@@ -26,7 +26,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $Id: openssl.c,v 1.12 2003/08/04 00:43:11 momjian Exp $
+ * $PostgreSQL: pgsql/contrib/pgcrypto/openssl.c,v 1.13 2003/11/29 22:39:28 pgsql Exp $
  */
 
 #include <postgres.h>
diff --git a/contrib/pgcrypto/pgcrypto.c b/contrib/pgcrypto/pgcrypto.c
index 3abc6f12b10a788445da74a02d87d2a83549fedf..6efc044b007d61541c50a1fd6956d4ffb483b5ec 100644
--- a/contrib/pgcrypto/pgcrypto.c
+++ b/contrib/pgcrypto/pgcrypto.c
@@ -26,7 +26,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $Id: pgcrypto.c,v 1.14 2003/08/04 00:43:11 momjian Exp $
+ * $PostgreSQL: pgsql/contrib/pgcrypto/pgcrypto.c,v 1.15 2003/11/29 22:39:28 pgsql Exp $
  */
 
 #include <postgres.h>
diff --git a/contrib/pgcrypto/pgcrypto.h b/contrib/pgcrypto/pgcrypto.h
index 0d8c1174f2da58eb25edde96eacd41eb0f47ca9b..34bf65320ab43f5f88c6d755872d359cccc72cca 100644
--- a/contrib/pgcrypto/pgcrypto.h
+++ b/contrib/pgcrypto/pgcrypto.h
@@ -26,7 +26,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $Id: pgcrypto.h,v 1.7 2001/10/28 06:25:41 momjian Exp $
+ * $PostgreSQL: pgsql/contrib/pgcrypto/pgcrypto.h,v 1.8 2003/11/29 22:39:28 pgsql Exp $
  */
 
 #ifndef _PG_CRYPTO_H
diff --git a/contrib/pgcrypto/px-crypt.c b/contrib/pgcrypto/px-crypt.c
index 898fa8a5c7af5da2685de41a5a2c9157529415ca..84a3e78f9d378cd0adf4f9db46506ddf3b2f1610 100644
--- a/contrib/pgcrypto/px-crypt.c
+++ b/contrib/pgcrypto/px-crypt.c
@@ -26,7 +26,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $Id: px-crypt.c,v 1.6 2001/11/20 18:54:07 momjian Exp $
+ * $PostgreSQL: pgsql/contrib/pgcrypto/px-crypt.c,v 1.7 2003/11/29 22:39:28 pgsql Exp $
  */
 
 #include <postgres.h>
diff --git a/contrib/pgcrypto/px-crypt.h b/contrib/pgcrypto/px-crypt.h
index 2c1bcbf4b6bec44f5ed25e1d6eace63fb4768a7a..134b1d56e9022d2c00bf01d297b72b2e24717a96 100644
--- a/contrib/pgcrypto/px-crypt.h
+++ b/contrib/pgcrypto/px-crypt.h
@@ -26,7 +26,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $Id: px-crypt.h,v 1.5 2001/11/05 17:46:23 momjian Exp $
+ * $PostgreSQL: pgsql/contrib/pgcrypto/px-crypt.h,v 1.6 2003/11/29 22:39:28 pgsql Exp $
  */
 
 #ifndef _PX_CRYPT_H
diff --git a/contrib/pgcrypto/px-hmac.c b/contrib/pgcrypto/px-hmac.c
index fd4eb441df1c5b5ff39aa0018d03e1ee3e395abf..e3baf540079b898b8119798b614198490577d846 100644
--- a/contrib/pgcrypto/px-hmac.c
+++ b/contrib/pgcrypto/px-hmac.c
@@ -26,7 +26,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $Id: px-hmac.c,v 1.4 2001/11/20 18:54:07 momjian Exp $
+ * $PostgreSQL: pgsql/contrib/pgcrypto/px-hmac.c,v 1.5 2003/11/29 22:39:28 pgsql Exp $
  */
 
 
diff --git a/contrib/pgcrypto/px.c b/contrib/pgcrypto/px.c
index ed7e330edc23506344db02b633ed849de6a1f4f3..1f5aa434b4d02b27bb65b9c1575ac97edc8ad61d 100644
--- a/contrib/pgcrypto/px.c
+++ b/contrib/pgcrypto/px.c
@@ -26,7 +26,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $Id: px.c,v 1.7 2002/03/06 06:09:10 momjian Exp $
+ * $PostgreSQL: pgsql/contrib/pgcrypto/px.c,v 1.8 2003/11/29 22:39:28 pgsql Exp $
  */
 
 #include <postgres.h>
diff --git a/contrib/pgcrypto/px.h b/contrib/pgcrypto/px.h
index 4fa6bd69ee24d08292a5451ff8071557f6c92538..e2feef1af2006c90ceaa16059edc31e90050943f 100644
--- a/contrib/pgcrypto/px.h
+++ b/contrib/pgcrypto/px.h
@@ -26,7 +26,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $Id: px.h,v 1.8 2002/10/21 18:56:30 petere Exp $
+ * $PostgreSQL: pgsql/contrib/pgcrypto/px.h,v 1.9 2003/11/29 22:39:28 pgsql Exp $
  */
 
 #ifndef __PX_H
diff --git a/contrib/pgcrypto/random.c b/contrib/pgcrypto/random.c
index 7984aee915dcf2e1ca7278cca829eaa1fd2dadd9..ce339a154a82a0e35217d4f5c60bd5f000c06006 100644
--- a/contrib/pgcrypto/random.c
+++ b/contrib/pgcrypto/random.c
@@ -26,7 +26,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $Id: random.c,v 1.6 2003/03/10 22:28:17 tgl Exp $
+ * $PostgreSQL: pgsql/contrib/pgcrypto/random.c,v 1.7 2003/11/29 22:39:28 pgsql Exp $
  */
 
 
diff --git a/contrib/pgcrypto/sha1.c b/contrib/pgcrypto/sha1.c
index 4f9a1b39849a7e104547b003e1103e58597e239a..21df9d6ff8befc4eaa31942529a27a58ffc5bfa0 100644
--- a/contrib/pgcrypto/sha1.c
+++ b/contrib/pgcrypto/sha1.c
@@ -1,4 +1,4 @@
-/*	$Id: sha1.c,v 1.11 2001/11/29 19:40:37 momjian Exp $ */
+/*	$PostgreSQL: pgsql/contrib/pgcrypto/sha1.c,v 1.12 2003/11/29 22:39:28 pgsql Exp $ */
 /*	   $KAME: sha1.c,v 1.3 2000/02/22 14:01:18 itojun Exp $    */
 
 /*
diff --git a/contrib/pgcrypto/sha1.h b/contrib/pgcrypto/sha1.h
index 096a9a40adf089dad4e4f4c2dd805cf4a819b082..ae830fccad5ce55db0882510ab1ddbe945e4c94b 100644
--- a/contrib/pgcrypto/sha1.h
+++ b/contrib/pgcrypto/sha1.h
@@ -1,4 +1,4 @@
-/*	$Id: sha1.h,v 1.8 2001/11/05 17:46:23 momjian Exp $ */
+/*	$PostgreSQL: pgsql/contrib/pgcrypto/sha1.h,v 1.9 2003/11/29 22:39:28 pgsql Exp $ */
 /*	   $KAME: sha1.h,v 1.4 2000/02/22 14:01:18 itojun Exp $    */
 
 /*
diff --git a/contrib/pgstattuple/Makefile b/contrib/pgstattuple/Makefile
index 88f1b658d41a1c453d449ec718472eb1377eb3bb..e1a94c0aa7a46abcac6517e8c1fe263d55aeff02 100644
--- a/contrib/pgstattuple/Makefile
+++ b/contrib/pgstattuple/Makefile
@@ -2,7 +2,7 @@
 #
 # pgstattuple Makefile
 #
-# $Id: Makefile,v 1.1 2001/10/01 01:52:38 ishii Exp $
+# $PostgreSQL: pgsql/contrib/pgstattuple/Makefile,v 1.2 2003/11/29 22:39:29 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 
diff --git a/contrib/pgstattuple/README.pgstattuple.euc_jp b/contrib/pgstattuple/README.pgstattuple.euc_jp
index 33fd9ee7edcb92a39c4480755b76dff0e1c88a02..40bfa8d3ac198fec4888ed9847d63d6cc39b46f7 100644
--- a/contrib/pgstattuple/README.pgstattuple.euc_jp
+++ b/contrib/pgstattuple/README.pgstattuple.euc_jp
@@ -1,4 +1,4 @@
-$Id: README.pgstattuple.euc_jp,v 1.4 2002/09/04 02:54:59 ishii Exp $
+$PostgreSQL: pgsql/contrib/pgstattuple/README.pgstattuple.euc_jp,v 1.5 2003/11/29 22:39:29 pgsql Exp $
 
 pgstattuple README		2002/08/22 �а�ã��
 
diff --git a/doc/TODO b/doc/TODO
index 5c0f778dfb272f04a89bd699a0455fde22c01603..49be38edbbc71425cc7308d23bf525e083bf1bc2 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -458,7 +458,7 @@ Source Code
 * Acquire lock on a relation before building a relcache entry for it
 * Research interaction of setitimer() and sleep() used by statement_timeout
 * Add checks for fclose() failure
-* Change CVS $Id: TODO,v 1.1171 2003/11/19 17:35:40 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1171 2003/11/19 17:35:40 momjian Exp $
+* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1172 2003/11/29 22:39:30 pgsql Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1172 2003/11/29 22:39:30 pgsql Exp $
 * Exit postmaster if postgresql.conf can not be opened
 * Rename /scripts directory because they are all C programs now
 * Allow the regression tests to start postmaster with -i so the tests
diff --git a/doc/TODO.detail/win32 b/doc/TODO.detail/win32
index a1708992008c53023c87c65181574ac835cdb121..45a9fbe8a0103250a70e859521605d77ffda77a0 100644
--- a/doc/TODO.detail/win32
+++ b/doc/TODO.detail/win32
@@ -6475,7 +6475,7 @@ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
 X-Spam-Status: Yes, hits=5.0 required=5.0 tests=RCVD_IN_OSIRUSOFT_COM,X_OSIRU_SPAM_SRC version=2.20
 X-Spam-Flag: YES
 X-Spam-Level: *****
-X-Spam-Checker-Version: SpamAssassin 2.20 (devel $Id: win32,v 1.6 2003/11/13 03:45:33 momjian Exp $)
+X-Spam-Checker-Version: SpamAssassin 2.20 (devel $PostgreSQL: pgsql/doc/TODO.detail/win32,v 1.7 2003/11/29 22:39:38 pgsql Exp $)
 X-Spam-Report: Detailed Report
 SPAM: -------------------- Start SpamAssassin results ----------------------
   SPAM: This mail is probably spam.  The original message has been altered
diff --git a/src/backend/access/heap/hio.c b/src/backend/access/heap/hio.c
index 9c7d72a7e4ec293e1c7a8d4b6c6e379d68241177..14eab56aed9c1fa6124b8cd74c1b6bec3e2b3148 100644
--- a/src/backend/access/heap/hio.c
+++ b/src/backend/access/heap/hio.c
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *	  $Id: hio.c,v 1.50 2003/09/25 06:57:57 petere Exp $
+ *	  $PostgreSQL: pgsql/src/backend/access/heap/hio.c,v 1.51 2003/11/29 22:39:39 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/backend/catalog/information_schema.sql b/src/backend/catalog/information_schema.sql
index 3e6269be83508378327ca054c4d7614126eeb6f8..a51767c507250a90a278d971846ea68c34aa2d99 100644
--- a/src/backend/catalog/information_schema.sql
+++ b/src/backend/catalog/information_schema.sql
@@ -4,7 +4,7 @@
  *
  * Copyright 2003, PostgreSQL Global Development Group
  *
- * $Id: information_schema.sql,v 1.16 2003/11/08 20:43:52 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/catalog/information_schema.sql,v 1.17 2003/11/29 22:39:40 pgsql Exp $
  */
 
 /*
diff --git a/src/backend/catalog/system_views.sql b/src/backend/catalog/system_views.sql
index 525a8bbb4fa737c72166db42a98c6ecc271543db..0149fed03d60b95db2974d9f4c65542bb57de3d9 100644
--- a/src/backend/catalog/system_views.sql
+++ b/src/backend/catalog/system_views.sql
@@ -3,7 +3,7 @@
  *
  * Copyright 1996-2003, PostgreSQL Global Development Group
  *
- * $Id: system_views.sql,v 1.2 2003/11/13 22:13:39 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/catalog/system_views.sql,v 1.3 2003/11/29 22:39:40 pgsql Exp $
  */
 
 CREATE VIEW pg_user AS 
diff --git a/src/backend/lib/stringinfo.c b/src/backend/lib/stringinfo.c
index 3d7c24bb4faba6a24a070448935b1c49a810fd34..26fdbc8e488769047cf40fd7df5319142104ced1 100644
--- a/src/backend/lib/stringinfo.c
+++ b/src/backend/lib/stringinfo.c
@@ -9,7 +9,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- *	  $Id: stringinfo.c,v 1.36 2003/08/04 02:39:59 momjian Exp $
+ *	  $PostgreSQL: pgsql/src/backend/lib/stringinfo.c,v 1.37 2003/11/29 22:39:42 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/backend/nodes/README b/src/backend/nodes/README
index 59db30ceae754176f3fb9fd6c7463e5e22a3bc6f..499aefbe97703f140487cb8f8f8021f27a5f9b10 100644
--- a/src/backend/nodes/README
+++ b/src/backend/nodes/README
@@ -5,7 +5,7 @@
 *                                                                             *
 * Copyright (c) 1994, Regents of the University of California                 *
 *                                                                             *
-* $Id: README,v 1.1.1.1 1996/07/09 06:21:32 scrappy Exp $
+* $PostgreSQL: pgsql/src/backend/nodes/README,v 1.2 2003/11/29 22:39:45 pgsql Exp $
 *                                                                             *
 *******************************************************************************
 
diff --git a/src/backend/optimizer/geqo/geqo_copy.c b/src/backend/optimizer/geqo/geqo_copy.c
index 50dd70106b281a86e438b0477973e9f1bef08ce3..43d8e7c784bff299a8d328019980c75561f3c8bc 100644
--- a/src/backend/optimizer/geqo/geqo_copy.c
+++ b/src/backend/optimizer/geqo/geqo_copy.c
@@ -5,7 +5,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_copy.c,v 1.12 2003/08/04 02:39:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_copy.c,v 1.13 2003/11/29 22:39:49 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/backend/optimizer/geqo/geqo_cx.c b/src/backend/optimizer/geqo/geqo_cx.c
index fc7f72050b0bb7546b450188fb8082e6377d485c..616ff41fb9734fe7a37c419adc943713b37675f0 100644
--- a/src/backend/optimizer/geqo/geqo_cx.c
+++ b/src/backend/optimizer/geqo/geqo_cx.c
@@ -6,7 +6,7 @@
 *	 CX operator according to Oliver et al
 *	 (Proc 2nd Int'l Conf on GA's)
 *
-* $Id: geqo_cx.c,v 1.9 1999/07/16 04:59:07 momjian Exp $
+* $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_cx.c,v 1.10 2003/11/29 22:39:49 pgsql Exp $
 *
 *-------------------------------------------------------------------------
 */
diff --git a/src/backend/optimizer/geqo/geqo_erx.c b/src/backend/optimizer/geqo/geqo_erx.c
index 86b471f1cd033e1dc335fa541919714ea92ae082..05d7602fefee1bca78b476a92972fa1ad7e859e0 100644
--- a/src/backend/optimizer/geqo/geqo_erx.c
+++ b/src/backend/optimizer/geqo/geqo_erx.c
@@ -3,7 +3,7 @@
 * geqo_erx.c
 *	 edge recombination crossover [ER]
 *
-* $Id: geqo_erx.c,v 1.18 2003/07/25 00:01:06 tgl Exp $
+* $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_erx.c,v 1.19 2003/11/29 22:39:49 pgsql Exp $
 *
 *-------------------------------------------------------------------------
 */
diff --git a/src/backend/optimizer/geqo/geqo_mutation.c b/src/backend/optimizer/geqo/geqo_mutation.c
index 037af7e305029133dfe51356fc0c21d7844cd634..946eb117e3dd3c6653ff4bbae82be822e1a334ed 100644
--- a/src/backend/optimizer/geqo/geqo_mutation.c
+++ b/src/backend/optimizer/geqo/geqo_mutation.c
@@ -4,7 +4,7 @@
 *
 *	 TSP mutation routines
 *
-* $Id: geqo_mutation.c,v 1.8 1999/07/16 04:59:10 momjian Exp $
+* $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_mutation.c,v 1.9 2003/11/29 22:39:49 pgsql Exp $
 *
 *-------------------------------------------------------------------------
 */
diff --git a/src/backend/optimizer/geqo/geqo_ox1.c b/src/backend/optimizer/geqo/geqo_ox1.c
index 14c63551afb68b0e92b0aad1658e2772dd36cd8e..268194e295cbfd888a1ef7f759c45beb943aa8a8 100644
--- a/src/backend/optimizer/geqo/geqo_ox1.c
+++ b/src/backend/optimizer/geqo/geqo_ox1.c
@@ -6,7 +6,7 @@
 *	 OX1 operator according to Davis
 *	 (Proc Int'l Joint Conf on AI)
 *
-* $Id: geqo_ox1.c,v 1.8 1999/07/16 04:59:10 momjian Exp $
+* $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_ox1.c,v 1.9 2003/11/29 22:39:49 pgsql Exp $
 *
 *-------------------------------------------------------------------------
 */
diff --git a/src/backend/optimizer/geqo/geqo_ox2.c b/src/backend/optimizer/geqo/geqo_ox2.c
index 2270ac2aeb70e3d2532e099e0f19d169ad319faf..029a5027a7b1f3c519e35ec931a31022b3dd58cc 100644
--- a/src/backend/optimizer/geqo/geqo_ox2.c
+++ b/src/backend/optimizer/geqo/geqo_ox2.c
@@ -6,7 +6,7 @@
 *	 OX2 operator according to Syswerda
 *	 (The Genetic Algorithms Handbook, ed L Davis)
 *
-* $Id: geqo_ox2.c,v 1.8 1999/07/16 04:59:10 momjian Exp $
+* $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_ox2.c,v 1.9 2003/11/29 22:39:49 pgsql Exp $
 *
 *-------------------------------------------------------------------------
 */
diff --git a/src/backend/optimizer/geqo/geqo_pmx.c b/src/backend/optimizer/geqo/geqo_pmx.c
index 93e944c88a622c06f0648100e58b0c48ca519b94..dc52b731523e4a8054e4e8bcf5374889829ac9b1 100644
--- a/src/backend/optimizer/geqo/geqo_pmx.c
+++ b/src/backend/optimizer/geqo/geqo_pmx.c
@@ -6,7 +6,7 @@
 *	 PMX operator according to Goldberg & Lingle
 *	 (Proc Int'l Conf on GA's)
 *
-* $Id: geqo_pmx.c,v 1.9 1999/07/16 04:59:11 momjian Exp $
+* $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_pmx.c,v 1.10 2003/11/29 22:39:49 pgsql Exp $
 *
 *-------------------------------------------------------------------------
 */
diff --git a/src/backend/optimizer/geqo/geqo_pool.c b/src/backend/optimizer/geqo/geqo_pool.c
index ae74227c144893037899a617673119396d01dd53..d1ee094b359dc585bf040d75db7f41b41f8cf29c 100644
--- a/src/backend/optimizer/geqo/geqo_pool.c
+++ b/src/backend/optimizer/geqo/geqo_pool.c
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_pool.c,v 1.21 2003/08/04 02:39:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_pool.c,v 1.22 2003/11/29 22:39:49 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/backend/optimizer/geqo/geqo_px.c b/src/backend/optimizer/geqo/geqo_px.c
index 0567cb11d2515694fbe0c657c38cb0a53993ee7d..8b6732b72247604a8fd1279c9aaa566ceab673ba 100644
--- a/src/backend/optimizer/geqo/geqo_px.c
+++ b/src/backend/optimizer/geqo/geqo_px.c
@@ -6,7 +6,7 @@
 *	 PX operator according to Syswerda
 *	 (The Genetic Algorithms Handbook, L Davis, ed)
 *
-* $Id: geqo_px.c,v 1.9 1999/07/16 04:59:12 momjian Exp $
+* $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_px.c,v 1.10 2003/11/29 22:39:49 pgsql Exp $
 *
 *-------------------------------------------------------------------------
 */
diff --git a/src/backend/optimizer/geqo/geqo_recombination.c b/src/backend/optimizer/geqo/geqo_recombination.c
index 6f74ce94ebc94877e57f3f56cc54d39f564c8d14..d438a32f9afa56c16c60ee03609b8650843cdc17 100644
--- a/src/backend/optimizer/geqo/geqo_recombination.c
+++ b/src/backend/optimizer/geqo/geqo_recombination.c
@@ -3,7 +3,7 @@
 * geqo_recombination.c
 *	 misc recombination procedures
 *
-* $Id: geqo_recombination.c,v 1.11 1999/07/16 04:59:13 momjian Exp $
+* $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_recombination.c,v 1.12 2003/11/29 22:39:49 pgsql Exp $
 *
 *-------------------------------------------------------------------------
 */
diff --git a/src/backend/optimizer/geqo/geqo_selection.c b/src/backend/optimizer/geqo/geqo_selection.c
index b6ba8b595187f2e72c636ecdc1e0898b00682be9..1822aa48a17be75e9f1ab0b3a127cddd1afb0663 100644
--- a/src/backend/optimizer/geqo/geqo_selection.c
+++ b/src/backend/optimizer/geqo/geqo_selection.c
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_selection.c,v 1.15 2003/08/04 02:39:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_selection.c,v 1.16 2003/11/29 22:39:49 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/backend/port/dynloader/aix.h b/src/backend/port/dynloader/aix.h
index 3aee79731a220b8646a5e91a8fed62387c2f44ac..69e20ebae36c7a14f438a2e22e8d42796b00f89e 100644
--- a/src/backend/port/dynloader/aix.h
+++ b/src/backend/port/dynloader/aix.h
@@ -1,5 +1,5 @@
 /*
- * $Id: aix.h,v 1.11 2002/02/12 23:39:46 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/aix.h,v 1.12 2003/11/29 22:39:51 pgsql Exp $
  *
  * @(#)dlfcn.h	1.4 revision of 95/04/25  09:36:52
  * This is an unpublished work copyright (c) 1992 HELIOS Software GmbH
diff --git a/src/backend/port/dynloader/beos.h b/src/backend/port/dynloader/beos.h
index 8e7037bedfd22a9ec588dead02868dd482921200..4d8e7f99c72daf7e489c8ef1bf572e49006e43df 100644
--- a/src/backend/port/dynloader/beos.h
+++ b/src/backend/port/dynloader/beos.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: beos.h,v 1.8 2003/08/04 02:40:02 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/beos.h,v 1.9 2003/11/29 22:39:52 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/backend/port/dynloader/bsdi.h b/src/backend/port/dynloader/bsdi.h
index 202f961d08c672bc8cedd30f06968e8e3a5f435e..5a9bc23002f323e3e2a4465fb442d36fb79eb78e 100644
--- a/src/backend/port/dynloader/bsdi.h
+++ b/src/backend/port/dynloader/bsdi.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: bsdi.h,v 1.18 2003/08/04 02:40:02 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/bsdi.h,v 1.19 2003/11/29 22:39:52 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/backend/port/dynloader/dgux.c b/src/backend/port/dynloader/dgux.c
index a646272542368185c4cd92feeba833232a81e312..34f6bc48057a7bb9e9acbccedcc685ba72c7436c 100644
--- a/src/backend/port/dynloader/dgux.c
+++ b/src/backend/port/dynloader/dgux.c
@@ -2,5 +2,5 @@
  *
  * see dgux.h
  *
- * $Id: dgux.c,v 1.3 1998/02/26 04:34:24 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/dgux.c,v 1.4 2003/11/29 22:39:52 pgsql Exp $
  */
diff --git a/src/backend/port/dynloader/dgux.h b/src/backend/port/dynloader/dgux.h
index 66e372526e97b2f74d4f2eaa3d4d33bc9ea66000..a3b8b30ae71e28fad705d5f746a18e318d42b2ac 100644
--- a/src/backend/port/dynloader/dgux.h
+++ b/src/backend/port/dynloader/dgux.h
@@ -5,7 +5,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dgux.h,v 1.16 2003/08/04 02:40:02 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/dgux.h,v 1.17 2003/11/29 22:39:52 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/backend/port/dynloader/freebsd.h b/src/backend/port/dynloader/freebsd.h
index c834d9a3e52a4f2bcd552f0d6ff79baea84fbd5f..50dbf4a4a119c531cb5e10999614e75d5442a620 100644
--- a/src/backend/port/dynloader/freebsd.h
+++ b/src/backend/port/dynloader/freebsd.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: freebsd.h,v 1.17 2003/08/04 02:40:02 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/freebsd.h,v 1.18 2003/11/29 22:39:52 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/backend/port/dynloader/irix5.h b/src/backend/port/dynloader/irix5.h
index 02d788717d379e56c74421f14c6b40e2a892eef0..c642f5db9d3799270e75ddf0eb2d810d35f10f65 100644
--- a/src/backend/port/dynloader/irix5.h
+++ b/src/backend/port/dynloader/irix5.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: irix5.h,v 1.14 2003/08/04 02:40:02 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/irix5.h,v 1.15 2003/11/29 22:39:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/backend/port/dynloader/linux.h b/src/backend/port/dynloader/linux.h
index a1bd2a3f4f638f9784daa7de94d621e83a6f1969..b91f5587a49a6225fb610457933b08cb403492fd 100644
--- a/src/backend/port/dynloader/linux.h
+++ b/src/backend/port/dynloader/linux.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: linux.h,v 1.21 2003/08/04 02:40:02 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/linux.h,v 1.22 2003/11/29 22:39:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/backend/port/dynloader/netbsd.h b/src/backend/port/dynloader/netbsd.h
index d5f6e95d49890c4ae20e5a723c8582c585777c29..c691c4712c66d637811005d13bd1419b6fee11a5 100644
--- a/src/backend/port/dynloader/netbsd.h
+++ b/src/backend/port/dynloader/netbsd.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: netbsd.h,v 1.11 2003/08/04 02:40:02 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/netbsd.h,v 1.12 2003/11/29 22:39:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/backend/port/dynloader/openbsd.h b/src/backend/port/dynloader/openbsd.h
index fecc80f9b3259c9d6c205377570cac54acbdbc05..dca24617265f365b10ec415bcad46f5f5ac80e30 100644
--- a/src/backend/port/dynloader/openbsd.h
+++ b/src/backend/port/dynloader/openbsd.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: openbsd.h,v 1.12 2003/08/04 02:40:02 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/openbsd.h,v 1.13 2003/11/29 22:39:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/backend/port/dynloader/osf.h b/src/backend/port/dynloader/osf.h
index 3a219c0e46b18e8208c6b22844ec06b88e5d46f7..a2c2d45190830b36396ffb27c86ea2134ff8f265 100644
--- a/src/backend/port/dynloader/osf.h
+++ b/src/backend/port/dynloader/osf.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: osf.h,v 1.10 2003/08/04 02:40:02 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/osf.h,v 1.11 2003/11/29 22:39:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/backend/port/dynloader/sco.h b/src/backend/port/dynloader/sco.h
index a1f5a80ee4c8ca5ccc0576c31a17f38969f55f86..1f944c7ddbd37b360c8d219744de5d0b0ddaeef9 100644
--- a/src/backend/port/dynloader/sco.h
+++ b/src/backend/port/dynloader/sco.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sco.h,v 1.14 2003/08/04 02:40:02 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/sco.h,v 1.15 2003/11/29 22:39:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/backend/port/dynloader/solaris.h b/src/backend/port/dynloader/solaris.h
index 256a750c91e72f6ab8bbb95314c0868a9ad2265f..bf886498ed97b4f8748696ebaf769b6681280d76 100644
--- a/src/backend/port/dynloader/solaris.h
+++ b/src/backend/port/dynloader/solaris.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: solaris.h,v 1.10 2003/08/04 02:40:02 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/solaris.h,v 1.11 2003/11/29 22:39:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/backend/port/dynloader/sunos4.h b/src/backend/port/dynloader/sunos4.h
index 8f5a30a23473e51b4122ecf9941a0e7c9da80af5..2e27576171251365105834ad988efcb98ac1e8e2 100644
--- a/src/backend/port/dynloader/sunos4.h
+++ b/src/backend/port/dynloader/sunos4.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sunos4.h,v 1.15 2003/08/04 02:40:02 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/sunos4.h,v 1.16 2003/11/29 22:39:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/backend/port/dynloader/svr4.h b/src/backend/port/dynloader/svr4.h
index b2cab528813c880c0221d157b723638237b03632..0fcc0d172df832e2b228fafa93e5c365227cb7a9 100644
--- a/src/backend/port/dynloader/svr4.h
+++ b/src/backend/port/dynloader/svr4.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: svr4.h,v 1.14 2003/08/04 02:40:02 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/svr4.h,v 1.15 2003/11/29 22:39:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/backend/port/dynloader/ultrix4.h b/src/backend/port/dynloader/ultrix4.h
index 646e934befe9be1389b2412e9d0272d562f6bfa2..b48bc84eff3e3698df23a8a83331270528c50da4 100644
--- a/src/backend/port/dynloader/ultrix4.h
+++ b/src/backend/port/dynloader/ultrix4.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: ultrix4.h,v 1.12 2003/08/04 02:40:02 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/ultrix4.h,v 1.13 2003/11/29 22:39:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/backend/port/sunos4/float.h b/src/backend/port/sunos4/float.h
index c7df8d4ab033376452d346e36ffa64f86f8835b5..4b6cf552d8d3bed850a4509a5bba7fc4da1cff0b 100644
--- a/src/backend/port/sunos4/float.h
+++ b/src/backend/port/sunos4/float.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: float.h,v 1.11 2003/08/04 02:40:02 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/port/sunos4/float.h,v 1.12 2003/11/29 22:39:58 pgsql Exp $
  *
  * NOTES
  *	  These come straight out of ANSI X3.159-1989 (p.18) and
diff --git a/src/backend/utils/mb/Unicode/UCS_to_8859.pl b/src/backend/utils/mb/Unicode/UCS_to_8859.pl
index 6d57bae2f3b8f02fcfcf1100ec51d7313fbf4501..34b49eb546d4576d6ba3b9e525d7e1833aa0d62d 100755
--- a/src/backend/utils/mb/Unicode/UCS_to_8859.pl
+++ b/src/backend/utils/mb/Unicode/UCS_to_8859.pl
@@ -2,7 +2,7 @@
 #
 # Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_8859.pl,v 1.4 2003/08/04 23:59:39 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_8859.pl,v 1.5 2003/11/29 22:40:01 pgsql Exp $
 #
 # Generate UTF-8 <--> ISO8859 code conversion tables from
 # map files provided by Unicode organization.
diff --git a/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl b/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl
index 06e6f839fe02d2af398eb6315beea6c9e9fe9138..768665a7ef6bb7e8b79c9e1473b48dcf96a7dbce 100755
--- a/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl
+++ b/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl
@@ -2,7 +2,7 @@
 #
 # Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_BIG5.pl,v 1.3 2003/08/04 23:59:39 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl,v 1.4 2003/11/29 22:40:01 pgsql Exp $
 #
 # Generate UTF-8 <--> BIG5 code conversion tables from
 # map files provided by Unicode organization.
diff --git a/src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl b/src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl
index cb3d6f42d75a4faf176704a80580b4207f741b7a..ae092d06919cdedade77a24d603718639a2723cc 100755
--- a/src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl
+++ b/src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl
@@ -2,7 +2,7 @@
 #
 # Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_EUC_CN.pl,v 1.3 2003/08/04 23:59:39 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl,v 1.4 2003/11/29 22:40:01 pgsql Exp $
 #
 # Generate UTF-8 <--> EUC_CN code conversion tables from
 # map files provided by Unicode organization.
diff --git a/src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl b/src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl
index f2a52fcb1f303f1d6c5b6a18abe3e24371272650..eb2c704945d5f65112fbb81863ecf039a4e68c5b 100755
--- a/src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl
+++ b/src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl
@@ -2,7 +2,7 @@
 #
 # Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_EUC_JP.pl,v 1.3 2003/08/04 23:59:39 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl,v 1.4 2003/11/29 22:40:01 pgsql Exp $
 #
 # Generate UTF-8 <--> EUC_JP code conversion tables from
 # map files provided by Unicode organization.
diff --git a/src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl b/src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl
index c7127aac2b6ee5cd0ef4cd426a4e746b81a8b80c..baadaaf3a478950a565dc2af2e15c00fe58ae71a 100755
--- a/src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl
+++ b/src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl
@@ -2,7 +2,7 @@
 #
 # Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_EUC_KR.pl,v 1.4 2003/08/04 23:59:39 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl,v 1.5 2003/11/29 22:40:01 pgsql Exp $
 #
 # Generate UTF-8 <--> EUC_KR code conversion tables from
 # map files provided by Unicode organization.
diff --git a/src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl b/src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl
index fdd7a35b7907c9db9a9367724cc9a2d76effe393..d24dba1f0c07c1f213ca1c2593bb7ad2137a5229 100755
--- a/src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl
+++ b/src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl
@@ -2,7 +2,7 @@
 #
 # Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_EUC_TW.pl,v 1.3 2003/08/04 23:59:39 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl,v 1.4 2003/11/29 22:40:01 pgsql Exp $
 #
 # Generate UTF-8 <--> EUC_TW code conversion tables from
 # map files provided by Unicode organization.
diff --git a/src/backend/utils/mb/Unicode/UCS_to_GB18030.pl b/src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
index 01643c63a6fabf53d506f2225e15eb967d84ffb1..700bb08409fb6f6fd301b509ef6968cfd772c648 100755
--- a/src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
+++ b/src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
@@ -2,7 +2,7 @@
 #
 # Copyright 2002 by Bill Huang
 #
-# $Id: UCS_to_GB18030.pl,v 1.3 2003/08/25 01:46:16 ishii Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_GB18030.pl,v 1.4 2003/11/29 22:40:01 pgsql Exp $
 #
 # Generate UTF-8 <--> GB18030 code conversion tables from
 # map files provided by Unicode organization.
diff --git a/src/backend/utils/mb/Unicode/UCS_to_GBK.pl b/src/backend/utils/mb/Unicode/UCS_to_GBK.pl
index 0de572696e8841f18a907235b68bcd5deb31caf4..6769eb463ba3b15cef20af1ba5c708d0f5ea175e 100644
--- a/src/backend/utils/mb/Unicode/UCS_to_GBK.pl
+++ b/src/backend/utils/mb/Unicode/UCS_to_GBK.pl
@@ -2,7 +2,7 @@
 #
 # Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_GBK.pl,v 1.2 2003/08/04 23:59:39 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_GBK.pl,v 1.3 2003/11/29 22:40:01 pgsql Exp $
 #
 #
 # Generate UTF-8 <--> GBK code conversion tables from
diff --git a/src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl b/src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl
index ea59ffd35d662a4c0098b34443c390611b3d27cf..d8b556715731e1f5c06752f612f0dcc551ff99de 100644
--- a/src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl
+++ b/src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl
@@ -2,7 +2,7 @@
 #
 # Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_JOHAB.pl,v 1.2 2003/08/04 23:59:39 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl,v 1.3 2003/11/29 22:40:01 pgsql Exp $
 #
 # Generate UTF-8 <--> JOHAB code conversion tables from
 # map files provided by Unicode organization.
diff --git a/src/backend/utils/mb/Unicode/UCS_to_SJIS.pl b/src/backend/utils/mb/Unicode/UCS_to_SJIS.pl
index a5f61baa30ff9b74df1e29698f251062e20b0892..a4ad99c3e520114a9cf08a404b2a9a4b08472896 100755
--- a/src/backend/utils/mb/Unicode/UCS_to_SJIS.pl
+++ b/src/backend/utils/mb/Unicode/UCS_to_SJIS.pl
@@ -2,7 +2,7 @@
 #
 # Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_SJIS.pl,v 1.4 2003/08/04 23:59:39 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_SJIS.pl,v 1.5 2003/11/29 22:40:01 pgsql Exp $
 #
 # Generate UTF-8 <--> SJIS code conversion tables from
 # map files provided by Unicode organization.
diff --git a/src/backend/utils/mb/Unicode/UCS_to_UHC.pl b/src/backend/utils/mb/Unicode/UCS_to_UHC.pl
index 5bf33bc4288f73fe947e962f4a8ef774de88bf84..771782ccc4cc5e6d86f22b1ad1ce276552ade2b5 100644
--- a/src/backend/utils/mb/Unicode/UCS_to_UHC.pl
+++ b/src/backend/utils/mb/Unicode/UCS_to_UHC.pl
@@ -2,7 +2,7 @@
 #
 # Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_UHC.pl,v 1.2 2003/08/04 23:59:39 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_UHC.pl,v 1.3 2003/11/29 22:40:01 pgsql Exp $
 #
 # Generate UTF-8 <--> BIG5 code conversion tables from
 # map files provided by Unicode organization.
diff --git a/src/backend/utils/mb/Unicode/UCS_to_WIN874.pl b/src/backend/utils/mb/Unicode/UCS_to_WIN874.pl
index 728442e420934f48380db2353528de1c2abb2d90..187555b7b92727221cea24d994d067f8a899fa50 100644
--- a/src/backend/utils/mb/Unicode/UCS_to_WIN874.pl
+++ b/src/backend/utils/mb/Unicode/UCS_to_WIN874.pl
@@ -2,7 +2,7 @@
 #
 # Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_WIN874.pl,v 1.2 2003/08/04 23:59:39 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_WIN874.pl,v 1.3 2003/11/29 22:40:01 pgsql Exp $
 #
 # Generate UTF-8 <--> WIN874 code conversion tables from
 # map files provided by Unicode organization.
diff --git a/src/backend/utils/mb/Unicode/UCS_to_WINX.pl b/src/backend/utils/mb/Unicode/UCS_to_WINX.pl
index a905b49f00c016126cfecd1af5258c83d2f5d339..35c5e15f8dd9f6f8841f15a49f1a12ab44be4299 100644
--- a/src/backend/utils/mb/Unicode/UCS_to_WINX.pl
+++ b/src/backend/utils/mb/Unicode/UCS_to_WINX.pl
@@ -2,7 +2,7 @@
 #
 # Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_WINX.pl,v 1.2 2003/08/04 23:59:39 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_WINX.pl,v 1.3 2003/11/29 22:40:01 pgsql Exp $
 #
 # Generate UTF-8 <--> WINX code conversion tables from
 # map files provided by Unicode organization.
diff --git a/src/backend/utils/mb/Unicode/UCS_to_cyrillic.pl b/src/backend/utils/mb/Unicode/UCS_to_cyrillic.pl
index f0d43ca3eb49b733e9b0dbffaf96b14908b2d34c..0d546902b15169e4870d1ac6e350380c5d9894f6 100644
--- a/src/backend/utils/mb/Unicode/UCS_to_cyrillic.pl
+++ b/src/backend/utils/mb/Unicode/UCS_to_cyrillic.pl
@@ -2,7 +2,7 @@
 #
 # Copyright (c) 2001-2003, PostgreSQL Global Development Group
 #
-# $Id: UCS_to_cyrillic.pl,v 1.3 2003/08/04 23:59:39 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_cyrillic.pl,v 1.4 2003/11/29 22:40:01 pgsql Exp $
 #
 # Generate UTF-8 <--> ISO8859 code conversion tables from
 # map files provided by Unicode organization.
diff --git a/src/backend/utils/mb/Unicode/ucs2utf.pl b/src/backend/utils/mb/Unicode/ucs2utf.pl
index 801467ab69b80e39daf18a39b0b0b351eacbd3f5..c2201ae663300f5257b48db17759a803133f3794 100644
--- a/src/backend/utils/mb/Unicode/ucs2utf.pl
+++ b/src/backend/utils/mb/Unicode/ucs2utf.pl
@@ -1,5 +1,5 @@
 #
-# $Id: ucs2utf.pl,v 1.1 2000/10/30 10:40:30 ishii Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/ucs2utf.pl,v 1.2 2003/11/29 22:40:01 pgsql Exp $
 # convert UCS-2 to UTF-8
 #
 sub ucs2utf {
diff --git a/src/backend/utils/mb/alt.c b/src/backend/utils/mb/alt.c
index 984caa8f7f87eb3346f1ae0a8f79c5dda7a2722a..232529c33669aac993597cec64fb9e9d90131328 100644
--- a/src/backend/utils/mb/alt.c
+++ b/src/backend/utils/mb/alt.c
@@ -4,7 +4,7 @@
  *
  * Tatsuo Ishii
  *
- * $Id: alt.c,v 1.3 2001/02/10 02:31:27 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/mb/alt.c,v 1.4 2003/11/29 22:39:59 pgsql Exp $
  */
 
 #include <stdio.h>
diff --git a/src/backend/utils/mb/conversion_procs/ascii_and_mic/Makefile b/src/backend/utils/mb/conversion_procs/ascii_and_mic/Makefile
index 1c1bdc77af7cfecd3d7d6ec8e8d578c4cdc3e48f..39beee6654ec4bd6c608ecbf6690c2a2aecf02fb 100644
--- a/src/backend/utils/mb/conversion_procs/ascii_and_mic/Makefile
+++ b/src/backend/utils/mb/conversion_procs/ascii_and_mic/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.3 2002/08/22 02:18:45 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/ascii_and_mic/Makefile,v 1.4 2003/11/29 22:40:02 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/ascii_and_mic
diff --git a/src/backend/utils/mb/conversion_procs/cyrillic_and_mic/Makefile b/src/backend/utils/mb/conversion_procs/cyrillic_and_mic/Makefile
index 6c4e878fcfad785bca6c542c07433b40a1485787..3a7712687b7d86b84114ff55fef0daf441f8e10a 100644
--- a/src/backend/utils/mb/conversion_procs/cyrillic_and_mic/Makefile
+++ b/src/backend/utils/mb/conversion_procs/cyrillic_and_mic/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/cyrillic_and_mic/Makefile,v 1.3 2003/11/29 22:40:04 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/cyrillic_and_mic
diff --git a/src/backend/utils/mb/conversion_procs/euc_cn_and_mic/Makefile b/src/backend/utils/mb/conversion_procs/euc_cn_and_mic/Makefile
index 0069ba367ef493219baf2cb38bcbfec9d934bce9..b10f000559a3e39d1bdbc8ad6e5723e3de170075 100644
--- a/src/backend/utils/mb/conversion_procs/euc_cn_and_mic/Makefile
+++ b/src/backend/utils/mb/conversion_procs/euc_cn_and_mic/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/euc_cn_and_mic/Makefile,v 1.3 2003/11/29 22:40:05 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/euc_cn_and_mic
diff --git a/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis/Makefile b/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis/Makefile
index a90cf08e1f7ea3c8058847d9c81334e663eed4fb..100f46bf243d3da82a532bf46859097049368eb7 100644
--- a/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis/Makefile
+++ b/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis/Makefile,v 1.3 2003/11/29 22:40:06 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/euc_jp_and_sjis
diff --git a/src/backend/utils/mb/conversion_procs/euc_kr_and_mic/Makefile b/src/backend/utils/mb/conversion_procs/euc_kr_and_mic/Makefile
index bff9f09acc3a4a800947494546dc5852677095df..5dd697128bdbd98f897f458ce024a60537f74d2c 100644
--- a/src/backend/utils/mb/conversion_procs/euc_kr_and_mic/Makefile
+++ b/src/backend/utils/mb/conversion_procs/euc_kr_and_mic/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/euc_kr_and_mic/Makefile,v 1.3 2003/11/29 22:40:07 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/euc_kr_and_mic
diff --git a/src/backend/utils/mb/conversion_procs/euc_tw_and_big5/Makefile b/src/backend/utils/mb/conversion_procs/euc_tw_and_big5/Makefile
index 880669d038efa59b35003e95db8bb5c0960676ad..ccf1d66106cfac5996f4c2422713a4cbfbacee29 100644
--- a/src/backend/utils/mb/conversion_procs/euc_tw_and_big5/Makefile
+++ b/src/backend/utils/mb/conversion_procs/euc_tw_and_big5/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/euc_tw_and_big5/Makefile,v 1.3 2003/11/29 22:40:08 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/euc_tw_and_big5
diff --git a/src/backend/utils/mb/conversion_procs/euc_tw_and_big5/big5.c b/src/backend/utils/mb/conversion_procs/euc_tw_and_big5/big5.c
index 7fca11563e33b4e197864192e195c61b90d894c3..0dcf3e8a8cfe0a8bf5cb5480dae4754125fa4d9f 100644
--- a/src/backend/utils/mb/conversion_procs/euc_tw_and_big5/big5.c
+++ b/src/backend/utils/mb/conversion_procs/euc_tw_and_big5/big5.c
@@ -7,7 +7,7 @@
  *
  * 1999/1/15 Tatsuo Ishii
  *
- * $Id: big5.c,v 1.3 2003/01/29 01:01:05 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/euc_tw_and_big5/big5.c,v 1.4 2003/11/29 22:40:08 pgsql Exp $
  */
 
 /* can be used in either frontend or backend */
diff --git a/src/backend/utils/mb/conversion_procs/latin2_and_win1250/Makefile b/src/backend/utils/mb/conversion_procs/latin2_and_win1250/Makefile
index 6c62ca6a371dd7b1fcf2f2830a843e6c65d3e796..83abeaa4e94b8ecfc591a6e7cc9a38c08f22c576 100644
--- a/src/backend/utils/mb/conversion_procs/latin2_and_win1250/Makefile
+++ b/src/backend/utils/mb/conversion_procs/latin2_and_win1250/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/latin2_and_win1250/Makefile,v 1.3 2003/11/29 22:40:09 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/latin2_and_win1250
diff --git a/src/backend/utils/mb/conversion_procs/latin_and_mic/Makefile b/src/backend/utils/mb/conversion_procs/latin_and_mic/Makefile
index 8fd161f989ff9c029967d618bb801278e97a77e5..2528f7f0dbc8fa157e34d22baffef53f77d4a0ec 100644
--- a/src/backend/utils/mb/conversion_procs/latin_and_mic/Makefile
+++ b/src/backend/utils/mb/conversion_procs/latin_and_mic/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/latin_and_mic/Makefile,v 1.3 2003/11/29 22:40:10 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/latin_and_mic
diff --git a/src/backend/utils/mb/conversion_procs/utf8_and_ascii/Makefile b/src/backend/utils/mb/conversion_procs/utf8_and_ascii/Makefile
index 04a490113e9a76c1acb2de262a5fc3bcfa171f72..0bf6263d1a9e38978b3365560de00a8fe11f9ba4 100644
--- a/src/backend/utils/mb/conversion_procs/utf8_and_ascii/Makefile
+++ b/src/backend/utils/mb/conversion_procs/utf8_and_ascii/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_ascii/Makefile,v 1.3 2003/11/29 22:40:14 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/utf8_and_ascii
diff --git a/src/backend/utils/mb/conversion_procs/utf8_and_big5/Makefile b/src/backend/utils/mb/conversion_procs/utf8_and_big5/Makefile
index 8b9809db2c4ff46f79eb69daf5a1ba09ea67fd0a..e5cb9e16a3b2bface6deb69567646aed0403a7dd 100644
--- a/src/backend/utils/mb/conversion_procs/utf8_and_big5/Makefile
+++ b/src/backend/utils/mb/conversion_procs/utf8_and_big5/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_big5/Makefile,v 1.3 2003/11/29 22:40:15 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/utf8_and_big5
diff --git a/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic/Makefile b/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic/Makefile
index 2a3a26598c07163f9b0a0779b9fa27f26741dd42..bfd4e80cc76ddde239d045bc79d8b5196b9cbe7e 100644
--- a/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic/Makefile
+++ b/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic/Makefile,v 1.3 2003/11/29 22:40:16 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/utf8_and_cyrillic
diff --git a/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn/Makefile b/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn/Makefile
index 6bcca392c62d028a9b94d5ff0c6b8b361c1a68a6..e81d8d3f5e48efe2fafb9ade49a2e15e28fedd55 100644
--- a/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn/Makefile
+++ b/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn/Makefile,v 1.3 2003/11/29 22:40:17 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/utf8_and_euc_cn
diff --git a/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp/Makefile b/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp/Makefile
index 06a1444581b64f255b5e88f6b32a550b8ecaf34c..4a62a9fde6d526b918ba69e3d11a67ec9cb4b82e 100644
--- a/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp/Makefile
+++ b/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp/Makefile,v 1.3 2003/11/29 22:40:19 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/utf8_and_euc_jp
diff --git a/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr/Makefile b/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr/Makefile
index 45de2496d8309eef3f7c760737ac19e34a902f0f..3d45bedf571f2a9225e5bf2d7990e3185fbee60f 100644
--- a/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr/Makefile
+++ b/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr/Makefile,v 1.3 2003/11/29 22:40:20 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/utf8_and_euc_kr
diff --git a/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw/Makefile b/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw/Makefile
index 6dfa67a6b6cc2244291ff022ec64e7e8068f1797..a20cda0d502c2beceebdaa3187cd9ae80615807d 100644
--- a/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw/Makefile
+++ b/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw/Makefile,v 1.3 2003/11/29 22:40:21 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/utf8_and_euc_tw
diff --git a/src/backend/utils/mb/conversion_procs/utf8_and_gb18030/Makefile b/src/backend/utils/mb/conversion_procs/utf8_and_gb18030/Makefile
index 0a955ea04cd54f32dfd2ae89eca59ec5d617f138..208054785714f624805bf1873375d70ab7a8998c 100644
--- a/src/backend/utils/mb/conversion_procs/utf8_and_gb18030/Makefile
+++ b/src/backend/utils/mb/conversion_procs/utf8_and_gb18030/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_gb18030/Makefile,v 1.3 2003/11/29 22:40:23 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/utf8_and_gb18030
diff --git a/src/backend/utils/mb/conversion_procs/utf8_and_gbk/Makefile b/src/backend/utils/mb/conversion_procs/utf8_and_gbk/Makefile
index ace01dbf93aa83a757d2ceb20f77dc06d9006bdb..8788507477a866c073e6aea3811eebebcef1b684 100644
--- a/src/backend/utils/mb/conversion_procs/utf8_and_gbk/Makefile
+++ b/src/backend/utils/mb/conversion_procs/utf8_and_gbk/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_gbk/Makefile,v 1.3 2003/11/29 22:40:24 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/utf8_and_gbk
diff --git a/src/backend/utils/mb/conversion_procs/utf8_and_iso8859/Makefile b/src/backend/utils/mb/conversion_procs/utf8_and_iso8859/Makefile
index c69fb97506dfecedd649ff3b93bb2710e613534d..b04d8f95d7d5cfe8f93edfde469affd0f38a921d 100644
--- a/src/backend/utils/mb/conversion_procs/utf8_and_iso8859/Makefile
+++ b/src/backend/utils/mb/conversion_procs/utf8_and_iso8859/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859/Makefile,v 1.3 2003/11/29 22:40:32 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/utf8_and_iso8859
diff --git a/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1/Makefile b/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1/Makefile
index c0d345788247c4dfa26b9f8c88bb3279f32d08a1..bf14250f820603295934e661a6191874eff20a9e 100644
--- a/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1/Makefile
+++ b/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1/Makefile,v 1.3 2003/11/29 22:40:33 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1
diff --git a/src/backend/utils/mb/conversion_procs/utf8_and_johab/Makefile b/src/backend/utils/mb/conversion_procs/utf8_and_johab/Makefile
index 108ab3e8a62ca33c493d612a9fbb0b03316d07cf..48ef8088247b175d3def768075e79e4cc53d057b 100644
--- a/src/backend/utils/mb/conversion_procs/utf8_and_johab/Makefile
+++ b/src/backend/utils/mb/conversion_procs/utf8_and_johab/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_johab/Makefile,v 1.3 2003/11/29 22:40:35 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/utf8_and_johab
diff --git a/src/backend/utils/mb/conversion_procs/utf8_and_sjis/Makefile b/src/backend/utils/mb/conversion_procs/utf8_and_sjis/Makefile
index d7f444f819d4d9cb707c232c7fcdb1802c849d4a..b0091a7d1e83652344dd22eadcd9e45645603c12 100644
--- a/src/backend/utils/mb/conversion_procs/utf8_and_sjis/Makefile
+++ b/src/backend/utils/mb/conversion_procs/utf8_and_sjis/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_sjis/Makefile,v 1.3 2003/11/29 22:40:37 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/utf8_and_sjis
diff --git a/src/backend/utils/mb/conversion_procs/utf8_and_tcvn/Makefile b/src/backend/utils/mb/conversion_procs/utf8_and_tcvn/Makefile
index 4016bf7cf708fdd5731779fc7d24a9e97ba97174..5a749af1e9132055ff2e27b58f5be883dfde0d7f 100644
--- a/src/backend/utils/mb/conversion_procs/utf8_and_tcvn/Makefile
+++ b/src/backend/utils/mb/conversion_procs/utf8_and_tcvn/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_tcvn/Makefile,v 1.3 2003/11/29 22:40:38 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/utf8_and_tcvn
diff --git a/src/backend/utils/mb/conversion_procs/utf8_and_uhc/Makefile b/src/backend/utils/mb/conversion_procs/utf8_and_uhc/Makefile
index c88744667e3b0bc5ab2a83f802c27e6d59c512d0..d1872f160510d7354cd63d227d228a0051c47db8 100644
--- a/src/backend/utils/mb/conversion_procs/utf8_and_uhc/Makefile
+++ b/src/backend/utils/mb/conversion_procs/utf8_and_uhc/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_uhc/Makefile,v 1.3 2003/11/29 22:40:39 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/utf8_and_uhc
diff --git a/src/backend/utils/mb/conversion_procs/utf8_and_win1250/Makefile b/src/backend/utils/mb/conversion_procs/utf8_and_win1250/Makefile
index a39d79d84cf651fd8e6c9f6fcace7b61405a9eb1..67ca71d3868bda7b236f5894a091e14cda4fcc78 100644
--- a/src/backend/utils/mb/conversion_procs/utf8_and_win1250/Makefile
+++ b/src/backend/utils/mb/conversion_procs/utf8_and_win1250/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win1250/Makefile,v 1.3 2003/11/29 22:40:41 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/utf8_and_win1250
diff --git a/src/backend/utils/mb/conversion_procs/utf8_and_win1256/Makefile b/src/backend/utils/mb/conversion_procs/utf8_and_win1256/Makefile
index 96f150e2c48d6542c72b015685725f8026ea1500..afefc2c3123e75c3e04c3a39af052e92ba412181 100644
--- a/src/backend/utils/mb/conversion_procs/utf8_and_win1256/Makefile
+++ b/src/backend/utils/mb/conversion_procs/utf8_and_win1256/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win1256/Makefile,v 1.3 2003/11/29 22:40:42 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/utf8_and_win1256
diff --git a/src/backend/utils/mb/conversion_procs/utf8_and_win874/Makefile b/src/backend/utils/mb/conversion_procs/utf8_and_win874/Makefile
index 6fcb43c89eb820e895d097c385845e8fff169f78..0ec317ac5c1adc39a3ba6034be7771242e68d201 100644
--- a/src/backend/utils/mb/conversion_procs/utf8_and_win874/Makefile
+++ b/src/backend/utils/mb/conversion_procs/utf8_and_win874/Makefile
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------
 #
-# $Id: Makefile,v 1.2 2002/08/21 21:33:55 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win874/Makefile,v 1.3 2003/11/29 22:40:43 pgsql Exp $
 #
 #-------------------------------------------------------------------------
 subdir = src/backend/utils/mb/conversion_procs/utf8_and_win874
diff --git a/src/backend/utils/mb/encnames.c b/src/backend/utils/mb/encnames.c
index 86b3bfa6cbcb073c470b429e71dc237996cad045..1d0522427c4346bd30bc50e5097e7378eede5a2d 100644
--- a/src/backend/utils/mb/encnames.c
+++ b/src/backend/utils/mb/encnames.c
@@ -2,7 +2,7 @@
  * Encoding names and routines for work with it. All
  * in this file is shared bedween FE and BE.
  *
- * $Id: encnames.c,v 1.17 2003/07/25 20:17:55 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/mb/encnames.c,v 1.18 2003/11/29 22:39:59 pgsql Exp $
  */
 #ifdef FRONTEND
 #include "postgres_fe.h"
diff --git a/src/backend/utils/mb/iso.c b/src/backend/utils/mb/iso.c
index 8cfa8cf615b278c0c60a0b99f8817af9d861c8ba..defb7ca404f58b3f400465878f23ac64919bc475 100644
--- a/src/backend/utils/mb/iso.c
+++ b/src/backend/utils/mb/iso.c
@@ -4,7 +4,7 @@
  *
  * Tatsuo Ishii
  *
- * $Id: iso.c,v 1.3 2001/02/10 02:31:27 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/mb/iso.c,v 1.4 2003/11/29 22:39:59 pgsql Exp $
  */
 
 #include <stdio.h>
diff --git a/src/backend/utils/mb/wchar.c b/src/backend/utils/mb/wchar.c
index 0e19a6075f6cdca53157d79ebb70edc72e197547..b2d48c9d8c0b0db5b76485c4b4e59498d1caeb6c 100644
--- a/src/backend/utils/mb/wchar.c
+++ b/src/backend/utils/mb/wchar.c
@@ -1,7 +1,7 @@
 /*
  * conversion functions between pg_wchar and multibyte streams.
  * Tatsuo Ishii
- * $Id: wchar.c,v 1.34 2003/09/25 06:58:05 petere Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/mb/wchar.c,v 1.35 2003/11/29 22:39:59 pgsql Exp $
  *
  * WIN1250 client encoding updated by Pavel Behal
  *
diff --git a/src/backend/utils/mb/win.c b/src/backend/utils/mb/win.c
index 8996c03a48c79c5a62aa7c0e22ee7d1750adf840..968fcf2e4ed3282f5c0bb5bda6b2ad52819a798a 100644
--- a/src/backend/utils/mb/win.c
+++ b/src/backend/utils/mb/win.c
@@ -4,7 +4,7 @@
  *
  * Tatsuo Ishii
  *
- * $Id: win.c,v 1.3 2001/02/10 02:31:27 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/mb/win.c,v 1.4 2003/11/29 22:39:59 pgsql Exp $
  */
 
 #include <stdio.h>
diff --git a/src/backend/utils/mb/win1251.c b/src/backend/utils/mb/win1251.c
index 77368f05764ff8c7ce76e8dcfd27772b9335c2e4..6792c98cb710491cc2694da7fd6d80ae91372638 100644
--- a/src/backend/utils/mb/win1251.c
+++ b/src/backend/utils/mb/win1251.c
@@ -4,7 +4,7 @@
  *
  * Tatsuo Ishii
  *
- * $Id: win1251.c,v 1.1 2001/09/07 03:32:11 ishii Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/mb/win1251.c,v 1.2 2003/11/29 22:39:59 pgsql Exp $
  */
 
 #include <stdio.h>
diff --git a/src/bin/pg_controldata/po/cs.po b/src/bin/pg_controldata/po/cs.po
index eee804296711ecadcf1592a6d2ab44606232fab2..a73f208af8d24feebeae8f2e1d4169a4e9e264af 100644
--- a/src/bin/pg_controldata/po/cs.po
+++ b/src/bin/pg_controldata/po/cs.po
@@ -1,7 +1,7 @@
 # Czech translation of pg_controldata messages.
 # Karel Zak <zakkr@zf.jcu.cz>, 2003.
 #
-# $Id: cs.po,v 1.1 2003/07/23 09:34:56 petere Exp $
+# $PostgreSQL: pgsql/src/bin/pg_controldata/po/cs.po,v 1.2 2003/11/29 22:40:44 pgsql Exp $
 #
 msgid ""
 msgstr ""
diff --git a/src/bin/pg_dump/dumputils.h b/src/bin/pg_dump/dumputils.h
index 2f2426c2da19b0860e80f777fe2d44b785d63f6f..25a85f897c3746a45a8bb47a5cc18dedd5050b75 100644
--- a/src/bin/pg_dump/dumputils.h
+++ b/src/bin/pg_dump/dumputils.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dumputils.h,v 1.8 2003/08/08 04:52:21 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/dumputils.h,v 1.9 2003/11/29 22:40:46 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/bin/pg_dump/pg_dump.h b/src/bin/pg_dump/pg_dump.h
index 1e6e2fbe112360964c1e6ddf359b4f8379664a6a..1a3949c52af08c643a2f815c81406169b076c9e2 100644
--- a/src/bin/pg_dump/pg_dump.h
+++ b/src/bin/pg_dump/pg_dump.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_dump.h,v 1.105 2003/11/21 22:32:49 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.h,v 1.106 2003/11/29 22:40:46 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/bin/pg_dump/po/cs.po b/src/bin/pg_dump/po/cs.po
index 9686c995d80e1903c13aa0914b206eabc7307cde..ba86d74a900437f7ec57eb6b640426d0e8e86128 100644
--- a/src/bin/pg_dump/po/cs.po
+++ b/src/bin/pg_dump/po/cs.po
@@ -1,7 +1,7 @@
 # Czech translation of pg_dump messages
 # Karel Zak <zakkr@zf.jcu.cz>, 2001-2003.
 #
-# $Id: cs.po,v 1.2 2003/07/23 09:34:56 petere Exp $
+# $PostgreSQL: pgsql/src/bin/pg_dump/po/cs.po,v 1.3 2003/11/29 22:40:47 pgsql Exp $
 #
 msgid ""
 msgstr ""
diff --git a/src/bin/pg_resetxlog/po/cs.po b/src/bin/pg_resetxlog/po/cs.po
index e8cda46f0f93d24fe64d1a9b499eec9f0dffcb4e..354494c9961fbcdfbcebd818b86c75221982505f 100644
--- a/src/bin/pg_resetxlog/po/cs.po
+++ b/src/bin/pg_resetxlog/po/cs.po
@@ -1,7 +1,7 @@
 # Czech translation of pg_resetxlog messages
 # Karel Zak <zakkr@zf.jcu.cz>, 2003.
 #
-# $Id: cs.po,v 1.1 2003/07/23 09:36:09 petere Exp $
+# $PostgreSQL: pgsql/src/bin/pg_resetxlog/po/cs.po,v 1.2 2003/11/29 22:40:48 pgsql Exp $
 #
 msgid ""
 msgstr ""
diff --git a/src/bin/psql/mbprint.h b/src/bin/psql/mbprint.h
index 7624a34793beadefa88db94b5fc0c62fea4f2a4d..7b1aa054dbac8a235e97d9062df521194b59af7f 100644
--- a/src/bin/psql/mbprint.h
+++ b/src/bin/psql/mbprint.h
@@ -1,4 +1,4 @@
-/* $Id: mbprint.h,v 1.6 2003/03/18 22:15:44 petere Exp $ */
+/* $PostgreSQL: pgsql/src/bin/psql/mbprint.h,v 1.7 2003/11/29 22:40:49 pgsql Exp $ */
 #ifndef MBPRINT_H
 #define MBPRINT_H
 
diff --git a/src/bin/psql/stringutils.h b/src/bin/psql/stringutils.h
index ab662ef3620df2f1212ad7eac65ec3b7b6afec6e..b27942f9cc372d7c776207779f5cbee60fa59fbd 100644
--- a/src/bin/psql/stringutils.h
+++ b/src/bin/psql/stringutils.h
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Id: stringutils.h,v 1.19 2003/08/04 23:59:40 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/stringutils.h,v 1.20 2003/11/29 22:40:49 pgsql Exp $
  */
 #ifndef STRINGUTILS_H
 #define STRINGUTILS_H
diff --git a/src/bin/scripts/po/cs.po b/src/bin/scripts/po/cs.po
index 1291502408e6e8c06f73f588388fd66a271b0cd7..59e48bfbacd3357157edb6bf022701c6cefbdf77 100644
--- a/src/bin/scripts/po/cs.po
+++ b/src/bin/scripts/po/cs.po
@@ -1,7 +1,7 @@
 # Czech translation of pg_scripts messages.
 # Karel Zak <zakkr@zf.jcu.cz>, 2003.
 #
-# $Id: cs.po,v 1.1 2003/07/23 09:36:42 petere Exp $
+# $PostgreSQL: pgsql/src/bin/scripts/po/cs.po,v 1.2 2003/11/29 22:40:51 pgsql Exp $
 #
 msgid ""
 msgstr ""
diff --git a/src/corba/CosQuery.idl b/src/corba/CosQuery.idl
index 240a08be1294f33dd2d44d344453beae518e68a7..002c347f7d576ab32e0821142986e336daf6ce3c 100644
--- a/src/corba/CosQuery.idl
+++ b/src/corba/CosQuery.idl
@@ -1,4 +1,4 @@
-/* RCS $Id: CosQuery.idl,v 1.2 2000/12/03 14:43:59 thomas Exp $
+/* RCS $PostgreSQL: pgsql/src/corba/CosQuery.idl,v 1.3 2003/11/29 22:40:52 pgsql Exp $
  *
  * ----------------------------------------------------------------------------
  * This is unmarked software provided by the Object Management Group,Inc. (OMG)
diff --git a/src/corba/CosQueryCollection.idl b/src/corba/CosQueryCollection.idl
index 670f2f3c62789df602c4040882194777b4c02747..c68e7303dfff0215d94c76b4b3341fed7106cc78 100644
--- a/src/corba/CosQueryCollection.idl
+++ b/src/corba/CosQueryCollection.idl
@@ -1,4 +1,4 @@
-/* RCS $Id: CosQueryCollection.idl,v 1.2 2000/12/03 14:43:59 thomas Exp $
+/* RCS $PostgreSQL: pgsql/src/corba/CosQueryCollection.idl,v 1.3 2003/11/29 22:40:52 pgsql Exp $
  *
  * ----------------------------------------------------------------------------
  * This is unmarked software provided by the Object Management Group,Inc. (OMG)
diff --git a/src/include/access/attnum.h b/src/include/access/attnum.h
index 16d16f5a9df381d168447a655790e96361830090..c730eec30669acc24a3b0af01e2809895b33f56b 100644
--- a/src/include/access/attnum.h
+++ b/src/include/access/attnum.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: attnum.h,v 1.17 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/attnum.h,v 1.18 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/clog.h b/src/include/access/clog.h
index 958768204ac7ca9f6aa5e276eaedc4b8107a1745..bd7f4152be3b244efe7a115e54429d07eded407f 100644
--- a/src/include/access/clog.h
+++ b/src/include/access/clog.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: clog.h,v 1.7 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/clog.h,v 1.8 2003/11/29 22:40:55 pgsql Exp $
  */
 #ifndef CLOG_H
 #define CLOG_H
diff --git a/src/include/access/genam.h b/src/include/access/genam.h
index 3baedbef0dc57431f54d834c827584fda83a23f6..71acd1cd1812cd7eb5f636bcc02a9afe179b6141 100644
--- a/src/include/access/genam.h
+++ b/src/include/access/genam.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: genam.h,v 1.43 2003/08/08 21:42:32 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/genam.h,v 1.44 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/gist.h b/src/include/access/gist.h
index 9aa6991a0d52c5bb44d47f79cf9bef6aaae75db1..72b77523cff9512431f4fa22fcb8b2ff208c82b1 100644
--- a/src/include/access/gist.h
+++ b/src/include/access/gist.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: gist.h,v 1.38 2003/11/09 21:30:37 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/gist.h,v 1.39 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/gistscan.h b/src/include/access/gistscan.h
index 240c486d51b625e5b066bfc2de14524b75fa7cce..b8466429959cc91c04fae093ed7b4110f3e46de9 100644
--- a/src/include/access/gistscan.h
+++ b/src/include/access/gistscan.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: gistscan.h,v 1.21 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/gistscan.h,v 1.22 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/hash.h b/src/include/access/hash.h
index beffa806ea1e72a7bf56f48bcd4288e94d81a4b8..ffeea63417b522794ff232b16787015287f21449 100644
--- a/src/include/access/hash.h
+++ b/src/include/access/hash.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: hash.h,v 1.53 2003/09/04 22:06:27 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/hash.h,v 1.54 2003/11/29 22:40:55 pgsql 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 ed46894d3a59ce6c9254cd6a489d63cceb03b358..1b7e19fe073ba1796878e93d6f88a651bbe01000 100644
--- a/src/include/access/heapam.h
+++ b/src/include/access/heapam.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: heapam.h,v 1.85 2003/10/01 21:30:52 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/heapam.h,v 1.86 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/hio.h b/src/include/access/hio.h
index 0fb61a9586d628b9530e832f09c93877417cdeef..57fab2b43c289516b244663ee4a8bb9a6bc78fc3 100644
--- a/src/include/access/hio.h
+++ b/src/include/access/hio.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: hio.h,v 1.24 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/hio.h,v 1.25 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/htup.h b/src/include/access/htup.h
index c7a97d96c7659dbbe165e3563894868344c4eff4..f64925ea982bf84ee0923bde15a09ac9b2906d25 100644
--- a/src/include/access/htup.h
+++ b/src/include/access/htup.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: htup.h,v 1.62 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/htup.h,v 1.63 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/ibit.h b/src/include/access/ibit.h
index 6fe9e35ae6a4d104795f381f769c81f4efe7f9c0..c5bacd37ce403159a7d7a9f2e76710fe4357ef09 100644
--- a/src/include/access/ibit.h
+++ b/src/include/access/ibit.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: ibit.h,v 1.20 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/ibit.h,v 1.21 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/iqual.h b/src/include/access/iqual.h
index b64fcd1cd08afeb678931cd009e5233ad2c537c8..9248e2dc951d87d138ad73aefaade6f0158ec762 100644
--- a/src/include/access/iqual.h
+++ b/src/include/access/iqual.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: iqual.h,v 1.20 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/iqual.h,v 1.21 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/itup.h b/src/include/access/itup.h
index ebd6fd7b0097d065a75d7862dd3c5d224c4387db..3184098d8eb2748cd2c383bdfebdb13acafc08cf 100644
--- a/src/include/access/itup.h
+++ b/src/include/access/itup.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: itup.h,v 1.38 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/itup.h,v 1.39 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/nbtree.h b/src/include/access/nbtree.h
index 2d75fa5b23f01d218f20f3d8fb1d36bee3d0eecb..6fc61a90999bb81879e2c0e6d3064ff61fe0a9bc 100644
--- a/src/include/access/nbtree.h
+++ b/src/include/access/nbtree.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nbtree.h,v 1.73 2003/11/12 21:15:57 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/nbtree.h,v 1.74 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/printtup.h b/src/include/access/printtup.h
index cd463b7709447c8d9255d3f726be2c7850682941..269b8bcee7b1cf350c05cd7eac94cf264cb59d05 100644
--- a/src/include/access/printtup.h
+++ b/src/include/access/printtup.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: printtup.h,v 1.29 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/printtup.h,v 1.30 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h
index d56b2ac958b531baa65294fdc24467bbcba0c54d..746b795b26eaf5f749056419f1ae592cb06f0ae0 100644
--- a/src/include/access/relscan.h
+++ b/src/include/access/relscan.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: relscan.h,v 1.33 2003/11/09 21:30:37 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/relscan.h,v 1.34 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/rmgr.h b/src/include/access/rmgr.h
index 1502ec6d6323620bae3db52bd90b646b65ae3cd3..e63e3fbc31d88873fddcf82efc8dd2e62caaaa3c 100644
--- a/src/include/access/rmgr.h
+++ b/src/include/access/rmgr.h
@@ -3,7 +3,7 @@
  *
  * Resource managers definition
  *
- * $Id: rmgr.h,v 1.9 2001/11/05 17:46:31 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/rmgr.h,v 1.10 2003/11/29 22:40:55 pgsql Exp $
  */
 #ifndef RMGR_H
 #define RMGR_H
diff --git a/src/include/access/rtree.h b/src/include/access/rtree.h
index 846090204aaa90dbbe0fa67db8ed2e4685b4ba09..fdb33eba06fe929c2bc552a1c912f18785587a4e 100644
--- a/src/include/access/rtree.h
+++ b/src/include/access/rtree.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rtree.h,v 1.31 2003/11/09 21:30:37 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/rtree.h,v 1.32 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/rtscan.h b/src/include/access/rtscan.h
index 1e1b19ca38cf662bb33039965a826c823a6a17b4..8d7f0fc7387cffc5027ea00d3512d8478aff239f 100644
--- a/src/include/access/rtscan.h
+++ b/src/include/access/rtscan.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rtscan.h,v 1.15 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/rtscan.h,v 1.16 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/sdir.h b/src/include/access/sdir.h
index fbd80ad5f549e641004ce591665ac3a99042ef18..b0f577d1eec0235a9dd89fd3d3a90edcb2eafe93 100644
--- a/src/include/access/sdir.h
+++ b/src/include/access/sdir.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sdir.h,v 1.14 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/sdir.h,v 1.15 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/skey.h b/src/include/access/skey.h
index 5cce3249fb57fa1f5acf8f5e07513a4d2e44766e..e6c7e40c2f826ad0e56125f5cb8b78bdcc38265e 100644
--- a/src/include/access/skey.h
+++ b/src/include/access/skey.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: skey.h,v 1.24 2003/11/12 21:15:57 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/skey.h,v 1.25 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/slru.h b/src/include/access/slru.h
index 61384ecb45dedd177988debe90a14b91f89ae7d2..851dfd865d3ca9e85fc910fb28cfbb94e67c0ceb 100644
--- a/src/include/access/slru.h
+++ b/src/include/access/slru.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: slru.h,v 1.3 2003/08/08 21:42:32 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/slru.h,v 1.4 2003/11/29 22:40:55 pgsql Exp $
  */
 #ifndef SLRU_H
 #define SLRU_H
diff --git a/src/include/access/transam.h b/src/include/access/transam.h
index 8086e4e4b5a62faae5baa6ef4c653b82df4b2d63..3a2cad7bb03f42a6857055715737959f188d6e40 100644
--- a/src/include/access/transam.h
+++ b/src/include/access/transam.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: transam.h,v 1.47 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/transam.h,v 1.48 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/tupdesc.h b/src/include/access/tupdesc.h
index 4ecb951a902a1cd8f323c06f1446ba35fb91f585..bf4e3aa105528f78930a4ca7e9403de9275b4fa8 100644
--- a/src/include/access/tupdesc.h
+++ b/src/include/access/tupdesc.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tupdesc.h,v 1.41 2003/08/11 23:04:50 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/tupdesc.h,v 1.42 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/tupmacs.h b/src/include/access/tupmacs.h
index 3fc3bc76a3a5bf59fd1e9a833f5471649ce7240c..9fe7139a83bb1ab48d21d2ba2f325dd42b10121e 100644
--- a/src/include/access/tupmacs.h
+++ b/src/include/access/tupmacs.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tupmacs.h,v 1.24 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/tupmacs.h,v 1.25 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/tuptoaster.h b/src/include/access/tuptoaster.h
index 402d572b449efb03cbc34f208a9534dbc56f59ae..2e2fcc915434a30fc519075cc67c5e08080388a8 100644
--- a/src/include/access/tuptoaster.h
+++ b/src/include/access/tuptoaster.h
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  *
- * $Id: tuptoaster.h,v 1.16 2003/08/04 23:59:40 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/tuptoaster.h,v 1.17 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/valid.h b/src/include/access/valid.h
index e16a392a24365dfe05c3178f2bbbfd49d75d5b96..0fd41fa3f1476945177516d8ca52fdf30f77e973 100644
--- a/src/include/access/valid.h
+++ b/src/include/access/valid.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: valid.h,v 1.32 2003/11/09 21:30:37 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/access/valid.h,v 1.33 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/xact.h b/src/include/access/xact.h
index 33a95bad997a9e31e3df2128e19b6f0047899d34..b7012acdb8ba7571ad8744b6ba8a9d3cc119c2cd 100644
--- a/src/include/access/xact.h
+++ b/src/include/access/xact.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: xact.h,v 1.58 2003/11/06 22:08:15 petere Exp $
+ * $PostgreSQL: pgsql/src/include/access/xact.h,v 1.59 2003/11/29 22:40:55 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h
index 71a2fe72fd29589e94e6d82342819ec3b6e749c6..c1602073bb974987d3657db54938242f94809e1e 100644
--- a/src/include/access/xlog.h
+++ b/src/include/access/xlog.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: xlog.h,v 1.44 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/xlog.h,v 1.45 2003/11/29 22:40:55 pgsql Exp $
  */
 #ifndef XLOG_H
 #define XLOG_H
diff --git a/src/include/access/xlogdefs.h b/src/include/access/xlogdefs.h
index d996ab047d149d4575f82e1724f08f002a9ee195..023469c1cc6e7d5ad810cb308d5fd42921dd04c7 100644
--- a/src/include/access/xlogdefs.h
+++ b/src/include/access/xlogdefs.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: xlogdefs.h,v 1.9 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/xlogdefs.h,v 1.10 2003/11/29 22:40:55 pgsql Exp $
  */
 #ifndef XLOG_DEFS_H
 #define XLOG_DEFS_H
diff --git a/src/include/access/xlogutils.h b/src/include/access/xlogutils.h
index 49042c569ea57758d95835d792db2fd191885e17..3dd2a71482c513936fc1ecf1f48358685bfb95eb 100644
--- a/src/include/access/xlogutils.h
+++ b/src/include/access/xlogutils.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: xlogutils.h,v 1.12 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/xlogutils.h,v 1.13 2003/11/29 22:40:55 pgsql Exp $
  */
 #ifndef XLOG_UTILS_H
 #define XLOG_UTILS_H
diff --git a/src/include/bootstrap/bootstrap.h b/src/include/bootstrap/bootstrap.h
index 0367522da3a3a490d04e293030fd703b80c9ae01..719fb5a3b735fa0c36991a0e38cb8c5773a42449 100644
--- a/src/include/bootstrap/bootstrap.h
+++ b/src/include/bootstrap/bootstrap.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: bootstrap.h,v 1.32 2003/11/19 15:55:08 wieck Exp $
+ * $PostgreSQL: pgsql/src/include/bootstrap/bootstrap.h,v 1.33 2003/11/29 22:40:56 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/c.h b/src/include/c.h
index b38d8a33edd39785614a75296471f8a742d357b4..f08f56633d07096eb901144284eb6010816f200e 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -12,7 +12,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: c.h,v 1.156 2003/10/21 15:32:58 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/c.h,v 1.157 2003/11/29 22:40:53 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/catalog/catalog.h b/src/include/catalog/catalog.h
index dfbcd2ac73ff283e4b35475af176b41e5961c7a4..293e11ef025a8b5b0cc168e1e91d83a0937776f2 100644
--- a/src/include/catalog/catalog.h
+++ b/src/include/catalog/catalog.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: catalog.h,v 1.26 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catalog.h,v 1.27 2003/11/29 22:40:58 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/catalog/catname.h b/src/include/catalog/catname.h
index 1879206af24ea8d4b0a31a95628a76b262337d60..7b3b99701a93bef15f50f61ab0f6b7f90699e24d 100644
--- a/src/include/catalog/catname.h
+++ b/src/include/catalog/catname.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: catname.h,v 1.30 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catname.h,v 1.31 2003/11/29 22:40:58 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index 8209b34880d9027e40a47fea09cf4ba009de938e..a3f58b03f8d0247f38e3efe40631f4afe972e8d7 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -37,7 +37,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: catversion.h,v 1.211 2003/11/12 21:15:57 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.212 2003/11/29 22:40:58 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/catalog/dependency.h b/src/include/catalog/dependency.h
index 0327ee9ac936f1d3fb16134e4d8936e25aeff959..583851c7493a14c7241bee9e697ac5a8cb5f4e9a 100644
--- a/src/include/catalog/dependency.h
+++ b/src/include/catalog/dependency.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dependency.h,v 1.10 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/dependency.h,v 1.11 2003/11/29 22:40:58 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/catalog/heap.h b/src/include/catalog/heap.h
index a9cd65ff06812b35471a7fa9b6728d00865c64ee..b14d1427520b2d72d8d18d82ce6abb97223c5bee 100644
--- a/src/include/catalog/heap.h
+++ b/src/include/catalog/heap.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: heap.h,v 1.62 2003/09/19 21:04:20 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/heap.h,v 1.63 2003/11/29 22:40:58 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/catalog/index.h b/src/include/catalog/index.h
index 2a45c290b92ee8044b968c525c238da1ffe7d83d..da210c483aea9adb70dc6e8a5ddc687b66b54865 100644
--- a/src/include/catalog/index.h
+++ b/src/include/catalog/index.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: index.h,v 1.53 2003/09/24 18:54:01 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/index.h,v 1.54 2003/11/29 22:40:58 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/catalog/indexing.h b/src/include/catalog/indexing.h
index 720c8eec0a9e56aa41589c19c2995ba07f75c084..33c0e0f6a2ffed93482e499fd07d6d8ac7d8b652 100644
--- a/src/include/catalog/indexing.h
+++ b/src/include/catalog/indexing.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: indexing.h,v 1.80 2003/11/12 21:15:57 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/indexing.h,v 1.81 2003/11/29 22:40:58 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/catalog/namespace.h b/src/include/catalog/namespace.h
index 746b9bfb6d1d9188e6e490730cb567dba34e045e..2f613ff2c254ed3020fa5a4065c25b3917dabe95 100644
--- a/src/include/catalog/namespace.h
+++ b/src/include/catalog/namespace.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: namespace.h,v 1.28 2003/11/12 21:15:57 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/namespace.h,v 1.29 2003/11/29 22:40:58 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/catalog/pg_aggregate.h b/src/include/catalog/pg_aggregate.h
index b04f5ddefdbbce873c2471f51889b799eb5ed0f2..78a9f8818d20a80545c546714b7aca72007c88f6 100644
--- a/src/include/catalog/pg_aggregate.h
+++ b/src/include/catalog/pg_aggregate.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_aggregate.h,v 1.41 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_aggregate.h,v 1.42 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_am.h b/src/include/catalog/pg_am.h
index ae45287622e5e7f7035689a0c4bebfb9181ec639..ca53bb08c22a21363196d194359b99f3da53b0f4 100644
--- a/src/include/catalog/pg_am.h
+++ b/src/include/catalog/pg_am.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_am.h,v 1.28 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_am.h,v 1.29 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *		the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_amop.h b/src/include/catalog/pg_amop.h
index 1bab599fdb42ec44a29f42d51b68428d3a706888..70b0f007128a0d63431db1226d37dd651ead1711 100644
--- a/src/include/catalog/pg_amop.h
+++ b/src/include/catalog/pg_amop.h
@@ -23,7 +23,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_amop.h,v 1.56 2003/11/12 21:15:57 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_amop.h,v 1.57 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	 the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_amproc.h b/src/include/catalog/pg_amproc.h
index e284dedbf0d23c8db3e73621bf8247cc14e1b5e4..7d4c3268d41623607309fdf3a5bc0e8af016bdc2 100644
--- a/src/include/catalog/pg_amproc.h
+++ b/src/include/catalog/pg_amproc.h
@@ -19,7 +19,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_amproc.h,v 1.45 2003/11/12 21:15:57 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_amproc.h,v 1.46 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_attrdef.h b/src/include/catalog/pg_attrdef.h
index 9fbc48eb8fbaf70e3e6c012e5a17a9fea9256f3e..bba55974fca777e812c43e41a71b4f5581fa31ca 100644
--- a/src/include/catalog/pg_attrdef.h
+++ b/src/include/catalog/pg_attrdef.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_attrdef.h,v 1.15 2003/08/04 02:40:11 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_attrdef.h,v 1.16 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_attribute.h b/src/include/catalog/pg_attribute.h
index adbc15213a5062e7b5ccafe4ed7a5c79c42ad67d..445b5aacd35bf3144ddd52cf39a32e00ee786302 100644
--- a/src/include/catalog/pg_attribute.h
+++ b/src/include/catalog/pg_attribute.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_attribute.h,v 1.105 2003/10/16 22:52:22 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_attribute.h,v 1.106 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_cast.h b/src/include/catalog/pg_cast.h
index f9e70c72a28c7e45acfeb593c3335c723da03f93..4f48f1fecb14987983a6a7175a19425ccd1fe303 100644
--- a/src/include/catalog/pg_cast.h
+++ b/src/include/catalog/pg_cast.h
@@ -7,7 +7,7 @@
  *
  * Copyright (c) 2002-2003, PostgreSQL Global Development Group
  *
- * $Id: pg_cast.h,v 1.9 2003/08/04 23:59:40 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_cast.h,v 1.10 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_class.h b/src/include/catalog/pg_class.h
index fdd82b712a524a886f563386a8254b1688479ea3..7012229fc274c520e8541da9a6d4f5e6fd90d0d1 100644
--- a/src/include/catalog/pg_class.h
+++ b/src/include/catalog/pg_class.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_class.h,v 1.77 2003/08/04 02:40:11 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_class.h,v 1.78 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_constraint.h b/src/include/catalog/pg_constraint.h
index 2834610ac687ded699d50fcafaee87c984693536..fe836010ecf94d56b99773294a335620c6bc94f5 100644
--- a/src/include/catalog/pg_constraint.h
+++ b/src/include/catalog/pg_constraint.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_constraint.h,v 1.9 2003/08/08 21:42:32 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_constraint.h,v 1.10 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_control.h b/src/include/catalog/pg_control.h
index 4777e1eeeac22c4612cfbf6c99d0b05e35ae17ad..fa8e7f219d62b11da021793ca49063e5c7777f2a 100644
--- a/src/include/catalog/pg_control.h
+++ b/src/include/catalog/pg_control.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_control.h,v 1.11 2003/08/04 02:40:12 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_control.h,v 1.12 2003/11/29 22:40:58 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/catalog/pg_conversion.h b/src/include/catalog/pg_conversion.h
index f38afae169267fa140d13e318e1b93d5235cc329..d5b28c6f41bc5d5bf2db3b022c501f3b37f8af90 100644
--- a/src/include/catalog/pg_conversion.h
+++ b/src/include/catalog/pg_conversion.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_conversion.h,v 1.11 2003/09/16 07:47:06 ishii Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_conversion.h,v 1.12 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_database.h b/src/include/catalog/pg_database.h
index 6c5a1c33e0ef768fdb7828f79a394158356d4e7d..af113eb66a0ffbe64ca54413d2760afed072f035 100644
--- a/src/include/catalog/pg_database.h
+++ b/src/include/catalog/pg_database.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_database.h,v 1.29 2003/08/04 02:40:12 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_database.h,v 1.30 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_depend.h b/src/include/catalog/pg_depend.h
index 3a6255bd144f3887c5d626fa6edd4dd782011696..42813d397298a62d4d2f7e87d7814afda794222a 100644
--- a/src/include/catalog/pg_depend.h
+++ b/src/include/catalog/pg_depend.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_depend.h,v 1.2 2003/08/04 02:40:12 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_depend.h,v 1.3 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_description.h b/src/include/catalog/pg_description.h
index d5ca901486668c952b7abeb5ba4c7f4f52943574..8abb2817c7aa9ea0983b126a3d9cd052dded6c82 100644
--- a/src/include/catalog/pg_description.h
+++ b/src/include/catalog/pg_description.h
@@ -22,7 +22,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_description.h,v 1.19 2003/08/04 02:40:12 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_description.h,v 1.20 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *		the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_group.h b/src/include/catalog/pg_group.h
index 9680cbe1a9f2b714bec93d27d72bd2111c3c01c0..34ac6fbb190b8aeb133bb1b4b22bdff2293645b3 100644
--- a/src/include/catalog/pg_group.h
+++ b/src/include/catalog/pg_group.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_group.h,v 1.17 2003/08/04 02:40:12 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_group.h,v 1.18 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_index.h b/src/include/catalog/pg_index.h
index 925b9cb10ba06428fa7a55f51254782913e1e1a0..34a51c5f329280d326c31f83a69379e79e78e7c1 100644
--- a/src/include/catalog/pg_index.h
+++ b/src/include/catalog/pg_index.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_index.h,v 1.32 2003/08/04 02:40:12 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_index.h,v 1.33 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_inherits.h b/src/include/catalog/pg_inherits.h
index 5bd42b5d5246e4ea43d2e38f71b7dfca9f3e2424..40c1e3a07829dd5f7f136d553cceb279c538c802 100644
--- a/src/include/catalog/pg_inherits.h
+++ b/src/include/catalog/pg_inherits.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_inherits.h,v 1.16 2003/08/04 02:40:12 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_inherits.h,v 1.17 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_language.h b/src/include/catalog/pg_language.h
index a4ec0f543b93a769ffe7bdef76d5551e588493c2..4d230d3262bc2b98612ac8589e02c777f1550f39 100644
--- a/src/include/catalog/pg_language.h
+++ b/src/include/catalog/pg_language.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_language.h,v 1.22 2003/08/04 02:40:12 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_language.h,v 1.23 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_largeobject.h b/src/include/catalog/pg_largeobject.h
index 17e1872720b11f66c6f53362d04112ae0f45abcf..4a232ebe6c883582d7dab22438524d478ecba242 100644
--- a/src/include/catalog/pg_largeobject.h
+++ b/src/include/catalog/pg_largeobject.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_largeobject.h,v 1.15 2003/08/04 02:40:12 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_largeobject.h,v 1.16 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_listener.h b/src/include/catalog/pg_listener.h
index e14683707bfd23bab4a6840c34a391310f5be7be..be59d3c4585e5d690d4fbc8478347543125f37b5 100644
--- a/src/include/catalog/pg_listener.h
+++ b/src/include/catalog/pg_listener.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_listener.h,v 1.15 2003/08/04 02:40:12 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_listener.h,v 1.16 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_namespace.h b/src/include/catalog/pg_namespace.h
index 12b75c4e9f808ef760ca988e57fbfc5df96d82dc..68d8dd28fa64bca410c76023149977aaf48769cf 100644
--- a/src/include/catalog/pg_namespace.h
+++ b/src/include/catalog/pg_namespace.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_namespace.h,v 1.10 2003/08/04 02:40:12 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_namespace.h,v 1.11 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_opclass.h b/src/include/catalog/pg_opclass.h
index 0f196de19fc82fa71966a6264f7b1a9a45664717..0a1f6209fa2e2bd190e300b9c4a82ec88a717cbe 100644
--- a/src/include/catalog/pg_opclass.h
+++ b/src/include/catalog/pg_opclass.h
@@ -27,7 +27,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_opclass.h,v 1.58 2003/11/12 21:15:57 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_opclass.h,v 1.59 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_operator.h b/src/include/catalog/pg_operator.h
index 991e9429d37bc0fd710196f6b4e249a0b8953cfd..42f19d7687dbad538c79e9fe8ac5fdfc4c30ed33 100644
--- a/src/include/catalog/pg_operator.h
+++ b/src/include/catalog/pg_operator.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_operator.h,v 1.121 2003/08/17 19:58:06 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_operator.h,v 1.122 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_proc.h b/src/include/catalog/pg_proc.h
index 50b363eda34439246fc5fc0ff6bd67b9cb2d031d..5515a48d31cf4ba1a2883c75ee3a94d6cba2c9f8 100644
--- a/src/include/catalog/pg_proc.h
+++ b/src/include/catalog/pg_proc.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_proc.h,v 1.315 2003/11/12 21:15:57 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.316 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  The script catalog/genbki.sh reads this file and generates .bki
diff --git a/src/include/catalog/pg_rewrite.h b/src/include/catalog/pg_rewrite.h
index a0a581d3166313ec1409f02d3b924ca7781de026..b2e1375c60b3ac35e9bc8554c72ddd403894ebd3 100644
--- a/src/include/catalog/pg_rewrite.h
+++ b/src/include/catalog/pg_rewrite.h
@@ -11,7 +11,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_rewrite.h,v 1.21 2003/08/04 02:40:12 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_rewrite.h,v 1.22 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_shadow.h b/src/include/catalog/pg_shadow.h
index 2529f3721f66eb13e568d571567cbe2dff3640b7..af6e87fdeafbde8ee6b2cedf69fc534b6c51fe68 100644
--- a/src/include/catalog/pg_shadow.h
+++ b/src/include/catalog/pg_shadow.h
@@ -9,7 +9,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_shadow.h,v 1.24 2003/08/04 02:40:12 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_shadow.h,v 1.25 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_statistic.h b/src/include/catalog/pg_statistic.h
index ab6e3e2a03e518064d301d5bc24de098d9449797..07a7f599461dd34a925188164f54bf120403c63b 100644
--- a/src/include/catalog/pg_statistic.h
+++ b/src/include/catalog/pg_statistic.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_statistic.h,v 1.22 2003/08/04 02:40:12 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_statistic.h,v 1.23 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_type.h b/src/include/catalog/pg_type.h
index 06421ae62d62299ca3035b1c0b5ea884d9922c94..7b0e384f584f3be09d58d485a35b595dd1754888 100644
--- a/src/include/catalog/pg_type.h
+++ b/src/include/catalog/pg_type.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_type.h,v 1.147 2003/08/04 02:40:12 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_type.h,v 1.148 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_version.h b/src/include/catalog/pg_version.h
index b306ae54999926890ad3856b24474ab8cf94ff50..a81e72f6379fb1a05d233c8fa63abc6b23d31387 100644
--- a/src/include/catalog/pg_version.h
+++ b/src/include/catalog/pg_version.h
@@ -15,7 +15,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_version.h,v 1.17 2003/08/04 02:40:12 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_version.h,v 1.18 2003/11/29 22:40:58 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/include/commands/alter.h b/src/include/commands/alter.h
index 68240e852d2f44b7d2053dc44272f216f6ced92b..58717ae03f56cd9c3af470c6642849525e944144 100644
--- a/src/include/commands/alter.h
+++ b/src/include/commands/alter.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: alter.h,v 1.2 2003/08/04 00:43:30 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/alter.h,v 1.3 2003/11/29 22:40:59 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/commands/async.h b/src/include/commands/async.h
index 5fb733bd83f1ba6479fcc9b1d93fc3f717f09069..bbfb24086e02476ff7656a3e6af836b7714f936e 100644
--- a/src/include/commands/async.h
+++ b/src/include/commands/async.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: async.h,v 1.22 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/async.h,v 1.23 2003/11/29 22:40:59 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h
index a0b9805641e8b98acb6965f5cad09b8d2c1acbf4..72295803abbb7bcf730e0a877b673983d3d12c64 100644
--- a/src/include/commands/cluster.h
+++ b/src/include/commands/cluster.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
- * $Id: cluster.h,v 1.19 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/cluster.h,v 1.20 2003/11/29 22:40:59 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/commands/conversioncmds.h b/src/include/commands/conversioncmds.h
index 9539114e83130f25f26324b47fc6324b19fb207c..8ea65326c7cea8a11507c1fe061db45a07b544a4 100644
--- a/src/include/commands/conversioncmds.h
+++ b/src/include/commands/conversioncmds.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: conversioncmds.h,v 1.5 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/conversioncmds.h,v 1.6 2003/11/29 22:40:59 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/commands/copy.h b/src/include/commands/copy.h
index bdd6db66b56f8855ae024604e439d37a41d43bb8..ce1722cff589e0f15ae3922eaa7a4e53764f230c 100644
--- a/src/include/commands/copy.h
+++ b/src/include/commands/copy.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: copy.h,v 1.22 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/copy.h,v 1.23 2003/11/29 22:40:59 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/commands/dbcommands.h b/src/include/commands/dbcommands.h
index 4ec179690e32ed38ec6158176e66af36f82cc01c..6cb47f6772f23fbb367416b71c7ed173a5dd2e16 100644
--- a/src/include/commands/dbcommands.h
+++ b/src/include/commands/dbcommands.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dbcommands.h,v 1.29 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/dbcommands.h,v 1.30 2003/11/29 22:40:59 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h
index e192c868fa037f2cdc32f1c135eb39d9391f11cc..a462dd55acb1c42c9313b7bce26f8c65f1cab9f3 100644
--- a/src/include/commands/defrem.h
+++ b/src/include/commands/defrem.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: defrem.h,v 1.52 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/defrem.h,v 1.53 2003/11/29 22:40:59 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/commands/explain.h b/src/include/commands/explain.h
index db88c7755837eb68166ac2ceb8e11ceea9b504f7..6d3602462d4d10ff25588227ebd3832247748556 100644
--- a/src/include/commands/explain.h
+++ b/src/include/commands/explain.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
- * $Id: explain.h,v 1.21 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/explain.h,v 1.22 2003/11/29 22:40:59 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/commands/lockcmds.h b/src/include/commands/lockcmds.h
index 3b40e83aa7b399d0a367520a2945a16d27f5a5de..380a46aac41cc12ebde2094300f74f3ed5895479 100644
--- a/src/include/commands/lockcmds.h
+++ b/src/include/commands/lockcmds.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: lockcmds.h,v 1.3 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/lockcmds.h,v 1.4 2003/11/29 22:40:59 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/commands/portalcmds.h b/src/include/commands/portalcmds.h
index d6598d3c9b85bfd724f16ddfa85158fa439324ac..0a2bc9ad19d082ea242d8153f1d220516923754c 100644
--- a/src/include/commands/portalcmds.h
+++ b/src/include/commands/portalcmds.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: portalcmds.h,v 1.13 2003/08/08 21:42:40 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/portalcmds.h,v 1.14 2003/11/29 22:40:59 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/commands/prepare.h b/src/include/commands/prepare.h
index fdbea2c6083bdb4b2e221d4874b283d9490ef8c3..90e17b7378a6dbf69e0e7161bc06597892ffa6bf 100644
--- a/src/include/commands/prepare.h
+++ b/src/include/commands/prepare.h
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2002-2003, PostgreSQL Global Development Group
  *
- * $Id: prepare.h,v 1.8 2003/08/08 21:42:40 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/prepare.h,v 1.9 2003/11/29 22:40:59 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/commands/schemacmds.h b/src/include/commands/schemacmds.h
index 2a6d088e29055f940ca8291010cbf197fd531fdb..6f772e6b3e80b2e18738222d765ce9a734a05eec 100644
--- a/src/include/commands/schemacmds.h
+++ b/src/include/commands/schemacmds.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: schemacmds.h,v 1.5 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/schemacmds.h,v 1.6 2003/11/29 22:40:59 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/commands/sequence.h b/src/include/commands/sequence.h
index 8c83fec3cc7baa764deb966619ccef349982221e..68a884858a48106b8997258b563d3cd08dcf0c21 100644
--- a/src/include/commands/sequence.h
+++ b/src/include/commands/sequence.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sequence.h,v 1.27 2003/11/09 21:30:37 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/sequence.h,v 1.28 2003/11/29 22:40:59 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/commands/tablecmds.h b/src/include/commands/tablecmds.h
index 793f3a6c799dea4c4f238b46d44a7947b41e92f7..1f71eebe8ec37082ac38857c95638e9af1a18643 100644
--- a/src/include/commands/tablecmds.h
+++ b/src/include/commands/tablecmds.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tablecmds.h,v 1.13 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/tablecmds.h,v 1.14 2003/11/29 22:40:59 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/commands/trigger.h b/src/include/commands/trigger.h
index fe8f6af61d9fef5d5b9d12e4a1234e083eebdb38..9083c1395f2d37b03cfa90dd984b5445fd905c3f 100644
--- a/src/include/commands/trigger.h
+++ b/src/include/commands/trigger.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: trigger.h,v 1.44 2003/10/06 16:38:28 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/trigger.h,v 1.45 2003/11/29 22:40:59 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/commands/typecmds.h b/src/include/commands/typecmds.h
index 04574bfb15e2101e3d29ac9adffa0102f85efaa8..58f6f6cd56b3267c134c5eae7e6592be1e538d73 100644
--- a/src/include/commands/typecmds.h
+++ b/src/include/commands/typecmds.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: typecmds.h,v 1.7 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/typecmds.h,v 1.8 2003/11/29 22:40:59 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/commands/user.h b/src/include/commands/user.h
index 85e93dc11829d4d8a3e7d2b3e39fc008072bccb5..8dba146aa5bcb76a4beb85b12be548ea5e5606b1 100644
--- a/src/include/commands/user.h
+++ b/src/include/commands/user.h
@@ -4,7 +4,7 @@
  *	  Commands for manipulating users and groups.
  *
  *
- * $Id: user.h,v 1.21 2003/06/27 14:45:31 petere Exp $
+ * $PostgreSQL: pgsql/src/include/commands/user.h,v 1.22 2003/11/29 22:40:59 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h
index 194adb17c8aad9ab8f6c8f0c970ed7826f31de26..e93942fd2565d79d2a262aaa4a7f661c4b321a63 100644
--- a/src/include/commands/vacuum.h
+++ b/src/include/commands/vacuum.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: vacuum.h,v 1.46 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.47 2003/11/29 22:40:59 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/commands/variable.h b/src/include/commands/variable.h
index fda1d9f0e56362476a5cf4509c4010da87686311..0c3c8388e45fc5cb522faf68c67af5fd7d9ae981 100644
--- a/src/include/commands/variable.h
+++ b/src/include/commands/variable.h
@@ -2,7 +2,7 @@
  * variable.h
  *		Routines for handling specialized SET variables.
  *
- * $Id: variable.h,v 1.21 2003/07/15 19:19:56 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/variable.h,v 1.22 2003/11/29 22:40:59 pgsql Exp $
  *
  */
 #ifndef VARIABLE_H
diff --git a/src/include/commands/version.h b/src/include/commands/version.h
index 111377ae0a21115054eea6cb3d1c08ef34e5c08c..d7ec29964e46b4f8ce4c8d0bb97f46e9724c3d58 100644
--- a/src/include/commands/version.h
+++ b/src/include/commands/version.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: version.h,v 1.14 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/version.h,v 1.15 2003/11/29 22:40:59 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/commands/view.h b/src/include/commands/view.h
index affcf48423a2b4d5aa088f6d3369ca48487857c5..4c9eab926bd335af1488b20ed267e1955089cc5d 100644
--- a/src/include/commands/view.h
+++ b/src/include/commands/view.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: view.h,v 1.18 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/view.h,v 1.19 2003/11/29 22:40:59 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/execdebug.h b/src/include/executor/execdebug.h
index e95c27d07e2fdfa25a4d8cd2031888c9b3b2f04a..abeb2a82ae4c5ab2851b07bc07a8022db539d46d 100644
--- a/src/include/executor/execdebug.h
+++ b/src/include/executor/execdebug.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execdebug.h,v 1.21 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/execdebug.h,v 1.22 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/execdefs.h b/src/include/executor/execdefs.h
index c76e00d78627a9590930369c4ee9bedef2dfcaa1..0108585e43d983a59cf079930a531a8017d2f5ce 100644
--- a/src/include/executor/execdefs.h
+++ b/src/include/executor/execdefs.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execdefs.h,v 1.14 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/execdefs.h,v 1.15 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/execdesc.h b/src/include/executor/execdesc.h
index 1fa2934110bf98f450802a5456649f56165523a1..a48081d6d6c2bf732d112305705d3fca4a492873 100644
--- a/src/include/executor/execdesc.h
+++ b/src/include/executor/execdesc.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execdesc.h,v 1.26 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/execdesc.h,v 1.27 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/executor.h b/src/include/executor/executor.h
index ad30681f1cdc59d79ec7c9a94fff29e59d1bbb4e..022b759c86ecea3144f0ec505ed67087f9a3dabf 100644
--- a/src/include/executor/executor.h
+++ b/src/include/executor/executor.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: executor.h,v 1.102 2003/10/01 21:30:52 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/executor/executor.h,v 1.103 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/functions.h b/src/include/executor/functions.h
index f7089fd8e498b3d8b9b751e78ae1a1b69e131958..847673ec91d5831e36e5e0ec20d6af6a557f0569 100644
--- a/src/include/executor/functions.h
+++ b/src/include/executor/functions.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: functions.h,v 1.20 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/functions.h,v 1.21 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/hashjoin.h b/src/include/executor/hashjoin.h
index b62c0b487825297b00464256dafe16fc2a1f7e1a..095c4316090f40600e52753e39288839f7957c2f 100644
--- a/src/include/executor/hashjoin.h
+++ b/src/include/executor/hashjoin.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: hashjoin.h,v 1.30 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/hashjoin.h,v 1.31 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/instrument.h b/src/include/executor/instrument.h
index 9c19394897db4d5925e304561b837fdcba80392b..2e9c756029a83752066d9671646980abc2759944 100644
--- a/src/include/executor/instrument.h
+++ b/src/include/executor/instrument.h
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2001-2003, PostgreSQL Global Development Group
  *
- * $Id: instrument.h,v 1.5 2003/08/04 23:59:41 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/executor/instrument.h,v 1.6 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/nodeAgg.h b/src/include/executor/nodeAgg.h
index c07afd6a4ffa436b09335f31c9b7b2833ca262b3..9d8610892d12ad192571043563a4e34d9c603364 100644
--- a/src/include/executor/nodeAgg.h
+++ b/src/include/executor/nodeAgg.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeAgg.h,v 1.20 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeAgg.h,v 1.21 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/nodeAppend.h b/src/include/executor/nodeAppend.h
index 356b20d10d62a482d182fd421fc6315efa4ce1d2..8d6611dfea644e3bacd7b590c9e85dd50e00221e 100644
--- a/src/include/executor/nodeAppend.h
+++ b/src/include/executor/nodeAppend.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeAppend.h,v 1.19 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeAppend.h,v 1.20 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/nodeFunctionscan.h b/src/include/executor/nodeFunctionscan.h
index 5161ba4ff67c381c0f870e95b01227f63697bd67..e5410ee6763079e7d299e3f971881fc6e37c7059 100644
--- a/src/include/executor/nodeFunctionscan.h
+++ b/src/include/executor/nodeFunctionscan.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeFunctionscan.h,v 1.4 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeFunctionscan.h,v 1.5 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/nodeGroup.h b/src/include/executor/nodeGroup.h
index 4e913272c8ba06085db10d0ef19c7c09e8dcd1aa..1aee5e7f4e4ab2e9a7a6f9373e68c4205e337b37 100644
--- a/src/include/executor/nodeGroup.h
+++ b/src/include/executor/nodeGroup.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeGroup.h,v 1.25 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeGroup.h,v 1.26 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/nodeHash.h b/src/include/executor/nodeHash.h
index f1390468bd9c30e6e50dbcbbe7f5c15614368ef3..4afff5a80c0ba302c0b6992ffdf8db22a0be9d5b 100644
--- a/src/include/executor/nodeHash.h
+++ b/src/include/executor/nodeHash.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeHash.h,v 1.32 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeHash.h,v 1.33 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/nodeHashjoin.h b/src/include/executor/nodeHashjoin.h
index 3326171d242864015f96ad7607091e389092e84e..eaae71609561f2d589b84f7e08e99d0def814a28 100644
--- a/src/include/executor/nodeHashjoin.h
+++ b/src/include/executor/nodeHashjoin.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeHashjoin.h,v 1.25 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeHashjoin.h,v 1.26 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/nodeIndexscan.h b/src/include/executor/nodeIndexscan.h
index 194e7cef45f3af664f3f9a0f37ae93b260d5d995..e2c88d324895d1084d6a532c6b737243b2ca05f5 100644
--- a/src/include/executor/nodeIndexscan.h
+++ b/src/include/executor/nodeIndexscan.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeIndexscan.h,v 1.18 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeIndexscan.h,v 1.19 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/nodeLimit.h b/src/include/executor/nodeLimit.h
index 6c00dd8ea165ab653f815b90fce962fa5bcfd25a..86d9dbef7cea084428f7b77aa73f20e2dc2cfd3c 100644
--- a/src/include/executor/nodeLimit.h
+++ b/src/include/executor/nodeLimit.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeLimit.h,v 1.8 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeLimit.h,v 1.9 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/nodeMaterial.h b/src/include/executor/nodeMaterial.h
index be35abd7f8bc0aa7929c9dad42d61a5e57142a56..7fd8b544838d884bf815a80319513cc33b090847 100644
--- a/src/include/executor/nodeMaterial.h
+++ b/src/include/executor/nodeMaterial.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeMaterial.h,v 1.20 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeMaterial.h,v 1.21 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/nodeMergejoin.h b/src/include/executor/nodeMergejoin.h
index 8ca811fa7a8e3079f5f1d6ae508fae11670bbe48..fc9a399562bff6cd45523da9523818e118256bbe 100644
--- a/src/include/executor/nodeMergejoin.h
+++ b/src/include/executor/nodeMergejoin.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeMergejoin.h,v 1.19 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeMergejoin.h,v 1.20 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/nodeNestloop.h b/src/include/executor/nodeNestloop.h
index 73be726eed3b4240995c21152078934fd724d1f2..f3e47a24502e70407ddc228825aab3a23cbfd508 100644
--- a/src/include/executor/nodeNestloop.h
+++ b/src/include/executor/nodeNestloop.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeNestloop.h,v 1.20 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeNestloop.h,v 1.21 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/nodeResult.h b/src/include/executor/nodeResult.h
index a1baa76f7bb7b1bb861de36c71a6aa7296449b78..e615f3296a891b1f83f7e530fea57a08ee4d6c53 100644
--- a/src/include/executor/nodeResult.h
+++ b/src/include/executor/nodeResult.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeResult.h,v 1.17 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeResult.h,v 1.18 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/nodeSeqscan.h b/src/include/executor/nodeSeqscan.h
index 1496dc162cdb468d375f722df6a4c3c5f54923b9..502b343f22faaaa478ad1d8eae3f2110725de246 100644
--- a/src/include/executor/nodeSeqscan.h
+++ b/src/include/executor/nodeSeqscan.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeSeqscan.h,v 1.19 2003/08/08 21:42:45 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeSeqscan.h,v 1.20 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/nodeSetOp.h b/src/include/executor/nodeSetOp.h
index 0f372d81318f84ff4d1a963ef7c619992f0561df..47bd12fe203c60e9501616d05a7c0c8201b43c9b 100644
--- a/src/include/executor/nodeSetOp.h
+++ b/src/include/executor/nodeSetOp.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeSetOp.h,v 1.8 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeSetOp.h,v 1.9 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/nodeSort.h b/src/include/executor/nodeSort.h
index c6e5d2892c76926b19a8c471831395bfcdf0c1a9..c945d2869bc398e9f4164e3c420d9e80e2ca67e7 100644
--- a/src/include/executor/nodeSort.h
+++ b/src/include/executor/nodeSort.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeSort.h,v 1.17 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeSort.h,v 1.18 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/nodeSubplan.h b/src/include/executor/nodeSubplan.h
index 00538a39c58e4f307cc9c5ed67051332e5f9db09..0335f1ca8c8539ddf3c953610bc5e86dcab6ae35 100644
--- a/src/include/executor/nodeSubplan.h
+++ b/src/include/executor/nodeSubplan.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeSubplan.h,v 1.18 2003/08/08 21:42:45 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeSubplan.h,v 1.19 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/nodeSubqueryscan.h b/src/include/executor/nodeSubqueryscan.h
index dbe05656b01984112086d33c2af357a9733ef208..eb2fcc80d60bb86a446da2fa2e4603b2ad9d56f8 100644
--- a/src/include/executor/nodeSubqueryscan.h
+++ b/src/include/executor/nodeSubqueryscan.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeSubqueryscan.h,v 1.8 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeSubqueryscan.h,v 1.9 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/nodeTidscan.h b/src/include/executor/nodeTidscan.h
index f5ed5182bc956a8cfbbefd6bbe177fec7cf5f4d6..9272b5bc3d99bf8846b8da13bdd26da98836aa17 100644
--- a/src/include/executor/nodeTidscan.h
+++ b/src/include/executor/nodeTidscan.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeTidscan.h,v 1.12 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeTidscan.h,v 1.13 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/nodeUnique.h b/src/include/executor/nodeUnique.h
index f4528dcb1d716cbe05f68caaac88e175646ddbf2..7db35f18f342630816d8506a352e8b6533c6301c 100644
--- a/src/include/executor/nodeUnique.h
+++ b/src/include/executor/nodeUnique.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeUnique.h,v 1.17 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/nodeUnique.h,v 1.18 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/spi.h b/src/include/executor/spi.h
index bc86c665cba7feebe7cd9912f2c29345b03ceab3..b0102c394bf9fddbb48d5502b0bb409c009cc354 100644
--- a/src/include/executor/spi.h
+++ b/src/include/executor/spi.h
@@ -2,7 +2,7 @@
  *
  * spi.h
  *
- * $Id: spi.h,v 1.39 2003/10/01 21:30:52 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/executor/spi.h,v 1.40 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/spi_priv.h b/src/include/executor/spi_priv.h
index e62977d3255c1ce45c56c35cc5221a663550f9f3..6c5c19994d5e4c4ab492ff3474464acbd3f5c578 100644
--- a/src/include/executor/spi_priv.h
+++ b/src/include/executor/spi_priv.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: spi_priv.h,v 1.16 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/spi_priv.h,v 1.17 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/tstoreReceiver.h b/src/include/executor/tstoreReceiver.h
index 33da4176f9b7724e74b7631ca07f52d16049a713..0350b682b1d6a2f5c45cc5e806bb29b890d141a8 100644
--- a/src/include/executor/tstoreReceiver.h
+++ b/src/include/executor/tstoreReceiver.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tstoreReceiver.h,v 1.4 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/tstoreReceiver.h,v 1.5 2003/11/29 22:41:01 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/executor/tuptable.h b/src/include/executor/tuptable.h
index 26aad52f1e94af3e710524942a854cb540550a09..fba57bab2597ad565f0d9f605772593814d6263f 100644
--- a/src/include/executor/tuptable.h
+++ b/src/include/executor/tuptable.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tuptable.h,v 1.23 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/tuptable.h,v 1.24 2003/11/29 22:41:01 pgsql Exp $
  *
  * NOTES
  *	  The tuple table interface is getting pretty ugly.
diff --git a/src/include/fmgr.h b/src/include/fmgr.h
index 572cc082064abac58392af849f043454ee843a38..1e3b02e60ebb17444a43e27bbb53b3b07c1f86b5 100644
--- a/src/include/fmgr.h
+++ b/src/include/fmgr.h
@@ -11,7 +11,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fmgr.h,v 1.31 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/fmgr.h,v 1.32 2003/11/29 22:40:53 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/funcapi.h b/src/include/funcapi.h
index 9404a5d6b7943554c6f62c268c5c8ee195e7ca9d..a8051fc27f0399a43da930768b463578bc88e113 100644
--- a/src/include/funcapi.h
+++ b/src/include/funcapi.h
@@ -9,7 +9,7 @@
  *
  * Copyright (c) 2002-2003, PostgreSQL Global Development Group
  *
- * $Id: funcapi.h,v 1.9 2003/08/04 23:59:41 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/funcapi.h,v 1.10 2003/11/29 22:40:53 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/getaddrinfo.h b/src/include/getaddrinfo.h
index 4ca74544912946f2c1ef45caad679462d553d343..893e7106c78ceb3684a3e61bc05f7d4cc1299639 100644
--- a/src/include/getaddrinfo.h
+++ b/src/include/getaddrinfo.h
@@ -15,7 +15,7 @@
  *
  * Copyright (c) 2003, PostgreSQL Global Development Group
  *
- * $Id: getaddrinfo.h,v 1.11 2003/08/14 18:32:55 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/getaddrinfo.h,v 1.12 2003/11/29 22:40:53 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/lib/dllist.h b/src/include/lib/dllist.h
index 85d2a8790c9a496bf6041ca728b3728f1cec3f09..39c8d8219ab665dbcc6683f53de82ce232f28cc6 100644
--- a/src/include/lib/dllist.h
+++ b/src/include/lib/dllist.h
@@ -34,7 +34,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dllist.h,v 1.21 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/lib/dllist.h,v 1.22 2003/11/29 22:41:02 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/lib/lispsort.h b/src/include/lib/lispsort.h
index fb433f817716cf493f2bde2223fd7d6dd65b3d0a..ddf7fc1e441df898bb51947a033b682ca6b10dfd 100644
--- a/src/include/lib/lispsort.h
+++ b/src/include/lib/lispsort.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: lispsort.h,v 1.12 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/lib/lispsort.h,v 1.13 2003/11/29 22:41:02 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/lib/stringinfo.h b/src/include/lib/stringinfo.h
index d296dff78663722e6c0335d920607c383e0ae22c..2e9ee3f6223224caf93b94bd4b498020192b3a6e 100644
--- a/src/include/lib/stringinfo.h
+++ b/src/include/lib/stringinfo.h
@@ -10,7 +10,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: stringinfo.h,v 1.28 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/lib/stringinfo.h,v 1.29 2003/11/29 22:41:02 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/libpq/auth.h b/src/include/libpq/auth.h
index e3623921ed84ceee52f40f32eabfc300d92a11c7..d2174c8591b85bf5d67cf4e926123ea1d95681ac 100644
--- a/src/include/libpq/auth.h
+++ b/src/include/libpq/auth.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: auth.h,v 1.23 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/auth.h,v 1.24 2003/11/29 22:41:03 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/libpq/be-fsstubs.h b/src/include/libpq/be-fsstubs.h
index 5b49a9ce53fe85671dd14b1df23be23e16cfcfd0..9c45876be5a4488c0633980198041e366e244bf5 100644
--- a/src/include/libpq/be-fsstubs.h
+++ b/src/include/libpq/be-fsstubs.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: be-fsstubs.h,v 1.17 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/be-fsstubs.h,v 1.18 2003/11/29 22:41:03 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/libpq/crypt.h b/src/include/libpq/crypt.h
index 741596f21d4c0817117e43cb9e4cf012ef46ec6a..15d176e26a97036ac1237f98373b1b4977e11f93 100644
--- a/src/include/libpq/crypt.h
+++ b/src/include/libpq/crypt.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: crypt.h,v 1.26 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/crypt.h,v 1.27 2003/11/29 22:41:03 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/libpq/hba.h b/src/include/libpq/hba.h
index 9a7e355ff3f6ce61b66c198777de6e2fb5e37c65..06b0b5cdc0aa39dcfaa7d1e64299ebe7ec9463a7 100644
--- a/src/include/libpq/hba.h
+++ b/src/include/libpq/hba.h
@@ -4,7 +4,7 @@
  *	  Interface to hba.c
  *
  *
- * $Id: hba.h,v 1.33 2003/04/17 22:26:01 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/hba.h,v 1.34 2003/11/29 22:41:03 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/libpq/ip.h b/src/include/libpq/ip.h
index 32f7835c429b2ee84e1672043752c3ea6a6eb5a2..d7d82aa43cdfe64090874316a4101d6f82f92d52 100644
--- a/src/include/libpq/ip.h
+++ b/src/include/libpq/ip.h
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 2003, PostgreSQL Global Development Group
  *
- * $Id: ip.h,v 1.12 2003/09/05 23:07:21 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/ip.h,v 1.13 2003/11/29 22:41:03 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/libpq/libpq-be.h b/src/include/libpq/libpq-be.h
index 152f41443e8d85121074179823b7a928bf97001f..a7dc475f570dc6955805ebc233359636e4ba8ac2 100644
--- a/src/include/libpq/libpq-be.h
+++ b/src/include/libpq/libpq-be.h
@@ -11,7 +11,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq-be.h,v 1.37 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/libpq-be.h,v 1.38 2003/11/29 22:41:03 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/libpq/libpq-fs.h b/src/include/libpq/libpq-fs.h
index 8f159994a8e4306f70c7b00a3bd362be5eeeb893..d0077588ba012c3287894a288cfa85e3fb826fb2 100644
--- a/src/include/libpq/libpq-fs.h
+++ b/src/include/libpq/libpq-fs.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq-fs.h,v 1.17 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/libpq-fs.h,v 1.18 2003/11/29 22:41:03 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/libpq/libpq.h b/src/include/libpq/libpq.h
index 4bd7f40a5834b634aa7ffbe1e000c500bc2bffaa..c599a6031a4ed23f2f21e0b7fad9f1955baa607f 100644
--- a/src/include/libpq/libpq.h
+++ b/src/include/libpq/libpq.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq.h,v 1.60 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/libpq.h,v 1.61 2003/11/29 22:41:03 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/libpq/pqcomm.h b/src/include/libpq/pqcomm.h
index 85c965d11b43211133ac01449b0105df9763e48d..954984fe7882b74d9fa1475f5c959d630f1c18ac 100644
--- a/src/include/libpq/pqcomm.h
+++ b/src/include/libpq/pqcomm.h
@@ -9,7 +9,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqcomm.h,v 1.93 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/pqcomm.h,v 1.94 2003/11/29 22:41:03 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/libpq/pqformat.h b/src/include/libpq/pqformat.h
index d04573634f97160b8d33ed00bc4a51c0f66d6ef2..c6e7053fb5e8f912cb718b27a7e2aba928e98705 100644
--- a/src/include/libpq/pqformat.h
+++ b/src/include/libpq/pqformat.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqformat.h,v 1.20 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/pqformat.h,v 1.21 2003/11/29 22:41:03 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/libpq/pqsignal.h b/src/include/libpq/pqsignal.h
index 357269a3542c00f505eee5dd3efd63c8c27ad9c5..64ff18fedfda50a57d3245a9d7979e58ed6bf48b 100644
--- a/src/include/libpq/pqsignal.h
+++ b/src/include/libpq/pqsignal.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqsignal.h,v 1.22 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/libpq/pqsignal.h,v 1.23 2003/11/29 22:41:03 pgsql Exp $
  *
  * NOTES
  *	  This shouldn't be in libpq, but the monitor and some other
diff --git a/src/include/mb/pg_wchar.h b/src/include/mb/pg_wchar.h
index a281c586a5975f71eaf97660e4d1e45bab5e122f..4273da946dccbdfb9dc6f67be7721571ef3c24ab 100644
--- a/src/include/mb/pg_wchar.h
+++ b/src/include/mb/pg_wchar.h
@@ -1,4 +1,4 @@
-/* $Id: pg_wchar.h,v 1.48 2003/08/04 00:43:31 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.49 2003/11/29 22:41:04 pgsql Exp $ */
 
 #ifndef PG_WCHAR_H
 #define PG_WCHAR_H
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h
index 5d4c3e09d454182df64ad80f21843b0f1f1f941e..138f34539bdfc7ff50e04fe0d74c44a5bb4df4aa 100644
--- a/src/include/miscadmin.h
+++ b/src/include/miscadmin.h
@@ -12,7 +12,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: miscadmin.h,v 1.137 2003/11/13 14:57:15 wieck Exp $
+ * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.138 2003/11/29 22:40:53 pgsql Exp $
  *
  * NOTES
  *	  some of the information in this file should be moved to
diff --git a/src/include/nodes/bitmapset.h b/src/include/nodes/bitmapset.h
index 73ad4ad84e5ced409aeb08bedcdd07ee00a8d9dd..0237dddf072ba5ecf8d52e77246d1462f750ac8f 100644
--- a/src/include/nodes/bitmapset.h
+++ b/src/include/nodes/bitmapset.h
@@ -13,7 +13,7 @@
  *
  * Copyright (c) 2003, PostgreSQL Global Development Group
  *
- * $Id: bitmapset.h,v 1.4 2003/08/08 21:42:47 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/bitmapset.h,v 1.5 2003/11/29 22:41:06 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h
index 4112cd49de6afe1094aee31433c568e35a4b31c6..e35e4c2bd8134e840f43539fbc5710624279f097 100644
--- a/src/include/nodes/execnodes.h
+++ b/src/include/nodes/execnodes.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execnodes.h,v 1.107 2003/10/01 21:30:52 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/execnodes.h,v 1.108 2003/11/29 22:41:06 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/nodes/makefuncs.h b/src/include/nodes/makefuncs.h
index 64ff3edd8dd08758952a6ecf5556938955a68da4..7562e1a82b6c7345d917ecd02283f33b119251a1 100644
--- a/src/include/nodes/makefuncs.h
+++ b/src/include/nodes/makefuncs.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: makefuncs.h,v 1.47 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/makefuncs.h,v 1.48 2003/11/29 22:41:06 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/nodes/memnodes.h b/src/include/nodes/memnodes.h
index 61bc5906c850d4dbfb20f2071db92e34ff259b6a..f79e91ffa0df4230dbe38bbeabe98988f40ae3f3 100644
--- a/src/include/nodes/memnodes.h
+++ b/src/include/nodes/memnodes.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: memnodes.h,v 1.26 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/memnodes.h,v 1.27 2003/11/29 22:41:06 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/nodes/nodeFuncs.h b/src/include/nodes/nodeFuncs.h
index 5d889ad1e6eb785e4acdc351d49405b5f88b901d..f1a436f2d706bc75269c4e7c5877c362bdc4195b 100644
--- a/src/include/nodes/nodeFuncs.h
+++ b/src/include/nodes/nodeFuncs.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeFuncs.h,v 1.20 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/nodeFuncs.h,v 1.21 2003/11/29 22:41:06 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h
index 6e3254dc67a9749a360a173184233c74783b1114..a162c5a93a4e61ccb2d2ae1e8f08a547ce4a747b 100644
--- a/src/include/nodes/nodes.h
+++ b/src/include/nodes/nodes.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodes.h,v 1.147 2003/08/17 19:58:06 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/nodes.h,v 1.148 2003/11/29 22:41:06 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/nodes/params.h b/src/include/nodes/params.h
index 677d4198cbc9b64ba6440da75464bb333783a5da..e22ff27a3b7967ac798abd6bd4a0b4fcbbf85a08 100644
--- a/src/include/nodes/params.h
+++ b/src/include/nodes/params.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: params.h,v 1.23 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/params.h,v 1.24 2003/11/29 22:41:06 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h
index e0fada5dbef36b8d27eee346f7305ebec53f90e7..e6ec1fcd2f5ad7e0c035712729600cd3675c188e 100644
--- a/src/include/nodes/parsenodes.h
+++ b/src/include/nodes/parsenodes.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parsenodes.h,v 1.249 2003/11/21 22:32:49 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/parsenodes.h,v 1.250 2003/11/29 22:41:06 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/nodes/pg_list.h b/src/include/nodes/pg_list.h
index 8ab22560ce6d055f1367513d90825b4e0dc8a15e..e9d6db86991276000ddc1f981a03977e2b732ade 100644
--- a/src/include/nodes/pg_list.h
+++ b/src/include/nodes/pg_list.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_list.h,v 1.41 2003/08/22 20:34:33 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/pg_list.h,v 1.42 2003/11/29 22:41:06 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h
index 6513bf35105f45738707ab50587cbd70205e1138..580b9dec1929e597646b0e6ad2ea8643ceb3f784 100644
--- a/src/include/nodes/plannodes.h
+++ b/src/include/nodes/plannodes.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: plannodes.h,v 1.71 2003/11/25 21:00:54 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/plannodes.h,v 1.72 2003/11/29 22:41:06 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/nodes/primnodes.h b/src/include/nodes/primnodes.h
index 2d86b48c4118d7cf2985f9c940b2b91c6e513a74..41efbf75162ca74241b567195e0497e5e127961f 100644
--- a/src/include/nodes/primnodes.h
+++ b/src/include/nodes/primnodes.h
@@ -10,7 +10,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: primnodes.h,v 1.92 2003/08/17 23:43:26 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/primnodes.h,v 1.93 2003/11/29 22:41:06 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/nodes/print.h b/src/include/nodes/print.h
index a2d8b3a64f6c31742cf01945484f2afe0515760e..1a7c80988ec624882e5c7a89b4df0345932a7ef3 100644
--- a/src/include/nodes/print.h
+++ b/src/include/nodes/print.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: print.h,v 1.21 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/print.h,v 1.22 2003/11/29 22:41:06 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/nodes/readfuncs.h b/src/include/nodes/readfuncs.h
index 38e0f12f7f143bd4eca0e2230f01dc3104aaf070..0c67f3e3a3af560e77272517031804e1f6064bbe 100644
--- a/src/include/nodes/readfuncs.h
+++ b/src/include/nodes/readfuncs.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: readfuncs.h,v 1.17 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/readfuncs.h,v 1.18 2003/11/29 22:41:06 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h
index d64b90459ef88efb5ad0f026d3932784242249d4..62e77afcd2e21f2dc325ea873345c0b70c314a09 100644
--- a/src/include/nodes/relation.h
+++ b/src/include/nodes/relation.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: relation.h,v 1.85 2003/08/08 21:42:48 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/nodes/relation.h,v 1.86 2003/11/29 22:41:06 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/clauses.h b/src/include/optimizer/clauses.h
index 914714e65c5e876d351540c552acc6862fede408..7fb60b548e48af3a25e946c1c86381e78dad14c8 100644
--- a/src/include/optimizer/clauses.h
+++ b/src/include/optimizer/clauses.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: clauses.h,v 1.68 2003/08/08 21:42:50 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/clauses.h,v 1.69 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/cost.h b/src/include/optimizer/cost.h
index 5de317ddf4bcef2becd4a0c21213305345d99d28..316d63b97a24a84de33ee3e11cfe0efa509eb352 100644
--- a/src/include/optimizer/cost.h
+++ b/src/include/optimizer/cost.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: cost.h,v 1.57 2003/08/08 21:42:50 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/cost.h,v 1.58 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/geqo.h b/src/include/optimizer/geqo.h
index 53a2334a1713d46effe91153268ec7e6d459eb6c..249b477223031ccee00c5d175ee18ef4ff749d78 100644
--- a/src/include/optimizer/geqo.h
+++ b/src/include/optimizer/geqo.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo.h,v 1.32 2003/09/07 15:26:54 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/geqo.h,v 1.33 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/geqo_copy.h b/src/include/optimizer/geqo_copy.h
index 407af51aa4db191800c63e5a54bcecc69b22da49..e3d47297d5530793523b03c0008d12ff0f8ec95e 100644
--- a/src/include/optimizer/geqo_copy.h
+++ b/src/include/optimizer/geqo_copy.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_copy.h,v 1.14 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/geqo_copy.h,v 1.15 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/geqo_gene.h b/src/include/optimizer/geqo_gene.h
index c4b87cdefa6c13ac520fa8d7708044cab610b228..3b0cd0d5dd37452cf24d53b68ec73cc497836ef1 100644
--- a/src/include/optimizer/geqo_gene.h
+++ b/src/include/optimizer/geqo_gene.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_gene.h,v 1.15 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/geqo_gene.h,v 1.16 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/geqo_misc.h b/src/include/optimizer/geqo_misc.h
index a9ad6aa98bed4255ca3705bb2075afb88ba67086..812ed7a70ab514c9ca196c75c669b7f165f7db85 100644
--- a/src/include/optimizer/geqo_misc.h
+++ b/src/include/optimizer/geqo_misc.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_misc.h,v 1.24 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/geqo_misc.h,v 1.25 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/geqo_mutation.h b/src/include/optimizer/geqo_mutation.h
index 66370f73972d256082ef68ed39b0a1251010796f..2e835aa5e2adf5c5800416c8bc43652c8e1ce395 100644
--- a/src/include/optimizer/geqo_mutation.h
+++ b/src/include/optimizer/geqo_mutation.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_mutation.h,v 1.14 2003/08/04 02:40:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/geqo_mutation.h,v 1.15 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/geqo_pool.h b/src/include/optimizer/geqo_pool.h
index 432a17528bc321ef9f0477c418559ef81a6a9599..4028b2c104df50334c1dc87702a8d0c2b128ab67 100644
--- a/src/include/optimizer/geqo_pool.h
+++ b/src/include/optimizer/geqo_pool.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_pool.h,v 1.17 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/geqo_pool.h,v 1.18 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/geqo_random.h b/src/include/optimizer/geqo_random.h
index e549767a37134096bde2dae6cae167717e1a21ea..4244dafb922f55d7a4c0b04852677f69ef8ff133 100644
--- a/src/include/optimizer/geqo_random.h
+++ b/src/include/optimizer/geqo_random.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_random.h,v 1.13 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/geqo_random.h,v 1.14 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/geqo_recombination.h b/src/include/optimizer/geqo_recombination.h
index 3d0b33f701421902535fd187c9589de0c98a2e0b..fbb914adbd32760972dccadc212d794f00c2e65b 100644
--- a/src/include/optimizer/geqo_recombination.h
+++ b/src/include/optimizer/geqo_recombination.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_recombination.h,v 1.13 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/geqo_recombination.h,v 1.14 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/geqo_selection.h b/src/include/optimizer/geqo_selection.h
index 76a21337caeb6924d872a45a9a56e88bc43af135..7a35a86527aea863ba52395853d62e756e915a9a 100644
--- a/src/include/optimizer/geqo_selection.h
+++ b/src/include/optimizer/geqo_selection.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_selection.h,v 1.14 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/geqo_selection.h,v 1.15 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/joininfo.h b/src/include/optimizer/joininfo.h
index f6ce5917ef0e76962697070a599c0fda992fb3e5..665f34bd79f5b28158239e1a4a12c503b67894b1 100644
--- a/src/include/optimizer/joininfo.h
+++ b/src/include/optimizer/joininfo.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: joininfo.h,v 1.25 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/joininfo.h,v 1.26 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/pathnode.h b/src/include/optimizer/pathnode.h
index 5b43dfa9f3c23f1fc1b9ef0b807b586ef418914b..379e2ba7a5e614e3fb38352e7523d4f99a9a71db 100644
--- a/src/include/optimizer/pathnode.h
+++ b/src/include/optimizer/pathnode.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pathnode.h,v 1.52 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/pathnode.h,v 1.53 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/paths.h b/src/include/optimizer/paths.h
index 2a748975195b5ed07f77c9037977cc4fc0f8b341..6e5ea0551f20bb8c656c972b9bcbf00d35887d53 100644
--- a/src/include/optimizer/paths.h
+++ b/src/include/optimizer/paths.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: paths.h,v 1.69 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/paths.h,v 1.70 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/plancat.h b/src/include/optimizer/plancat.h
index fbff89d266ccd3bb6c52c02c82bd2fd133ec49a0..25799cc60aa1dcf15a7ef97acd98054688bebc32 100644
--- a/src/include/optimizer/plancat.h
+++ b/src/include/optimizer/plancat.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: plancat.h,v 1.32 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/plancat.h,v 1.33 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/planmain.h b/src/include/optimizer/planmain.h
index a27cc9ebc6004105b072fa72f59834676b8332e9..9f1ed28aa188b0f8134a3882d333a09358b8c83d 100644
--- a/src/include/optimizer/planmain.h
+++ b/src/include/optimizer/planmain.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: planmain.h,v 1.75 2003/08/08 21:42:50 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/planmain.h,v 1.76 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/planner.h b/src/include/optimizer/planner.h
index b8121ec2eafffa0fe7dfe043d73adeb5a42b2138..8688f3dd65937486aec176cd0c2d7f0a82485f41 100644
--- a/src/include/optimizer/planner.h
+++ b/src/include/optimizer/planner.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: planner.h,v 1.27 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/planner.h,v 1.28 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/prep.h b/src/include/optimizer/prep.h
index 12e3c213c69db76f646462a9bbcc982d24d795c3..060b25b314c4135de358b1639373fadc80249709 100644
--- a/src/include/optimizer/prep.h
+++ b/src/include/optimizer/prep.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: prep.h,v 1.41 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/prep.h,v 1.42 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/restrictinfo.h b/src/include/optimizer/restrictinfo.h
index 3e7dc9edd9ddaec844258531cff3a7e011c24ca3..640e5e16aa922a09522cc812817569accdbdac8e 100644
--- a/src/include/optimizer/restrictinfo.h
+++ b/src/include/optimizer/restrictinfo.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: restrictinfo.h,v 1.19 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/restrictinfo.h,v 1.20 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/subselect.h b/src/include/optimizer/subselect.h
index a1ec6fd3419404b375a26637b235ae9af39396d1..d85622a70228102de7ec86b61eb7fcaf8a3ebda9 100644
--- a/src/include/optimizer/subselect.h
+++ b/src/include/optimizer/subselect.h
@@ -5,7 +5,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: subselect.h,v 1.20 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/subselect.h,v 1.21 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/tlist.h b/src/include/optimizer/tlist.h
index a32116fdff9dc63b82e9807b067075b643120ac1..905097647587636190e24047c9c6d5c55aeb9853 100644
--- a/src/include/optimizer/tlist.h
+++ b/src/include/optimizer/tlist.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tlist.h,v 1.38 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/tlist.h,v 1.39 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/optimizer/var.h b/src/include/optimizer/var.h
index bfe1da1e48c288284b74a2d523a1bb4ff1948d84..087489a0a75ab0ebf44c59dc78ae98e93007ab8b 100644
--- a/src/include/optimizer/var.h
+++ b/src/include/optimizer/var.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: var.h,v 1.28 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/optimizer/var.h,v 1.29 2003/11/29 22:41:07 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/parser/analyze.h b/src/include/parser/analyze.h
index 79cdd4ee9fd74e8a7f0a8a61efc861e6a3a53668..516affd82a0fb1784c099c34d2d45379dbb12a86 100644
--- a/src/include/parser/analyze.h
+++ b/src/include/parser/analyze.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: analyze.h,v 1.23 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/analyze.h,v 1.24 2003/11/29 22:41:09 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/parser/gramparse.h b/src/include/parser/gramparse.h
index 8a165015753276495e264bc4a4c895e56117140d..4cf4cabda018deaf62b1ec8eb60f07b5a26d825e 100644
--- a/src/include/parser/gramparse.h
+++ b/src/include/parser/gramparse.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: gramparse.h,v 1.28 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/gramparse.h,v 1.29 2003/11/29 22:41:09 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/parser/keywords.h b/src/include/parser/keywords.h
index db7e06aa2ba5ebdce3609aea78857b488b5fee7a..d456f5df85af5e9498e64e8f67871a94cb5f57cf 100644
--- a/src/include/parser/keywords.h
+++ b/src/include/parser/keywords.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: keywords.h,v 1.17 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/keywords.h,v 1.18 2003/11/29 22:41:09 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/parser/parse_agg.h b/src/include/parser/parse_agg.h
index 22356c461b7222d231cd635776c79d365320d75e..30b36a6c32c456763d0b2c159d4ff3894f04ab1e 100644
--- a/src/include/parser/parse_agg.h
+++ b/src/include/parser/parse_agg.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_agg.h,v 1.29 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_agg.h,v 1.30 2003/11/29 22:41:09 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/parser/parse_clause.h b/src/include/parser/parse_clause.h
index 8439c19804ceeedb5cc3993ed8e68383c287f375..a57a80325b54826c4a8a3ecc2d56b9a25671888a 100644
--- a/src/include/parser/parse_clause.h
+++ b/src/include/parser/parse_clause.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_clause.h,v 1.37 2003/08/17 19:58:06 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_clause.h,v 1.38 2003/11/29 22:41:09 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/parser/parse_coerce.h b/src/include/parser/parse_coerce.h
index b2fffd67b432f63525d17e9a326c16c36c793457..8700200b51bf69b05310185284e0b7e478bb1183 100644
--- a/src/include/parser/parse_coerce.h
+++ b/src/include/parser/parse_coerce.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_coerce.h,v 1.55 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_coerce.h,v 1.56 2003/11/29 22:41:09 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/parser/parse_expr.h b/src/include/parser/parse_expr.h
index 53de14a9448de4df827f54dd01aa9303c7ecdff5..d5b87da1b7cfbbb336f030e43b71d88382c30c9b 100644
--- a/src/include/parser/parse_expr.h
+++ b/src/include/parser/parse_expr.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_expr.h,v 1.31 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_expr.h,v 1.32 2003/11/29 22:41:09 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/parser/parse_func.h b/src/include/parser/parse_func.h
index 96a6c263467d74a8b185fd20a512d7c455748217..62a9aded9231990e47914a94b77cb46705e8d06a 100644
--- a/src/include/parser/parse_func.h
+++ b/src/include/parser/parse_func.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_func.h,v 1.50 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_func.h,v 1.51 2003/11/29 22:41:09 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/parser/parse_node.h b/src/include/parser/parse_node.h
index 591f06155e5f1a143ecb377c550a56950b54d5e4..8bb595c7098e97b4819d37147e6d652272aef8fb 100644
--- a/src/include/parser/parse_node.h
+++ b/src/include/parser/parse_node.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_node.h,v 1.37 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_node.h,v 1.38 2003/11/29 22:41:09 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/parser/parse_oper.h b/src/include/parser/parse_oper.h
index 130f125eff1282d3a505ecbfd4b025ea5b65da9a..f415f545cce447679e1a571b953857471170fbc2 100644
--- a/src/include/parser/parse_oper.h
+++ b/src/include/parser/parse_oper.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_oper.h,v 1.33 2003/08/17 19:58:06 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_oper.h,v 1.34 2003/11/29 22:41:09 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/parser/parse_relation.h b/src/include/parser/parse_relation.h
index 68cadbf76a8091ba0607410027a0b0ef2eeedf04..ca209c93028ef879af54a12e3fb4498e76dae6e0 100644
--- a/src/include/parser/parse_relation.h
+++ b/src/include/parser/parse_relation.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_relation.h,v 1.41 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_relation.h,v 1.42 2003/11/29 22:41:09 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/parser/parse_target.h b/src/include/parser/parse_target.h
index dd1488a5ed457db6469f23566d642c39812fbb89..59d6b2df7ba04127e385c836571a37bd5dffcd98 100644
--- a/src/include/parser/parse_target.h
+++ b/src/include/parser/parse_target.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_target.h,v 1.31 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_target.h,v 1.32 2003/11/29 22:41:09 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/parser/parse_type.h b/src/include/parser/parse_type.h
index 240a75fe2b6679cd5fcc2af28cb4f3f8d15ea03d..79825323952268eddc1c91c50e32120619c63926 100644
--- a/src/include/parser/parse_type.h
+++ b/src/include/parser/parse_type.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_type.h,v 1.25 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_type.h,v 1.26 2003/11/29 22:41:09 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/parser/parser.h b/src/include/parser/parser.h
index a8705cc8d48d2c5408c815a2d38d5c83d19e4306..36a000ea7e4df03e53c267a126539efd989036b1 100644
--- a/src/include/parser/parser.h
+++ b/src/include/parser/parser.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parser.h,v 1.16 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parser.h,v 1.17 2003/11/29 22:41:09 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/parser/parsetree.h b/src/include/parser/parsetree.h
index d69acffeff337fb747fd43125184d729b7a2499d..74427f23adbf37876af1d1d3df3c28e5cb159478 100644
--- a/src/include/parser/parsetree.h
+++ b/src/include/parser/parsetree.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parsetree.h,v 1.22 2003/08/11 20:46:47 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parsetree.h,v 1.23 2003/11/29 22:41:09 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/parser/scansup.h b/src/include/parser/scansup.h
index 12b8794d28d51fbb2223c3009b3cd882fb5eb450..caa2f5d1727d9541e776d6ea3b03149324a5fa4e 100644
--- a/src/include/parser/scansup.h
+++ b/src/include/parser/scansup.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: scansup.h,v 1.13 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/parser/scansup.h,v 1.14 2003/11/29 22:41:09 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h
index eed5c5ee9f3551e5679d4ff290b67533f980ba2f..be80abfdc4add999991585225a42ef9c763256d2 100644
--- a/src/include/pg_config_manual.h
+++ b/src/include/pg_config_manual.h
@@ -6,7 +6,7 @@
  * for developers.	If you edit any of these, be sure to do a *full*
  * rebuild (and an initdb if noted).
  *
- * $Id: pg_config_manual.h,v 1.7 2003/11/09 21:30:37 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/pg_config_manual.h,v 1.8 2003/11/29 22:40:53 pgsql Exp $
  *------------------------------------------------------------------------
  */
 
diff --git a/src/include/pgstat.h b/src/include/pgstat.h
index cc76d67d6469cf5e1f51c643534dd8a07f7bec63..7628955d43700b97c17a3241df360db58e3f6bbe 100644
--- a/src/include/pgstat.h
+++ b/src/include/pgstat.h
@@ -5,7 +5,7 @@
  *
  *	Copyright (c) 2001-2003, PostgreSQL Global Development Group
  *
- *	$Id: pgstat.h,v 1.16 2003/08/04 00:43:29 momjian Exp $
+ *	$PostgreSQL: pgsql/src/include/pgstat.h,v 1.17 2003/11/29 22:40:53 pgsql Exp $
  * ----------
  */
 #ifndef PGSTAT_H
diff --git a/src/include/port.h b/src/include/port.h
index d77dd652f15fde90e515b39d6944f3ec3738700e..166f1d7ae6dc68f45497fea3116f515daa59b6bf 100644
--- a/src/include/port.h
+++ b/src/include/port.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: port.h,v 1.14 2003/09/13 14:49:51 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/port.h,v 1.15 2003/11/29 22:40:53 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/postgres.h b/src/include/postgres.h
index 65b8f34446195549322d186c367a5b79284f1e2b..8186162e64443d28a29552e20bfdbf0c3ddd945d 100644
--- a/src/include/postgres.h
+++ b/src/include/postgres.h
@@ -10,7 +10,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
- * $Id: postgres.h,v 1.65 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/postgres.h,v 1.66 2003/11/29 22:40:53 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/postgres_ext.h b/src/include/postgres_ext.h
index c61bd4de0fe06df43b115cb3ca5e75f64aace8ba..235895c61f10cd79093fad094c0fb639761e95bc 100644
--- a/src/include/postgres_ext.h
+++ b/src/include/postgres_ext.h
@@ -15,7 +15,7 @@
  *	use header files that are otherwise internal to Postgres to interface
  *	with the backend.
  *
- * $Id: postgres_ext.h,v 1.13 2003/08/27 00:33:34 petere Exp $
+ * $PostgreSQL: pgsql/src/include/postgres_ext.h,v 1.14 2003/11/29 22:40:53 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/postgres_fe.h b/src/include/postgres_fe.h
index 7ddb9e4c0d81706aa48aca267bca9701f486f91b..a6a564f5279c706613fb6a961da6cd93ce0316e5 100644
--- a/src/include/postgres_fe.h
+++ b/src/include/postgres_fe.h
@@ -11,7 +11,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
- * $Id: postgres_fe.h,v 1.7 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/postgres_fe.h,v 1.8 2003/11/29 22:40:53 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/regex/regcustom.h b/src/include/regex/regcustom.h
index 1089126a3aceaad86fd8ad94c7e4b2d17938afd4..2d111f796becc1b234909dac209825b5f7946ac8 100644
--- a/src/include/regex/regcustom.h
+++ b/src/include/regex/regcustom.h
@@ -25,7 +25,7 @@
  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: regcustom.h,v 1.2 2003/08/04 00:43:32 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/regex/regcustom.h,v 1.3 2003/11/29 22:41:10 pgsql Exp $
  */
 
 /* headers if any */
diff --git a/src/include/regex/regerrs.h b/src/include/regex/regerrs.h
index fbf911fdf2af930ce64d82747dcef94097505fc2..77baf97f4bbdc446f7dae76b6e9f5517eee96468 100644
--- a/src/include/regex/regerrs.h
+++ b/src/include/regex/regerrs.h
@@ -1,5 +1,5 @@
 /*
- * $Id: regerrs.h,v 1.2 2003/08/04 00:43:32 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/regex/regerrs.h,v 1.3 2003/11/29 22:41:10 pgsql Exp $
  */
 
 {
diff --git a/src/include/regex/regex.h b/src/include/regex/regex.h
index 2f8c9946036da93f26eabaaae85d4de40c732b6f..ac0a55da29f02b3dad1e2c10d1a7e9e0b089af47 100644
--- a/src/include/regex/regex.h
+++ b/src/include/regex/regex.h
@@ -29,7 +29,7 @@
  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: regex.h,v 1.25 2003/08/08 21:42:51 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/regex/regex.h,v 1.26 2003/11/29 22:41:10 pgsql Exp $
  */
 
 /*
diff --git a/src/include/regex/regguts.h b/src/include/regex/regguts.h
index dfbd392d0929fb02a057c058f7c38c7e2971258a..b2e042d719593f8f3db5189e4f86acc1761d2cc9 100644
--- a/src/include/regex/regguts.h
+++ b/src/include/regex/regguts.h
@@ -27,7 +27,7 @@
  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: regguts.h,v 1.2 2003/08/04 00:43:32 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/regex/regguts.h,v 1.3 2003/11/29 22:41:10 pgsql Exp $
  */
 
 
diff --git a/src/include/rewrite/prs2lock.h b/src/include/rewrite/prs2lock.h
index b7efd51f2fe702f9994f2dfa89df7630cc7d5188..0598deff8686312548773b18d7f47e7f927a5921 100644
--- a/src/include/rewrite/prs2lock.h
+++ b/src/include/rewrite/prs2lock.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: prs2lock.h,v 1.17 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/rewrite/prs2lock.h,v 1.18 2003/11/29 22:41:11 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/rewrite/rewriteDefine.h b/src/include/rewrite/rewriteDefine.h
index 32c37d158fd7871f06795ec552b46ca7bef3aef8..9bd140f879b555b642d975079404be20b1d8a0e9 100644
--- a/src/include/rewrite/rewriteDefine.h
+++ b/src/include/rewrite/rewriteDefine.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rewriteDefine.h,v 1.17 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/rewrite/rewriteDefine.h,v 1.18 2003/11/29 22:41:11 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/rewrite/rewriteHandler.h b/src/include/rewrite/rewriteHandler.h
index bd6787fc86f40a294e1ada563462b4274826668c..5ced981f268750c6054d6cb0efca86d67dd5fa79 100644
--- a/src/include/rewrite/rewriteHandler.h
+++ b/src/include/rewrite/rewriteHandler.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rewriteHandler.h,v 1.21 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/rewrite/rewriteHandler.h,v 1.22 2003/11/29 22:41:11 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/rewrite/rewriteManip.h b/src/include/rewrite/rewriteManip.h
index 38f907e15b8482c499d38d595fa560f5d099803a..d2c694bb4b2b3e80fc404e2c78d47e51f0ecc4cb 100644
--- a/src/include/rewrite/rewriteManip.h
+++ b/src/include/rewrite/rewriteManip.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rewriteManip.h,v 1.33 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/rewrite/rewriteManip.h,v 1.34 2003/11/29 22:41:11 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/rewrite/rewriteRemove.h b/src/include/rewrite/rewriteRemove.h
index d99199bff4cf22d317d4e760ecd84d99015bb7b6..3d8a1b7fea1f617f6c013acf48cabc3d5b497ce0 100644
--- a/src/include/rewrite/rewriteRemove.h
+++ b/src/include/rewrite/rewriteRemove.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rewriteRemove.h,v 1.17 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/rewrite/rewriteRemove.h,v 1.18 2003/11/29 22:41:11 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/rewrite/rewriteSupport.h b/src/include/rewrite/rewriteSupport.h
index a5459c6191fe790c1c66e3bf82272d2db6f0b473..839da253614b45be40f74336985f1ae48e42493a 100644
--- a/src/include/rewrite/rewriteSupport.h
+++ b/src/include/rewrite/rewriteSupport.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rewriteSupport.h,v 1.24 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/rewrite/rewriteSupport.h,v 1.25 2003/11/29 22:41:11 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/rusagestub.h b/src/include/rusagestub.h
index 0ba637f506882752a68ad1fc4d3b349751142133..8712217a2b836c4826a8f2994452a9c15301c1ed 100644
--- a/src/include/rusagestub.h
+++ b/src/include/rusagestub.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rusagestub.h,v 1.12 2003/08/04 02:40:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/rusagestub.h,v 1.13 2003/11/29 22:40:53 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/backendid.h b/src/include/storage/backendid.h
index d9ce8823220072f439457b2fcf6ba44392cbf1a6..43307f620cb6a09a5dda21cedc99e4435280a217 100644
--- a/src/include/storage/backendid.h
+++ b/src/include/storage/backendid.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: backendid.h,v 1.14 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/backendid.h,v 1.15 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/block.h b/src/include/storage/block.h
index 14c98c3c4559126672c820d1f088bb90d9b5edfa..5e5e49d1b33f5215a750aa927cf7f9adf4110191 100644
--- a/src/include/storage/block.h
+++ b/src/include/storage/block.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: block.h,v 1.18 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/block.h,v 1.19 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/buf.h b/src/include/storage/buf.h
index c02b33dbb86a2b5393fe4f37c1954f21eac405f4..4fc9985b2b1e8acdbc58b1c76a11a658e0ef7042 100644
--- a/src/include/storage/buf.h
+++ b/src/include/storage/buf.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: buf.h,v 1.15 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/buf.h,v 1.16 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/buf_internals.h b/src/include/storage/buf_internals.h
index 3596148ec530880f6520d846a6a01c54cac0cf2e..5478f1064e84325fc63f99eebe7d8c96e5eda547 100644
--- a/src/include/storage/buf_internals.h
+++ b/src/include/storage/buf_internals.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: buf_internals.h,v 1.64 2003/11/13 14:57:15 wieck Exp $
+ * $PostgreSQL: pgsql/src/include/storage/buf_internals.h,v 1.65 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/buffile.h b/src/include/storage/buffile.h
index cd3c02700001f32a49d1d6e2dc7415ee32a47578..bdccb00d900fd0338e3a28285d26b2273a6e62e4 100644
--- a/src/include/storage/buffile.h
+++ b/src/include/storage/buffile.h
@@ -18,7 +18,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: buffile.h,v 1.15 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/buffile.h,v 1.16 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h
index df0708f9092eef4d5b7ba681c51543498cf4ad89..c4ac75262cfa824227499045bafa1c64443dca13 100644
--- a/src/include/storage/bufmgr.h
+++ b/src/include/storage/bufmgr.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: bufmgr.h,v 1.71 2003/11/19 15:55:08 wieck Exp $
+ * $PostgreSQL: pgsql/src/include/storage/bufmgr.h,v 1.72 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/bufpage.h b/src/include/storage/bufpage.h
index 930887b169e1c7c80d9c9df569d1b35792d07e94..b9038c5593d033dd02786dd1a5f1819bdae19789 100644
--- a/src/include/storage/bufpage.h
+++ b/src/include/storage/bufpage.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: bufpage.h,v 1.55 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/bufpage.h,v 1.56 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/fd.h b/src/include/storage/fd.h
index 30205031724f12e387354d102f065aee9f5ff4ac..cb81f36a8a44fa0c2991fec045f13aa32a1d8872 100644
--- a/src/include/storage/fd.h
+++ b/src/include/storage/fd.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fd.h,v 1.39 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/fd.h,v 1.40 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/freespace.h b/src/include/storage/freespace.h
index e83affd84456237b18fc7faeb6486ff032766dbd..f7d3ead121521d7ed635839396ede75e007cd1ba 100644
--- a/src/include/storage/freespace.h
+++ b/src/include/storage/freespace.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: freespace.h,v 1.13 2003/08/08 21:42:51 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/freespace.h,v 1.14 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/ipc.h b/src/include/storage/ipc.h
index 06130508b8cd8b1a77567107c185e2fd3edcfa33..145b1e3beede6d4f0b4802ffd49851d8d37e4377 100644
--- a/src/include/storage/ipc.h
+++ b/src/include/storage/ipc.h
@@ -11,7 +11,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: ipc.h,v 1.61 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/ipc.h,v 1.62 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/item.h b/src/include/storage/item.h
index 1369c0feaccd8562e0b1a797060c417f236e0ec2..41dcc293abf95330b930ad530e5f7ff6555dc9ed 100644
--- a/src/include/storage/item.h
+++ b/src/include/storage/item.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: item.h,v 1.12 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/item.h,v 1.13 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/itemid.h b/src/include/storage/itemid.h
index 573ddd8544957f879c6988face7f47a88fd6f7c6..f5a2e5a590b52960fe6eff6f01050e9f1e45cf85 100644
--- a/src/include/storage/itemid.h
+++ b/src/include/storage/itemid.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: itemid.h,v 1.21 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/itemid.h,v 1.22 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/itempos.h b/src/include/storage/itempos.h
index 49c3f40d58eeb5a1e366230949149574fbc5ccbf..a22cacc532cb99e2cbe6a92d8ebafd3a8bb1efa7 100644
--- a/src/include/storage/itempos.h
+++ b/src/include/storage/itempos.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: itempos.h,v 1.17 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/itempos.h,v 1.18 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/itemptr.h b/src/include/storage/itemptr.h
index d778052b1abbc8c25d27b895a173f8c233ff47b0..329f90017b24888db180132a550f10b441f039e4 100644
--- a/src/include/storage/itemptr.h
+++ b/src/include/storage/itemptr.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: itemptr.h,v 1.23 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/itemptr.h,v 1.24 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/large_object.h b/src/include/storage/large_object.h
index 64a52f8c4f3a65dd2bb14d48c0a52f02b8f65b1e..23118aaf5acbd6db3b8d8345f0c9b8287193e79d 100644
--- a/src/include/storage/large_object.h
+++ b/src/include/storage/large_object.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: large_object.h,v 1.26 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/large_object.h,v 1.27 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/lmgr.h b/src/include/storage/lmgr.h
index 19bda76d725c7f979dc7435850b0f00012d6137f..cd345e08cac762c5d027028e79dfa4126ea0517b 100644
--- a/src/include/storage/lmgr.h
+++ b/src/include/storage/lmgr.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: lmgr.h,v 1.40 2003/09/04 22:06:27 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/lmgr.h,v 1.41 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/lock.h b/src/include/storage/lock.h
index 1160a9c1be0f120bd67f23d33a9106c47a1417ff..416ec41e329beb17e781f02b627f283973d71d88 100644
--- a/src/include/storage/lock.h
+++ b/src/include/storage/lock.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: lock.h,v 1.73 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/lock.h,v 1.74 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/lwlock.h b/src/include/storage/lwlock.h
index 7b2a4c92154916e1f01f8b26696d32bb7efd840d..db5b3d49bb404af86ad4aec0426f90cafc7032f2 100644
--- a/src/include/storage/lwlock.h
+++ b/src/include/storage/lwlock.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: lwlock.h,v 1.8 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/lwlock.h,v 1.9 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/off.h b/src/include/storage/off.h
index acdcb6d81b9ff7f8579f204596fd232804a34b1d..b8abdef29de9841bb518694c7c19c6371eb2f277 100644
--- a/src/include/storage/off.h
+++ b/src/include/storage/off.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: off.h,v 1.16 2003/08/04 02:40:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/off.h,v 1.17 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/pg_sema.h b/src/include/storage/pg_sema.h
index 324c7b2a36fc60dbff67a2053dc475e4097c7f39..edd6c37aa52d9dfcfd9f5ac3daf5804db69b4207 100644
--- a/src/include/storage/pg_sema.h
+++ b/src/include/storage/pg_sema.h
@@ -13,7 +13,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_sema.h,v 1.4 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/pg_sema.h,v 1.5 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/pg_shmem.h b/src/include/storage/pg_shmem.h
index 3ac79a3dac8b521cff2ed806aa2f93b0953569f6..13702daec111ba4a1b568edfac090043dba33a90 100644
--- a/src/include/storage/pg_shmem.h
+++ b/src/include/storage/pg_shmem.h
@@ -17,7 +17,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_shmem.h,v 1.8 2003/11/07 21:55:50 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/pg_shmem.h,v 1.9 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/pmsignal.h b/src/include/storage/pmsignal.h
index f674c3aaea62f61bb9435df20d95159092c9c92a..e8ba72a253fa318da6e1205d7dd5c022db97aeed 100644
--- a/src/include/storage/pmsignal.h
+++ b/src/include/storage/pmsignal.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pmsignal.h,v 1.5 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/pmsignal.h,v 1.6 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/pos.h b/src/include/storage/pos.h
index 63ed692edca6a20a613f98e95e736aa2d55fab3b..91b56284b44b35aebaf92993afe361ae1f05f4c6 100644
--- a/src/include/storage/pos.h
+++ b/src/include/storage/pos.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pos.h,v 1.15 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/pos.h,v 1.16 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h
index 235ed751b4139ca656e1638b6b151142966e8637..db84a6e9397349dc169953a133f01d22c0a35595 100644
--- a/src/include/storage/proc.h
+++ b/src/include/storage/proc.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: proc.h,v 1.65 2003/11/19 15:55:08 wieck Exp $
+ * $PostgreSQL: pgsql/src/include/storage/proc.h,v 1.66 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/s_lock.h b/src/include/storage/s_lock.h
index 692cb7a7adbfa6ec5bd45cfab4254ead82558c6a..3717a9f05f911d773840649d917acf2f9039eff6 100644
--- a/src/include/storage/s_lock.h
+++ b/src/include/storage/s_lock.h
@@ -63,7 +63,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- *	  $Id: s_lock.h,v 1.116 2003/11/04 09:53:36 petere Exp $
+ *	  $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.117 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/shmem.h b/src/include/storage/shmem.h
index a674934d7728959d5ffd4f26db1f5304d629ef6a..a818f65fe9a84c2d75a404e807e00141e7caa9d6 100644
--- a/src/include/storage/shmem.h
+++ b/src/include/storage/shmem.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: shmem.h,v 1.39 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/shmem.h,v 1.40 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/sinval.h b/src/include/storage/sinval.h
index b1a95c38e8c111245aa1edea1dfaccc4ff5ee341..a0b523da3d41c14f17e96a1c6d9bf45a567ac85a 100644
--- a/src/include/storage/sinval.h
+++ b/src/include/storage/sinval.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sinval.h,v 1.31 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/sinval.h,v 1.32 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/sinvaladt.h b/src/include/storage/sinvaladt.h
index 0da830d13b840c5094a8c9717d3e0efd347bd54c..bad149d2250757935c1f62498d3978d06202cffb 100644
--- a/src/include/storage/sinvaladt.h
+++ b/src/include/storage/sinvaladt.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sinvaladt.h,v 1.34 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/sinvaladt.h,v 1.35 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/smgr.h b/src/include/storage/smgr.h
index a4d3097dffc5d982c9509cbf63738455cdba379a..0fd20fd436f3a0d8d49017490f1f3dcb7d49e7e7 100644
--- a/src/include/storage/smgr.h
+++ b/src/include/storage/smgr.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: smgr.h,v 1.38 2003/11/09 21:30:37 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/storage/smgr.h,v 1.39 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/storage/spin.h b/src/include/storage/spin.h
index 7c17cc2da59fa5579fe04152b10b220fd4aadd13..fbe9e65d4583fce5343e9e8524ce37690121a59e 100644
--- a/src/include/storage/spin.h
+++ b/src/include/storage/spin.h
@@ -40,7 +40,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: spin.h,v 1.22 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/spin.h,v 1.23 2003/11/29 22:41:13 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h
index c22835fdfe1e288affbc19a750dc74b6b49c5b0a..8a62ba395ca3768f951e785abe9e1f5003aadbbb 100644
--- a/src/include/tcop/dest.h
+++ b/src/include/tcop/dest.h
@@ -54,7 +54,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dest.h,v 1.42 2003/08/08 21:42:52 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tcop/dest.h,v 1.43 2003/11/29 22:41:14 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/tcop/fastpath.h b/src/include/tcop/fastpath.h
index 286cf69941f16bb61019136002351836e8dedc49..2221cadbae6980363073134ad48dc214eced2d2f 100644
--- a/src/include/tcop/fastpath.h
+++ b/src/include/tcop/fastpath.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fastpath.h,v 1.15 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tcop/fastpath.h,v 1.16 2003/11/29 22:41:14 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h
index 428da5cf8e2c14758ba2340ed6acf66e2176b7c7..baba06438ff1536372992255c65845cf642eb10f 100644
--- a/src/include/tcop/pquery.h
+++ b/src/include/tcop/pquery.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pquery.h,v 1.29 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tcop/pquery.h,v 1.30 2003/11/29 22:41:14 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/tcop/tcopdebug.h b/src/include/tcop/tcopdebug.h
index 21e4598e72295cd97c4f04bdae893e422ae6e136..9200830ca27b9b9c5a99cf925c180fee4da608e4 100644
--- a/src/include/tcop/tcopdebug.h
+++ b/src/include/tcop/tcopdebug.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tcopdebug.h,v 1.11 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tcop/tcopdebug.h,v 1.12 2003/11/29 22:41:14 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h
index d89cb56c40442287fa4a0247152536e2c5ad26d8..29a9e9536515def649d119e384886736e38d745f 100644
--- a/src/include/tcop/tcopprot.h
+++ b/src/include/tcop/tcopprot.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tcopprot.h,v 1.60 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tcop/tcopprot.h,v 1.61 2003/11/29 22:41:14 pgsql Exp $
  *
  * OLD COMMENTS
  *	  This file was created so that other c files could get the two
diff --git a/src/include/tcop/utility.h b/src/include/tcop/utility.h
index b66928ba4b8791680d87197b7e1fb078dff0b563..59a9a8133d1545d423e7ab134bca96adcdb4cd8e 100644
--- a/src/include/tcop/utility.h
+++ b/src/include/tcop/utility.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: utility.h,v 1.20 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/tcop/utility.h,v 1.21 2003/11/29 22:41:14 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/acl.h b/src/include/utils/acl.h
index 53fb98df9341221a1b2df4855a2d107952c9b010..be34fcce5ce12776a019964279ba4d42bc6d328e 100644
--- a/src/include/utils/acl.h
+++ b/src/include/utils/acl.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: acl.h,v 1.64 2003/11/21 22:32:49 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/acl.h,v 1.65 2003/11/29 22:41:15 pgsql Exp $
  *
  * NOTES
  *	  An ACL array is simply an array of AclItems, representing the union
diff --git a/src/include/utils/array.h b/src/include/utils/array.h
index f37a8e117e76dd01f775919fc4289c8b098d4adb..af976a54e2c0fdf4585e723a505df3d2aa37b223 100644
--- a/src/include/utils/array.h
+++ b/src/include/utils/array.h
@@ -10,7 +10,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: array.h,v 1.45 2003/08/08 21:42:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/array.h,v 1.46 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/ascii.h b/src/include/utils/ascii.h
index 67da262a2d554ebaa6e0fe470340182bf5fb172f..8d5fcbada0c8068e920276a6268796d73a4eeff3 100644
--- a/src/include/utils/ascii.h
+++ b/src/include/utils/ascii.h
@@ -3,7 +3,7 @@
  *
  *	 Portions Copyright (c) 1999-2002, PostgreSQL Global Development Group
  *
- * $Id: ascii.h,v 1.10 2003/07/14 16:58:24 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/ascii.h,v 1.11 2003/11/29 22:41:15 pgsql Exp $
  *
  *-----------------------------------------------------------------------
  */
diff --git a/src/include/utils/builtins.h b/src/include/utils/builtins.h
index 602553114777948067b1695f23b65dc83ec84e78..92663c3e5cd1ed1a4f64001ea9823be26c078548 100644
--- a/src/include/utils/builtins.h
+++ b/src/include/utils/builtins.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: builtins.h,v 1.229 2003/11/12 21:15:59 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/builtins.h,v 1.230 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/catcache.h b/src/include/utils/catcache.h
index df42020c04d791ec851167d921d58800aede8aac..9c8d3053fec70ea0c5490702a183cd82fd902031 100644
--- a/src/include/utils/catcache.h
+++ b/src/include/utils/catcache.h
@@ -13,7 +13,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: catcache.h,v 1.47 2003/11/09 21:30:37 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/catcache.h,v 1.48 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/date.h b/src/include/utils/date.h
index ec15915c0aed5bb77266892dba1868611cc971e0..5b1fae27f0aa75b12772524c41a4adc72c580cb9 100644
--- a/src/include/utils/date.h
+++ b/src/include/utils/date.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: date.h,v 1.24 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/date.h,v 1.25 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/datetime.h b/src/include/utils/datetime.h
index cda63ebe6de0322269c42d8eb557c068cad0616b..cbb0d39e093b42d3e32771cf2fc76fae95895bec 100644
--- a/src/include/utils/datetime.h
+++ b/src/include/utils/datetime.h
@@ -9,7 +9,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: datetime.h,v 1.45 2003/08/27 23:29:29 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/datetime.h,v 1.46 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/datum.h b/src/include/utils/datum.h
index 7d4703a9c7277c5e8e013ecabff4491779b4ae1d..ec41c85c6b06ce78f498c7b204346a2f74ed635f 100644
--- a/src/include/utils/datum.h
+++ b/src/include/utils/datum.h
@@ -11,7 +11,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: datum.h,v 1.18 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/datum.h,v 1.19 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/dynahash.h b/src/include/utils/dynahash.h
index 52ebf195e2af7c56d6455c21d9be9e3b30dd0fb4..3bcf89a4463cd7041c00272df2437edb719d8f68 100644
--- a/src/include/utils/dynahash.h
+++ b/src/include/utils/dynahash.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dynahash.h,v 1.13 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/dynahash.h,v 1.14 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/dynamic_loader.h b/src/include/utils/dynamic_loader.h
index fa9e9242df638ac4ed8d4e5caa270ec025bf59c9..287bae10f14cb95637f13d9917cc86393fe64831 100644
--- a/src/include/utils/dynamic_loader.h
+++ b/src/include/utils/dynamic_loader.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dynamic_loader.h,v 1.22 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/dynamic_loader.h,v 1.23 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/elog.h b/src/include/utils/elog.h
index 1a737b7f6deea07068a808bf2ea1bfd12b785d5f..5b626fab0c8ec720e6f051d4c13416952f2593e6 100644
--- a/src/include/utils/elog.h
+++ b/src/include/utils/elog.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: elog.h,v 1.63 2003/08/08 21:42:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/elog.h,v 1.64 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/errcodes.h b/src/include/utils/errcodes.h
index fa1cd254a4f56b8423947eeaa9f9e8028708057f..2c9eba9998703ce4abbf7c00bcd92faf03ddea98 100644
--- a/src/include/utils/errcodes.h
+++ b/src/include/utils/errcodes.h
@@ -11,7 +11,7 @@
  *
  * Copyright (c) 2003, PostgreSQL Global Development Group
  *
- * $Id: errcodes.h,v 1.6 2003/09/24 18:54:01 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/errcodes.h,v 1.7 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/fmgrtab.h b/src/include/utils/fmgrtab.h
index 4341f50ee4785915b828699c7af569469709c03c..04dd1901e022d759ed9413380f51be3ea5ad5ba4 100644
--- a/src/include/utils/fmgrtab.h
+++ b/src/include/utils/fmgrtab.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fmgrtab.h,v 1.21 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/fmgrtab.h,v 1.22 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/formatting.h b/src/include/utils/formatting.h
index 98308c5600fac66ad833ce061ce09e57e1f36a62..5f51c696ae688672739b444863b2446d78f14048 100644
--- a/src/include/utils/formatting.h
+++ b/src/include/utils/formatting.h
@@ -2,7 +2,7 @@
 /* -----------------------------------------------------------------------
  * formatting.h
  *
- * $Id: formatting.h,v 1.12 2003/08/04 23:59:41 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/formatting.h,v 1.13 2003/11/29 22:41:15 pgsql Exp $
  *
  *
  *	 Portions Copyright (c) 1999-2003, PostgreSQL Global Development Group
diff --git a/src/include/utils/geo_decls.h b/src/include/utils/geo_decls.h
index 8b945885095015d5e26e8c301cbf0057c7ce2785..84133731bd6e7eb0a174c9806d89efb87972bd9a 100644
--- a/src/include/utils/geo_decls.h
+++ b/src/include/utils/geo_decls.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geo_decls.h,v 1.42 2003/11/12 21:15:59 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/geo_decls.h,v 1.43 2003/11/29 22:41:15 pgsql Exp $
  *
  * NOTE
  *	  These routines do *not* use the float types from adt/.
diff --git a/src/include/utils/guc.h b/src/include/utils/guc.h
index 75288ac43c2aaa185e2e6a08876c4036fe3b9a58..b92cd68dc9dc2518ff5d164c6831ceed47c63856 100644
--- a/src/include/utils/guc.h
+++ b/src/include/utils/guc.h
@@ -7,7 +7,7 @@
  * Copyright (c) 2000-2003, PostgreSQL Global Development Group
  * Written by Peter Eisentraut <peter_e@gmx.net>.
  *
- * $Id: guc.h,v 1.41 2003/09/01 04:15:51 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.42 2003/11/29 22:41:15 pgsql Exp $
  *--------------------------------------------------------------------
  */
 #ifndef GUC_H
diff --git a/src/include/utils/guc_tables.h b/src/include/utils/guc_tables.h
index 6bd7d8209589a36d9c55df4a080a582822c4fafc..e0fad72b68f38b41955ce47c086a0e91ffa87aff 100644
--- a/src/include/utils/guc_tables.h
+++ b/src/include/utils/guc_tables.h
@@ -7,7 +7,7 @@
  *
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  *
- *	  $Id: guc_tables.h,v 1.6 2003/08/04 02:40:15 momjian Exp $
+ *	  $PostgreSQL: pgsql/src/include/utils/guc_tables.h,v 1.7 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/help_config.h b/src/include/utils/help_config.h
index 24c49e286c07c153e9ee4e4ed54e3df13bd69d4f..65b4b4bf7eb282530d853717b007ecff7ce2d940 100644
--- a/src/include/utils/help_config.h
+++ b/src/include/utils/help_config.h
@@ -5,7 +5,7 @@
  *
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  *
- *	  $Id: help_config.h,v 1.4 2003/10/18 22:59:09 petere Exp $
+ *	  $PostgreSQL: pgsql/src/include/utils/help_config.h,v 1.5 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/hsearch.h b/src/include/utils/hsearch.h
index 05d26e9a15092b95965fe1fe774a0bdd0812b8a8..509c563dc2a599850dff64cfea8b251b7255175c 100644
--- a/src/include/utils/hsearch.h
+++ b/src/include/utils/hsearch.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: hsearch.h,v 1.29 2003/08/19 01:13:41 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/hsearch.h,v 1.30 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/inet.h b/src/include/utils/inet.h
index acd50a360eecf36a6dae57569037009c9545f634..e1061028189340b949cd579cb65ab8f2b132950c 100644
--- a/src/include/utils/inet.h
+++ b/src/include/utils/inet.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: inet.h,v 1.16 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/inet.h,v 1.17 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/int8.h b/src/include/utils/int8.h
index 5dd9c655ce968e99fc9efc933c8b76d600edceab..aad610eb9eec42fef13a66b650806113b5ced293 100644
--- a/src/include/utils/int8.h
+++ b/src/include/utils/int8.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: int8.h,v 1.38 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/int8.h,v 1.39 2003/11/29 22:41:15 pgsql Exp $
  *
  * NOTES
  * These data types are supported on all 64-bit architectures, and may
diff --git a/src/include/utils/inval.h b/src/include/utils/inval.h
index d4538d597d4e71eeb28e93b4cb7cb3ece3db929c..467d15ee8395160de2c91b7cd04db52bc6757948 100644
--- a/src/include/utils/inval.h
+++ b/src/include/utils/inval.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: inval.h,v 1.28 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/inval.h,v 1.29 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/logtape.h b/src/include/utils/logtape.h
index 14d203722480b72ecc366c95a09c6d9f32a6cbb9..d003f7c7fe83d32c1d58db575824dfdacd4ada8d 100644
--- a/src/include/utils/logtape.h
+++ b/src/include/utils/logtape.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: logtape.h,v 1.9 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/logtape.h,v 1.10 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/lsyscache.h b/src/include/utils/lsyscache.h
index 2f017db844ae1828b7c5d5c93a7bae90e7a4cb22..0d1fb7288a065bcb3550594cc29c71589ba944ef 100644
--- a/src/include/utils/lsyscache.h
+++ b/src/include/utils/lsyscache.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: lsyscache.h,v 1.84 2003/11/12 21:15:59 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/lsyscache.h,v 1.85 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/memutils.h b/src/include/utils/memutils.h
index 97af97b0d334d76ec88cca1c62d3b80a0f2582b0..29e3878c99859909a8e7c9c905a48754db3d3463 100644
--- a/src/include/utils/memutils.h
+++ b/src/include/utils/memutils.h
@@ -10,7 +10,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: memutils.h,v 1.53 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/memutils.h,v 1.54 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/nabstime.h b/src/include/utils/nabstime.h
index 0771469189dad4f032b80eab6ab5deac341c4a4b..dff548bc2247aa4bec14d694077f3eeb65e162b4 100644
--- a/src/include/utils/nabstime.h
+++ b/src/include/utils/nabstime.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nabstime.h,v 1.40 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/nabstime.h,v 1.41 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/numeric.h b/src/include/utils/numeric.h
index 756d7c11232251b81183b5d496fc9f78b4b51e32..fd66285dae60938181be288c5371ce4618488fe4 100644
--- a/src/include/utils/numeric.h
+++ b/src/include/utils/numeric.h
@@ -7,7 +7,7 @@
  *
  * Copyright (c) 1998-2003, PostgreSQL Global Development Group
  *
- * $Id: numeric.h,v 1.17 2003/03/21 01:58:05 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/numeric.h,v 1.18 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/palloc.h b/src/include/utils/palloc.h
index 352108b348aa1578b923c88821badac74e0b3792..b0a6760f5ed86cd5b6303a7ce53afc6c1bfbbc27 100644
--- a/src/include/utils/palloc.h
+++ b/src/include/utils/palloc.h
@@ -21,7 +21,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: palloc.h,v 1.26 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/palloc.h,v 1.27 2003/11/29 22:41:15 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/pg_crc.h b/src/include/utils/pg_crc.h
index 0445830d70a5ee95990f1ce40b6c60c4441064c2..7d8327feae0f5ee7cb94ff1108062f05e603ed33 100644
--- a/src/include/utils/pg_crc.h
+++ b/src/include/utils/pg_crc.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_crc.h,v 1.9 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/pg_crc.h,v 1.10 2003/11/29 22:41:16 pgsql Exp $
  */
 #ifndef PG_CRC_H
 #define PG_CRC_H
diff --git a/src/include/utils/pg_locale.h b/src/include/utils/pg_locale.h
index d47a5c4239c444d59fbb469db7bfae408a2a8308..ae2d13752199271d6731440c50732ea698fc4357 100644
--- a/src/include/utils/pg_locale.h
+++ b/src/include/utils/pg_locale.h
@@ -2,7 +2,7 @@
  *
  * PostgreSQL locale utilities
  *
- * $Id: pg_locale.h,v 1.15 2003/08/04 23:59:41 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/pg_locale.h,v 1.16 2003/11/29 22:41:16 pgsql Exp $
  *
  * Copyright (c) 2002-2003, PostgreSQL Global Development Group
  *
diff --git a/src/include/utils/portal.h b/src/include/utils/portal.h
index 3faf3ec562fb9252b83fe61902e86650e263edf2..2819295e837e38c601322b8720b46addd8117886 100644
--- a/src/include/utils/portal.h
+++ b/src/include/utils/portal.h
@@ -39,7 +39,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: portal.h,v 1.47 2003/08/08 21:42:55 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/portal.h,v 1.48 2003/11/29 22:41:16 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/ps_status.h b/src/include/utils/ps_status.h
index 0dfed5fe2701c8724aa5b1085fa84905bd5313ea..97870d38af0bad98ff5444fc563d0fba4ae2fb0b 100644
--- a/src/include/utils/ps_status.h
+++ b/src/include/utils/ps_status.h
@@ -4,7 +4,7 @@
  *
  * Declarations for backend/utils/misc/ps_status.c
  *
- * $Id: ps_status.h,v 1.23 2001/11/05 17:46:36 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/ps_status.h,v 1.24 2003/11/29 22:41:16 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h
index eb24cf839ffed8b0354d27e14f02dc16e30dd035..8f2ae99caf967c166407679d61f93abee2fcda78 100644
--- a/src/include/utils/rel.h
+++ b/src/include/utils/rel.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rel.h,v 1.70 2003/11/12 21:15:59 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/rel.h,v 1.71 2003/11/29 22:41:16 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/relcache.h b/src/include/utils/relcache.h
index 61e09c38461f9053e308f08696294aae5f720db0..c7c6a9231f5d7447ce4f283a6ebdd48ed93ac5df 100644
--- a/src/include/utils/relcache.h
+++ b/src/include/utils/relcache.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: relcache.h,v 1.37 2003/09/24 18:54:02 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/relcache.h,v 1.38 2003/11/29 22:41:16 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/selfuncs.h b/src/include/utils/selfuncs.h
index 79566b46f0e13ddfad56880b03812615d2e0dfb7..873af8b9876bc15b642ebd96a5b231e0a1f9a15d 100644
--- a/src/include/utils/selfuncs.h
+++ b/src/include/utils/selfuncs.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: selfuncs.h,v 1.15 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/selfuncs.h,v 1.16 2003/11/29 22:41:16 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/sets.h b/src/include/utils/sets.h
index 99f71655c79fd8dc8aa2904b4e5e0ce3a3a1a1e6..82350f2806acde4a590bc2ae97ca39d602b1c5c8 100644
--- a/src/include/utils/sets.h
+++ b/src/include/utils/sets.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sets.h,v 1.15 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/sets.h,v 1.16 2003/11/29 22:41:16 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h
index 4476ef531dcd04253a16960a3a845735f6153fe2..b1537d85255dba77e3f8b3b39654e631d64b100b 100644
--- a/src/include/utils/syscache.h
+++ b/src/include/utils/syscache.h
@@ -9,7 +9,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: syscache.h,v 1.55 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/syscache.h,v 1.56 2003/11/29 22:41:16 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/timestamp.h b/src/include/utils/timestamp.h
index 046949fe25bbb9875bbc36d8d83f1822df06a35a..2e20298a77bebd62dbcbe5c60521a3a0a82fa8d3 100644
--- a/src/include/utils/timestamp.h
+++ b/src/include/utils/timestamp.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: timestamp.h,v 1.31 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/timestamp.h,v 1.32 2003/11/29 22:41:16 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/tqual.h b/src/include/utils/tqual.h
index b363f89840d572e7c0408d66fae50453958ec752..708bec0959f75055a2ed690cf49fa0d66fa0c284 100644
--- a/src/include/utils/tqual.h
+++ b/src/include/utils/tqual.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tqual.h,v 1.48 2003/10/01 21:30:53 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/tqual.h,v 1.49 2003/11/29 22:41:16 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/tuplesort.h b/src/include/utils/tuplesort.h
index 8eaceda1198a5e32eeaa410799a1b00ebb157bbd..bc4f4376ecb696f70560e7cfc7a0c32408ddde3b 100644
--- a/src/include/utils/tuplesort.h
+++ b/src/include/utils/tuplesort.h
@@ -13,7 +13,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tuplesort.h,v 1.13 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/tuplesort.h,v 1.14 2003/11/29 22:41:16 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/tuplestore.h b/src/include/utils/tuplestore.h
index 81a1d7d5dc7d575a02a31ddc8a02d499bfb80053..6a6dc7a613ad054ac35311156f0f0b10ce1d7ad5 100644
--- a/src/include/utils/tuplestore.h
+++ b/src/include/utils/tuplestore.h
@@ -17,7 +17,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tuplestore.h,v 1.13 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/tuplestore.h,v 1.14 2003/11/29 22:41:16 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/typcache.h b/src/include/utils/typcache.h
index ae080d3feed62d199a832acb15f38399606156d5..93f3f163c46ef5701d8706e1d2a273ba4fda710d 100644
--- a/src/include/utils/typcache.h
+++ b/src/include/utils/typcache.h
@@ -9,7 +9,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: typcache.h,v 1.1 2003/08/17 19:58:06 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/typcache.h,v 1.2 2003/11/29 22:41:16 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/varbit.h b/src/include/utils/varbit.h
index 146919d4b6b26b2b347e1684afb7bf88a3d5aa1e..604bd626104e50571b98fa15b04dccaa2e87679c 100644
--- a/src/include/utils/varbit.h
+++ b/src/include/utils/varbit.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: varbit.h,v 1.18 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/varbit.h,v 1.19 2003/11/29 22:41:16 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/interfaces/ecpg/ecpglib/pg_type.h b/src/interfaces/ecpg/ecpglib/pg_type.h
index 1b2f529a80bb609ad9125e3326c9254a63581f45..3fca71bf6f8f1abfb800c2b0a8b8fb98e5313de6 100644
--- a/src/interfaces/ecpg/ecpglib/pg_type.h
+++ b/src/interfaces/ecpg/ecpglib/pg_type.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_type.h,v 1.2 2003/08/04 02:40:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/pg_type.h,v 1.3 2003/11/29 22:41:17 pgsql Exp $
  *
  * NOTES
  *	  the genbki.sh script reads this file and generates .bki
diff --git a/src/interfaces/ecpg/test/test_code100.pgc b/src/interfaces/ecpg/test/test_code100.pgc
index 0458747cbed14d21315be07979e500acd1e49462..1307abeab732f0e9cd1667d00eda94c38d8ad01a 100644
--- a/src/interfaces/ecpg/test/test_code100.pgc
+++ b/src/interfaces/ecpg/test/test_code100.pgc
@@ -1,4 +1,4 @@
-// $Id: test_code100.pgc,v 1.2 2000/09/26 11:41:45 meskes Exp $
+// $PostgreSQL: pgsql/src/interfaces/ecpg/test/test_code100.pgc,v 1.3 2003/11/29 22:41:18 pgsql Exp $
 
 exec sql include sqlca;
 #include <stdio.h>
diff --git a/src/interfaces/ecpg/test/test_notice.pgc b/src/interfaces/ecpg/test/test_notice.pgc
index be674b73783e9a9dc45ef58bb58a1715f4fd1da8..9f568e623ae22ede789c7f6740db7b93712d2255 100644
--- a/src/interfaces/ecpg/test/test_notice.pgc
+++ b/src/interfaces/ecpg/test/test_notice.pgc
@@ -1,4 +1,4 @@
-// $Id: test_notice.pgc,v 1.3 2002/03/06 06:10:41 momjian Exp $
+// $PostgreSQL: pgsql/src/interfaces/ecpg/test/test_notice.pgc,v 1.4 2003/11/29 22:41:18 pgsql Exp $
 
 exec sql include sqlca;
 
diff --git a/src/interfaces/jdbc/example/basic.java b/src/interfaces/jdbc/example/basic.java
index cd7cee04a51d1aa79c3f3767502e2640b9eb1ed9..d1a7e602941918590e725c9ff5e0edcbfbbab073 100644
--- a/src/interfaces/jdbc/example/basic.java
+++ b/src/interfaces/jdbc/example/basic.java
@@ -5,7 +5,7 @@ import java.sql.*;
 
 /*
  *
- * $Id: basic.java,v 1.14 2003/09/09 11:24:04 barry Exp $
+ * $PostgreSQL: pgsql/src/interfaces/jdbc/example/basic.java,v 1.15 2003/11/29 22:41:19 pgsql Exp $
  *
  * This example tests the basic components of the JDBC driver, and shows
  * how even the simplest of queries can be implemented.
diff --git a/src/interfaces/jdbc/example/corba/StockClient.java b/src/interfaces/jdbc/example/corba/StockClient.java
index 127e157c33cd92d305b7e50f16668a4e40f13d41..217552f081038cc7b4c61b2542b2bcb573bafe89 100644
--- a/src/interfaces/jdbc/example/corba/StockClient.java
+++ b/src/interfaces/jdbc/example/corba/StockClient.java
@@ -9,7 +9,7 @@ import org.omg.CosNaming.*;
  *
  * It has no GUI, just a text frontend to keep it simple.
  *
- * $Id: StockClient.java,v 1.6 2002/09/06 21:23:05 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/jdbc/example/corba/StockClient.java,v 1.7 2003/11/29 22:41:21 pgsql Exp $
  */
 public class StockClient
 {
diff --git a/src/interfaces/jdbc/example/corba/StockDB.java b/src/interfaces/jdbc/example/corba/StockDB.java
index 47144983cda62493a02564aad58d97dab891dbd7..90fb8d28048740e383671423b39ec3d54ade81a4 100644
--- a/src/interfaces/jdbc/example/corba/StockDB.java
+++ b/src/interfaces/jdbc/example/corba/StockDB.java
@@ -13,7 +13,7 @@ import java.sql.*;
  * that an object could be changed by another client, and we need to ensure that
  * the returned data is live and accurate.
  *
- * $Id: StockDB.java,v 1.4 2001/11/19 22:43:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/jdbc/example/corba/StockDB.java,v 1.5 2003/11/29 22:41:21 pgsql Exp $
  */
 public class StockDB
 {
diff --git a/src/interfaces/jdbc/example/corba/StockDispenserImpl.java b/src/interfaces/jdbc/example/corba/StockDispenserImpl.java
index 7dc7f5c20329d51b34e6f44d33e23976da856c98..132b58f64c0fc4d7c9e584df1f3e712bc8145c4c 100644
--- a/src/interfaces/jdbc/example/corba/StockDispenserImpl.java
+++ b/src/interfaces/jdbc/example/corba/StockDispenserImpl.java
@@ -5,7 +5,7 @@ import org.omg.CosNaming.*;
 /*
  * This class implements the server side of the example.
  *
- * $Id: StockDispenserImpl.java,v 1.5 2002/09/06 21:23:05 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/jdbc/example/corba/StockDispenserImpl.java,v 1.6 2003/11/29 22:41:21 pgsql Exp $
  */
 public class StockDispenserImpl extends stock._StockDispenserImplBase
 {
diff --git a/src/interfaces/jdbc/example/corba/StockItemImpl.java b/src/interfaces/jdbc/example/corba/StockItemImpl.java
index f504ab8dfe7437f9d0500d5c09ac58f711bc6994..4b52dc18056ef53e063033f27f56b1dfa0cd9c09 100644
--- a/src/interfaces/jdbc/example/corba/StockItemImpl.java
+++ b/src/interfaces/jdbc/example/corba/StockItemImpl.java
@@ -5,7 +5,7 @@ import org.omg.CosNaming.*;
 /*
  * This class implements the server side of the example.
  *
- * $Id: StockItemImpl.java,v 1.3 2001/11/19 22:43:13 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/jdbc/example/corba/StockItemImpl.java,v 1.4 2003/11/29 22:41:21 pgsql Exp $
  */
 public class StockItemImpl extends stock._StockItemImplBase
 {
diff --git a/src/interfaces/jdbc/example/corba/StockServer.java b/src/interfaces/jdbc/example/corba/StockServer.java
index 76d3fffe08b2eb8a78a909136ba77bec83431d16..18c8b893faa76df5b2b4eb1798ea27d5f6ea4f30 100644
--- a/src/interfaces/jdbc/example/corba/StockServer.java
+++ b/src/interfaces/jdbc/example/corba/StockServer.java
@@ -5,7 +5,7 @@ import org.omg.CosNaming.*;
 /*
  * This class implements the server side of the example.
  *
- * $Id: StockServer.java,v 1.5 2002/09/06 21:23:05 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/jdbc/example/corba/StockServer.java,v 1.6 2003/11/29 22:41:21 pgsql Exp $
  */
 public class StockServer
 {
diff --git a/src/interfaces/jdbc/example/corba/stock.idl b/src/interfaces/jdbc/example/corba/stock.idl
index a25ec78f54a5b12433c135ade90021752e011b9e..4be5a79d7d29019112a77c74def678b8514ad34f 100755
--- a/src/interfaces/jdbc/example/corba/stock.idl
+++ b/src/interfaces/jdbc/example/corba/stock.idl
@@ -1,9 +1,9 @@
-// $Id: stock.idl,v 1.1 1999/01/25 21:22:04 scrappy Exp $
+// $PostgreSQL: pgsql/src/interfaces/jdbc/example/corba/stock.idl,v 1.2 2003/11/29 22:41:21 pgsql Exp $
 //
 // This is our CORBA bindings for a very simple stock control
 // system.
 //
-// $Id: stock.idl,v 1.1 1999/01/25 21:22:04 scrappy Exp $
+// $PostgreSQL: pgsql/src/interfaces/jdbc/example/corba/stock.idl,v 1.2 2003/11/29 22:41:21 pgsql Exp $
 //
 
 // For some reason, idltojava on my setup doesn't like this to be
diff --git a/src/interfaces/jdbc/example/corba/stock.sql b/src/interfaces/jdbc/example/corba/stock.sql
index 2b56f9d8e002eef7b81752c6a503feec2b9e1a86..6082ad6fe1e5813a3fd4d132b85e68e9ea784c80 100644
--- a/src/interfaces/jdbc/example/corba/stock.sql
+++ b/src/interfaces/jdbc/example/corba/stock.sql
@@ -1,6 +1,6 @@
 --
 -- This creates the database for the stock example
--- $Id: stock.sql,v 1.1 1999/01/25 21:22:04 scrappy Exp $
+-- $PostgreSQL: pgsql/src/interfaces/jdbc/example/corba/stock.sql,v 1.2 2003/11/29 22:41:21 pgsql Exp $
 --
 drop table stock;
 
diff --git a/src/interfaces/jdbc/org/postgresql/core/StartupPacket.java b/src/interfaces/jdbc/org/postgresql/core/StartupPacket.java
index dd9399112352911a2a9840b739e812961deb71e5..a8ca7545ca828f1489f731faa8408837cdd487f9 100644
--- a/src/interfaces/jdbc/org/postgresql/core/StartupPacket.java
+++ b/src/interfaces/jdbc/org/postgresql/core/StartupPacket.java
@@ -5,7 +5,7 @@ import java.io.IOException;
 /**
  * Sent to the backend to initialize a newly created connection.
  *
- * $Id: StartupPacket.java,v 1.4 2003/05/29 03:21:32 barry Exp $
+ * $PostgreSQL: pgsql/src/interfaces/jdbc/org/postgresql/core/StartupPacket.java,v 1.5 2003/11/29 22:41:22 pgsql Exp $
  */
 
 public class StartupPacket
diff --git a/src/interfaces/jdbc/org/postgresql/test/jdbc2/BlobTest.java b/src/interfaces/jdbc/org/postgresql/test/jdbc2/BlobTest.java
index 84d6cdc8eaa35e5e499701df1eb472328b62073d..3032fc22fd65924ab5e2ffe2007ede3153281c88 100644
--- a/src/interfaces/jdbc/org/postgresql/test/jdbc2/BlobTest.java
+++ b/src/interfaces/jdbc/org/postgresql/test/jdbc2/BlobTest.java
@@ -8,7 +8,7 @@ import java.sql.*;
 import org.postgresql.largeobject.*;
 
 /*
- * $Id: BlobTest.java,v 1.9 2003/08/15 18:45:11 barry Exp $
+ * $PostgreSQL: pgsql/src/interfaces/jdbc/org/postgresql/test/jdbc2/BlobTest.java,v 1.10 2003/11/29 22:41:23 pgsql Exp $
  *
  * Some simple tests based on problems reported by users. Hopefully these will
  * help prevent previous problems from re-occuring ;-)
diff --git a/src/interfaces/jdbc/org/postgresql/test/jdbc2/ConnectionTest.java b/src/interfaces/jdbc/org/postgresql/test/jdbc2/ConnectionTest.java
index 1d79463eb1693d8e0c310a39662a2459ccaf74d7..7460f7dc81e580f8a35efcd21eefef69b3d86f7c 100644
--- a/src/interfaces/jdbc/org/postgresql/test/jdbc2/ConnectionTest.java
+++ b/src/interfaces/jdbc/org/postgresql/test/jdbc2/ConnectionTest.java
@@ -10,7 +10,7 @@ import java.sql.*;
  *
  * PS: Do you know how difficult it is to type on a train? ;-)
  *
- * $Id: ConnectionTest.java,v 1.10 2002/10/17 05:33:52 barry Exp $
+ * $PostgreSQL: pgsql/src/interfaces/jdbc/org/postgresql/test/jdbc2/ConnectionTest.java,v 1.11 2003/11/29 22:41:23 pgsql Exp $
  */
 
 public class ConnectionTest extends TestCase
diff --git a/src/interfaces/jdbc/org/postgresql/test/jdbc2/DatabaseMetaDataTest.java b/src/interfaces/jdbc/org/postgresql/test/jdbc2/DatabaseMetaDataTest.java
index 0e7ab5862be90804de3108b32134a931691a8708..cfdab7fe9f4c8bb586de8c16415802e7105b5290 100644
--- a/src/interfaces/jdbc/org/postgresql/test/jdbc2/DatabaseMetaDataTest.java
+++ b/src/interfaces/jdbc/org/postgresql/test/jdbc2/DatabaseMetaDataTest.java
@@ -9,7 +9,7 @@ import java.sql.*;
  *
  * PS: Do you know how difficult it is to type on a train? ;-)
  *
- * $Id: DatabaseMetaDataTest.java,v 1.19 2003/11/03 15:22:07 davec Exp $
+ * $PostgreSQL: pgsql/src/interfaces/jdbc/org/postgresql/test/jdbc2/DatabaseMetaDataTest.java,v 1.20 2003/11/29 22:41:23 pgsql Exp $
  */
 
 public class DatabaseMetaDataTest extends TestCase
diff --git a/src/interfaces/jdbc/org/postgresql/test/jdbc2/DateTest.java b/src/interfaces/jdbc/org/postgresql/test/jdbc2/DateTest.java
index 7d9ab2b42cb07323dac4c880118b0315a0e120cf..ecef3f17bb738058db461b5c6d929e4654d453e3 100644
--- a/src/interfaces/jdbc/org/postgresql/test/jdbc2/DateTest.java
+++ b/src/interfaces/jdbc/org/postgresql/test/jdbc2/DateTest.java
@@ -5,7 +5,7 @@ import junit.framework.TestCase;
 import java.sql.*;
 
 /*
- * $Id: DateTest.java,v 1.6 2003/09/22 04:55:00 barry Exp $
+ * $PostgreSQL: pgsql/src/interfaces/jdbc/org/postgresql/test/jdbc2/DateTest.java,v 1.7 2003/11/29 22:41:23 pgsql Exp $
  *
  * Some simple tests based on problems reported by users. Hopefully these will
  * help prevent previous problems from re-occuring ;-)
diff --git a/src/interfaces/jdbc/org/postgresql/test/jdbc2/DriverTest.java b/src/interfaces/jdbc/org/postgresql/test/jdbc2/DriverTest.java
index 0c999eb21b1b46a7d46486baa7ce9e010d26cbb9..0b7d934871b8629ff3cae3cfc610475949c7564a 100644
--- a/src/interfaces/jdbc/org/postgresql/test/jdbc2/DriverTest.java
+++ b/src/interfaces/jdbc/org/postgresql/test/jdbc2/DriverTest.java
@@ -5,7 +5,7 @@ import junit.framework.TestCase;
 import java.sql.*;
 
 /*
- * $Id: DriverTest.java,v 1.6 2003/11/03 15:22:07 davec Exp $
+ * $PostgreSQL: pgsql/src/interfaces/jdbc/org/postgresql/test/jdbc2/DriverTest.java,v 1.7 2003/11/29 22:41:23 pgsql Exp $
  *
  * Tests the dynamically created class org.postgresql.Driver
  *
diff --git a/src/interfaces/jdbc/org/postgresql/test/jdbc2/EncodingTest.java b/src/interfaces/jdbc/org/postgresql/test/jdbc2/EncodingTest.java
index f40bb5eae17b75abc645aabbddf7d56c4f0cecc1..ce1e31830ff3e55746fa0d6d338ad3ce6ea32600 100644
--- a/src/interfaces/jdbc/org/postgresql/test/jdbc2/EncodingTest.java
+++ b/src/interfaces/jdbc/org/postgresql/test/jdbc2/EncodingTest.java
@@ -8,7 +8,7 @@ import java.io.*;
 /*
  * Tests for the Encoding class.
  *
- * $Id: EncodingTest.java,v 1.4 2001/11/19 22:33:39 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/jdbc/org/postgresql/test/jdbc2/EncodingTest.java,v 1.5 2003/11/29 22:41:23 pgsql Exp $
  */
 
 
diff --git a/src/interfaces/jdbc/org/postgresql/test/jdbc2/JBuilderTest.java b/src/interfaces/jdbc/org/postgresql/test/jdbc2/JBuilderTest.java
index 7a4cd9a53730c675404b12d832f43fec60c83fed..da7949bfbbe43caeb40bea9f97b183f34a52eca3 100644
--- a/src/interfaces/jdbc/org/postgresql/test/jdbc2/JBuilderTest.java
+++ b/src/interfaces/jdbc/org/postgresql/test/jdbc2/JBuilderTest.java
@@ -8,7 +8,7 @@ import java.sql.Statement;
 import junit.framework.TestCase;
 
 /*
- * $Id: JBuilderTest.java,v 1.8 2003/05/29 04:39:48 barry Exp $
+ * $PostgreSQL: pgsql/src/interfaces/jdbc/org/postgresql/test/jdbc2/JBuilderTest.java,v 1.9 2003/11/29 22:41:23 pgsql Exp $
  *
  * Some simple tests to check that the required components needed for JBuilder
  * stay working
diff --git a/src/interfaces/jdbc/org/postgresql/test/jdbc2/MiscTest.java b/src/interfaces/jdbc/org/postgresql/test/jdbc2/MiscTest.java
index 97ad814a674a808107c6d0df039c6153b42f0e6e..5073f9b1fa4b5ba1c26b6af2c7cefc4533ec01bf 100644
--- a/src/interfaces/jdbc/org/postgresql/test/jdbc2/MiscTest.java
+++ b/src/interfaces/jdbc/org/postgresql/test/jdbc2/MiscTest.java
@@ -5,7 +5,7 @@ import junit.framework.TestCase;
 import java.sql.*;
 
 /*
- * $Id: MiscTest.java,v 1.10 2003/05/29 04:39:48 barry Exp $
+ * $PostgreSQL: pgsql/src/interfaces/jdbc/org/postgresql/test/jdbc2/MiscTest.java,v 1.11 2003/11/29 22:41:23 pgsql Exp $
  *
  * Some simple tests based on problems reported by users. Hopefully these will
  * help prevent previous problems from re-occuring ;-)
diff --git a/src/interfaces/jdbc/org/postgresql/test/jdbc2/TimeTest.java b/src/interfaces/jdbc/org/postgresql/test/jdbc2/TimeTest.java
index c8b3923e562ec5dd2502aa4fac7acaac0f6e243d..0c0f733d70dd7a96247a9e1081a7dca728db2210 100644
--- a/src/interfaces/jdbc/org/postgresql/test/jdbc2/TimeTest.java
+++ b/src/interfaces/jdbc/org/postgresql/test/jdbc2/TimeTest.java
@@ -5,7 +5,7 @@ import junit.framework.TestCase;
 import java.sql.*;
 
 /*
- * $Id: TimeTest.java,v 1.6 2003/09/22 04:55:00 barry Exp $
+ * $PostgreSQL: pgsql/src/interfaces/jdbc/org/postgresql/test/jdbc2/TimeTest.java,v 1.7 2003/11/29 22:41:23 pgsql Exp $
  *
  * Some simple tests based on problems reported by users. Hopefully these will
  * help prevent previous problems from re-occuring ;-)
diff --git a/src/interfaces/jdbc/org/postgresql/test/jdbc2/TimestampTest.java b/src/interfaces/jdbc/org/postgresql/test/jdbc2/TimestampTest.java
index e66dc1025cc52ed8dd2a3c1a409131c3f969d328..2affb1d873c96cef4dea3da8cfc01bbf95e7bcd6 100644
--- a/src/interfaces/jdbc/org/postgresql/test/jdbc2/TimestampTest.java
+++ b/src/interfaces/jdbc/org/postgresql/test/jdbc2/TimestampTest.java
@@ -5,7 +5,7 @@ import junit.framework.TestCase;
 import java.sql.*;
 
 /*
- * $Id: TimestampTest.java,v 1.12 2003/09/22 04:55:00 barry Exp $
+ * $PostgreSQL: pgsql/src/interfaces/jdbc/org/postgresql/test/jdbc2/TimestampTest.java,v 1.13 2003/11/29 22:41:23 pgsql Exp $
  *
  * Test get/setTimestamp for both timestamp with time zone and
  * timestamp without time zone datatypes
diff --git a/src/interfaces/libpgtcl/libpgtcl.h b/src/interfaces/libpgtcl/libpgtcl.h
index d1d74cb00da9f41fbd9bcc3ac477c0c49edaf66f..a17313781cd27b1058145a4ce4d829c605e12963 100644
--- a/src/interfaces/libpgtcl/libpgtcl.h
+++ b/src/interfaces/libpgtcl/libpgtcl.h
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpgtcl.h,v 1.16 2003/08/04 02:40:16 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpgtcl/libpgtcl.h,v 1.17 2003/11/29 22:41:25 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/interfaces/libpgtcl/pgtclCmds.h b/src/interfaces/libpgtcl/pgtclCmds.h
index 3acb648950df1979a24f247706d31b8644baab40..4026ee449cc9390d1681230db4e21f33cad8b8b0 100644
--- a/src/interfaces/libpgtcl/pgtclCmds.h
+++ b/src/interfaces/libpgtcl/pgtclCmds.h
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pgtclCmds.h,v 1.31 2003/08/04 02:40:16 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpgtcl/pgtclCmds.h,v 1.32 2003/11/29 22:41:25 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/interfaces/libpgtcl/pgtclId.h b/src/interfaces/libpgtcl/pgtclId.h
index e8c816a7daa0d3076a901ee7510a150bc1714bea..fd5006bcad92cb7a2c7f44079062343dc6443872 100644
--- a/src/interfaces/libpgtcl/pgtclId.h
+++ b/src/interfaces/libpgtcl/pgtclId.h
@@ -10,7 +10,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pgtclId.h,v 1.24 2003/08/04 02:40:16 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpgtcl/pgtclId.h,v 1.25 2003/11/29 22:41:25 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/interfaces/libpq/fe-auth.h b/src/interfaces/libpq/fe-auth.h
index 848ca10e23f4cd1071cfb99dd4daf4521595057e..ba210614c813b86fdcc9accd19f2734d187226b9 100644
--- a/src/interfaces/libpq/fe-auth.h
+++ b/src/interfaces/libpq/fe-auth.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fe-auth.h,v 1.17 2003/08/04 02:40:16 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/fe-auth.h,v 1.18 2003/11/29 22:41:28 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/interfaces/libpq/libpq-fe.h b/src/interfaces/libpq/libpq-fe.h
index bafe0ddd6c94a8d3931d422ae0b6f680f79d0bdc..4b4eb9ab4d307f8a40216d2d7db06053604493c7 100644
--- a/src/interfaces/libpq/libpq-fe.h
+++ b/src/interfaces/libpq/libpq-fe.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq-fe.h,v 1.100 2003/08/27 00:33:34 petere Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-fe.h,v 1.101 2003/11/29 22:41:28 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/interfaces/libpq/libpq-int.h b/src/interfaces/libpq/libpq-int.h
index 40b161f78d3b8350d371e20d4981cd4a1c40a9af..fff2bf5d674b5b97809392cabda59984b9a32106 100644
--- a/src/interfaces/libpq/libpq-int.h
+++ b/src/interfaces/libpq/libpq-int.h
@@ -12,7 +12,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq-int.h,v 1.82 2003/09/05 02:08:36 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.83 2003/11/29 22:41:28 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/interfaces/libpq/po/cs.po b/src/interfaces/libpq/po/cs.po
index edeee53da1e9283ccddde8b03711917a7d86afb0..8d81dad68be349558184e6e1b5c808e36c958d5d 100644
--- a/src/interfaces/libpq/po/cs.po
+++ b/src/interfaces/libpq/po/cs.po
@@ -1,7 +1,7 @@
 # Czech translation of libpq messages
 # Karel Zak <zakkr@zf.jcu.cz>, 2001-2003.
 #
-# $Id: cs.po,v 1.2 2003/07/23 09:36:43 petere Exp $
+# $PostgreSQL: pgsql/src/interfaces/libpq/po/cs.po,v 1.3 2003/11/29 22:41:29 pgsql Exp $
 #
 msgid ""
 msgstr ""
diff --git a/src/interfaces/libpq/pqexpbuffer.h b/src/interfaces/libpq/pqexpbuffer.h
index 21117c1a3499b6f43832e42844645fafbfdfdbcc..19a512822579283e48892b66f81747b2b4570d3b 100644
--- a/src/interfaces/libpq/pqexpbuffer.h
+++ b/src/interfaces/libpq/pqexpbuffer.h
@@ -18,7 +18,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqexpbuffer.h,v 1.12 2003/08/04 02:40:20 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/pqexpbuffer.h,v 1.13 2003/11/29 22:41:28 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/interfaces/libpq/pqsignal.h b/src/interfaces/libpq/pqsignal.h
index 50855a2484919ec6071dcc1ce3053ce0c6768d91..3dcb8a8b956fb8463d33f43eb1d77fef851f8223 100644
--- a/src/interfaces/libpq/pqsignal.h
+++ b/src/interfaces/libpq/pqsignal.h
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqsignal.h,v 1.15 2003/08/04 02:40:20 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/pqsignal.h,v 1.16 2003/11/29 22:41:28 pgsql Exp $
  *
  * NOTES
  *	  This shouldn't be in libpq, but the monitor and some other
diff --git a/src/port/inet_aton.c b/src/port/inet_aton.c
index f2458db74c7fb1149a49e8ff11976c40c3fc8921..9b099cc549b584811e8d4540252d7e57fa21c05f 100644
--- a/src/port/inet_aton.c
+++ b/src/port/inet_aton.c
@@ -1,4 +1,4 @@
-/* $Id: inet_aton.c,v 1.5 2003/06/12 08:15:29 momjian Exp $
+/* $PostgreSQL: pgsql/src/port/inet_aton.c,v 1.6 2003/11/29 22:41:31 pgsql Exp $
  *
  *	This inet_aton() function was taken from the GNU C library and
  *	incorporated into Postgres for those systems which do not have this
diff --git a/src/port/snprintf.c b/src/port/snprintf.c
index 7930cc1e40090ac614006f766c55587f35e7ae95..e774f4261c89c047f2af3be5fa8e5552afd1377a 100644
--- a/src/port/snprintf.c
+++ b/src/port/snprintf.c
@@ -74,7 +74,7 @@ typedef unsigned long ulong_long;
  * causing nast effects.
  **************************************************************/
 
-/*static char _id[] = "$Id: snprintf.c,v 1.1 2002/07/18 04:13:59 momjian Exp $";*/
+/*static char _id[] = "$PostgreSQL: pgsql/src/port/snprintf.c,v 1.2 2003/11/29 22:41:31 pgsql Exp $";*/
 static char *end;
 static int	SnprfOverflow;
 
diff --git a/src/port/strcasecmp.c b/src/port/strcasecmp.c
index e40dc915a9d39757f7f5d3f7e3ad5747c6e669ae..a89a84019dd69f75ffdb0e8f9dfa1839992af7a3 100644
--- a/src/port/strcasecmp.c
+++ b/src/port/strcasecmp.c
@@ -1,4 +1,4 @@
-/* $Id: strcasecmp.c,v 1.3 2003/11/11 23:52:45 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/port/strcasecmp.c,v 1.4 2003/11/29 22:41:31 pgsql Exp $ */
 
 /*
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
diff --git a/src/port/strerror.c b/src/port/strerror.c
index daa97a803a9e6bb4dce2dae59a2b4df48af5aacf..414ea8aec3981d73a12101548e5b7f693ca6f9d6 100644
--- a/src/port/strerror.c
+++ b/src/port/strerror.c
@@ -1,4 +1,4 @@
-/* $Id: strerror.c,v 1.2 2003/07/28 00:09:16 tgl Exp $ */
+/* $PostgreSQL: pgsql/src/port/strerror.c,v 1.3 2003/11/29 22:41:31 pgsql Exp $ */
 
 /*
  * strerror - map error number to descriptive string
diff --git a/src/port/thread.c b/src/port/thread.c
index 11cd1ca3dc65ba43c02638802f95c5236ab83b39..e164d017d4faf26e08580c986ea16f81dd2f9074 100644
--- a/src/port/thread.c
+++ b/src/port/thread.c
@@ -7,7 +7,7 @@
  *
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  *
- * $Id: thread.c,v 1.13 2003/11/24 13:16:22 petere Exp $
+ * $PostgreSQL: pgsql/src/port/thread.c,v 1.14 2003/11/29 22:41:31 pgsql Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/tutorial/advanced.source b/src/tutorial/advanced.source
index 7dd3ab1bb40f32f46eea89b5220dd750a9d613a5..49321c2012f3c94b9b8212e6da50867f53229b40 100644
--- a/src/tutorial/advanced.source
+++ b/src/tutorial/advanced.source
@@ -6,7 +6,7 @@
 --
 -- Copyright (c) 1994, Regents of the University of California
 --
--- $Id: advanced.source,v 1.5 2002/04/11 21:18:50 tgl Exp $
+-- $PostgreSQL: pgsql/src/tutorial/advanced.source,v 1.6 2003/11/29 22:41:33 pgsql Exp $
 --
 ---------------------------------------------------------------------------
 
diff --git a/src/tutorial/basics.source b/src/tutorial/basics.source
index 748323eb8e7ccf362f8842dcae5aaf1f4e63a038..9d907e268571f9d03c6d17900c0822a7cf3f41a1 100644
--- a/src/tutorial/basics.source
+++ b/src/tutorial/basics.source
@@ -6,7 +6,7 @@
 --
 -- Copyright (c) 1994, Andrew Yu, University of California
 --
--- $Id: basics.source,v 1.4 2001/09/02 23:27:50 petere Exp $
+-- $PostgreSQL: pgsql/src/tutorial/basics.source,v 1.5 2003/11/29 22:41:33 pgsql Exp $
 --
 ---------------------------------------------------------------------------
 
diff --git a/src/tutorial/funcs.source b/src/tutorial/funcs.source
index 4685907b86461185317d81e347723ad7b9b2070b..4dfdf278333d92ed97259d59630fb45fe1c6f758 100644
--- a/src/tutorial/funcs.source
+++ b/src/tutorial/funcs.source
@@ -6,7 +6,7 @@
 --
 -- Copyright (c) 1994-5, Regents of the University of California
 --
--- $Id: funcs.source,v 1.6 2003/10/26 04:51:51 momjian Exp $
+-- $PostgreSQL: pgsql/src/tutorial/funcs.source,v 1.7 2003/11/29 22:41:33 pgsql Exp $
 --
 ---------------------------------------------------------------------------
 
diff --git a/src/tutorial/syscat.source b/src/tutorial/syscat.source
index abf7617e27c1e18ec9fbbb1f7868a23e8fe75e2f..1bfe2e57e3a9fa63dde59ed19cfd40b113523550 100644
--- a/src/tutorial/syscat.source
+++ b/src/tutorial/syscat.source
@@ -7,7 +7,7 @@
 -- Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
 -- Portions Copyright (c) 1994, Regents of the University of California
 --
--- $Id: syscat.source,v 1.11 2003/10/31 03:58:15 tgl Exp $
+-- $PostgreSQL: pgsql/src/tutorial/syscat.source,v 1.12 2003/11/29 22:41:33 pgsql Exp $
 --
 ---------------------------------------------------------------------------