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
2daed8c5
Commit
2daed8c5
authored
Jan 01, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyrights that were missed.
parent
5e05d2bc
Changes
68
Hide whitespace changes
Inline
Side-by-side
Showing
68 changed files
with
128 additions
and
128 deletions
+128
-128
contrib/dblink/dblink.c
contrib/dblink/dblink.c
+1
-1
contrib/dblink/dblink.h
contrib/dblink/dblink.h
+1
-1
contrib/dbsize/dbsize.c
contrib/dbsize/dbsize.c
+2
-2
contrib/findoidjoins/findoidjoins.c
contrib/findoidjoins/findoidjoins.c
+2
-2
contrib/fuzzystrmatch/fuzzystrmatch.c
contrib/fuzzystrmatch/fuzzystrmatch.c
+1
-1
contrib/fuzzystrmatch/fuzzystrmatch.h
contrib/fuzzystrmatch/fuzzystrmatch.h
+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/prepare.c
src/backend/commands/prepare.c
+2
-2
src/backend/executor/instrument.c
src/backend/executor/instrument.c
+2
-2
src/backend/postmaster/pgstat.c
src/backend/postmaster/pgstat.c
+2
-2
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/lockfuncs.c
src/backend/utils/adt/lockfuncs.c
+2
-2
src/backend/utils/adt/numeric.c
src/backend/utils/adt/numeric.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/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/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/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/psqlscan.h
src/bin/psql/psqlscan.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/bin/scripts/clusterdb.c
src/bin/scripts/clusterdb.c
+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/commands/prepare.h
src/include/commands/prepare.h
+2
-2
src/include/executor/instrument.h
src/include/executor/instrument.h
+2
-2
src/include/funcapi.h
src/include/funcapi.h
+2
-2
src/include/pgstat.h
src/include/pgstat.h
+2
-2
src/include/utils/ascii.h
src/include/utils/ascii.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/numeric.h
src/include/utils/numeric.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
No files found.
contrib/dblink/dblink.c
View file @
2daed8c5
...
...
@@ -8,7 +8,7 @@
* Darko Prenosil <Darko.Prenosil@finteh.hr>
* Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
*
* Copyright (c) 2001-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2001-200
5
, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* Permission to use, copy, modify, and distribute this software and its
...
...
contrib/dblink/dblink.h
View file @
2daed8c5
...
...
@@ -8,7 +8,7 @@
* Darko Prenosil <Darko.Prenosil@finteh.hr>
* Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
*
* Copyright (c) 2001-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2001-200
5
, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* Permission to use, copy, modify, and distribute this software and its
...
...
contrib/dbsize/dbsize.c
View file @
2daed8c5
...
...
@@ -2,10 +2,10 @@
* dbsize.c
* object size functions
*
* Copyright (c) 2002-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2002-200
5
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/contrib/dbsize/dbsize.c,v 1.1
5 2004/09/28 19:35:43 tgl
Exp $
* $PostgreSQL: pgsql/contrib/dbsize/dbsize.c,v 1.1
6 2005/01/01 05:43:05 momjian
Exp $
*
*/
...
...
contrib/findoidjoins/findoidjoins.c
View file @
2daed8c5
/*
* findoidjoins.c
*
* Copyright (c) 2002-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2002-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/contrib/findoidjoins/findoidjoins.c,v 1.2
4 2004/08/29 04:12:16
momjian Exp $
* $PostgreSQL: pgsql/contrib/findoidjoins/findoidjoins.c,v 1.2
5 2005/01/01 05:43:05
momjian Exp $
*/
#include "postgres_fe.h"
...
...
contrib/fuzzystrmatch/fuzzystrmatch.c
View file @
2daed8c5
...
...
@@ -5,7 +5,7 @@
*
* Joe Conway <mail@joeconway.com>
*
* Copyright (c) 2001-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2001-200
5
, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* levenshtein()
...
...
contrib/fuzzystrmatch/fuzzystrmatch.h
View file @
2daed8c5
...
...
@@ -5,7 +5,7 @@
*
* Joe Conway <mail@joeconway.com>
*
* Copyright (c) 2001-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2001-200
5
, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* levenshtein()
...
...
contrib/tablefunc/tablefunc.c
View file @
2daed8c5
...
...
@@ -7,7 +7,7 @@
* And contributors:
* Nabil Sayegh <postgresql@e-trolley.de>
*
* Copyright (c) 2002-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2002-200
5
, 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 @
2daed8c5
...
...
@@ -7,7 +7,7 @@
* And contributors:
* Nabil Sayegh <postgresql@e-trolley.de>
*
* Copyright (c) 2002-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2002-200
5
, 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 @
2daed8c5
...
...
@@ -4,11 +4,11 @@
* Support routines for external and compressed storage of
* variable size attributes.
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/access/heap/tuptoaster.c,v 1.4
6 2004/09/30 23:21:06 tgl
Exp $
* $PostgreSQL: pgsql/src/backend/access/heap/tuptoaster.c,v 1.4
7 2005/01/01 05:43:06 momjian
Exp $
*
*
* INTERFACE ROUTINES
...
...
src/backend/access/transam/varsup.c
View file @
2daed8c5
...
...
@@ -3,10 +3,10 @@
* varsup.c
* postgres OID & XID variables support routines
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/access/transam/varsup.c,v 1.
59 2004/08/29 05:06:40
momjian Exp $
* $PostgreSQL: pgsql/src/backend/access/transam/varsup.c,v 1.
60 2005/01/01 05:43:06
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/backend/commands/prepare.c
View file @
2daed8c5
...
...
@@ -7,10 +7,10 @@
* accessed via the extended FE/BE query protocol.
*
*
* Copyright (c) 2002-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2002-200
5
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/commands/prepare.c,v 1.3
5 2004/12/12 20:17:06 tgl
Exp $
* $PostgreSQL: pgsql/src/backend/commands/prepare.c,v 1.3
6 2005/01/01 05:43:06 momjian
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/backend/executor/instrument.c
View file @
2daed8c5
...
...
@@ -4,10 +4,10 @@
* functions for instrumentation of plan execution
*
*
* Copyright (c) 2001-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2001-200
5
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/executor/instrument.c,v 1.
8 2004/08/29 04:12:31
momjian Exp $
* $PostgreSQL: pgsql/src/backend/executor/instrument.c,v 1.
9 2005/01/01 05:43:06
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/backend/postmaster/pgstat.c
View file @
2daed8c5
...
...
@@ -11,9 +11,9 @@
* - Add a pgstat config column to pg_database, so this
* entire thing can be enabled/disabled on a per db basis.
*
* Copyright (c) 2001-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2001-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/backend/postmaster/pgstat.c,v 1.8
6 2004/12/20 19:17:56 tgl
Exp $
* $PostgreSQL: pgsql/src/backend/postmaster/pgstat.c,v 1.8
7 2005/01/01 05:43:07 momjian
Exp $
* ----------
*/
#include "postgres.h"
...
...
src/backend/utils/adt/ascii.c
View file @
2daed8c5
...
...
@@ -2,10 +2,10 @@
* ascii.c
* The PostgreSQL routine for string to ascii conversion.
*
* Portions Copyright (c) 1999-200
4
, PostgreSQL Global Development Group
* Portions Copyright (c) 1999-200
5
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/adt/ascii.c,v 1.2
3 2004/12/20 19:00:37 tgl
Exp $
* $PostgreSQL: pgsql/src/backend/utils/adt/ascii.c,v 1.2
4 2005/01/01 05:43:07 momjian
Exp $
*
*-----------------------------------------------------------------------
*/
...
...
src/backend/utils/adt/encode.c
View file @
2daed8c5
...
...
@@ -3,11 +3,11 @@
* encode.c
* Various data encoding/decoding things.
*
* Copyright (c) 2001-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2001-200
5
, PostgreSQL Global Development Group
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/adt/encode.c,v 1.1
3 2004/08/29 05:06:49
momjian Exp $
* $PostgreSQL: pgsql/src/backend/utils/adt/encode.c,v 1.1
4 2005/01/01 05:43:07
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/backend/utils/adt/formatting.c
View file @
2daed8c5
/* -----------------------------------------------------------------------
* formatting.c
*
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.8
2 2004/11/20 02:09:47 tgl
Exp $
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.8
3 2005/01/01 05:43:07 momjian
Exp $
*
*
* Portions Copyright (c) 1999-200
4
, PostgreSQL Global Development Group
* Portions Copyright (c) 1999-200
5
, PostgreSQL Global Development Group
*
*
* TO_CHAR(); TO_TIMESTAMP(); TO_DATE(); TO_NUMBER();
...
...
src/backend/utils/adt/lockfuncs.c
View file @
2daed8c5
...
...
@@ -3,10 +3,10 @@
* lockfuncs.c
* Set-returning functions to view the state of locks within the DB.
*
* Copyright (c) 2002-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2002-200
5
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/adt/lockfuncs.c,v 1.1
5 2004/08/29 04:12:51
momjian Exp $
* $PostgreSQL: pgsql/src/backend/utils/adt/lockfuncs.c,v 1.1
6 2005/01/01 05:43:07
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/backend/utils/adt/numeric.c
View file @
2daed8c5
...
...
@@ -11,10 +11,10 @@
* Transactions on Mathematical Software, Vol. 24, No. 4, December 1998,
* pages 359-367.
*
* Copyright (c) 1998-200
4
, PostgreSQL Global Development Group
* Copyright (c) 1998-200
5
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/adt/numeric.c,v 1.8
0 2004/10/04 14:42:46 tgl
Exp $
* $PostgreSQL: pgsql/src/backend/utils/adt/numeric.c,v 1.8
1 2005/01/01 05:43:07 momjian
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/backend/utils/adt/pg_locale.c
View file @
2daed8c5
...
...
@@ -2,9 +2,9 @@
*
* PostgreSQL locale utilities
*
* Portions Copyright (c) 2002-200
4
, PostgreSQL Global Development Group
* Portions Copyright (c) 2002-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/backend/utils/adt/pg_locale.c,v 1.
29 2004/10/17 20:02:26 tgl
Exp $
* $PostgreSQL: pgsql/src/backend/utils/adt/pg_locale.c,v 1.
30 2005/01/01 05:43:07 momjian
Exp $
*
*-----------------------------------------------------------------------
*/
...
...
src/backend/utils/adt/quote.c
View file @
2daed8c5
...
...
@@ -3,11 +3,11 @@
* quote.c
* Functions for quoting identifiers and literals
*
* Portions Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Portions Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/adt/quote.c,v 1.1
3 2004/08/29 04:12:52
momjian Exp $
* $PostgreSQL: pgsql/src/backend/utils/adt/quote.c,v 1.1
4 2005/01/01 05:43:07
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/backend/utils/fmgr/funcapi.c
View file @
2daed8c5
...
...
@@ -4,10 +4,10 @@
* Utility and convenience functions for fmgr functions that return
* sets and/or composite types.
*
* Copyright (c) 2002-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2002-200
5
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/fmgr/funcapi.c,v 1.1
7 2004/08/29 05:06:50
momjian Exp $
* $PostgreSQL: pgsql/src/backend/utils/fmgr/funcapi.c,v 1.1
8 2005/01/01 05:43:08
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/backend/utils/misc/guc-file.l
View file @
2daed8c5
...
...
@@ -2,9 +2,9 @@
/*
* Scanner for the configuration file
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/backend/utils/misc/guc-file.l,v 1.2
8 2004/11/12 00:08:23 tgl
Exp $
* $PostgreSQL: pgsql/src/backend/utils/misc/guc-file.l,v 1.2
9 2005/01/01 05:43:08 momjian
Exp $
*/
%{
...
...
src/backend/utils/misc/guc.c
View file @
2daed8c5
...
...
@@ -6,11 +6,11 @@
* See src/backend/utils/misc/README for more information.
*
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
* Written by Peter Eisentraut <peter_e@gmx.net>.
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.25
1 2004/12/20 18:15:07 tgl
Exp $
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.25
2 2005/01/01 05:43:08 momjian
Exp $
*
*--------------------------------------------------------------------
*/
...
...
src/backend/utils/misc/ps_status.c
View file @
2daed8c5
...
...
@@ -5,9 +5,9 @@
* to contain some useful information. Mechanism differs wildly across
* platforms.
*
* $PostgreSQL: pgsql/src/backend/utils/misc/ps_status.c,v 1.2
2 2004/12/02 22:28:22
momjian Exp $
* $PostgreSQL: pgsql/src/backend/utils/misc/ps_status.c,v 1.2
3 2005/01/01 05:43:08
momjian Exp $
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
* various details abducted from various places
*--------------------------------------------------------------------
*/
...
...
src/bin/psql/command.c
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.13
8 2004/12/19 19:39:47 tgl
Exp $
* $PostgreSQL: pgsql/src/bin/psql/command.c,v 1.13
9 2005/01/01 05:43:08 momjian
Exp $
*/
#include "postgres_fe.h"
#include "command.h"
...
...
src/bin/psql/command.h
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/command.h,v 1.2
1 2004/08/29 05:06:54
momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/command.h,v 1.2
2 2005/01/01 05:43:08
momjian Exp $
*/
#ifndef COMMAND_H
#define COMMAND_H
...
...
src/bin/psql/common.c
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/common.c,v 1.9
4 2004/11/01 19:21:50
momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/common.c,v 1.9
5 2005/01/01 05:43:08
momjian Exp $
*/
#include "postgres_fe.h"
#include "common.h"
...
...
src/bin/psql/common.h
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/common.h,v 1.4
1 2004/11/01 19:21:50
momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/common.h,v 1.4
2 2005/01/01 05:43:08
momjian Exp $
*/
#ifndef COMMON_H
#define COMMON_H
...
...
src/bin/psql/copy.c
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/copy.c,v 1.5
4 2004/08/29 05:06:54
momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/copy.c,v 1.5
5 2005/01/01 05:43:08
momjian Exp $
*/
#include "postgres_fe.h"
#include "copy.h"
...
...
src/bin/psql/copy.h
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/copy.h,v 1.1
6 2004/08/29 04:13:02
momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/copy.h,v 1.1
7 2005/01/01 05:43:08
momjian Exp $
*/
#ifndef COPY_H
#define COPY_H
...
...
src/bin/psql/describe.c
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.11
0 2004/11/09 14:39:43 petere
Exp $
* $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.11
1 2005/01/01 05:43:08 momjian
Exp $
*/
#include "postgres_fe.h"
#include "describe.h"
...
...
src/bin/psql/describe.h
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/describe.h,v 1.2
7 2004/08/29 04:13:02
momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/describe.h,v 1.2
8 2005/01/01 05:43:08
momjian Exp $
*/
#ifndef DESCRIBE_H
#define DESCRIBE_H
...
...
src/bin/psql/help.c
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.9
8 2004/12/31 22:03:15 pgsql
Exp $
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.9
9 2005/01/01 05:43:08 momjian
Exp $
*/
#include "postgres_fe.h"
#include "common.h"
...
...
src/bin/psql/help.h
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/help.h,v 1.1
5 2004/08/29 04:13:02
momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/help.h,v 1.1
6 2005/01/01 05:43:08
momjian Exp $
*/
#ifndef HELP_H
#define HELP_H
...
...
src/bin/psql/input.c
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/input.c,v 1.4
1 2004/10/12 21:54:44 petere
Exp $
* $PostgreSQL: pgsql/src/bin/psql/input.c,v 1.4
2 2005/01/01 05:43:08 momjian
Exp $
*/
#include "postgres_fe.h"
#include "input.h"
...
...
src/bin/psql/input.h
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/input.h,v 1.2
2 2004/08/29 04:13:02
momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/input.h,v 1.2
3 2005/01/01 05:43:08
momjian Exp $
*/
#ifndef INPUT_H
#define INPUT_H
...
...
src/bin/psql/large_obj.c
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/large_obj.c,v 1.3
4 2004/09/10 04:10:53 neilc
Exp $
* $PostgreSQL: pgsql/src/bin/psql/large_obj.c,v 1.3
5 2005/01/01 05:43:08 momjian
Exp $
*/
#include "postgres_fe.h"
#include "large_obj.h"
...
...
src/bin/psql/large_obj.h
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/large_obj.h,v 1.1
4 2004/08/29 04:13:02
momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/large_obj.h,v 1.1
5 2005/01/01 05:43:08
momjian Exp $
*/
#ifndef LARGE_OBJ_H
#define LARGE_OBJ_H
...
...
src/bin/psql/mainloop.c
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/mainloop.c,v 1.6
5 2004/10/30 23:10:50 tgl
Exp $
* $PostgreSQL: pgsql/src/bin/psql/mainloop.c,v 1.6
6 2005/01/01 05:43:08 momjian
Exp $
*/
#include "postgres_fe.h"
#include "mainloop.h"
...
...
src/bin/psql/mainloop.h
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/mainloop.h,v 1.1
6 2004/08/29 04:13:02
momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/mainloop.h,v 1.1
7 2005/01/01 05:43:08
momjian Exp $
*/
#ifndef MAINLOOP_H
#define MAINLOOP_H
...
...
src/bin/psql/mbprint.c
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/mbprint.c,v 1.1
5 2004/09/27 19:16:02
momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/mbprint.c,v 1.1
6 2005/01/01 05:43:08
momjian Exp $
*/
#include "postgres_fe.h"
...
...
src/bin/psql/print.c
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.5
3 2004/11/09 15:57:53 petere
Exp $
* $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.5
4 2005/01/01 05:43:08 momjian
Exp $
*/
#include "postgres_fe.h"
#include "common.h"
...
...
src/bin/psql/print.h
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/print.h,v 1.2
1 2004/08/29 04:13:02
momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/print.h,v 1.2
2 2005/01/01 05:43:08
momjian Exp $
*/
#ifndef PRINT_H
#define PRINT_H
...
...
src/bin/psql/prompt.c
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/prompt.c,v 1.3
7 2004/08/29 05:06:54
momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/prompt.c,v 1.3
8 2005/01/01 05:43:08
momjian Exp $
*/
#include "postgres_fe.h"
#include "prompt.h"
...
...
src/bin/psql/prompt.h
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/prompt.h,v 1.1
5 2004/08/29 04:13:02
momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/prompt.h,v 1.1
6 2005/01/01 05:43:08
momjian Exp $
*/
#ifndef PROMPT_H
#define PROMPT_H
...
...
src/bin/psql/psqlscan.h
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/psqlscan.h,v 1.
4 2004/12/19 19:39:47 tgl
Exp $
* $PostgreSQL: pgsql/src/bin/psql/psqlscan.h,v 1.
5 2005/01/01 05:43:08 momjian
Exp $
*/
#ifndef PSQLSCAN_H
#define PSQLSCAN_H
...
...
src/bin/psql/settings.h
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/settings.h,v 1.2
2 2004/11/17 18:32:31 tgl
Exp $
* $PostgreSQL: pgsql/src/bin/psql/settings.h,v 1.2
3 2005/01/01 05:43:08 momjian
Exp $
*/
#ifndef SETTINGS_H
#define SETTINGS_H
...
...
src/bin/psql/startup.c
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.10
7 2004/12/28 23:17:41 tgl
Exp $
* $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.10
8 2005/01/01 05:43:08 momjian
Exp $
*/
#include "postgres_fe.h"
...
...
src/bin/psql/stringutils.c
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/stringutils.c,v 1.
39 2004/08/29 04:13:02
momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/stringutils.c,v 1.
40 2005/01/01 05:43:08
momjian Exp $
*/
#include "postgres_fe.h"
...
...
src/bin/psql/stringutils.h
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/stringutils.h,v 1.2
1 2004/08/29 04:13:02
momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/stringutils.h,v 1.2
2 2005/01/01 05:43:08
momjian Exp $
*/
#ifndef STRINGUTILS_H
#define STRINGUTILS_H
...
...
src/bin/psql/tab-complete.c
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/tab-complete.c,v 1.1
19 2004/12/24 15:42:05 tgl
Exp $
* $PostgreSQL: pgsql/src/bin/psql/tab-complete.c,v 1.1
20 2005/01/01 05:43:08 momjian
Exp $
*/
/*----------------------------------------------------------------------
...
...
src/bin/psql/tab-complete.h
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/tab-complete.h,v 1.1
1 2004/08/29 04:13:03
momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/tab-complete.h,v 1.1
2 2005/01/01 05:43:08
momjian Exp $
*/
#ifndef TAB_COMPLETE_H
#define TAB_COMPLETE_H
...
...
src/bin/psql/variables.c
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/variables.c,v 1.2
0 2004/10/18 16:24:3
8 momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/variables.c,v 1.2
1 2005/01/01 05:43:0
8 momjian Exp $
*/
#include "postgres_fe.h"
#include "common.h"
...
...
src/bin/psql/variables.h
View file @
2daed8c5
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/variables.h,v 1.1
6 2004/08/29 04:13:03
momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/variables.h,v 1.1
7 2005/01/01 05:43:08
momjian Exp $
*/
/*
...
...
src/bin/scripts/clusterdb.c
View file @
2daed8c5
...
...
@@ -2,9 +2,9 @@
*
* clusterdb
*
* Portions Copyright (c) 2002-200
4
, PostgreSQL Global Development Group
* Portions Copyright (c) 2002-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/scripts/clusterdb.c,v 1.1
1 2004/08/29 05:06:54
momjian Exp $
* $PostgreSQL: pgsql/src/bin/scripts/clusterdb.c,v 1.1
2 2005/01/01 05:43:08
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/include/access/tuptoaster.h
View file @
2daed8c5
...
...
@@ -4,9 +4,9 @@
* POSTGRES definitions for external and compressed storage
* of variable size attributes.
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/include/access/tuptoaster.h,v 1.2
0 2004/08/29 05:06:55
momjian Exp $
* $PostgreSQL: pgsql/src/include/access/tuptoaster.h,v 1.2
1 2005/01/01 05:43:09
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/include/catalog/pg_cast.h
View file @
2daed8c5
...
...
@@ -8,9 +8,9 @@
* but also length coercion functions.
*
*
* Copyright (c) 2002-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2002-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/include/catalog/pg_cast.h,v 1.1
6 2004/10/04 22:49:54 tgl
Exp $
* $PostgreSQL: pgsql/src/include/catalog/pg_cast.h,v 1.1
7 2005/01/01 05:43:09 momjian
Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
...
...
src/include/commands/comment.h
View file @
2daed8c5
...
...
@@ -4,7 +4,7 @@
*
* Prototypes for functions in commands/comment.c
*
* Copyright (c) 1999-200
4
, PostgreSQL Global Development Group
* Copyright (c) 1999-200
5
, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/
...
...
src/include/commands/prepare.h
View file @
2daed8c5
...
...
@@ -4,9 +4,9 @@
* PREPARE, EXECUTE and DEALLOCATE commands, and prepared-stmt storage
*
*
* Copyright (c) 2002-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2002-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/include/commands/prepare.h,v 1.1
2 2004/08/29 05:06:56
momjian Exp $
* $PostgreSQL: pgsql/src/include/commands/prepare.h,v 1.1
3 2005/01/01 05:43:09
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/include/executor/instrument.h
View file @
2daed8c5
...
...
@@ -4,9 +4,9 @@
* definitions for run-time statistics collection
*
*
* Copyright (c) 2001-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2001-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/include/executor/instrument.h,v 1.
7 2004/08/29 04:13:06
momjian Exp $
* $PostgreSQL: pgsql/src/include/executor/instrument.h,v 1.
8 2005/01/01 05:43:09
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/include/funcapi.h
View file @
2daed8c5
...
...
@@ -7,9 +7,9 @@
* or call FUNCAPI-callable functions or macros.
*
*
* Copyright (c) 2002-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2002-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/include/funcapi.h,v 1.1
4 2004/08/29 05:06:55
momjian Exp $
* $PostgreSQL: pgsql/src/include/funcapi.h,v 1.1
5 2005/01/01 05:43:08
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/include/pgstat.h
View file @
2daed8c5
...
...
@@ -3,9 +3,9 @@
*
* Definitions for the PostgreSQL statistics collector daemon.
*
* Copyright (c) 2001-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2001-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/include/pgstat.h,v 1.2
6 2004/08/29 04:13:03
momjian Exp $
* $PostgreSQL: pgsql/src/include/pgstat.h,v 1.2
7 2005/01/01 05:43:08
momjian Exp $
* ----------
*/
#ifndef PGSTAT_H
...
...
src/include/utils/ascii.h
View file @
2daed8c5
/*-----------------------------------------------------------------------
* ascii.h
*
* Portions Copyright (c) 1999-200
4
, PostgreSQL Global Development Group
* Portions Copyright (c) 1999-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/include/utils/ascii.h,v 1.1
2 2004/08/29 04:13:10
momjian Exp $
* $PostgreSQL: pgsql/src/include/utils/ascii.h,v 1.1
3 2005/01/01 05:43:09
momjian Exp $
*
*-----------------------------------------------------------------------
*/
...
...
src/include/utils/formatting.h
View file @
2daed8c5
...
...
@@ -2,10 +2,10 @@
/* -----------------------------------------------------------------------
* formatting.h
*
* $PostgreSQL: pgsql/src/include/utils/formatting.h,v 1.1
4 2004/08/29 04:13:11
momjian Exp $
* $PostgreSQL: pgsql/src/include/utils/formatting.h,v 1.1
5 2005/01/01 05:43:09
momjian Exp $
*
*
* Portions Copyright (c) 1999-200
4
, PostgreSQL Global Development Group
* Portions Copyright (c) 1999-200
5
, 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 @
2daed8c5
...
...
@@ -4,10 +4,10 @@
* External declarations pertaining to backend/utils/misc/guc.c and
* backend/utils/misc/guc-file.l
*
* Copyright (c) 2000-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2000-200
5
, PostgreSQL Global Development Group
* Written by Peter Eisentraut <peter_e@gmx.net>.
*
* $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.5
7 2004/11/24 19:51:05 tgl
Exp $
* $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.5
8 2005/01/01 05:43:09 momjian
Exp $
*--------------------------------------------------------------------
*/
#ifndef GUC_H
...
...
src/include/utils/numeric.h
View file @
2daed8c5
...
...
@@ -5,9 +5,9 @@
*
* Original coding 1998, Jan Wieck. Heavily revised 2003, Tom Lane.
*
* Copyright (c) 1998-200
4
, PostgreSQL Global Development Group
* Copyright (c) 1998-200
5
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/include/utils/numeric.h,v 1.
19 2004/08/29 04:13:11
momjian Exp $
* $PostgreSQL: pgsql/src/include/utils/numeric.h,v 1.
20 2005/01/01 05:43:09
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/include/utils/pg_locale.h
View file @
2daed8c5
...
...
@@ -2,9 +2,9 @@
*
* PostgreSQL locale utilities
*
* $PostgreSQL: pgsql/src/include/utils/pg_locale.h,v 1.1
8 2004/08/29 04:13:11
momjian Exp $
* $PostgreSQL: pgsql/src/include/utils/pg_locale.h,v 1.1
9 2005/01/01 05:43:09
momjian Exp $
*
* Copyright (c) 2002-200
4
, PostgreSQL Global Development Group
* Copyright (c) 2002-200
5
, PostgreSQL Global Development Group
*
*-----------------------------------------------------------------------
*/
...
...
src/tools/copyright
View file @
2daed8c5
rgrepc -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE
do
pipe sed 's/^\(.*Copyright (c) [12][0-9][0-9][0-9]-\)[12][0-9][0-9][0-9]\(, PostgreSQL Global Development Group.*\)$/\1200
4
\2/' $FILE
pipe sed 's/^\(.*Copyright (c) [12][0-9][0-9][0-9]-\)[12][0-9][0-9][0-9]\(, PostgreSQL Global Development Group.*\)$/\1200
5
\2/' $FILE
done
echo "Manually update doc/src/sgml/legal.sgml too" 1>&2
...
...
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