diff --git a/contrib/btree_gist/btree_bit.c b/contrib/btree_gist/btree_bit.c
index d86034fd6ffc4fced5f535bd0da66fc1a540d4ee..feadf6be48ba1c0370c7890f65b5ccf2303d4df6 100644
--- a/contrib/btree_gist/btree_bit.c
+++ b/contrib/btree_gist/btree_bit.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_bit.c,v 1.9 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "btree_gist.h"
 #include "btree_utils_var.h"
 #include "utils/builtins.h"
diff --git a/contrib/btree_gist/btree_bytea.c b/contrib/btree_gist/btree_bytea.c
index 02229653f484659a7afbfccdae54aeeede3d6b4e..9619a7a0af09acf91511b09dd97ba7641a6d811f 100644
--- a/contrib/btree_gist/btree_bytea.c
+++ b/contrib/btree_gist/btree_bytea.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_bytea.c,v 1.8 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "btree_gist.h"
 #include "btree_utils_var.h"
 #include "utils/builtins.h"
diff --git a/contrib/btree_gist/btree_cash.c b/contrib/btree_gist/btree_cash.c
index 17edd023091fc9f6f5fff66b31a1a9f6378a770d..4543b082e9c4b83b68690f98124182f9532f9582 100644
--- a/contrib/btree_gist/btree_cash.c
+++ b/contrib/btree_gist/btree_cash.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_cash.c,v 1.8 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "btree_gist.h"
 #include "btree_utils_num.h"
 #include "utils/cash.h"
diff --git a/contrib/btree_gist/btree_date.c b/contrib/btree_gist/btree_date.c
index 212ee2d3972c0043eb29a3e0ea1aaaccf74f6fa4..5ee7273a0b95a1cc9f50ba36a2e6912f82b9a8e9 100644
--- a/contrib/btree_gist/btree_date.c
+++ b/contrib/btree_gist/btree_date.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_date.c,v 1.6 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "btree_gist.h"
 #include "btree_utils_num.h"
 #include "utils/date.h"
diff --git a/contrib/btree_gist/btree_float4.c b/contrib/btree_gist/btree_float4.c
index 1aab392b80d306b71bbf7dda4ee59fd0218a423d..1def7479e0c0347c6eea55075224c1b3956fa42c 100644
--- a/contrib/btree_gist/btree_float4.c
+++ b/contrib/btree_gist/btree_float4.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_float4.c,v 1.7 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "btree_gist.h"
 #include "btree_utils_num.h"
 
diff --git a/contrib/btree_gist/btree_float8.c b/contrib/btree_gist/btree_float8.c
index 3c804922cc1c9dd5c386a21a72d7bd00f057e2f7..6117adf19e5da4da40c5f9bffc61e86294de15ab 100644
--- a/contrib/btree_gist/btree_float8.c
+++ b/contrib/btree_gist/btree_float8.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_float8.c,v 1.7 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "btree_gist.h"
 #include "btree_utils_num.h"
 
diff --git a/contrib/btree_gist/btree_gist.c b/contrib/btree_gist/btree_gist.c
index c5c7bb88bbb4c85312d4eb7e47dc788bdae9a30e..d3befb04f79d1be8dae8cb7e28146b494aaa949d 100644
--- a/contrib/btree_gist/btree_gist.c
+++ b/contrib/btree_gist/btree_gist.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_gist.c,v 1.12 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "btree_gist.h"
 
 PG_MODULE_MAGIC;
diff --git a/contrib/btree_gist/btree_gist.h b/contrib/btree_gist/btree_gist.h
index 299f2d359e804134c6232d9e1562e2b2547ee225..dd708fb889ad2cd5bc175a4b2c1be1f31a6bcb99 100644
--- a/contrib/btree_gist/btree_gist.h
+++ b/contrib/btree_gist/btree_gist.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_gist.h,v 1.8 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #ifndef __BTREE_GIST_H__
 #define __BTREE_GIST_H__
 
diff --git a/contrib/btree_gist/btree_inet.c b/contrib/btree_gist/btree_inet.c
index b54e1c112f7f13e27ef8d8f95a9bd96979869c7a..d8c85d7433d3c48127b0cd63ae5bf1d06598ddee 100644
--- a/contrib/btree_gist/btree_inet.c
+++ b/contrib/btree_gist/btree_inet.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_inet.c,v 1.9 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "btree_gist.h"
 #include "btree_utils_num.h"
 #include "utils/builtins.h"
diff --git a/contrib/btree_gist/btree_int2.c b/contrib/btree_gist/btree_int2.c
index b129130c2c40cf0560e0c50c061ea087485577fd..fa03f364f8ec1cdbaa4d489c265aedd38dea39c5 100644
--- a/contrib/btree_gist/btree_int2.c
+++ b/contrib/btree_gist/btree_int2.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_int2.c,v 1.7 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "btree_gist.h"
 #include "btree_utils_num.h"
 
diff --git a/contrib/btree_gist/btree_int4.c b/contrib/btree_gist/btree_int4.c
index c07c9a1e2c2975274608608a470663f9e810f933..5d9b1a19f9c25603cef0dd2efb65801adc49c5d0 100644
--- a/contrib/btree_gist/btree_int4.c
+++ b/contrib/btree_gist/btree_int4.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_int4.c,v 1.7 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "btree_gist.h"
 #include "btree_utils_num.h"
 
diff --git a/contrib/btree_gist/btree_int8.c b/contrib/btree_gist/btree_int8.c
index 3466e1c115610d5f110e3f243abfc234708d6c91..59493081bdd73c599f34f0408ddd06d34c4d0940 100644
--- a/contrib/btree_gist/btree_int8.c
+++ b/contrib/btree_gist/btree_int8.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_int8.c,v 1.7 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "btree_gist.h"
 #include "btree_utils_num.h"
 
diff --git a/contrib/btree_gist/btree_interval.c b/contrib/btree_gist/btree_interval.c
index 232ba20531fa4295563f2d3bfe6c1e8d249be89f..e5c096cfda623d2b38ae70c772d5a5f7749b8c77 100644
--- a/contrib/btree_gist/btree_interval.c
+++ b/contrib/btree_gist/btree_interval.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_interval.c,v 1.11 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "btree_gist.h"
 #include "btree_utils_num.h"
 #include "utils/timestamp.h"
diff --git a/contrib/btree_gist/btree_macaddr.c b/contrib/btree_gist/btree_macaddr.c
index 5bdc9eb3bd0814feb8085edf46159fa812f478d4..da57e6d4e34663291579670700594dd0e70f7b64 100644
--- a/contrib/btree_gist/btree_macaddr.c
+++ b/contrib/btree_gist/btree_macaddr.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_macaddr.c,v 1.7 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "btree_gist.h"
 #include "btree_utils_num.h"
 #include "utils/builtins.h"
diff --git a/contrib/btree_gist/btree_numeric.c b/contrib/btree_gist/btree_numeric.c
index a1fcf602c0eb0583c581cfa013d4f2bb7aa42ffb..e7d4b330faa5cba6943a0157c31dddae9f699b03 100644
--- a/contrib/btree_gist/btree_numeric.c
+++ b/contrib/btree_gist/btree_numeric.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_numeric.c,v 1.11 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "btree_gist.h"
 
 #include <math.h>
diff --git a/contrib/btree_gist/btree_oid.c b/contrib/btree_gist/btree_oid.c
index 119035cad608dbad5241687db1ee47604efaf50d..3334275530a60a6f2bc602115fa07fedf4d3f392 100644
--- a/contrib/btree_gist/btree_oid.c
+++ b/contrib/btree_gist/btree_oid.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_oid.c,v 1.7 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "btree_gist.h"
 #include "btree_utils_num.h"
 
diff --git a/contrib/btree_gist/btree_text.c b/contrib/btree_gist/btree_text.c
index 7951d055d3d2e1fd4810661535a91498efef8bd5..a0e817780e8290954de65841a992844262b22944 100644
--- a/contrib/btree_gist/btree_text.c
+++ b/contrib/btree_gist/btree_text.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_text.c,v 1.11 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "btree_gist.h"
 #include "btree_utils_var.h"
 #include "utils/builtins.h"
diff --git a/contrib/btree_gist/btree_time.c b/contrib/btree_gist/btree_time.c
index 0d2c2cf10ea6715c3ca156d06d4c588bc8a378ea..fff5e3b44699e8b30d97315e9899d84833d43ad7 100644
--- a/contrib/btree_gist/btree_time.c
+++ b/contrib/btree_gist/btree_time.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_time.c,v 1.15 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "btree_gist.h"
 #include "btree_utils_num.h"
 #include "utils/date.h"
diff --git a/contrib/btree_gist/btree_ts.c b/contrib/btree_gist/btree_ts.c
index 32451244b50ada0f3fbdf909235bd77697b21280..c20699fa914b82dc418c593723725e00194bbfa4 100644
--- a/contrib/btree_gist/btree_ts.c
+++ b/contrib/btree_gist/btree_ts.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_ts.c,v 1.16 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "btree_gist.h"
 #include "btree_utils_num.h"
 #include "utils/datetime.h"
diff --git a/contrib/btree_gist/btree_utils_num.c b/contrib/btree_gist/btree_utils_num.c
index 5e227196b6577b38eb281c3f33ba3f2dd1013947..357a8f165b6fa5ce1f967c08f8fcf7de4d352607 100644
--- a/contrib/btree_gist/btree_utils_num.c
+++ b/contrib/btree_gist/btree_utils_num.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_utils_num.c,v 1.11 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "btree_gist.h"
 #include "btree_utils_num.h"
 #include "utils/cash.h"
diff --git a/contrib/btree_gist/btree_utils_num.h b/contrib/btree_gist/btree_utils_num.h
index dcaa94bbeeee4b4b092ca0dce3c2d42cbd15bea3..de2e35b772c0b80465c9903b23a15d71bf0e97be 100644
--- a/contrib/btree_gist/btree_utils_num.h
+++ b/contrib/btree_gist/btree_utils_num.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_utils_num.h,v 1.12 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #ifndef __BTREE_UTILS_NUM_H__
 #define __BTREE_UTILS_NUM_H__
 
diff --git a/contrib/btree_gist/btree_utils_var.c b/contrib/btree_gist/btree_utils_var.c
index 1ad5c0d99bb32605dae31ba8d41843454519eec1..37107c9d92fc3d3a85552a1aae0ec8a3b1bd984a 100644
--- a/contrib/btree_gist/btree_utils_var.c
+++ b/contrib/btree_gist/btree_utils_var.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_utils_var.c,v 1.19 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "btree_gist.h"
 
 #include <math.h>
diff --git a/contrib/btree_gist/btree_utils_var.h b/contrib/btree_gist/btree_utils_var.h
index 0c723e91ac31e92ca4e11e8147edc10de10c9cbc..53d720adc55747a876f5afbe5c4b5e27c16d796d 100644
--- a/contrib/btree_gist/btree_utils_var.h
+++ b/contrib/btree_gist/btree_utils_var.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_utils_var.h,v 1.8 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #ifndef __BTREE_UTILS_VAR_H__
 #define __BTREE_UTILS_VAR_H__
 
diff --git a/contrib/hstore/crc32.c b/contrib/hstore/crc32.c
index 5f4f7a3178c645ce615bdc353addebe7b64bf5ff..b1f80fde0781b0ecbadc4df53858b39ae93e350f 100644
--- a/contrib/hstore/crc32.c
+++ b/contrib/hstore/crc32.c
@@ -1,4 +1,7 @@
-/* Both POSIX and CRC32 checksums */
+/*
+ * $PostgreSQL: pgsql/contrib/hstore/crc32.c,v 1.3 2008/05/17 01:28:19 adunstan Exp $ 
+ *
+ * Both POSIX and CRC32 checksums */
 
 #include <sys/types.h>
 #include <stdio.h>
diff --git a/contrib/hstore/crc32.h b/contrib/hstore/crc32.h
index 97254a4a9094dd0bd5fc8f744305bd41207be97d..d2d6c8bd9a65e19507de8bd397dc3436328ad07b 100644
--- a/contrib/hstore/crc32.h
+++ b/contrib/hstore/crc32.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/hstore/crc32.h,v 1.2 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #ifndef _CRC32_H
 #define _CRC32_H
 
diff --git a/contrib/intarray/_int.h b/contrib/intarray/_int.h
index 6a9bccb525addcb6277d76b175fcaa3e49570714..debc324933c4e1f6f23662330380de7ec7cc6393 100644
--- a/contrib/intarray/_int.h
+++ b/contrib/intarray/_int.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/intarray/_int.h,v 1.16 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #ifndef ___INT_H__
 #define ___INT_H__
 
diff --git a/contrib/intarray/_int_bool.c b/contrib/intarray/_int_bool.c
index a9fc66c1ffea3adaa077b5d01266af820d30347f..2cba9b66c121c23762f5071dc22945b987aa5f64 100644
--- a/contrib/intarray/_int_bool.c
+++ b/contrib/intarray/_int_bool.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/intarray/_int_bool.c,v 1.15 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "postgres.h"
 
 #include "utils/builtins.h"
diff --git a/contrib/intarray/_int_gin.c b/contrib/intarray/_int_gin.c
index d895990318129982426cad5242987dd7ad720eb6..0edb686df2ec83b9a0dc1ea1ebaf1ef9d39cdc95 100644
--- a/contrib/intarray/_int_gin.c
+++ b/contrib/intarray/_int_gin.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/intarray/_int_gin.c,v 1.8 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "postgres.h"
 
 #include "access/gist.h"
diff --git a/contrib/intarray/_int_gist.c b/contrib/intarray/_int_gist.c
index 8f8f79a8245158113e96ffd47d423a9f56b96da3..13fee25ec721b6dd2a596638b5e4db24b36565d1 100644
--- a/contrib/intarray/_int_gist.c
+++ b/contrib/intarray/_int_gist.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/intarray/_int_gist.c,v 1.22 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "postgres.h"
 
 #include "access/gist.h"
diff --git a/contrib/intarray/_int_op.c b/contrib/intarray/_int_op.c
index dd3b02892967f2fe72ff4908748f4ecf502afebf..b29a405e355e828319663173b2ecf2a60a45d086 100644
--- a/contrib/intarray/_int_op.c
+++ b/contrib/intarray/_int_op.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/intarray/_int_op.c,v 1.8 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "postgres.h"
 
 #include "lib/stringinfo.h"
diff --git a/contrib/intarray/_int_tool.c b/contrib/intarray/_int_tool.c
index 82ab490784df1fcf729936f7ee355fb66d8915f2..7f7e4d43a9e225195463d609a91b48ce479d439a 100644
--- a/contrib/intarray/_int_tool.c
+++ b/contrib/intarray/_int_tool.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/intarray/_int_tool.c,v 1.11 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "postgres.h"
 
 #include "catalog/pg_type.h"
diff --git a/contrib/intarray/_intbig_gist.c b/contrib/intarray/_intbig_gist.c
index fe83860cfae3f9f4ccba03366b4cb1361e0ea8e8..d1e3f19037ddec336cd45f585901ffb25d628359 100644
--- a/contrib/intarray/_intbig_gist.c
+++ b/contrib/intarray/_intbig_gist.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/intarray/_intbig_gist.c,v 1.19 2008/05/17 01:28:19 adunstan Exp $ 
+ */
 #include "postgres.h"
 
 #include "access/gist.h"
diff --git a/contrib/ltree/_ltree_gist.c b/contrib/ltree/_ltree_gist.c
index f1fa0fbaf421f044a861a9b8c72403ed9f5a98c7..3d9145cf6b07856863b554d002304573d18c173d 100644
--- a/contrib/ltree/_ltree_gist.c
+++ b/contrib/ltree/_ltree_gist.c
@@ -1,4 +1,7 @@
 /*
+ * $PostgreSQL: pgsql/contrib/ltree/_ltree_gist.c,v 1.25 2008/05/17 01:28:19 adunstan Exp $ 
+ *
+ *
  * GiST support for ltree[]
  * Teodor Sigaev <teodor@stack.net>
  */
diff --git a/contrib/ltree/_ltree_op.c b/contrib/ltree/_ltree_op.c
index 4a648ee03e960c159bc025b01e92a77fdc668cc3..c0d0a95001961b26415f032c101c119b9b3ca24b 100644
--- a/contrib/ltree/_ltree_op.c
+++ b/contrib/ltree/_ltree_op.c
@@ -1,4 +1,7 @@
 /*
+ * $PostgreSQL: pgsql/contrib/ltree/_ltree_op.c,v 1.12 2008/05/17 01:28:19 adunstan Exp $ 
+ *
+ *
  * op function for ltree[]
  * Teodor Sigaev <teodor@stack.net>
  */
diff --git a/contrib/pageinspect/btreefuncs.c b/contrib/pageinspect/btreefuncs.c
index 3fbfb9c12b82d4625bce2a84156413fe498fe133..ab80b545000b66de31f0206a962b28407991f731 100644
--- a/contrib/pageinspect/btreefuncs.c
+++ b/contrib/pageinspect/btreefuncs.c
@@ -1,4 +1,7 @@
 /*
+ * $PostgreSQL: pgsql/contrib/pageinspect/btreefuncs.c,v 1.8 2008/05/17 01:28:19 adunstan Exp $ 
+ *
+ *
  * btreefuncs.c
  *
  * Copyright (c) 2006 Satoshi Nagayasu <nagayasus@nttdata.co.jp>
diff --git a/contrib/pg_standby/pg_standby.c b/contrib/pg_standby/pg_standby.c
index 9879348cc1b4f726e0ab72b6c0acef057bf866ea..e8597c69738a308a9fd66b5132fe3ed51cedc475 100644
--- a/contrib/pg_standby/pg_standby.c
+++ b/contrib/pg_standby/pg_standby.c
@@ -1,4 +1,7 @@
 /*
+ * $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.12 2008/05/17 01:28:21 adunstan Exp $ 
+ *
+ *
  * pg_standby.c
  *
  * Production-ready example of how to create a Warm Standby
diff --git a/contrib/pg_trgm/trgm.h b/contrib/pg_trgm/trgm.h
index 5a8d2e362a7777a2f8a1db253934c16f0db052f2..e2f60fcf7b1edbc2dda701d65e91ce1181a0cec3 100644
--- a/contrib/pg_trgm/trgm.h
+++ b/contrib/pg_trgm/trgm.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/pg_trgm/trgm.h,v 1.9 2008/05/17 01:28:21 adunstan Exp $ 
+ */
 #ifndef __TRGM_H__
 #define __TRGM_H__
 
diff --git a/contrib/pg_trgm/trgm_gin.c b/contrib/pg_trgm/trgm_gin.c
index 9a36afa074a2bc3862fb523b099a6b628e0fb4bf..82ac2b41c1c96fdb5fbe851f27cd3dc1e8c7a835 100644
--- a/contrib/pg_trgm/trgm_gin.c
+++ b/contrib/pg_trgm/trgm_gin.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/pg_trgm/trgm_gin.c,v 1.4 2008/05/17 01:28:21 adunstan Exp $ 
+ */
 #include "trgm.h"
 
 #include "access/gin.h"
diff --git a/contrib/pg_trgm/trgm_gist.c b/contrib/pg_trgm/trgm_gist.c
index 9cf88dc45bd902ecccab50871a9dba1a284fda89..7baf4fd6978095fda20da8b04a991c0d9cc4167e 100644
--- a/contrib/pg_trgm/trgm_gist.c
+++ b/contrib/pg_trgm/trgm_gist.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/pg_trgm/trgm_gist.c,v 1.14 2008/05/17 01:28:21 adunstan Exp $ 
+ */
 #include "trgm.h"
 
 #include "access/gist.h"
diff --git a/contrib/pg_trgm/trgm_op.c b/contrib/pg_trgm/trgm_op.c
index 6b0e28d5d2058cc84cc9c7e872db21f3e44d25c2..ae72ae617f49b857f6efe1e2b46a5a3e2e4c1994 100644
--- a/contrib/pg_trgm/trgm_op.c
+++ b/contrib/pg_trgm/trgm_op.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/pg_trgm/trgm_op.c,v 1.10 2008/05/17 01:28:21 adunstan Exp $ 
+ */
 #include "trgm.h"
 #include <ctype.h>
 #include "utils/array.h"
diff --git a/contrib/pgcrypto/rijndael.h b/contrib/pgcrypto/rijndael.h
index 41c1a2a122f1ad26d16f32a5b0f119129061ee73..e5e862323f8bc7816bb33bfcfc463d238b22a24a 100644
--- a/contrib/pgcrypto/rijndael.h
+++ b/contrib/pgcrypto/rijndael.h
@@ -1,4 +1,7 @@
-/*	$OpenBSD: rijndael.h,v 1.3 2001/05/09 23:01:32 markus Exp $ */
+/*
+ * $PostgreSQL: pgsql/contrib/pgcrypto/rijndael.h,v 1.6 2008/05/17 01:28:21 adunstan Exp $ 
+ *
+ *	$OpenBSD: rijndael.h,v 1.3 2001/05/09 23:01:32 markus Exp $ */
 
 /* This is an independent implementation of the encryption algorithm:	*/
 /*																		*/
diff --git a/contrib/pgstattuple/pgstatindex.c b/contrib/pgstattuple/pgstatindex.c
index 7b95a070b42d94041e12f1f2990ae7446a1ce035..dfb162d5e45de730d2aa84891d6c7abf34445cb3 100644
--- a/contrib/pgstattuple/pgstatindex.c
+++ b/contrib/pgstattuple/pgstatindex.c
@@ -1,4 +1,7 @@
 /*
+ * $PostgreSQL: pgsql/contrib/pgstattuple/pgstatindex.c,v 1.11 2008/05/17 01:28:22 adunstan Exp $ 
+ *
+ *
  * pgstatindex
  *
  * Copyright (c) 2006 Satoshi Nagayasu <nagayasus@nttdata.co.jp>
diff --git a/contrib/seg/seg.c b/contrib/seg/seg.c
index cb0ce4f5cabcacb6b83fb82a451aacfda37cb34c..8a95a1d5cca077f50eaccdc9db9ef298df302f49 100644
--- a/contrib/seg/seg.c
+++ b/contrib/seg/seg.c
@@ -1,4 +1,7 @@
-/******************************************************************************
+/*
+ * $PostgreSQL: pgsql/contrib/seg/seg.c,v 1.24 2008/05/17 01:28:22 adunstan Exp $ 
+ *
+ ******************************************************************************
   This file contains routines that can be bound to a Postgres backend and
   called by the backend in the process of processing queries.  The calling
   format for these routines is dictated by Postgres architecture.
diff --git a/contrib/seg/segdata.h b/contrib/seg/segdata.h
index 420df739c51ca4417d2756bc0340b8becd466967..ce177fb80b14ecb9821368fa8b7b286861d57b12 100644
--- a/contrib/seg/segdata.h
+++ b/contrib/seg/segdata.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/seg/segdata.h,v 1.5 2008/05/17 01:28:22 adunstan Exp $ 
+ */
 typedef struct SEG
 {
 	float4		lower;
diff --git a/contrib/spi/autoinc.c b/contrib/spi/autoinc.c
index 6ca09230a60124e5c1c35ac6d10efda0c34a851a..bc39db00c26c9b2d0f162924f0f16647473f09a6 100644
--- a/contrib/spi/autoinc.c
+++ b/contrib/spi/autoinc.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/spi/autoinc.c,v 1.15 2008/05/17 01:28:22 adunstan Exp $ 
+ */
 
 #include "executor/spi.h"		/* this is what you need to work with SPI */
 #include "commands/trigger.h"	/* -"- and triggers */
diff --git a/contrib/spi/refint.c b/contrib/spi/refint.c
index d88975d5e9cb6a6d5b586c365e89afc443164b45..dd628e7be3ee51668a6a3a44390a045e4386f568 100644
--- a/contrib/spi/refint.c
+++ b/contrib/spi/refint.c
@@ -1,4 +1,7 @@
 /*
+ * $PostgreSQL: pgsql/contrib/spi/refint.c,v 1.33 2008/05/17 01:28:22 adunstan Exp $ 
+ *
+ *
  * refint.c --	set of functions to define referential integrity
  *		constraints using general triggers.
  */
diff --git a/contrib/spi/timetravel.c b/contrib/spi/timetravel.c
index 0fd5cae09bbd73eb404301da53b20ad06a50aa1f..a0a1b22923fa2354a0e62fe18f97bf727c1e06aa 100644
--- a/contrib/spi/timetravel.c
+++ b/contrib/spi/timetravel.c
@@ -1,4 +1,7 @@
 /*
+ * $PostgreSQL: pgsql/contrib/spi/timetravel.c,v 1.29 2008/05/17 01:28:22 adunstan Exp $ 
+ *
+ *
  * timetravel.c --	function to get time travel feature
  *		using general triggers.
  */
diff --git a/contrib/tablefunc/tablefunc.c b/contrib/tablefunc/tablefunc.c
index 793f26ed583cdd60e869a1fccc1e5c2a357df2cf..e220c736333f10b2e368a81db95204e70520a9da 100644
--- a/contrib/tablefunc/tablefunc.c
+++ b/contrib/tablefunc/tablefunc.c
@@ -1,4 +1,7 @@
 /*
+ * $PostgreSQL: pgsql/contrib/tablefunc/tablefunc.c,v 1.53 2008/05/17 01:28:22 adunstan Exp $ 
+ *
+ *
  * tablefunc
  *
  * Sample to demonstrate C functions which return setof scalar
diff --git a/contrib/tablefunc/tablefunc.h b/contrib/tablefunc/tablefunc.h
index f6fbf97827f42a3919d1926b4de86d0e74ac675c..3b4bb40cef686ef841b52e88f116ebac52111497 100644
--- a/contrib/tablefunc/tablefunc.h
+++ b/contrib/tablefunc/tablefunc.h
@@ -1,4 +1,7 @@
 /*
+ * $PostgreSQL: pgsql/contrib/tablefunc/tablefunc.h,v 1.14 2008/05/17 01:28:22 adunstan Exp $ 
+ *
+ *
  * tablefunc
  *
  * Sample to demonstrate C functions which return setof scalar
diff --git a/contrib/xml2/xpath.c b/contrib/xml2/xpath.c
index 98865bac7a6753747cf9c6194d41abac9ada4a05..39908494f3e14bb684dd70e81afbd7fd0edfd7af 100644
--- a/contrib/xml2/xpath.c
+++ b/contrib/xml2/xpath.c
@@ -1,4 +1,7 @@
-/* Parser interface for DOM-based parser (libxml) rather than
+/*
+ * $PostgreSQL: pgsql/contrib/xml2/xpath.c,v 1.20 2008/05/17 01:28:22 adunstan Exp $ 
+ *
+ * Parser interface for DOM-based parser (libxml) rather than
    stream-based SAX-type parser */
 
 #include "postgres.h"
diff --git a/contrib/xml2/xslt_proc.c b/contrib/xml2/xslt_proc.c
index b2349aaace7ec2cb64c10a213f9812da23f71dc5..425a9393337c4de089262d0f402ea4ddb82f024b 100644
--- a/contrib/xml2/xslt_proc.c
+++ b/contrib/xml2/xslt_proc.c
@@ -1,4 +1,7 @@
-/* XSLT processing functions (requiring libxslt) */
+/*
+ * $PostgreSQL: pgsql/contrib/xml2/xslt_proc.c,v 1.13 2008/05/17 01:28:22 adunstan Exp $ 
+ *
+ * XSLT processing functions (requiring libxslt) */
 /* John Gray, for Torchbox 2003-04-01 */
 
 #include "postgres.h"
diff --git a/src/backend/port/darwin/system.c b/src/backend/port/darwin/system.c
index d8be8070d5f7d10de426da390a993800f089d58d..f6586505ba553a391f172c9f19ed9e9ee590dc1c 100644
--- a/src/backend/port/darwin/system.c
+++ b/src/backend/port/darwin/system.c
@@ -1,4 +1,7 @@
-/* only needed in OS X 10.1 and possibly early 10.2 releases */
+/*
+ * $PostgreSQL: pgsql/src/backend/port/darwin/system.c,v 1.7 2008/05/17 01:28:22 adunstan Exp $ 
+ *
+ * only needed in OS X 10.1 and possibly early 10.2 releases */
 #include <AvailabilityMacros.h>
 #if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_2 || !defined(MAC_OS_X_VERSION_10_2)
 
diff --git a/src/backend/port/dynloader/aix.c b/src/backend/port/dynloader/aix.c
index 31bf9cbbf0dcc2a0131f88669fd3c3c34a3bde3c..ee8722b88386a4e48811fec3b4617bce8a676643 100644
--- a/src/backend/port/dynloader/aix.c
+++ b/src/backend/port/dynloader/aix.c
@@ -1,4 +1,7 @@
 /*
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/aix.c,v 1.20 2008/05/17 01:28:23 adunstan Exp $ 
+ *
+ *
  * @(#)dlfcn.c	1.7 revision of 95/08/14  19:08:38
  * This is an unpublished work copyright (c) 1992 HELIOS Software GmbH
  * 30159 Hannover, Germany
diff --git a/src/backend/port/dynloader/sco.c b/src/backend/port/dynloader/sco.c
index 10e91046bf8151a460dc3e7335ee09e6925676e6..da09a255916659e2a9efc809fa6903477a2a8073 100644
--- a/src/backend/port/dynloader/sco.c
+++ b/src/backend/port/dynloader/sco.c
@@ -1,4 +1,7 @@
-/* Dummy file used for nothing at this point
+/*
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/sco.c,v 1.2 2008/05/17 01:28:23 adunstan Exp $ 
+ *
+ * Dummy file used for nothing at this point
  *
  * see sco.h
  */
diff --git a/src/backend/port/dynloader/solaris.c b/src/backend/port/dynloader/solaris.c
index 2e92cd372c567ebd4a99a8a05b6377363fe02739..27f555e1b44f48a387e8a8593b3c37a35a98e74c 100644
--- a/src/backend/port/dynloader/solaris.c
+++ b/src/backend/port/dynloader/solaris.c
@@ -1,4 +1,7 @@
-/* Dummy file used for nothing at this point
+/*
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/solaris.c,v 1.2 2008/05/17 01:28:23 adunstan Exp $ 
+ *
+ * Dummy file used for nothing at this point
  *
  * see solaris.h
  */
diff --git a/src/backend/port/dynloader/sunos4.c b/src/backend/port/dynloader/sunos4.c
index 08dd9746ddae02ae3cc95e96c9b67cfc3488fd2f..659964cdca5ed875cdae7f221665d713094285d6 100644
--- a/src/backend/port/dynloader/sunos4.c
+++ b/src/backend/port/dynloader/sunos4.c
@@ -1,4 +1,7 @@
-/* Dummy file used for nothing at this point
+/*
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/sunos4.c,v 1.2 2008/05/17 01:28:23 adunstan Exp $ 
+ *
+ * Dummy file used for nothing at this point
  *
  * see sunos4.h
  */
diff --git a/src/backend/port/dynloader/svr4.c b/src/backend/port/dynloader/svr4.c
index e0f6b6b49d88031ba38e484d13b14e4b6548e458..2cafa40e55c0d23a5a6bd4c4353475919715e1d8 100644
--- a/src/backend/port/dynloader/svr4.c
+++ b/src/backend/port/dynloader/svr4.c
@@ -1,4 +1,7 @@
-/* Dummy file used for nothing at this point
+/*
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/svr4.c,v 1.2 2008/05/17 01:28:23 adunstan Exp $ 
+ *
+ * Dummy file used for nothing at this point
  *
  * see svr4.h
  */
diff --git a/src/backend/port/dynloader/univel.c b/src/backend/port/dynloader/univel.c
index 98b6d61d30eba9faa0cff2ba670234c0f7187dac..0f6cc80fe11a5a9b692001fe58662e6d7ec05ba1 100644
--- a/src/backend/port/dynloader/univel.c
+++ b/src/backend/port/dynloader/univel.c
@@ -1,4 +1,7 @@
-/* Dummy file used for nothing at this point
+/*
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/univel.c,v 1.4 2008/05/17 01:28:23 adunstan Exp $ 
+ *
+ * Dummy file used for nothing at this point
  *
  * see univel.h
  */
diff --git a/src/backend/port/dynloader/univel.h b/src/backend/port/dynloader/univel.h
index d4a96d934477e0ce8e41cc2e132f3430962f8a6b..03a8aec1fce754852e68ba6a4aac1092707bfe65 100644
--- a/src/backend/port/dynloader/univel.h
+++ b/src/backend/port/dynloader/univel.h
@@ -1,4 +1,7 @@
-/*-------------------------------------------------------------------------
+/*
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/univel.h,v 1.22 2008/05/17 01:28:23 adunstan Exp $ 
+ *
+ *-------------------------------------------------------------------------
  *
  * univel.h
  *	  port-specific prototypes for Intel x86/UNIXWARE
diff --git a/src/backend/port/dynloader/unixware.c b/src/backend/port/dynloader/unixware.c
index 0ae1c69dee1b60e7fd2c4881c96e6b6cd2ce6339..2db3fa9367b16c63f31590660d70b318b871db8b 100644
--- a/src/backend/port/dynloader/unixware.c
+++ b/src/backend/port/dynloader/unixware.c
@@ -1,4 +1,7 @@
-/* Dummy file used for nothing at this point
+/*
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/unixware.c,v 1.2 2008/05/17 01:28:23 adunstan Exp $ 
+ *
+ * Dummy file used for nothing at this point
  *
  * see unixware.h
  */
diff --git a/src/backend/port/dynloader/unixware.h b/src/backend/port/dynloader/unixware.h
index 11891881995b51d3bd1aef53207a6e708de1473a..8f194ac8cc98863f8e8c10c90eb95eca5d4899fe 100644
--- a/src/backend/port/dynloader/unixware.h
+++ b/src/backend/port/dynloader/unixware.h
@@ -1,4 +1,7 @@
-/*-------------------------------------------------------------------------
+/*
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/unixware.h,v 1.20 2008/05/17 01:28:23 adunstan Exp $ 
+ *
+ *-------------------------------------------------------------------------
  *
  * unixware.h
  *	  port-specific prototypes for Intel x86/UNIXWARE 7
diff --git a/src/backend/port/dynloader/win32.h b/src/backend/port/dynloader/win32.h
index ea051ff1d359257a6705e11a25ad37696312a443..fa44b7f54e2c07a1c8ec5e51fa393b7c0a21dbb2 100644
--- a/src/backend/port/dynloader/win32.h
+++ b/src/backend/port/dynloader/win32.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/win32.h,v 1.4 2008/05/17 01:28:23 adunstan Exp $ 
+ */
 #ifndef PORT_PROTOS_H
 #define PORT_PROTOS_H
 
diff --git a/src/backend/port/nextstep/port.c b/src/backend/port/nextstep/port.c
index 0271a3287af3833deaa9338bdffcd36b72353a7f..abeb70546d53201dc075f9156c367569b4707da9 100644
--- a/src/backend/port/nextstep/port.c
+++ b/src/backend/port/nextstep/port.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/backend/port/nextstep/port.c,v 1.11 2008/05/17 01:28:23 adunstan Exp $ 
+ */
 #include "postgres.h"
 
 #ifndef _POSIX_SOURCE
diff --git a/src/backend/utils/mb/wstrcmp.c b/src/backend/utils/mb/wstrcmp.c
index 5d1aab7def32f5b15cbb84e5a029f23808c36775..2bd55d1beee2a96f75641733132d1265d7ad6370 100644
--- a/src/backend/utils/mb/wstrcmp.c
+++ b/src/backend/utils/mb/wstrcmp.c
@@ -1,4 +1,7 @@
-/*-
+/*
+ * $PostgreSQL: pgsql/src/backend/utils/mb/wstrcmp.c,v 1.9 2008/05/17 01:28:24 adunstan Exp $ 
+ *
+ *-
  * Copyright (c) 1990, 1993
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/src/backend/utils/mb/wstrncmp.c b/src/backend/utils/mb/wstrncmp.c
index cbbc940826ea3c2386796a5612957f3db4ff1ee0..3de672c779a4f2f86348069acc135414d87b2eee 100644
--- a/src/backend/utils/mb/wstrncmp.c
+++ b/src/backend/utils/mb/wstrncmp.c
@@ -1,4 +1,7 @@
 /*
+ * $PostgreSQL: pgsql/src/backend/utils/mb/wstrncmp.c,v 1.9 2008/05/17 01:28:24 adunstan Exp $ 
+ *
+ *
  * Copyright (c) 1989, 1993
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/src/include/commands/comment.h b/src/include/commands/comment.h
index 9c97f2b33e41f0dc78b3d131434d9fc561198de1..4e352a4e81bcb67d48f153b58f895e2daf8e3656 100644
--- a/src/include/commands/comment.h
+++ b/src/include/commands/comment.h
@@ -1,4 +1,7 @@
-/*-------------------------------------------------------------------------
+/*
+ * $PostgreSQL: pgsql/src/include/commands/comment.h,v 1.22 2008/05/17 01:28:24 adunstan Exp $ 
+ *
+ *-------------------------------------------------------------------------
  *
  * comment.h
  *
diff --git a/src/include/commands/proclang.h b/src/include/commands/proclang.h
index 07551dd8d56c914e4538746d8d23907546fda966..fd97516689158239163e7c80e5bc4c4e788021df 100644
--- a/src/include/commands/proclang.h
+++ b/src/include/commands/proclang.h
@@ -1,4 +1,7 @@
-/*-------------------------------------------------------------------------
+/*
+ * $PostgreSQL: pgsql/src/include/commands/proclang.h,v 1.14 2008/05/17 01:28:24 adunstan Exp $ 
+ *
+ *-------------------------------------------------------------------------
  *
  * proclang.h
  *	  prototypes for proclang.c.
diff --git a/src/include/port/aix.h b/src/include/port/aix.h
index 5ce3d29a113b41cd19c0c1a863610e6a255c4ec2..8ee5c22b3745309b4e5d53f5e7d69e0c60b5f4b8 100644
--- a/src/include/port/aix.h
+++ b/src/include/port/aix.h
@@ -1,2 +1,5 @@
+/*
+ * $PostgreSQL: pgsql/src/include/port/aix.h,v 1.12 2008/05/17 01:28:24 adunstan Exp $ 
+ */
 #define CLASS_CONFLICT
 #define DISABLE_XOPEN_NLS
diff --git a/src/include/port/bsdi.h b/src/include/port/bsdi.h
index 8b137891791fe96927ad78e64b0aad7bded08bdc..03a269ae13fbe0ec200c9714d24c22f84f274e13 100644
--- a/src/include/port/bsdi.h
+++ b/src/include/port/bsdi.h
@@ -1 +1,4 @@
+/*
+ * $PostgreSQL: pgsql/src/include/port/bsdi.h,v 1.14 2008/05/17 01:28:24 adunstan Exp $ 
+ */
 
diff --git a/src/include/port/sco.h b/src/include/port/sco.h
index 2f05116d3e129ee0078a742565570fdf10386d3a..0b237e0822a63220269753507ec387ab41bdceb1 100644
--- a/src/include/port/sco.h
+++ b/src/include/port/sco.h
@@ -1,4 +1,7 @@
-/* see src/backend/libpq/pqcomm.c */
+/*
+ * $PostgreSQL: pgsql/src/include/port/sco.h,v 1.18 2008/05/17 01:28:24 adunstan Exp $ 
+ *
+ * see src/backend/libpq/pqcomm.c */
 #define SCO_ACCEPT_BUG
 
 #define USE_UNIVEL_CC
diff --git a/src/include/port/sunos4.h b/src/include/port/sunos4.h
index 48fdbffb91ccd8e8fe4db0668c61af46cef79193..9d34f9f9e6446e7e886df10effcca0b1388481d9 100644
--- a/src/include/port/sunos4.h
+++ b/src/include/port/sunos4.h
@@ -1,2 +1,5 @@
-/* sprintf() returns char *, not int, on SunOS 4.1.x */
+/*
+ * $PostgreSQL: pgsql/src/include/port/sunos4.h,v 1.10 2008/05/17 01:28:24 adunstan Exp $ 
+ *
+ * sprintf() returns char *, not int, on SunOS 4.1.x */
 #define SPRINTF_CHAR
diff --git a/src/include/port/ultrix4.h b/src/include/port/ultrix4.h
index 7df0abc34dca625708796dad99ce1bbd6bd5b176..2da383fcb119d67565acfb7e75af2fbb1b6cb890 100644
--- a/src/include/port/ultrix4.h
+++ b/src/include/port/ultrix4.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/include/port/ultrix4.h,v 1.12 2008/05/17 01:28:24 adunstan Exp $ 
+ */
 #define NOFIXADE
 #define NEED_STRDUP
 
diff --git a/src/include/port/univel.h b/src/include/port/univel.h
index ca054166d191a3f9e8c1eb83f47efb7d2182be36..10309bba46f7e63ca8e84fa220e1e44a98132f56 100644
--- a/src/include/port/univel.h
+++ b/src/include/port/univel.h
@@ -1,4 +1,7 @@
-/***************************************
+/*
+ * $PostgreSQL: pgsql/src/include/port/univel.h,v 1.24 2008/05/17 01:28:24 adunstan Exp $ 
+ *
+ ***************************************
  * Define this if you are compiling with
  * the native UNIXWARE C compiler.
  ***************************************/
diff --git a/src/include/port/unixware.h b/src/include/port/unixware.h
index 6cddddac2e03c028ddf148ad794fc737a20b2c7b..a8002a0dcbbbb8a6f28305102272b1a1022284a7 100644
--- a/src/include/port/unixware.h
+++ b/src/include/port/unixware.h
@@ -1,4 +1,7 @@
-/* see src/backend/libpq/pqcomm.c */
+/*
+ * $PostgreSQL: pgsql/src/include/port/unixware.h,v 1.18 2008/05/17 01:28:24 adunstan Exp $ 
+ *
+ * see src/backend/libpq/pqcomm.c */
 #define SCO_ACCEPT_BUG
 
 /***************************************
diff --git a/src/include/port/win32/pwd.h b/src/include/port/win32/pwd.h
index 8b137891791fe96927ad78e64b0aad7bded08bdc..8af52ef4900e5b6afd542be36e57957a87210efd 100644
--- a/src/include/port/win32/pwd.h
+++ b/src/include/port/win32/pwd.h
@@ -1 +1,4 @@
+/*
+ * $PostgreSQL: pgsql/src/include/port/win32/pwd.h,v 1.3 2008/05/17 01:28:25 adunstan Exp $ 
+ */
 
diff --git a/src/include/port/win32/sys/wait.h b/src/include/port/win32/sys/wait.h
index 8b137891791fe96927ad78e64b0aad7bded08bdc..20835d89ca7dc2a7c56a3373580a850801d285fa 100644
--- a/src/include/port/win32/sys/wait.h
+++ b/src/include/port/win32/sys/wait.h
@@ -1 +1,4 @@
+/*
+ * $PostgreSQL: pgsql/src/include/port/win32/sys/wait.h,v 1.3 2008/05/17 01:28:25 adunstan Exp $ 
+ */
 
diff --git a/src/include/utils/cash.h b/src/include/utils/cash.h
index 808a08643f7e1f4b404c3d2716c3058f81bcdf2d..a195d998d5db7c4443135ea0bc4cd1548fb46c77 100644
--- a/src/include/utils/cash.h
+++ b/src/include/utils/cash.h
@@ -1,4 +1,7 @@
 /*
+ * $PostgreSQL: pgsql/src/include/utils/cash.h,v 1.26 2008/05/17 01:28:25 adunstan Exp $ 
+ *
+ *
  * cash.h
  * Written by D'Arcy J.M. Cain
  *
diff --git a/src/interfaces/ecpg/include/sql3types.h b/src/interfaces/ecpg/include/sql3types.h
index b9db452dace41cd8636064218183237337a889b5..acabb731b35f80bdffe4b78e3a5c3a9a187b556d 100644
--- a/src/interfaces/ecpg/include/sql3types.h
+++ b/src/interfaces/ecpg/include/sql3types.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/interfaces/ecpg/include/sql3types.h,v 1.12 2008/05/17 01:28:25 adunstan Exp $ 
+ */
 #ifndef _ECPG_SQL3TYPES_H
 #define _ECPG_SQL3TYPES_H
 
diff --git a/src/interfaces/ecpg/include/sqlca.h b/src/interfaces/ecpg/include/sqlca.h
index 52fcbf830f592f2c82957da77735417cf7a0ba62..98cf0796481a08013995c7b50716d90f307f074f 100644
--- a/src/interfaces/ecpg/include/sqlca.h
+++ b/src/interfaces/ecpg/include/sqlca.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/interfaces/ecpg/include/sqlca.h,v 1.30 2008/05/17 01:28:25 adunstan Exp $ 
+ */
 #ifndef POSTGRES_SQLCA_H
 #define POSTGRES_SQLCA_H
 
diff --git a/src/interfaces/ecpg/include/sqlda.h b/src/interfaces/ecpg/include/sqlda.h
index 8b137891791fe96927ad78e64b0aad7bded08bdc..314b161b56f613e1f9638b792added143f7b81f0 100644
--- a/src/interfaces/ecpg/include/sqlda.h
+++ b/src/interfaces/ecpg/include/sqlda.h
@@ -1 +1,4 @@
+/*
+ * $PostgreSQL: pgsql/src/interfaces/ecpg/include/sqlda.h,v 1.3 2008/05/17 01:28:25 adunstan Exp $ 
+ */
 
diff --git a/src/interfaces/ecpg/include/sqltypes.h b/src/interfaces/ecpg/include/sqltypes.h
index f93bd41f8e03617decdad840d1d02af9fad586b0..dc4738da858a4eca822044cb151fbcf5a2bf8633 100644
--- a/src/interfaces/ecpg/include/sqltypes.h
+++ b/src/interfaces/ecpg/include/sqltypes.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/interfaces/ecpg/include/sqltypes.h,v 1.8 2008/05/17 01:28:25 adunstan Exp $ 
+ */
 #ifndef ECPG_SQLTYPES_H
 #define ECPG_SQLTYPES_H
 
diff --git a/src/interfaces/ecpg/pgtypeslib/timestamp.c b/src/interfaces/ecpg/pgtypeslib/timestamp.c
index c86f1a53b2282f1e03baad0913eb3b00d15193bd..74995b5ca2a7babec1843fdf02a55487c26a8f1c 100644
--- a/src/interfaces/ecpg/pgtypeslib/timestamp.c
+++ b/src/interfaces/ecpg/pgtypeslib/timestamp.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/timestamp.c,v 1.42 2008/05/17 01:28:25 adunstan Exp $ 
+ */
 #include "postgres_fe.h"
 
 #include <time.h>
diff --git a/src/interfaces/ecpg/preproc/type.h b/src/interfaces/ecpg/preproc/type.h
index 94c1e56f532c023eaf97cd8bdcca77797a84c145..89195077baef1d20af84463d5ec0389b74001106 100644
--- a/src/interfaces/ecpg/preproc/type.h
+++ b/src/interfaces/ecpg/preproc/type.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/type.h,v 1.49 2008/05/17 01:28:25 adunstan Exp $ 
+ */
 #ifndef _ECPG_PREPROC_TYPE_H
 #define _ECPG_PREPROC_TYPE_H
 
diff --git a/src/interfaces/ecpg/test/regression.h b/src/interfaces/ecpg/test/regression.h
index f614938cef753f60d38ccc960723f2e514a70ecf..cba295744fe797d958d6c38aed8bb6456caa1c09 100644
--- a/src/interfaces/ecpg/test/regression.h
+++ b/src/interfaces/ecpg/test/regression.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/interfaces/ecpg/test/regression.h,v 1.2 2008/05/17 01:28:25 adunstan Exp $ 
+ */
 exec sql define REGRESSDB1 regress1;
 exec sql define REGRESSDB2 connectdb;
 
diff --git a/src/interfaces/libpq/win32.c b/src/interfaces/libpq/win32.c
index 8b020765073fb4bf09e899efc1a001f804fe23ac..886a581864094d3260b64b7688552d8d2e5944bf 100644
--- a/src/interfaces/libpq/win32.c
+++ b/src/interfaces/libpq/win32.c
@@ -1,4 +1,7 @@
 /*
+ * $PostgreSQL: pgsql/src/interfaces/libpq/win32.c,v 1.24 2008/05/17 01:28:25 adunstan Exp $ 
+ *
+ *
  *	FILE
  *		win32.c
  *
diff --git a/src/interfaces/libpq/win32.h b/src/interfaces/libpq/win32.h
index f3c61c798ff21c0929b6535eea79694e3aba24c2..b1c52688aee0d12908fd2580a68b5f5369436fae 100644
--- a/src/interfaces/libpq/win32.h
+++ b/src/interfaces/libpq/win32.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/interfaces/libpq/win32.h,v 1.29 2008/05/17 01:28:25 adunstan Exp $ 
+ */
 #ifndef __win32_h_included
 #define __win32_h_included
 
diff --git a/src/pl/plperl/spi_internal.c b/src/pl/plperl/spi_internal.c
index 7ca771da837cf6c0381f7183cfc47926a5693db4..7a0f76671bab5eb5c7a92bb95c5a11ca425e447b 100644
--- a/src/pl/plperl/spi_internal.c
+++ b/src/pl/plperl/spi_internal.c
@@ -1,4 +1,7 @@
 /*
+ * $PostgreSQL: pgsql/src/pl/plperl/spi_internal.c,v 1.9 2008/05/17 01:28:25 adunstan Exp $ 
+ *
+ *
  * This kludge is necessary because of the conflicting
  * definitions of 'DEBUG' between postgres and perl.
  * we'll live.
diff --git a/src/port/pthread-win32.h b/src/port/pthread-win32.h
index 2a2867344df7897fbc55effea1e16bd18bc6e794..1552ae37385be4922f95ebcb2d3598f60404fdce 100644
--- a/src/port/pthread-win32.h
+++ b/src/port/pthread-win32.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/port/pthread-win32.h,v 1.4 2008/05/17 01:28:25 adunstan Exp $ 
+ */
 #ifndef __PTHREAD_H
 #define __PTHREAD_H
 
diff --git a/src/port/rand.c b/src/port/rand.c
index b4631299e999a699ffbe6964850951eed8540804..c9a966c9ebbdfc37ff2049284a0234d2983656ab 100644
--- a/src/port/rand.c
+++ b/src/port/rand.c
@@ -1,4 +1,7 @@
-/*-------------------------------------------------------------------------
+/*
+ * $PostgreSQL: pgsql/src/port/rand.c,v 1.5 2008/05/17 01:28:25 adunstan Exp $ 
+ *
+ *-------------------------------------------------------------------------
  *
  * rand.c
  *	  Missing rand implementations for Win32
diff --git a/src/port/strlcat.c b/src/port/strlcat.c
index 67c11069e6ee6e34a85500b66e1b3b32e9082e9f..9099b45c5fb34c9c9874d8b992704dd607ac6efe 100644
--- a/src/port/strlcat.c
+++ b/src/port/strlcat.c
@@ -1,4 +1,7 @@
-/*	$OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $	*/
+/*
+ * $PostgreSQL: pgsql/src/port/strlcat.c,v 1.3 2008/05/17 01:28:25 adunstan Exp $ 
+ *
+ *	$OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $	*/
 
 /*
  * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
diff --git a/src/port/strtol.c b/src/port/strtol.c
index 9f11debecbcf3a9e36d35adf4a7c69a003aeb63d..175c53901c989983b7172e5800423c144200ac28 100644
--- a/src/port/strtol.c
+++ b/src/port/strtol.c
@@ -1,4 +1,7 @@
 /*
+ * $PostgreSQL: pgsql/src/port/strtol.c,v 1.15 2008/05/17 01:28:25 adunstan Exp $ 
+ *
+ *
  * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
diff --git a/src/port/strtoul.c b/src/port/strtoul.c
index 60c53a157e70152537e2a63898efa178b2dfe0e3..8ac6618655697294e5b71a76c7794c424795f041 100644
--- a/src/port/strtoul.c
+++ b/src/port/strtoul.c
@@ -1,4 +1,7 @@
 /*
+ * $PostgreSQL: pgsql/src/port/strtoul.c,v 1.4 2008/05/17 01:28:25 adunstan Exp $ 
+ *
+ *
  * Copyright (c) 1990, 1993
  *	The Regents of the University of California.  All rights reserved.
  *
diff --git a/src/test/examples/testlibpq.c b/src/test/examples/testlibpq.c
index b27c17386aa9b95479dffef7bdf00dcf6e73c8f3..b27d4186f6d6d6fcb2aacbba5eb656f736dfede4 100644
--- a/src/test/examples/testlibpq.c
+++ b/src/test/examples/testlibpq.c
@@ -1,4 +1,7 @@
 /*
+ * $PostgreSQL: pgsql/src/test/examples/testlibpq.c,v 1.17 2008/05/17 01:28:25 adunstan Exp $ 
+ *
+ *
  * testlibpq.c
  *
  *		Test the C version of libpq, the PostgreSQL frontend library.
diff --git a/src/test/examples/testlibpq2.c b/src/test/examples/testlibpq2.c
index 5949c1364e411f38baed12ea49665fbd428b0f75..8500f50b8eff671b1cb41c569c3fc449bff1bdd4 100644
--- a/src/test/examples/testlibpq2.c
+++ b/src/test/examples/testlibpq2.c
@@ -1,4 +1,7 @@
 /*
+ * $PostgreSQL: pgsql/src/test/examples/testlibpq2.c,v 1.14 2008/05/17 01:28:26 adunstan Exp $ 
+ *
+ *
  * testlibpq2.c
  *		Test of the asynchronous notification interface
  *
diff --git a/src/test/examples/testlibpq3.c b/src/test/examples/testlibpq3.c
index 97ed023c14a50b8309baff26321eeecb00cadf69..0e9f9e8b51075de321f1e971e08301f495e50127 100644
--- a/src/test/examples/testlibpq3.c
+++ b/src/test/examples/testlibpq3.c
@@ -1,4 +1,7 @@
 /*
+ * $PostgreSQL: pgsql/src/test/examples/testlibpq3.c,v 1.15 2008/05/17 01:28:26 adunstan Exp $ 
+ *
+ *
  * testlibpq3.c
  *		Test out-of-line parameters and binary I/O.
  *
diff --git a/src/test/examples/testlibpq4.c b/src/test/examples/testlibpq4.c
index 71b7d25f13f753372f71e35c01330d206f6e4746..8db0ac5e06d8eb33926ab3fdaf99a96172ddafa4 100644
--- a/src/test/examples/testlibpq4.c
+++ b/src/test/examples/testlibpq4.c
@@ -1,4 +1,7 @@
 /*
+ * $PostgreSQL: pgsql/src/test/examples/testlibpq4.c,v 1.13 2008/05/17 01:28:26 adunstan Exp $ 
+ *
+ *
  * testlibpq4.c
  *		this test program shows to use LIBPQ to make multiple backend
  * connections
diff --git a/src/test/locale/test-ctype.c b/src/test/locale/test-ctype.c
index 684b73c9e16407bbdbe8f2a39a7ab0774ca6e05e..904bed32ceaafce017b51f14d515b5bb306b023b 100644
--- a/src/test/locale/test-ctype.c
+++ b/src/test/locale/test-ctype.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/test/locale/test-ctype.c,v 1.5 2008/05/17 01:28:26 adunstan Exp $ 
+ */
 
 /*
 
diff --git a/src/tools/fsync/test_fsync.c b/src/tools/fsync/test_fsync.c
index fd85a064b00dc81e1ef3bb04d535022aa7f1f812..724d1d700135c27dd5439aafb5c4591eb5a1210b 100644
--- a/src/tools/fsync/test_fsync.c
+++ b/src/tools/fsync/test_fsync.c
@@ -1,4 +1,7 @@
 /*
+ * $PostgreSQL: pgsql/src/tools/fsync/test_fsync.c,v 1.21 2008/05/17 01:28:26 adunstan Exp $ 
+ *
+ *
  *	test_fsync.c
  *		test various fsync() methods
  */
diff --git a/src/tutorial/complex.c b/src/tutorial/complex.c
index 5b7da34612190739aa72d5ffbf3a5471138c3400..ab0166ba521214badf35bfee854f7ad0be3b7e4d 100644
--- a/src/tutorial/complex.c
+++ b/src/tutorial/complex.c
@@ -1,4 +1,7 @@
-/******************************************************************************
+/*
+ * $PostgreSQL: pgsql/src/tutorial/complex.c,v 1.14 2008/05/17 01:28:26 adunstan Exp $ 
+ *
+ ******************************************************************************
   This file contains routines that can be bound to a Postgres backend and
   called by the backend in the process of processing queries.  The calling
   format for these routines is dictated by Postgres architecture.