diff --git a/doc/src/sgml/admin.sgml b/doc/src/sgml/admin.sgml index 182d365..bae68e9 100644 --- a/doc/src/sgml/admin.sgml +++ b/doc/src/sgml/admin.sgml @@ -5,7 +5,11 @@ Postgres Administrator's Guide. Derived from postgres.sgml. - thomas 1998-10-27 -$Log: admin.sgml,v $ +$Log$ +Revision 1.16 1999-06-23 06:15:13 thomas +Add backup/restore info to Admin Guide. +Split management chapter from start-ag.sgml to manage-ag.sgml. + Revision 1.15 1999/06/03 04:21:47 thomas Markup changes for v6.5 release. Clean out duplicate stuff in odbc.sgml resulting from a faulty patch. diff --git a/doc/src/sgml/cvs.sgml b/doc/src/sgml/cvs.sgml index bdd092e..896c2e9 100644 --- a/doc/src/sgml/cvs.sgml +++ b/doc/src/sgml/cvs.sgml @@ -3,7 +3,14 @@ $Header$ CVS code repository Thomas Lockhart -$Log: cvs.sgml,v $ +$Log$ +Revision 1.6 1999-05-26 17:30:28 thomas +Add chapters on CVS access, MVCC, SQL theory to the docs. +Add an appendix with more details on date/time attributes and handling. +Update most references to Postgres version numbers to 6.5, + *except* for the porting list which will require a report + from a successful installation to be updated. + Revision 1.5 1999/05/22 02:27:23 thomas Finish initial markup of cvs.sgml, and include it in the programmer's guide and the integrated doc. Clean up other markup. diff --git a/doc/src/sgml/datetime.sgml b/doc/src/sgml/datetime.sgml index 16308aa..5e588e2 100644 --- a/doc/src/sgml/datetime.sgml +++ b/doc/src/sgml/datetime.sgml @@ -2,7 +2,12 @@ $Header$ Date/time details -$Log: datetime.sgml,v $ +$Log$ +Revision 2.4 1999-06-23 06:17:51 thomas +Clarify input/output timezone information. +Add detail on exact interpretation of "concatenated date" + for various lengths. + Revision 2.3 1999/05/26 17:30:28 thomas Add chapters on CVS access, MVCC, SQL theory to the docs. Add an appendix with more details on date/time attributes and handling. diff --git a/doc/src/sgml/geqo.sgml b/doc/src/sgml/geqo.sgml index 087eb3d..4b2e4e2 100644 --- a/doc/src/sgml/geqo.sgml +++ b/doc/src/sgml/geqo.sgml @@ -2,7 +2,11 @@ $Header$ Genetic Optimizer -$Log: geqo.sgml,v $ +$Log$ +Revision 1.8 1999-03-30 15:25:56 thomas +Fix up small markup problems. Force omit-tags to nil so we have tag + completion as required by the newest DocBook conventions. + Revision 1.7 1999/02/19 01:57:08 thomas Fix SGML markup from last content changes. diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 5c07e26..3212843 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -4,7 +4,11 @@ $Header$ Postgres quick Installation Guide. - thomas 1998-10-26 -$Log: installation.sgml,v $ +$Log$ +Revision 1.6 1999-06-04 15:51:42 thomas +Add blurb on new docs in release notes. +Make minor info and markup changes for v6.5 release. + Revision 1.5 1999/06/03 04:21:48 thomas Markup changes for v6.5 release. Clean out duplicate stuff in odbc.sgml resulting from a faulty patch. diff --git a/doc/src/sgml/keys.sgml b/doc/src/sgml/keys.sgml index 87062b0..c7630b2 100644 --- a/doc/src/sgml/keys.sgml +++ b/doc/src/sgml/keys.sgml @@ -2,7 +2,12 @@ $Header$ Indices and Keys -$Log: keys.sgml,v $ +$Log$ +Revision 1.3 1998-12-29 02:24:16 thomas +Clean up to ensure tag completion as required by the newest versions + of Norm's Modular Style Sheets and jade/docbook. +From Vince Vielhaber . + Revision 1.2 1998/08/17 16:18:13 thomas Small sentence cleanups. Add tags for acronyms and products. diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index f849ca8..7ed56ed 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -5,7 +5,11 @@ Postgres integrated documentation. Other subset docs should be copied and shrunk from here. thomas 1998-02-23 -$Log: postgres.sgml,v $ +$Log$ +Revision 1.28 1999-06-23 06:15:12 thomas +Add backup/restore info to Admin Guide. +Split management chapter from start-ag.sgml to manage-ag.sgml. + Revision 1.27 1999/06/03 04:21:49 thomas Markup changes for v6.5 release. Clean out duplicate stuff in odbc.sgml resulting from a faulty patch. diff --git a/doc/src/sgml/programmer.sgml b/doc/src/sgml/programmer.sgml index 7ab0d5f..352cae4 100644 --- a/doc/src/sgml/programmer.sgml +++ b/doc/src/sgml/programmer.sgml @@ -3,7 +3,10 @@ $Header$ Postgres Programmer's Guide. -$Log: programmer.sgml,v $ +$Log$ +Revision 1.18 1999-06-23 06:21:19 thomas +Remove User's Guide entities since they were not being used. + Revision 1.16 1999/05/26 17:30:30 thomas Add chapters on CVS access, MVCC, SQL theory to the docs. Add an appendix with more details on date/time attributes and handling. diff --git a/doc/src/sgml/reference.sgml b/doc/src/sgml/reference.sgml index e642968..92068a2 100644 --- a/doc/src/sgml/reference.sgml +++ b/doc/src/sgml/reference.sgml @@ -4,7 +4,14 @@ $Header$ Postgres User's Reference documentation. - thomas 1998-08-31 -$Log: reference.sgml,v $ +$Log$ +Revision 1.6 1999-05-26 17:30:30 thomas +Add chapters on CVS access, MVCC, SQL theory to the docs. +Add an appendix with more details on date/time attributes and handling. +Update most references to Postgres version numbers to 6.5, + *except* for the porting list which will require a report + from a successful installation to be updated. + Revision 1.5 1998/10/31 09:36:37 thomas Cleanup for v6.4 release. Make new file current.sgml to hold release info for the current release. diff --git a/doc/src/sgml/user.sgml b/doc/src/sgml/user.sgml index 9096f5e..d3b1225 100644 --- a/doc/src/sgml/user.sgml +++ b/doc/src/sgml/user.sgml @@ -5,7 +5,11 @@ Postgres User's Manual. Derived from postgres.sgml. thomas 1998-02-24 -$Log: user.sgml,v $ +$Log$ +Revision 1.12 1999-06-03 04:21:51 thomas +Markup changes for v6.5 release. +Clean out duplicate stuff in odbc.sgml resulting from a faulty patch. + Revision 1.11 1999/05/26 17:30:30 thomas Add chapters on CVS access, MVCC, SQL theory to the docs. Add an appendix with more details on date/time attributes and handling. diff --git a/src/backend/optimizer/plan/README b/src/backend/optimizer/plan/README index 29fca83..a63596f 100644 --- a/src/backend/optimizer/plan/README +++ b/src/backend/optimizer/plan/README @@ -6,7 +6,7 @@ From owner-pgsql-hackers@hub.org Fri Feb 13 09:01:19 1998 Received: from renoir.op.net (root@renoir.op.net [209.152.193.4]) by candle.pha.pa.us (8.8.5/8.8.5) with ESMTP id JAA11576 for ; Fri, 13 Feb 1998 09:01:17 -0500 (EST) -Received: from hub.org (hub.org [209.47.148.200]) by renoir.op.net (o1/$Revision: 1.14 $) with ESMTP id IAA09761 for ; Fri, 13 Feb 1998 08:41:22 -0500 (EST) +Received: from hub.org (hub.org [209.47.148.200]) by renoir.op.net (o1/$Revision$) with ESMTP id IAA09761 for ; Fri, 13 Feb 1998 08:41:22 -0500 (EST) Received: from localhost (majordom@localhost) by hub.org (8.8.8/8.7.5) with SMTP id IAA08135; Fri, 13 Feb 1998 08:40:17 -0500 (EST) Received: by hub.org (TLB v0.10a (1.23 tibbs 1997/01/09 00:29:32)); Fri, 13 Feb 1998 08:38:42 -0500 (EST) Received: (from majordom@localhost) by hub.org (8.8.8/8.7.5) id IAA06646 for pgsql-hackers-outgoing; Fri, 13 Feb 1998 08:38:35 -0500 (EST) diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index c1c2f24..ed913c0 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -1525,7 +1525,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[]) if (!IsUnderPostmaster) { puts("\nPOSTGRES backend interactive interface "); - puts("$Revision: 1.118 $ $Date: 1999/05/29 10:25:30 $\n"); + puts("$Revision$ $Date$\n"); } /* ---------------- diff --git a/src/bin/createlang/Makefile b/src/bin/createlang/Makefile index 16e30e8..762fdf0 100644 --- a/src/bin/createlang/Makefile +++ b/src/bin/createlang/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: $ +# $Header$ # #------------------------------------------------------------------------- diff --git a/src/bin/destroylang/Makefile b/src/bin/destroylang/Makefile index c3e1a81..abeb38e 100644 --- a/src/bin/destroylang/Makefile +++ b/src/bin/destroylang/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: $ +# $Header$ # #------------------------------------------------------------------------- diff --git a/src/bin/destroylang/destroylang.sh b/src/bin/destroylang/destroylang.sh index 536a610..02d1ac4 100644 --- a/src/bin/destroylang/destroylang.sh +++ b/src/bin/destroylang/destroylang.sh @@ -8,7 +8,7 @@ # # # IDENTIFICATION -# $Header: $ +# $Header$ # #------------------------------------------------------------------------- diff --git a/src/interfaces/libpq++/pgconnection.cc b/src/interfaces/libpq++/pgconnection.cc index db2e862..89ebcef 100644 --- a/src/interfaces/libpq++/pgconnection.cc +++ b/src/interfaces/libpq++/pgconnection.cc @@ -10,7 +10,7 @@ * Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $Header: $ + * $Header$ * *------------------------------------------------------------------------- */ diff --git a/src/interfaces/libpq++/pglobject.cc b/src/interfaces/libpq++/pglobject.cc index a172561..215a8b6 100644 --- a/src/interfaces/libpq++/pglobject.cc +++ b/src/interfaces/libpq++/pglobject.cc @@ -10,7 +10,7 @@ * Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $Header: $ + * $Header$ * *------------------------------------------------------------------------- */ diff --git a/src/interfaces/libpq++/pgtransdb.cc b/src/interfaces/libpq++/pgtransdb.cc index 8d69af1..3ea4283 100644 --- a/src/interfaces/libpq++/pgtransdb.cc +++ b/src/interfaces/libpq++/pgtransdb.cc @@ -10,7 +10,7 @@ * Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $Header: $ + * $Header$ * *------------------------------------------------------------------------- */ diff --git a/src/pl/Makefile b/src/pl/Makefile index 7ce95fb..8b34956 100644 --- a/src/pl/Makefile +++ b/src/pl/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: $ +# $Header$ # #------------------------------------------------------------------------- diff --git a/src/pl/plpgsql/Makefile b/src/pl/plpgsql/Makefile index 62d822b..9b1a7b4 100644 --- a/src/pl/plpgsql/Makefile +++ b/src/pl/plpgsql/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: $ +# $Header$ # #-------------------------------------------------------------------------