Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
2f9c859e
Commit
2f9c859e
authored
Aug 04, 2003
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some copyright notices that weren't updated. Improve copyright tool
so it won't miss 'em again.
parent
d10146c0
Changes
86
Hide whitespace changes
Inline
Side-by-side
Showing
86 changed files
with
162 additions
and
162 deletions
+162
-162
COPYRIGHT
COPYRIGHT
+1
-1
contrib/dblink/README.dblink
contrib/dblink/README.dblink
+1
-1
contrib/dblink/dblink.c
contrib/dblink/dblink.c
+1
-1
contrib/dblink/dblink.h
contrib/dblink/dblink.h
+1
-1
contrib/findoidjoins/findoidjoins.c
contrib/findoidjoins/findoidjoins.c
+2
-2
contrib/fuzzystrmatch/README.fuzzystrmatch
contrib/fuzzystrmatch/README.fuzzystrmatch
+1
-1
contrib/fuzzystrmatch/fuzzystrmatch.c
contrib/fuzzystrmatch/fuzzystrmatch.c
+1
-1
contrib/fuzzystrmatch/fuzzystrmatch.h
contrib/fuzzystrmatch/fuzzystrmatch.h
+1
-1
contrib/tablefunc/README.tablefunc
contrib/tablefunc/README.tablefunc
+1
-1
contrib/tablefunc/tablefunc.c
contrib/tablefunc/tablefunc.c
+1
-1
contrib/tablefunc/tablefunc.h
contrib/tablefunc/tablefunc.h
+1
-1
src/backend/access/heap/tuptoaster.c
src/backend/access/heap/tuptoaster.c
+2
-2
src/backend/access/transam/varsup.c
src/backend/access/transam/varsup.c
+2
-2
src/backend/commands/comment.c
src/backend/commands/comment.c
+2
-2
src/backend/executor/instrument.c
src/backend/executor/instrument.c
+2
-2
src/backend/utils/Gen_fmgrtab.sh
src/backend/utils/Gen_fmgrtab.sh
+4
-4
src/backend/utils/adt/ascii.c
src/backend/utils/adt/ascii.c
+2
-2
src/backend/utils/adt/encode.c
src/backend/utils/adt/encode.c
+2
-2
src/backend/utils/adt/formatting.c
src/backend/utils/adt/formatting.c
+2
-2
src/backend/utils/adt/like_match.c
src/backend/utils/adt/like_match.c
+2
-2
src/backend/utils/adt/lockfuncs.c
src/backend/utils/adt/lockfuncs.c
+2
-2
src/backend/utils/adt/pg_locale.c
src/backend/utils/adt/pg_locale.c
+2
-2
src/backend/utils/adt/quote.c
src/backend/utils/adt/quote.c
+2
-2
src/backend/utils/fmgr/funcapi.c
src/backend/utils/fmgr/funcapi.c
+2
-2
src/backend/utils/mb/Unicode/Makefile
src/backend/utils/mb/Unicode/Makefile
+2
-2
src/backend/utils/mb/Unicode/UCS_to_8859.pl
src/backend/utils/mb/Unicode/UCS_to_8859.pl
+2
-2
src/backend/utils/mb/Unicode/UCS_to_BIG5.pl
src/backend/utils/mb/Unicode/UCS_to_BIG5.pl
+2
-2
src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl
src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl
+2
-2
src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl
src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl
+2
-2
src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl
src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl
+2
-2
src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl
src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl
+2
-2
src/backend/utils/mb/Unicode/UCS_to_GBK.pl
src/backend/utils/mb/Unicode/UCS_to_GBK.pl
+2
-2
src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl
src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl
+2
-2
src/backend/utils/mb/Unicode/UCS_to_SJIS.pl
src/backend/utils/mb/Unicode/UCS_to_SJIS.pl
+2
-2
src/backend/utils/mb/Unicode/UCS_to_UHC.pl
src/backend/utils/mb/Unicode/UCS_to_UHC.pl
+2
-2
src/backend/utils/mb/Unicode/UCS_to_WIN874.pl
src/backend/utils/mb/Unicode/UCS_to_WIN874.pl
+2
-2
src/backend/utils/mb/Unicode/UCS_to_WINX.pl
src/backend/utils/mb/Unicode/UCS_to_WINX.pl
+2
-2
src/backend/utils/mb/Unicode/UCS_to_cyrillic.pl
src/backend/utils/mb/Unicode/UCS_to_cyrillic.pl
+2
-2
src/backend/utils/misc/guc-file.l
src/backend/utils/misc/guc-file.l
+2
-2
src/backend/utils/misc/guc.c
src/backend/utils/misc/guc.c
+2
-2
src/backend/utils/misc/ps_status.c
src/backend/utils/misc/ps_status.c
+2
-2
src/bin/pg_ctl/pg_ctl.sh
src/bin/pg_ctl/pg_ctl.sh
+2
-2
src/bin/pg_dump/sprompt.c
src/bin/pg_dump/sprompt.c
+2
-2
src/bin/pg_encoding/pg_encoding.c
src/bin/pg_encoding/pg_encoding.c
+2
-2
src/bin/pg_id/pg_id.c
src/bin/pg_id/pg_id.c
+2
-2
src/bin/psql/command.c
src/bin/psql/command.c
+2
-2
src/bin/psql/command.h
src/bin/psql/command.h
+2
-2
src/bin/psql/common.c
src/bin/psql/common.c
+2
-2
src/bin/psql/common.h
src/bin/psql/common.h
+2
-2
src/bin/psql/copy.c
src/bin/psql/copy.c
+2
-2
src/bin/psql/copy.h
src/bin/psql/copy.h
+2
-2
src/bin/psql/create_help.pl
src/bin/psql/create_help.pl
+2
-2
src/bin/psql/describe.c
src/bin/psql/describe.c
+2
-2
src/bin/psql/describe.h
src/bin/psql/describe.h
+2
-2
src/bin/psql/help.c
src/bin/psql/help.c
+2
-2
src/bin/psql/help.h
src/bin/psql/help.h
+2
-2
src/bin/psql/input.c
src/bin/psql/input.c
+2
-2
src/bin/psql/input.h
src/bin/psql/input.h
+2
-2
src/bin/psql/large_obj.c
src/bin/psql/large_obj.c
+2
-2
src/bin/psql/large_obj.h
src/bin/psql/large_obj.h
+2
-2
src/bin/psql/mainloop.c
src/bin/psql/mainloop.c
+2
-2
src/bin/psql/mainloop.h
src/bin/psql/mainloop.h
+2
-2
src/bin/psql/mbprint.c
src/bin/psql/mbprint.c
+2
-2
src/bin/psql/print.c
src/bin/psql/print.c
+2
-2
src/bin/psql/print.h
src/bin/psql/print.h
+2
-2
src/bin/psql/prompt.c
src/bin/psql/prompt.c
+2
-2
src/bin/psql/prompt.h
src/bin/psql/prompt.h
+2
-2
src/bin/psql/settings.h
src/bin/psql/settings.h
+2
-2
src/bin/psql/startup.c
src/bin/psql/startup.c
+2
-2
src/bin/psql/stringutils.c
src/bin/psql/stringutils.c
+2
-2
src/bin/psql/stringutils.h
src/bin/psql/stringutils.h
+2
-2
src/bin/psql/tab-complete.c
src/bin/psql/tab-complete.c
+2
-2
src/bin/psql/tab-complete.h
src/bin/psql/tab-complete.h
+2
-2
src/bin/psql/variables.c
src/bin/psql/variables.c
+2
-2
src/bin/psql/variables.h
src/bin/psql/variables.h
+2
-2
src/include/access/tuptoaster.h
src/include/access/tuptoaster.h
+2
-2
src/include/catalog/pg_cast.h
src/include/catalog/pg_cast.h
+2
-2
src/include/commands/comment.h
src/include/commands/comment.h
+1
-1
src/include/executor/instrument.h
src/include/executor/instrument.h
+2
-2
src/include/funcapi.h
src/include/funcapi.h
+2
-2
src/include/utils/formatting.h
src/include/utils/formatting.h
+2
-2
src/include/utils/guc.h
src/include/utils/guc.h
+2
-2
src/include/utils/pg_locale.h
src/include/utils/pg_locale.h
+2
-2
src/tools/copyright
src/tools/copyright
+1
-1
src/tutorial/complex.source
src/tutorial/complex.source
+2
-2
src/tutorial/syscat.source
src/tutorial/syscat.source
+2
-2
No files found.
COPYRIGHT
View file @
2f9c859e
PostgreSQL Database Management System
(formerly known as Postgres, then as Postgres95)
Portions Copyright (c) 1996-200
2, The
PostgreSQL Global Development Group
Portions Copyright (c) 1996-200
3,
PostgreSQL Global Development Group
Portions Copyright (c) 1994, The Regents of the University of California
...
...
contrib/dblink/README.dblink
View file @
2f9c859e
...
...
@@ -8,7 +8,7 @@
* Darko Prenosil <Darko.Prenosil@finteh.hr>
* Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
*
* Copyright (c) 2001
, 2002, 2003 by
PostgreSQL Global Development Group
* Copyright (c) 2001
-2003,
PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* Permission to use, copy, modify, and distribute this software and its
...
...
contrib/dblink/dblink.c
View file @
2f9c859e
...
...
@@ -8,7 +8,7 @@
* Darko Prenosil <Darko.Prenosil@finteh.hr>
* Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
*
* Copyright (c) 2001
, 2002, 2003 by
PostgreSQL Global Development Group
* Copyright (c) 2001
-2003,
PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* Permission to use, copy, modify, and distribute this software and its
...
...
contrib/dblink/dblink.h
View file @
2f9c859e
...
...
@@ -8,7 +8,7 @@
* Darko Prenosil <Darko.Prenosil@finteh.hr>
* Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
*
* Copyright (c) 2001
, 2002, 2003 by
PostgreSQL Global Development Group
* Copyright (c) 2001
-2003,
PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* Permission to use, copy, modify, and distribute this software and its
...
...
contrib/findoidjoins/findoidjoins.c
View file @
2f9c859e
/*
* findoidjoins.c
*
* Copyright
2002 by
PostgreSQL Global Development Group
* Copyright
(c) 2002-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/contrib/findoidjoins/Attic/findoidjoins.c,v 1.2
1 2003/08/04 00:43:10 momjian
Exp $
* $Header: /cvsroot/pgsql/contrib/findoidjoins/Attic/findoidjoins.c,v 1.2
2 2003/08/04 23:59:37 tgl
Exp $
*/
#include "postgres_fe.h"
...
...
contrib/fuzzystrmatch/README.fuzzystrmatch
View file @
2f9c859e
...
...
@@ -5,7 +5,7 @@
*
* Joe Conway <mail@joeconway.com>
*
* Copyright (c) 2001
, 2002, 2003 by
PostgreSQL Global Development Group
* Copyright (c) 2001
-2003,
PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* levenshtein()
...
...
contrib/fuzzystrmatch/fuzzystrmatch.c
View file @
2f9c859e
...
...
@@ -5,7 +5,7 @@
*
* Joe Conway <mail@joeconway.com>
*
* Copyright (c) 2001
, 2002, 2003 by
PostgreSQL Global Development Group
* Copyright (c) 2001
-2003,
PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* levenshtein()
...
...
contrib/fuzzystrmatch/fuzzystrmatch.h
View file @
2f9c859e
...
...
@@ -5,7 +5,7 @@
*
* Joe Conway <mail@joeconway.com>
*
* Copyright (c) 2001
, 2002, 2003 by
PostgreSQL Global Development Group
* Copyright (c) 2001
-2003,
PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* levenshtein()
...
...
contrib/tablefunc/README.tablefunc
View file @
2f9c859e
...
...
@@ -7,7 +7,7 @@
* And contributors:
* Nabil Sayegh <postgresql@e-trolley.de>
*
* Copyright
2002 by
PostgreSQL Global Development Group
* Copyright
(c) 2002-2003,
PostgreSQL Global Development Group
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose, without fee, and without a written agreement
...
...
contrib/tablefunc/tablefunc.c
View file @
2f9c859e
...
...
@@ -7,7 +7,7 @@
* And contributors:
* Nabil Sayegh <postgresql@e-trolley.de>
*
* Copyright
2002 by
PostgreSQL Global Development Group
* Copyright
(c) 2002-2003,
PostgreSQL Global Development Group
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose, without fee, and without a written agreement
...
...
contrib/tablefunc/tablefunc.h
View file @
2f9c859e
...
...
@@ -7,7 +7,7 @@
* And contributors:
* Nabil Sayegh <postgresql@e-trolley.de>
*
* Copyright
2002 by
PostgreSQL Global Development Group
* Copyright
(c) 2002-2003,
PostgreSQL Global Development Group
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose, without fee, and without a written agreement
...
...
src/backend/access/heap/tuptoaster.c
View file @
2f9c859e
...
...
@@ -4,11 +4,11 @@
* Support routines for external and compressed storage of
* variable size attributes.
*
* Copyright (c) 2000-200
2
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
3
, PostgreSQL Global Development Group
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/heap/tuptoaster.c,v 1.3
7 2003/07/21 20:29:39
tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/access/heap/tuptoaster.c,v 1.3
8 2003/08/04 23:59:37
tgl Exp $
*
*
* INTERFACE ROUTINES
...
...
src/backend/access/transam/varsup.c
View file @
2f9c859e
...
...
@@ -3,10 +3,10 @@
* varsup.c
* postgres OID & XID variables support routines
*
* Copyright (c) 2000, PostgreSQL Global Development Group
* Copyright (c) 2000
-2003
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/transam/varsup.c,v 1.5
1 2002/09/04 20:31:13 momjian
Exp $
* $Header: /cvsroot/pgsql/src/backend/access/transam/varsup.c,v 1.5
2 2003/08/04 23:59:37 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/backend/commands/comment.c
View file @
2f9c859e
...
...
@@ -4,10 +4,10 @@
*
* PostgreSQL object comments utility code.
*
* Copyright (c) 1996-200
1
, PostgreSQL Global Development Group
* Copyright (c) 1996-200
3
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/comment.c,v 1.6
8 2003/08/04 00:43:16 momjian
Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/comment.c,v 1.6
9 2003/08/04 23:59:37 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/backend/executor/instrument.c
View file @
2f9c859e
...
...
@@ -4,10 +4,10 @@
* functions for instrumentation of plan execution
*
*
* Copyright (c) 2001, PostgreSQL Global Development Group
* Copyright (c) 2001
-2003
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/executor/instrument.c,v 1.
4 2003/07/21 17:05:09
tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/executor/instrument.c,v 1.
5 2003/08/04 23:59:37
tgl Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/backend/utils/Gen_fmgrtab.sh
View file @
2f9c859e
...
...
@@ -4,12 +4,12 @@
# Gen_fmgrtab.sh
# shell script to generate fmgroids.h and fmgrtab.c from pg_proc.h
#
# Portions Copyright (c) 1996-200
2
, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-200
3
, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.2
5 2002/07/24 19:11:10 petere
Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.2
6 2003/08/04 23:59:38 tgl
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -134,7 +134,7 @@ cat > "$$-$OIDSFILE" <<FuNkYfMgRsTuFf
* These macros can be used to avoid a catalog lookup when a specific
* fmgr-callable function needs to be referenced.
*
* Portions Copyright (c) 1996-200
2
, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-200
3
, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* NOTES
...
...
@@ -192,7 +192,7 @@ cat > "$$-$TABLEFILE" <<FuNkYfMgRtAbStUfF
*
$TABLEFILE
* The function manager's table of internal functions.
*
* Portions Copyright (c) 1996-200
2
, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-200
3
, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* NOTES
...
...
src/backend/utils/adt/ascii.c
View file @
2f9c859e
...
...
@@ -2,10 +2,10 @@
* ascii.c
* The PostgreSQL routine for string to ascii conversion.
*
* Portions Copyright (c) 1999-200
2
, PostgreSQL Global Development Group
* Portions Copyright (c) 1999-200
3
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/ascii.c,v 1.1
7 2003/08/04 00:43:25 momjian
Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/ascii.c,v 1.1
8 2003/08/04 23:59:38 tgl
Exp $
*
*-----------------------------------------------------------------------
*/
...
...
src/backend/utils/adt/encode.c
View file @
2f9c859e
...
...
@@ -3,11 +3,11 @@
* encode.c
* Various data encoding/decoding things.
*
* Copyright (c) 2001 PostgreSQL Global Development Group
* Copyright (c) 2001
-2003,
PostgreSQL Global Development Group
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/encode.c,v 1.
7 2003/07/27 04:53:05
tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/encode.c,v 1.
8 2003/08/04 23:59:38
tgl Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/backend/utils/adt/formatting.c
View file @
2f9c859e
/* -----------------------------------------------------------------------
* formatting.c
*
* $Header: /cvsroot/pgsql/src/backend/utils/adt/formatting.c,v 1.6
5 2003/08/04 00:43:25 momjian
Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/formatting.c,v 1.6
6 2003/08/04 23:59:38 tgl
Exp $
*
*
* Portions Copyright (c) 1999-200
2
, PostgreSQL Global Development Group
* Portions Copyright (c) 1999-200
3
, PostgreSQL Global Development Group
*
*
* TO_CHAR(); TO_TIMESTAMP(); TO_DATE(); TO_NUMBER();
...
...
src/backend/utils/adt/like_match.c
View file @
2f9c859e
...
...
@@ -16,10 +16,10 @@
* MatchTextIC (MBMatchTextIC)
* do_like_escape (MB_do_like_escape)
*
* Copyright (c) 1996-200
2
, PostgreSQL Global Development Group
* Copyright (c) 1996-200
3
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/like_match.c,v 1.
6 2003/08/04 00:43:25 momjian
Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/like_match.c,v 1.
7 2003/08/04 23:59:38 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/backend/utils/adt/lockfuncs.c
View file @
2f9c859e
...
...
@@ -3,10 +3,10 @@
* lockfuncs.c
* Set-returning functions to view the state of locks within the DB.
*
* Copyright (c) 2002, PostgreSQL Global Development Group
* Copyright (c) 2002
-2003
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/lockfuncs.c,v 1.1
0 2003/02/19 23:41:15 momjian
Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/lockfuncs.c,v 1.1
1 2003/08/04 23:59:38 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/backend/utils/adt/pg_locale.c
View file @
2f9c859e
...
...
@@ -2,9 +2,9 @@
*
* PostgreSQL locale utilities
*
* Portions Copyright (c) 2002, PostgreSQL Global Development Group
* Portions Copyright (c) 2002
-2003
, PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/backend/utils/adt/pg_locale.c,v 1.2
2 2003/08/04 00:43:25 momjian
Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/pg_locale.c,v 1.2
3 2003/08/04 23:59:38 tgl
Exp $
*
*-----------------------------------------------------------------------
*/
...
...
src/backend/utils/adt/quote.c
View file @
2f9c859e
...
...
@@ -3,11 +3,11 @@
* quote.c
* Functions for quoting identifiers and literals
*
* Portions Copyright (c) 2000, PostgreSQL Global Development Group
* Portions Copyright (c) 2000
-2003
, PostgreSQL Global Development Group
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/quote.c,v 1.1
0 2002/09/05 00:43:07
tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/quote.c,v 1.1
1 2003/08/04 23:59:39
tgl Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/backend/utils/fmgr/funcapi.c
View file @
2f9c859e
...
...
@@ -4,10 +4,10 @@
* Utility and convenience functions for fmgr functions that return
* sets and/or composite types.
*
* Copyright (c) 2002, PostgreSQL Global Development Group
* Copyright (c) 2002
-2003
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/fmgr/funcapi.c,v 1.
8 2003/07/28 00:09:16
tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/fmgr/funcapi.c,v 1.
9 2003/08/04 23:59:39
tgl Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/backend/utils/mb/Unicode/Makefile
View file @
2f9c859e
...
...
@@ -2,9 +2,9 @@
#
# Makefile for src/backend/utils/mb/Unicode
#
# Copyright
2001 by
PostgreSQL Global Development Group
# Copyright
(c) 2001-2003,
PostgreSQL Global Development Group
#
# $Header: /cvsroot/pgsql/src/backend/utils/mb/Unicode/Makefile,v 1.
4 2002/06/14 03:30:56 ishii
Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/mb/Unicode/Makefile,v 1.
5 2003/08/04 23:59:39 tgl
Exp $
#
#-------------------------------------------------------------------------
...
...
src/backend/utils/mb/Unicode/UCS_to_8859.pl
View file @
2f9c859e
#! /usr/bin/perl
#
# Copyright
2001 by
PostgreSQL Global Development Group
# Copyright
(c) 2001-2003,
PostgreSQL Global Development Group
#
# $Id: UCS_to_8859.pl,v 1.
3 2001/10/11 14:20:35 ishii
Exp $
# $Id: UCS_to_8859.pl,v 1.
4 2003/08/04 23:59:39 tgl
Exp $
#
# Generate UTF-8 <--> ISO8859 code conversion tables from
# map files provided by Unicode organization.
...
...
src/backend/utils/mb/Unicode/UCS_to_BIG5.pl
View file @
2f9c859e
#! /usr/bin/perl
#
# Copyright
2001 by
PostgreSQL Global Development Group
# Copyright
(c) 2001-2003,
PostgreSQL Global Development Group
#
# $Id: UCS_to_BIG5.pl,v 1.
2 2001/04/16 06:10:18 ishii
Exp $
# $Id: UCS_to_BIG5.pl,v 1.
3 2003/08/04 23:59:39 tgl
Exp $
#
# Generate UTF-8 <--> BIG5 code conversion tables from
# map files provided by Unicode organization.
...
...
src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl
View file @
2f9c859e
#! /usr/bin/perl
#
# Copyright
2001 by
PostgreSQL Global Development Group
# Copyright
(c) 2001-2003,
PostgreSQL Global Development Group
#
# $Id: UCS_to_EUC_CN.pl,v 1.
2 2001/04/16 06:10:18 ishii
Exp $
# $Id: UCS_to_EUC_CN.pl,v 1.
3 2003/08/04 23:59:39 tgl
Exp $
#
# Generate UTF-8 <--> EUC_CN code conversion tables from
# map files provided by Unicode organization.
...
...
src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl
View file @
2f9c859e
#! /usr/bin/perl
#
# Copyright
2001 by
PostgreSQL Global Development Group
# Copyright
(c) 2001-2003,
PostgreSQL Global Development Group
#
# $Id: UCS_to_EUC_JP.pl,v 1.
2 2001/04/16 06:10:18 ishii
Exp $
# $Id: UCS_to_EUC_JP.pl,v 1.
3 2003/08/04 23:59:39 tgl
Exp $
#
# Generate UTF-8 <--> EUC_JP code conversion tables from
# map files provided by Unicode organization.
...
...
src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl
View file @
2f9c859e
#! /usr/bin/perl
#
# Copyright
2001 by
PostgreSQL Global Development Group
# Copyright
(c) 2001-2003,
PostgreSQL Global Development Group
#
# $Id: UCS_to_EUC_KR.pl,v 1.
3 2002/03/05 05:52:45 momjian
Exp $
# $Id: UCS_to_EUC_KR.pl,v 1.
4 2003/08/04 23:59:39 tgl
Exp $
#
# Generate UTF-8 <--> EUC_KR code conversion tables from
# map files provided by Unicode organization.
...
...
src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl
View file @
2f9c859e
#! /usr/bin/perl
#
# Copyright
2001 by
PostgreSQL Global Development Group
# Copyright
(c) 2001-2003,
PostgreSQL Global Development Group
#
# $Id: UCS_to_EUC_TW.pl,v 1.
2 2001/04/16 06:10:18 ishii
Exp $
# $Id: UCS_to_EUC_TW.pl,v 1.
3 2003/08/04 23:59:39 tgl
Exp $
#
# Generate UTF-8 <--> EUC_TW code conversion tables from
# map files provided by Unicode organization.
...
...
src/backend/utils/mb/Unicode/UCS_to_GBK.pl
View file @
2f9c859e
#! /usr/bin/perl
#
# Copyright
2001 by
PostgreSQL Global Development Group
# Copyright
(c) 2001-2003,
PostgreSQL Global Development Group
#
# $Id: UCS_to_GBK.pl,v 1.
1 2002/03/06 06:12:55 momjian
Exp $
# $Id: UCS_to_GBK.pl,v 1.
2 2003/08/04 23:59:39 tgl
Exp $
#
#
# Generate UTF-8 <--> GBK code conversion tables from
...
...
src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl
View file @
2f9c859e
#! /usr/bin/perl
#
# Copyright
2001 by
PostgreSQL Global Development Group
# Copyright
(c) 2001-2003,
PostgreSQL Global Development Group
#
# $Id: UCS_to_JOHAB.pl,v 1.
1 2002/03/06 06:12:55 momjian
Exp $
# $Id: UCS_to_JOHAB.pl,v 1.
2 2003/08/04 23:59:39 tgl
Exp $
#
# Generate UTF-8 <--> JOHAB code conversion tables from
# map files provided by Unicode organization.
...
...
src/backend/utils/mb/Unicode/UCS_to_SJIS.pl
View file @
2f9c859e
#! /usr/bin/perl
#
# Copyright
2001 by
PostgreSQL Global Development Group
# Copyright
(c) 2001-2003,
PostgreSQL Global Development Group
#
# $Id: UCS_to_SJIS.pl,v 1.
3 2001/04/16 06:10:18 ishii
Exp $
# $Id: UCS_to_SJIS.pl,v 1.
4 2003/08/04 23:59:39 tgl
Exp $
#
# Generate UTF-8 <--> SJIS code conversion tables from
# map files provided by Unicode organization.
...
...
src/backend/utils/mb/Unicode/UCS_to_UHC.pl
View file @
2f9c859e
#! /usr/bin/perl
#
# Copyright
2001 by
PostgreSQL Global Development Group
# Copyright
(c) 2001-2003,
PostgreSQL Global Development Group
#
# $Id: UCS_to_UHC.pl,v 1.
1 2002/03/06 06:12:55 momjian
Exp $
# $Id: UCS_to_UHC.pl,v 1.
2 2003/08/04 23:59:39 tgl
Exp $
#
# Generate UTF-8 <--> BIG5 code conversion tables from
# map files provided by Unicode organization.
...
...
src/backend/utils/mb/Unicode/UCS_to_WIN874.pl
View file @
2f9c859e
#! /usr/bin/perl
#
# Copyright
2001 by
PostgreSQL Global Development Group
# Copyright
(c) 2001-2003,
PostgreSQL Global Development Group
#
# $Id: UCS_to_WIN874.pl,v 1.
1 2002/03/06 06:12:55 momjian
Exp $
# $Id: UCS_to_WIN874.pl,v 1.
2 2003/08/04 23:59:39 tgl
Exp $
#
# Generate UTF-8 <--> WIN874 code conversion tables from
# map files provided by Unicode organization.
...
...
src/backend/utils/mb/Unicode/UCS_to_WINX.pl
View file @
2f9c859e
#! /usr/bin/perl
#
# Copyright
2001 by
PostgreSQL Global Development Group
# Copyright
(c) 2001-2003,
PostgreSQL Global Development Group
#
# $Id: UCS_to_WINX.pl,v 1.
1 2002/03/06 06:12:56 momjian
Exp $
# $Id: UCS_to_WINX.pl,v 1.
2 2003/08/04 23:59:39 tgl
Exp $
#
# Generate UTF-8 <--> WINX code conversion tables from
# map files provided by Unicode organization.
...
...
src/backend/utils/mb/Unicode/UCS_to_cyrillic.pl
View file @
2f9c859e
#! /usr/bin/perl
#
# Copyright
2001 by
PostgreSQL Global Development Group
# Copyright
(c) 2001-2003,
PostgreSQL Global Development Group
#
# $Id: UCS_to_cyrillic.pl,v 1.
2 2001/09/06 04:57:29 ishii
Exp $
# $Id: UCS_to_cyrillic.pl,v 1.
3 2003/08/04 23:59:39 tgl
Exp $
#
# Generate UTF-8 <--> ISO8859 code conversion tables from
# map files provided by Unicode organization.
...
...
src/backend/utils/misc/guc-file.l
View file @
2f9c859e
...
...
@@ -2,9 +2,9 @@
/*
* Scanner for the configuration file
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc-file.l,v 1.1
7 2003/07/25 20:17:56
tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc-file.l,v 1.1
8 2003/08/04 23:59:39
tgl Exp $
*/
%{
...
...
src/backend/utils/misc/guc.c
View file @
2f9c859e
...
...
@@ -6,11 +6,11 @@
* See src/backend/utils/misc/README for more information.
*
*
* Copyright
2000-2003 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
* Written by Peter Eisentraut <peter_e@gmx.net>.
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.14
7 2003/08/04 00:43:27 momjian
Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.14
8 2003/08/04 23:59:39 tgl
Exp $
*
*--------------------------------------------------------------------
*/
...
...
src/backend/utils/misc/ps_status.c
View file @
2f9c859e
...
...
@@ -5,9 +5,9 @@
* to contain some useful information. Mechanism differs wildly across
* platforms.
*
* $Header: /cvsroot/pgsql/src/backend/utils/misc/ps_status.c,v 1.1
3 2002/09/04 20:31:33 momjian
Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/misc/ps_status.c,v 1.1
4 2003/08/04 23:59:39 tgl
Exp $
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
* various details abducted from various places
*--------------------------------------------------------------------
*/
...
...
src/bin/pg_ctl/pg_ctl.sh
View file @
2f9c859e
...
...
@@ -4,11 +4,11 @@
# pg_ctl.sh--
# Start/Stop/Restart/HUP/Report status of postmaster
#
# Copyright (c) 2001
PostgreSQL Global Development Group
# Copyright (c) 2001
-2003,
PostgreSQL Global Development Group
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.3
4 2003/07/28 00:09:16
tgl Exp $
# $Header: /cvsroot/pgsql/src/bin/pg_ctl/Attic/pg_ctl.sh,v 1.3
5 2003/08/04 23:59:39
tgl Exp $
#
#-------------------------------------------------------------------------
...
...
src/bin/pg_dump/sprompt.c
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/sprompt.c,v 1.
4 2003/03/18 22:09:37 petere
Exp $
* $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/sprompt.c,v 1.
5 2003/08/04 23:59:39 tgl
Exp $
*/
/*
...
...
src/bin/pg_encoding/pg_encoding.c
View file @
2f9c859e
...
...
@@ -3,11 +3,11 @@
* pg_encoding.c
*
*
* Copyright (c) 1998
, PostgreSQL development g
roup
* Copyright (c) 1998
-2003, PostgreSQL Global Development G
roup
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/bin/pg_encoding/Attic/pg_encoding.c,v 1.1
2 2003/08/04 00:43:28 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/pg_encoding/Attic/pg_encoding.c,v 1.1
3 2003/08/04 23:59:39 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/bin/pg_id/pg_id.c
View file @
2f9c859e
...
...
@@ -4,9 +4,9 @@
* A crippled id utility for use in various shell scripts in use by PostgreSQL
* (in particular initdb)
*
* Copyright (
C) 2000 by
PostgreSQL Global Development Group
* Copyright (
c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/pg_id/Attic/pg_id.c,v 1.2
0 2001/03/22 04:00:16 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/pg_id/Attic/pg_id.c,v 1.2
1 2003/08/04 23:59:39 tgl
Exp $
*/
#include "postgres_fe.h"
...
...
src/bin/psql/command.c
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000-2002 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.10
0 2003/08/04 00:43:29 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.10
1 2003/08/04 23:59:39 tgl
Exp $
*/
#include "postgres_fe.h"
#include "command.h"
...
...
src/bin/psql/command.h
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/command.h,v 1.1
6 2003/07/28 00:14:43
tgl Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/command.h,v 1.1
7 2003/08/04 23:59:39
tgl Exp $
*/
#ifndef COMMAND_H
#define COMMAND_H
...
...
src/bin/psql/common.c
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.
69 2003/08/04 19:10:40
tgl Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.
70 2003/08/04 23:59:39
tgl Exp $
*/
#include "postgres_fe.h"
#include "common.h"
...
...
src/bin/psql/common.h
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/common.h,v 1.2
6 2003/06/28 00:12:40
tgl Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/common.h,v 1.2
7 2003/08/04 23:59:39
tgl Exp $
*/
#ifndef COMMON_H
#define COMMON_H
...
...
src/bin/psql/copy.c
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/copy.c,v 1.3
2 2003/08/04 00:43:29 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/copy.c,v 1.3
3 2003/08/04 23:59:39 tgl
Exp $
*/
#include "postgres_fe.h"
#include "copy.h"
...
...
src/bin/psql/copy.h
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/copy.h,v 1.1
2 2003/06/28 00:12
:40 tgl Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/copy.h,v 1.1
3 2003/08/04 23:59
:40 tgl Exp $
*/
#ifndef COPY_H
#define COPY_H
...
...
src/bin/psql/create_help.pl
View file @
2f9c859e
...
...
@@ -3,9 +3,9 @@
#################################################################
# create_help.pl -- converts SGML docs to internal psql help
#
# Copyright
2000 by
PostgreSQL Global Development Group
# Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
#
# $Header: /cvsroot/pgsql/src/bin/psql/create_help.pl,v 1.
7 2000/06/27 00:31:41 petere
Exp $
# $Header: /cvsroot/pgsql/src/bin/psql/create_help.pl,v 1.
8 2003/08/04 23:59:40 tgl
Exp $
#################################################################
#
...
...
src/bin/psql/describe.c
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000-2002 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/describe.c,v 1.8
2 2003/08/04 00:43:29 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/describe.c,v 1.8
3 2003/08/04 23:59:40 tgl
Exp $
*/
#include "postgres_fe.h"
#include "describe.h"
...
...
src/bin/psql/describe.h
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000-2002 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/describe.h,v 1.2
0 2003/01/07 20:56:07
tgl Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/describe.h,v 1.2
1 2003/08/04 23:59:40
tgl Exp $
*/
#ifndef DESCRIBE_H
#define DESCRIBE_H
...
...
src/bin/psql/help.c
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000-2003 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.7
6 2003/08/04 00:43:29 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.7
7 2003/08/04 23:59:40 tgl
Exp $
*/
#include "postgres_fe.h"
#include "common.h"
...
...
src/bin/psql/help.h
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/help.h,v 1.1
2 2003/03/18 22:15:44 petere
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/help.h,v 1.1
3 2003/08/04 23:59:40 tgl
Exp $
*/
#ifndef HELP_H
#define HELP_H
...
...
src/bin/psql/input.c
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/input.c,v 1.2
7 2003/08/04 00:43:29 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/input.c,v 1.2
8 2003/08/04 23:59:40 tgl
Exp $
*/
#include "postgres_fe.h"
#include "input.h"
...
...
src/bin/psql/input.h
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/input.h,v 1.
19 2003/03/20 06:00:12 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/input.h,v 1.
20 2003/08/04 23:59:40 tgl
Exp $
*/
#ifndef INPUT_H
#define INPUT_H
...
...
src/bin/psql/large_obj.c
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000-2002 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/large_obj.c,v 1.2
8 2003/08/04 00:43:29 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/large_obj.c,v 1.2
9 2003/08/04 23:59:40 tgl
Exp $
*/
#include "postgres_fe.h"
#include "large_obj.h"
...
...
src/bin/psql/large_obj.h
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/large_obj.h,v 1.1
1 2001/11/05 17:46:31 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/large_obj.h,v 1.1
2 2003/08/04 23:59:40 tgl
Exp $
*/
#ifndef LARGE_OBJ_H
#define LARGE_OBJ_H
...
...
src/bin/psql/mainloop.c
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/mainloop.c,v 1.5
6 2003/08/04 00:43:29 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/mainloop.c,v 1.5
7 2003/08/04 23:59:40 tgl
Exp $
*/
#include "postgres_fe.h"
#include "mainloop.h"
...
...
src/bin/psql/mainloop.h
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/mainloop.h,v 1.1
3 2001/11/05 17:46:31 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/mainloop.h,v 1.1
4 2003/08/04 23:59:40 tgl
Exp $
*/
#ifndef MAINLOOP_H
#define MAINLOOP_H
...
...
src/bin/psql/mbprint.c
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/mbprint.c,v 1.
8 2003/08/04 00:43:29 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/mbprint.c,v 1.
9 2003/08/04 23:59:40 tgl
Exp $
*/
#include "postgres_fe.h"
...
...
src/bin/psql/print.c
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000-2003 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/print.c,v 1.4
1 2003/08/04 00:43:29 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/print.c,v 1.4
2 2003/08/04 23:59:40 tgl
Exp $
*/
#include "postgres_fe.h"
#include "common.h"
...
...
src/bin/psql/print.h
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/print.h,v 1.1
8 2003/08/04 00:43:29 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/print.h,v 1.1
9 2003/08/04 23:59:40 tgl
Exp $
*/
#ifndef PRINT_H
#define PRINT_H
...
...
src/bin/psql/prompt.c
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/prompt.c,v 1.2
7 2003/08/04 00:43:29 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/prompt.c,v 1.2
8 2003/08/04 23:59:40 tgl
Exp $
*/
#include "postgres_fe.h"
#include "prompt.h"
...
...
src/bin/psql/prompt.h
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/prompt.h,v 1.1
1 2001/11/05 17:46:31 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/prompt.h,v 1.1
2 2003/08/04 23:59:40 tgl
Exp $
*/
#ifndef PROMPT_H
#define PROMPT_H
...
...
src/bin/psql/settings.h
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/settings.h,v 1.1
4 2003/06/28 00:12
:40 tgl Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/settings.h,v 1.1
5 2003/08/04 23:59
:40 tgl Exp $
*/
#ifndef SETTINGS_H
#define SETTINGS_H
...
...
src/bin/psql/startup.c
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.7
7 2003/08/04 00:43:29 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.7
8 2003/08/04 23:59:40 tgl
Exp $
*/
#include "postgres_fe.h"
...
...
src/bin/psql/stringutils.c
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000-2002 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/stringutils.c,v 1.3
3 2003/08/04 00:43:29 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/stringutils.c,v 1.3
4 2003/08/04 23:59:40 tgl
Exp $
*/
#include "postgres_fe.h"
...
...
src/bin/psql/stringutils.h
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000-2002 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Id: stringutils.h,v 1.1
8 2002/10/19 00:22:14
tgl Exp $
* $Id: stringutils.h,v 1.1
9 2003/08/04 23:59:40
tgl Exp $
*/
#ifndef STRINGUTILS_H
#define STRINGUTILS_H
...
...
src/bin/psql/tab-complete.c
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000-2002 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.8
3 2003/08/04 00:43:29 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.8
4 2003/08/04 23:59:40 tgl
Exp $
*/
/*----------------------------------------------------------------------
...
...
src/bin/psql/tab-complete.h
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.h,v 1.
8 2001/10/28 06:25:59 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.h,v 1.
9 2003/08/04 23:59:40 tgl
Exp $
*/
#ifndef TAB_COMPLETE_H
#define TAB_COMPLETE_H
...
...
src/bin/psql/variables.c
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/variables.c,v 1.1
2 2003/08/04 00:43:29 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/variables.c,v 1.1
3 2003/08/04 23:59:40 tgl
Exp $
*/
#include "postgres_fe.h"
#include "variables.h"
...
...
src/bin/psql/variables.h
View file @
2f9c859e
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright
2000 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/variables.h,v 1.1
3 2003/08/04 00:43:29 momjian
Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/variables.h,v 1.1
4 2003/08/04 23:59:40 tgl
Exp $
*/
/*
...
...
src/include/access/tuptoaster.h
View file @
2f9c859e
...
...
@@ -4,9 +4,9 @@
* POSTGRES definitions for external and compressed storage
* of variable size attributes.
*
* Copyright (c) 2000
, PostgreSQL Development Team
* Copyright (c) 2000
-2003, PostgreSQL Global Development Group
*
* $Id: tuptoaster.h,v 1.1
5 2002/09/04 20:31:37 momjian
Exp $
* $Id: tuptoaster.h,v 1.1
6 2003/08/04 23:59:40 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/include/catalog/pg_cast.h
View file @
2f9c859e
...
...
@@ -5,9 +5,9 @@
* along with the relation's initial contents.
*
*
* Copyright (c) 2002, PostgreSQL Global Development Group
* Copyright (c) 2002
-2003
, PostgreSQL Global Development Group
*
* $Id: pg_cast.h,v 1.
8 2003/08/04 00:43:30 momjian
Exp $
* $Id: pg_cast.h,v 1.
9 2003/08/04 23:59:40 tgl
Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
...
...
src/include/commands/comment.h
View file @
2f9c859e
...
...
@@ -4,7 +4,7 @@
*
* Prototypes for functions in commands/comment.c
*
* Copyright (c) 1999, PostgreSQL Global Development Group
* Copyright (c) 1999
-2003
, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/
...
...
src/include/executor/instrument.h
View file @
2f9c859e
...
...
@@ -4,9 +4,9 @@
* definitions for run-time statistics collection
*
*
* Copyright (c) 2001, PostgreSQL Global Development Group
* Copyright (c) 2001
-2003
, PostgreSQL Global Development Group
*
* $Id: instrument.h,v 1.
4 2001/11/05 17:46:33 momjian
Exp $
* $Id: instrument.h,v 1.
5 2003/08/04 23:59:41 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/include/funcapi.h
View file @
2f9c859e
...
...
@@ -7,9 +7,9 @@
* or call FUNCAPI-callable functions or macros.
*
*
* Copyright (c) 2002, PostgreSQL Global Development Group
* Copyright (c) 2002
-2003
, PostgreSQL Global Development Group
*
* $Id: funcapi.h,v 1.
8 2002/09/04 20:31:36 momjian
Exp $
* $Id: funcapi.h,v 1.
9 2003/08/04 23:59:41 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/include/utils/formatting.h
View file @
2f9c859e
...
...
@@ -2,10 +2,10 @@
/* -----------------------------------------------------------------------
* formatting.h
*
* $Id: formatting.h,v 1.1
1 2001/10/28 06:26:09 momjian
Exp $
* $Id: formatting.h,v 1.1
2 2003/08/04 23:59:41 tgl
Exp $
*
*
* Portions Copyright (c) 1999-200
0
, PostgreSQL Global Development Group
* Portions Copyright (c) 1999-200
3
, PostgreSQL Global Development Group
*
* The PostgreSQL routines for a DateTime/int/float/numeric formatting,
* inspire with Oracle TO_CHAR() / TO_DATE() / TO_NUMBER() routines.
...
...
src/include/utils/guc.h
View file @
2f9c859e
...
...
@@ -4,10 +4,10 @@
* External declarations pertaining to backend/utils/misc/guc.c and
* backend/utils/misc/guc-file.l
*
* Copyright
2000-2003 by
PostgreSQL Global Development Group
* Copyright
(c) 2000-2003,
PostgreSQL Global Development Group
* Written by Peter Eisentraut <peter_e@gmx.net>.
*
* $Id: guc.h,v 1.
39 2003/08/04 00:43:32 momjian
Exp $
* $Id: guc.h,v 1.
40 2003/08/04 23:59:41 tgl
Exp $
*--------------------------------------------------------------------
*/
#ifndef GUC_H
...
...
src/include/utils/pg_locale.h
View file @
2f9c859e
...
...
@@ -2,9 +2,9 @@
*
* PostgreSQL locale utilities
*
* $Id: pg_locale.h,v 1.1
4 2002/09/04 20:31:45 momjian
Exp $
* $Id: pg_locale.h,v 1.1
5 2003/08/04 23:59:41 tgl
Exp $
*
* Copyright (c) 2002, PostgreSQL Global Development Group
* Copyright (c) 2002
-2003
, PostgreSQL Global Development Group
*
*-----------------------------------------------------------------------
*/
...
...
src/tools/copyright
View file @
2f9c859e
rgrepc -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
do
pipe sed 's/^\(.*
Portions Copyright (c) 1996-\)[0-9]*\(, PostgreSQL Global Development Group.*\)$/\12003\2/g
' $FILE
pipe sed 's/^\(.*
Copyright (c) [12][0-9][0-9][0-9]-\)[12][0-9][0-9][0-9]\(, PostgreSQL Global Development Group.*\)$/\12003\2/
' $FILE
done
src/tutorial/complex.source
View file @
2f9c859e
...
...
@@ -5,10 +5,10 @@
-- use this new type.
--
--
-- Portions Copyright (c) 1996-200
2
, PostgreSQL Global Development Group
-- Portions Copyright (c) 1996-200
3
, PostgreSQL Global Development Group
-- Portions Copyright (c) 1994, Regents of the University of California
--
-- $Header: /cvsroot/pgsql/src/tutorial/complex.source,v 1.1
4 2002/08/22 00:01:5
1 tgl Exp $
-- $Header: /cvsroot/pgsql/src/tutorial/complex.source,v 1.1
5 2003/08/04 23:59:4
1 tgl Exp $
--
---------------------------------------------------------------------------
...
...
src/tutorial/syscat.source
View file @
2f9c859e
...
...
@@ -4,10 +4,10 @@
-- sample queries to the system catalogs
--
--
-- Portions Copyright (c) 1996-200
2
, PostgreSQL Global Development Group
-- Portions Copyright (c) 1996-200
3
, PostgreSQL Global Development Group
-- Portions Copyright (c) 1994, Regents of the University of California
--
-- $Id: syscat.source,v 1.
8 2003/05/28 16:04:02
tgl Exp $
-- $Id: syscat.source,v 1.
9 2003/08/04 23:59:41
tgl Exp $
--
---------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment