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
a420818d
Commit
a420818d
authored
Jul 16, 2006
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a few places where $Id$ and $Header$ CVS tags had crept into the
source tree. They should all be $PostgreSQL$ of course.
parent
808849e5
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
14 deletions
+8
-14
contrib/fuzzystrmatch/dmetaphone.c
contrib/fuzzystrmatch/dmetaphone.c
+1
-7
contrib/pgcrypto/imath.c
contrib/pgcrypto/imath.c
+1
-1
contrib/pgcrypto/imath.h
contrib/pgcrypto/imath.h
+1
-1
src/backend/po/de.po
src/backend/po/de.po
+1
-1
src/backend/port/win32_sema.c
src/backend/port/win32_sema.c
+1
-1
src/bin/pg_config/po/de.po
src/bin/pg_config/po/de.po
+1
-1
src/bin/pg_ctl/po/de.po
src/bin/pg_ctl/po/de.po
+1
-1
src/bin/psql/po/de.po
src/bin/psql/po/de.po
+1
-1
No files found.
contrib/fuzzystrmatch/dmetaphone.c
View file @
a420818d
/*
* This is a port of the Double Metaphone algorithm for use in PostgreSQL.
*
* $PostgreSQL: pgsql/contrib/fuzzystrmatch/dmetaphone.c,v 1.
8 2006/07/14 05:28:27
tgl Exp $
* $PostgreSQL: pgsql/contrib/fuzzystrmatch/dmetaphone.c,v 1.
9 2006/07/16 02:44:00
tgl Exp $
*
* Double Metaphone computes 2 "sounds like" strings - a primary and an
* alternate. In most cases they are the same, but for foreign names
...
...
@@ -49,12 +49,6 @@
*/
/*
* $Revision: 1.8 $
* $Id: dmetaphone.c,v 1.8 2006/07/14 05:28:27 tgl Exp $
*/
/***************************** COPYRIGHT NOTICES ***********************
Most of this code is directly from the Text::DoubleMetaphone perl module
...
...
contrib/pgcrypto/imath.c
View file @
a420818d
...
...
@@ -3,7 +3,7 @@
Name: imath.c
Purpose: Arbitrary precision integer arithmetic routines.
Author: M. J. Fromberger <http://www.dartmouth.edu/~sting/>
Info: $
Id: imath.c,v 1.2 2006/07/15 15:27:14
tgl Exp $
Info: $
PostgreSQL: pgsql/contrib/pgcrypto/imath.c,v 1.3 2006/07/16 02:44:00
tgl Exp $
Copyright (C) 2002 Michael J. Fromberger, All Rights Reserved.
...
...
contrib/pgcrypto/imath.h
View file @
a420818d
...
...
@@ -2,7 +2,7 @@
Name: imath.h
Purpose: Arbitrary precision integer arithmetic routines.
Author: M. J. Fromberger <http://www.dartmouth.edu/~sting/>
Info: $
Id: imath.h,v 1.2 2006/07/15 15:27:14
tgl Exp $
Info: $
PostgreSQL: pgsql/contrib/pgcrypto/imath.h,v 1.3 2006/07/16 02:44:01
tgl Exp $
Copyright (C) 2002 Michael J. Fromberger, All Rights Reserved.
...
...
src/backend/po/de.po
View file @
a420818d
# German message translation file for PostgreSQL server
# Peter Eisentraut <peter_e@gmx.net>, 2001, 2003, 2004, 2005.
#
# $
Id: de.po,v 1.21 2005/11/04 23:31:06 petere
Exp $
# $
PostgreSQL: pgsql/src/backend/po/de.po,v 1.22 2006/07/16 02:44:01 tgl
Exp $
#
# Use these quotes: %s
#
...
...
src/backend/port/win32_sema.c
View file @
a420818d
...
...
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $
Header: /cvsroot/pgsql/src/backend/port/win32_sema.c,v 1.1 2006/04/29 16:34:41 momjian
Exp $
* $
PostgreSQL: pgsql/src/backend/port/win32_sema.c,v 1.2 2006/07/16 02:44:01 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/bin/pg_config/po/de.po
View file @
a420818d
# German message translation file for pg_config
# Peter Eisentraut <peter_e@gmx.net>, 2004, 2005.
#
# $
Id: de.po,v 1.5 2005/11/04 23:31:10 petere
Exp $
# $
PostgreSQL: pgsql/src/bin/pg_config/po/de.po,v 1.6 2006/07/16 02:44:01 tgl
Exp $
#
# Use these quotes: %s
#
...
...
src/bin/pg_ctl/po/de.po
View file @
a420818d
# German message translation file for pg_ctl
# Peter Eisentraut <peter_e@gmx.net>, 2004, 2005.
#
# $
Id: de.po,v 1.7 2005/11/04 23:31:10 petere
Exp $
# $
PostgreSQL: pgsql/src/bin/pg_ctl/po/de.po,v 1.8 2006/07/16 02:44:01 tgl
Exp $
#
# Use these quotes: %s
#
...
...
src/bin/psql/po/de.po
View file @
a420818d
# German message translation file for psql
# Peter Eisentraut <peter_e@gmx.net>, 2001, 2002, 2003, 2004, 2005.
#
# $
Id: de.po,v 1.18 2005/11/04 23:31:11 petere
Exp $
# $
PostgreSQL: pgsql/src/bin/psql/po/de.po,v 1.19 2006/07/16 02:44:01 tgl
Exp $
#
# Use these quotes: %s
#
...
...
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