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
fcbc4387
Commit
fcbc4387
authored
Aug 04, 2004
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments
and documentation to reference 8.0 instead of 7.5.
parent
ecb68138
Changes
73
Show whitespace changes
Inline
Side-by-side
Showing
73 changed files
with
157 additions
and
157 deletions
+157
-157
configure
configure
+9
-9
configure.in
configure.in
+2
-2
contrib/tsearch/README.tsearch
contrib/tsearch/README.tsearch
+1
-1
contrib/tsearch2/README.tsearch2
contrib/tsearch2/README.tsearch2
+1
-1
contrib/tsearch2/docs/tsearch-V2-intro.html
contrib/tsearch2/docs/tsearch-V2-intro.html
+4
-4
doc/FAQ_SCO
doc/FAQ_SCO
+2
-2
doc/TODO
doc/TODO
+1
-1
doc/bug.template
doc/bug.template
+1
-1
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+2
-2
doc/src/sgml/ref/create_table_as.sgml
doc/src/sgml/ref/create_table_as.sgml
+3
-3
doc/src/sgml/ref/select_into.sgml
doc/src/sgml/ref/select_into.sgml
+3
-3
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+6
-6
src/backend/access/transam/xlog.c
src/backend/access/transam/xlog.c
+2
-2
src/backend/catalog/catalog.c
src/backend/catalog/catalog.c
+2
-2
src/backend/commands/indexcmds.c
src/backend/commands/indexcmds.c
+2
-2
src/backend/libpq/be-fsstubs.c
src/backend/libpq/be-fsstubs.c
+2
-2
src/backend/nodes/list.c
src/backend/nodes/list.c
+2
-2
src/backend/optimizer/path/costsize.c
src/backend/optimizer/path/costsize.c
+2
-2
src/backend/optimizer/path/indxpath.c
src/backend/optimizer/path/indxpath.c
+2
-2
src/backend/optimizer/util/pathnode.c
src/backend/optimizer/util/pathnode.c
+2
-2
src/backend/po/ru.po
src/backend/po/ru.po
+2
-2
src/backend/po/sv.po
src/backend/po/sv.po
+1
-1
src/backend/po/zh_TW.po
src/backend/po/zh_TW.po
+1
-1
src/backend/postmaster/bgwriter.c
src/backend/postmaster/bgwriter.c
+2
-2
src/backend/utils/adt/float.c
src/backend/utils/adt/float.c
+7
-7
src/backend/utils/adt/oid.c
src/backend/utils/adt/oid.c
+4
-4
src/backend/utils/adt/selfuncs.c
src/backend/utils/adt/selfuncs.c
+2
-2
src/backend/utils/fmgr/funcapi.c
src/backend/utils/fmgr/funcapi.c
+2
-2
src/backend/utils/mmgr/README
src/backend/utils/mmgr/README
+2
-2
src/bin/initdb/po/de.po
src/bin/initdb/po/de.po
+2
-2
src/bin/initdb/po/it.po
src/bin/initdb/po/it.po
+1
-1
src/bin/initdb/po/pt_BR.po
src/bin/initdb/po/pt_BR.po
+1
-1
src/bin/initdb/po/ru.po
src/bin/initdb/po/ru.po
+2
-2
src/bin/initdb/po/sv.po
src/bin/initdb/po/sv.po
+1
-1
src/bin/initdb/po/zh_TW.po
src/bin/initdb/po/zh_TW.po
+1
-1
src/bin/pg_controldata/po/ru.po
src/bin/pg_controldata/po/ru.po
+3
-3
src/bin/pg_controldata/po/zh_TW.po
src/bin/pg_controldata/po/zh_TW.po
+1
-1
src/bin/pg_ctl/po/ru.po
src/bin/pg_ctl/po/ru.po
+3
-3
src/bin/pg_ctl/po/sv.po
src/bin/pg_ctl/po/sv.po
+1
-1
src/bin/pg_ctl/po/zh_TW.po
src/bin/pg_ctl/po/zh_TW.po
+1
-1
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.c
+7
-7
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_dump/pg_dumpall.c
+3
-3
src/bin/pg_dump/po/it.po
src/bin/pg_dump/po/it.po
+1
-1
src/bin/pg_dump/po/ru.po
src/bin/pg_dump/po/ru.po
+3
-3
src/bin/pg_dump/po/sv.po
src/bin/pg_dump/po/sv.po
+2
-2
src/bin/pg_dump/po/zh_TW.po
src/bin/pg_dump/po/zh_TW.po
+1
-1
src/bin/pg_resetxlog/po/ru.po
src/bin/pg_resetxlog/po/ru.po
+3
-3
src/bin/pg_resetxlog/po/zh_TW.po
src/bin/pg_resetxlog/po/zh_TW.po
+1
-1
src/bin/psql/po/it.po
src/bin/psql/po/it.po
+1
-1
src/bin/psql/po/ru.po
src/bin/psql/po/ru.po
+3
-3
src/bin/psql/po/zh_TW.po
src/bin/psql/po/zh_TW.po
+1
-1
src/bin/psql/psqlscan.l
src/bin/psql/psqlscan.l
+3
-3
src/bin/scripts/po/ru.po
src/bin/scripts/po/ru.po
+3
-3
src/bin/scripts/po/sv.po
src/bin/scripts/po/sv.po
+1
-1
src/bin/scripts/po/zh_TW.po
src/bin/scripts/po/zh_TW.po
+1
-1
src/include/catalog/pg_cast.h
src/include/catalog/pg_cast.h
+2
-2
src/include/nodes/parsenodes.h
src/include/nodes/parsenodes.h
+2
-2
src/include/nodes/relation.h
src/include/nodes/relation.h
+2
-2
src/include/pg_config.h.win32
src/include/pg_config.h.win32
+2
-2
src/include/storage/bufpage.h
src/include/storage/bufpage.h
+2
-2
src/interfaces/libpq/po/fr.po
src/interfaces/libpq/po/fr.po
+2
-2
src/interfaces/libpq/po/ru.po
src/interfaces/libpq/po/ru.po
+3
-3
src/interfaces/libpq/po/zh_TW.po
src/interfaces/libpq/po/zh_TW.po
+1
-1
src/pl/plpython/plpython.c
src/pl/plpython/plpython.c
+2
-2
src/pl/tcl/pltcl.c
src/pl/tcl/pltcl.c
+2
-2
src/test/regress/expected/foreign_key.out
src/test/regress/expected/foreign_key.out
+1
-1
src/test/regress/expected/opr_sanity.out
src/test/regress/expected/opr_sanity.out
+1
-1
src/test/regress/expected/type_sanity.out
src/test/regress/expected/type_sanity.out
+3
-3
src/test/regress/expected/without_oid.out
src/test/regress/expected/without_oid.out
+1
-1
src/test/regress/sql/foreign_key.sql
src/test/regress/sql/foreign_key.sql
+1
-1
src/test/regress/sql/opr_sanity.sql
src/test/regress/sql/opr_sanity.sql
+1
-1
src/test/regress/sql/type_sanity.sql
src/test/regress/sql/type_sanity.sql
+3
-3
src/test/regress/sql/without_oid.sql
src/test/regress/sql/without_oid.sql
+1
-1
No files found.
configure
View file @
fcbc4387
#! /bin/sh
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53 for PostgreSQL
7.5
devel.
# Generated by GNU Autoconf 2.53 for PostgreSQL
8.0
devel.
#
#
# Report bugs to <pgsql-bugs@postgresql.org>.
# Report bugs to <pgsql-bugs@postgresql.org>.
#
#
...
@@ -258,8 +258,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
...
@@ -258,8 +258,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
# Identity of this package.
PACKAGE_NAME
=
'PostgreSQL'
PACKAGE_NAME
=
'PostgreSQL'
PACKAGE_TARNAME
=
'postgresql'
PACKAGE_TARNAME
=
'postgresql'
PACKAGE_VERSION
=
'
7.5
devel'
PACKAGE_VERSION
=
'
8.0
devel'
PACKAGE_STRING
=
'PostgreSQL
7.5
devel'
PACKAGE_STRING
=
'PostgreSQL
8.0
devel'
PACKAGE_BUGREPORT
=
'pgsql-bugs@postgresql.org'
PACKAGE_BUGREPORT
=
'pgsql-bugs@postgresql.org'
ac_unique_file
=
"src/backend/access/common/heaptuple.c"
ac_unique_file
=
"src/backend/access/common/heaptuple.c"
...
@@ -769,7 +769,7 @@ if test "$ac_init_help" = "long"; then
...
@@ -769,7 +769,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
# This message is too long to be a string in the A/UX 3.1 sh.
cat
<<
_ACEOF
cat
<<
_ACEOF
\`
configure' configures PostgreSQL
7.5
devel to adapt to many kinds of systems.
\`
configure' configures PostgreSQL
8.0
devel to adapt to many kinds of systems.
Usage:
$0
[OPTION]... [VAR=VALUE]...
Usage:
$0
[OPTION]... [VAR=VALUE]...
...
@@ -830,7 +830,7 @@ fi
...
@@ -830,7 +830,7 @@ fi
if
test
-n
"
$ac_init_help
"
;
then
if
test
-n
"
$ac_init_help
"
;
then
case
$ac_init_help
in
case
$ac_init_help
in
short
|
recursive
)
echo
"Configuration of PostgreSQL
7.5
devel:"
;;
short
|
recursive
)
echo
"Configuration of PostgreSQL
8.0
devel:"
;;
esac
esac
cat
<<
\
_ACEOF
cat
<<
\
_ACEOF
...
@@ -950,7 +950,7 @@ fi
...
@@ -950,7 +950,7 @@ fi
test
-n
"
$ac_init_help
"
&&
exit
0
test
-n
"
$ac_init_help
"
&&
exit
0
if
$ac_init_version
;
then
if
$ac_init_version
;
then
cat
<<
\
_ACEOF
cat
<<
\
_ACEOF
PostgreSQL configure
7.5
devel
PostgreSQL configure
8.0
devel
generated by GNU Autoconf 2.53
generated by GNU Autoconf 2.53
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
...
@@ -967,7 +967,7 @@ cat >&5 <<_ACEOF
...
@@ -967,7 +967,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
running configure, to aid debugging if configure makes a mistake.
It was created by PostgreSQL
$as_me
7.5
devel, which was
It was created by PostgreSQL
$as_me
8.0
devel, which was
generated by GNU Autoconf 2.53. Invocation command line was
generated by GNU Autoconf 2.53. Invocation command line was
$ $0
$@
$ $0
$@
...
@@ -18425,7 +18425,7 @@ _ASBOX
...
@@ -18425,7 +18425,7 @@ _ASBOX
} >&5
} >&5
cat >&5 <<_CSEOF
cat >&5 <<_CSEOF
This file was extended by PostgreSQL
$as_me
7.5
devel, which was
This file was extended by PostgreSQL
$as_me
8.0
devel, which was
generated by GNU Autoconf 2.53. Invocation command line was
generated by GNU Autoconf 2.53. Invocation command line was
CONFIG_FILES =
$CONFIG_FILES
CONFIG_FILES =
$CONFIG_FILES
...
@@ -18490,7 +18490,7 @@ _ACEOF
...
@@ -18490,7 +18490,7 @@ _ACEOF
cat
>>
$CONFIG_STATUS
<<
_ACEOF
cat
>>
$CONFIG_STATUS
<<
_ACEOF
ac_cs_version="
\\
ac_cs_version="
\\
PostgreSQL config.status
7.5
devel
PostgreSQL config.status
8.0
devel
configured by
$0
, generated by GNU Autoconf 2.53,
configured by
$0
, generated by GNU Autoconf 2.53,
with options
\\
"`echo "
$ac_configure_args
" | sed 's/[
\\
""
\`\$
]/
\\\\
&/g'`
\\
"
with options
\\
"`echo "
$ac_configure_args
" | sed 's/[
\\
""
\`\$
]/
\\\\
&/g'`
\\
"
...
...
configure.in
View file @
fcbc4387
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.37
0 2004/08/01 06:19:16 momjian
Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.37
1 2004/08/04 21:33:35 tgl
Exp $
dnl
dnl
dnl Developers, please strive to achieve this order:
dnl Developers, please strive to achieve this order:
dnl
dnl
...
@@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details.
...
@@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details.
dnl
dnl
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
AC_INIT([PostgreSQL], [
7.5
devel], [pgsql-bugs@postgresql.org])
AC_INIT([PostgreSQL], [
8.0
devel], [pgsql-bugs@postgresql.org])
AC_PREREQ(2.53)
AC_PREREQ(2.53)
AC_COPYRIGHT([Copyright 2003 PostgreSQL Global Development Group])
AC_COPYRIGHT([Copyright 2003 PostgreSQL Global Development Group])
...
...
contrib/tsearch/README.tsearch
View file @
fcbc4387
==========================================================================
==========================================================================
This module is deprecated in 7.4 version of PostgreSQL and will be
This module is deprecated in 7.4 version of PostgreSQL and will be
obsoleted in
7.5
. Please, use new tsearch2 contrib module.
obsoleted in
8.0
. Please, use new tsearch2 contrib module.
==========================================================================
==========================================================================
Tsearch contrib module contains implementation of new data type txtidx -
Tsearch contrib module contains implementation of new data type txtidx -
...
...
contrib/tsearch2/README.tsearch2
View file @
fcbc4387
...
@@ -6,7 +6,7 @@ Tsearch2 - full text search extension for PostgreSQL
...
@@ -6,7 +6,7 @@ Tsearch2 - full text search extension for PostgreSQL
Notice: This version is fully incompatible with old tsearch (V1),
Notice: This version is fully incompatible with old tsearch (V1),
which is considered as deprecated in upcoming 7.4 release and
which is considered as deprecated in upcoming 7.4 release and
obsoleted in
7.5
.
obsoleted in
8.0
.
The Tsearch2 contrib module contains an implementation of a new data
The Tsearch2 contrib module contains an implementation of a new data
type tsvector - a searchable data type with indexed access. In a
type tsvector - a searchable data type with indexed access. In a
...
...
contrib/tsearch2/docs/tsearch-V2-intro.html
View file @
fcbc4387
...
@@ -16,7 +16,7 @@ is an introduction to installing, configuring, using and
...
@@ -16,7 +16,7 @@ is an introduction to installing, configuring, using and
maintaining the database with the tsearch2 module activated.
</p>
maintaining the database with the tsearch2 module activated.
</p>
<p>
Please, note, tsearch2 module is fully incompatible with old
<p>
Please, note, tsearch2 module is fully incompatible with old
tsearch, which is deprecated in 7.4 and will be obsoleted in
tsearch, which is deprecated in 7.4 and will be obsoleted in
7.5
.
</p>
8.0
.
</p>
<h3>
USING TSEARCH2 AND POSTGRESQL FOR A WEB BASED SEARCH
<h3>
USING TSEARCH2 AND POSTGRESQL FOR A WEB BASED SEARCH
ENGINE
</h3>
ENGINE
</h3>
<p>
This documentation is provided as a short guide on how to
<p>
This documentation is provided as a short guide on how to
...
@@ -119,7 +119,7 @@ fashion. Without this patch, you must follow the instructions later
...
@@ -119,7 +119,7 @@ fashion. Without this patch, you must follow the instructions later
in this document for backup and restore.
</p>
in this document for backup and restore.
</p>
<p>
This patch is only needed for tsearch2 in PostgreSQL versions
<p>
This patch is only needed for tsearch2 in PostgreSQL versions
7.3.x and 7.4.x. The patch has been applied to the sources for
7.3.x and 7.4.x. The patch has been applied to the sources for
7.5
.x.
</p>
8.0
.x.
</p>
<p>
When you have your source tree for tsearch2 ready, you can
<p>
When you have your source tree for tsearch2 ready, you can
continue with the regular building and installation process
</p>
continue with the regular building and installation process
</p>
...
@@ -155,7 +155,7 @@ be much easier.</p>
...
@@ -155,7 +155,7 @@ be much easier.</p>
<p>
NOTE: the previous version of tsearch found in the
<p>
NOTE: the previous version of tsearch found in the
contrib/tsearch directory is depricated. Although it is still
contrib/tsearch directory is depricated. Although it is still
available and included within PostgreSQL version 7.4. It will be
available and included within PostgreSQL version 7.4. It will be
removed in version
7.5
.
</p>
removed in version
8.0
.
</p>
<h3>
ADDING TSEARCH2 FUNCTIONALITY TO A DATABASE
</h3>
<h3>
ADDING TSEARCH2 FUNCTIONALITY TO A DATABASE
</h3>
<p>
We should create a database to use as an example for the
<p>
We should create a database to use as an example for the
remainder of this file. We can call the database "ftstest". You can
remainder of this file. We can call the database "ftstest". You can
...
@@ -1063,7 +1063,7 @@ archive, and restoring with pg_restore. In theory there should be
...
@@ -1063,7 +1063,7 @@ archive, and restoring with pg_restore. In theory there should be
no problems with any format after the patch is applied.
</p>
no problems with any format after the patch is applied.
</p>
<p>
This restoration procedure should never be an issue with the
<p>
This restoration procedure should never be an issue with the
patch applied to version
7.5
of PostgreSQL. Only versions 7.3 and
patch applied to version
8.0
of PostgreSQL. Only versions 7.3 and
7.4 are affected. You can avoid any troubles by applying the patch
7.4 are affected. You can avoid any troubles by applying the patch
prior to installation, or running the SQL script provided to live
prior to installation, or running the SQL script provided to live
database before backup and restoring is done.
</p>
database before backup and restoring is done.
</p>
...
...
doc/FAQ_SCO
View file @
fcbc4387
...
@@ -3,13 +3,13 @@ Frequently Asked Questions (FAQ) for PostgreSQL 7.3
...
@@ -3,13 +3,13 @@ Frequently Asked Questions (FAQ) for PostgreSQL 7.3
SCO UnixWare and OpenServer specific
SCO UnixWare and OpenServer specific
to be read in conjunction with the installation instructions
to be read in conjunction with the installation instructions
============================================================
============================================================
last updated: $Date: 2004/0
5/20 04:19:26
$
last updated: $Date: 2004/0
8/04 21:33:39
$
current maintainer: Billy G. Allie (Bill.Allie@mug.org)
current maintainer: Billy G. Allie (Bill.Allie@mug.org)
original author: Andrew Merrill (andrew@compclass.com)
original author: Andrew Merrill (andrew@compclass.com)
PostgreSQL
7.5
can be built on SCO UnixWare 7 and SCO OpenServer 5.
PostgreSQL
8.0
can be built on SCO UnixWare 7 and SCO OpenServer 5.
On OpenServer, you can use either the OpenServer Development Kit or
On OpenServer, you can use either the OpenServer Development Kit or
the Universal Development Kit.
the Universal Development Kit.
...
...
doc/TODO
View file @
fcbc4387
TODO list for PostgreSQL
TODO list for PostgreSQL
========================
========================
#A dash (-) marks changes that will appear in the upcoming
7.5
release.#
#A dash (-) marks changes that will appear in the upcoming
8.0
release.#
Bracketed items "[]" have more detail.
Bracketed items "[]" have more detail.
...
...
doc/bug.template
View file @
fcbc4387
...
@@ -27,7 +27,7 @@ System Configuration
...
@@ -27,7 +27,7 @@ System Configuration
Operating System (example: Linux 2.4.18) :
Operating System (example: Linux 2.4.18) :
PostgreSQL version (example: PostgreSQL-
7.5): PostgreSQL-7.5
PostgreSQL version (example: PostgreSQL-
8.0): PostgreSQL-8.0
Compiler used (example: gcc 2.95.2) :
Compiler used (example: gcc 2.95.2) :
...
...
doc/src/sgml/func.sgml
View file @
fcbc4387
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.21
5 2004/08/03 20:32:31
tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.21
6 2004/08/04 21:33:40
tgl Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -2408,7 +2408,7 @@ cast(-44 as bit(12)) <lineannotation>111111010100</lineannotation>
...
@@ -2408,7 +2408,7 @@ cast(-44 as bit(12)) <lineannotation>111111010100</lineannotation>
<note>
<note>
<para>
<para>
Prior to <productname>PostgreSQL</productname>
7.5
, casting an
Prior to <productname>PostgreSQL</productname>
8.0
, casting an
integer to <type>bit(n)</> would copy the leftmost <literal>n</>
integer to <type>bit(n)</> would copy the leftmost <literal>n</>
bits of the integer, whereas now it copies the rightmost <literal>n</>
bits of the integer, whereas now it copies the rightmost <literal>n</>
bits. Also, casting an integer to a bit string width wider than
bits. Also, casting an integer to a bit string width wider than
...
...
doc/src/sgml/ref/create_table_as.sgml
View file @
fcbc4387
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table_as.sgml,v 1.2
1 2004/03/09 16:57:47 neilc
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table_as.sgml,v 1.2
2 2004/08/04 21:33:42 tgl
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -141,14 +141,14 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE <replaceable>table_name
...
@@ -141,14 +141,14 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE <replaceable>table_name
</para>
</para>
<para>
<para>
Prior to <productname>PostgreSQL</productname>
7.5
, <command>CREATE
Prior to <productname>PostgreSQL</productname>
8.0
, <command>CREATE
TABLE AS</command> always included OIDs in the table it
TABLE AS</command> always included OIDs in the table it
produced. Furthermore, these OIDs were newly generated: they were
produced. Furthermore, these OIDs were newly generated: they were
distinct from the OIDs of any of the rows in the source tables of
distinct from the OIDs of any of the rows in the source tables of
the <command>SELECT</command> or <command>EXECUTE</command>
the <command>SELECT</command> or <command>EXECUTE</command>
statement. Therefore, if <command>CREATE TABLE AS</command> was
statement. Therefore, if <command>CREATE TABLE AS</command> was
frequently executed, the OID counter would be rapidly
frequently executed, the OID counter would be rapidly
incremented. As of <productname>PostgresSQL</productname>
7.5
,
incremented. As of <productname>PostgresSQL</productname>
8.0
,
the <command>CREATE TABLE AS</command> command allows the user to
the <command>CREATE TABLE AS</command> command allows the user to
explicitely specify whether OIDs should be included. If the
explicitely specify whether OIDs should be included. If the
presence of OIDs is not explicitely specified,
presence of OIDs is not explicitely specified,
...
...
doc/src/sgml/ref/select_into.sgml
View file @
fcbc4387
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/select_into.sgml,v 1.2
8 2004/03/09 16:57:47 neilc
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/select_into.sgml,v 1.2
9 2004/08/04 21:33:42 tgl
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -94,13 +94,13 @@ SELECT [ ALL | DISTINCT [ ON ( <replaceable class="PARAMETER">expression</replac
...
@@ -94,13 +94,13 @@ SELECT [ ALL | DISTINCT [ ON ( <replaceable class="PARAMETER">expression</replac
</para>
</para>
<para>
<para>
Prior to <productname>PostgreSQL</>
7.5
, the table created by
Prior to <productname>PostgreSQL</>
8.0
, the table created by
<command>SELECT INTO</command> always included OIDs. Furthermore,
<command>SELECT INTO</command> always included OIDs. Furthermore,
these OIDs were newly generated: they were distinct from the OIDs
these OIDs were newly generated: they were distinct from the OIDs
of any of the rows in the source tables of the <command>SELECT
of any of the rows in the source tables of the <command>SELECT
INTO</command> statement. Therefore, if <command>SELECT
INTO</command> statement. Therefore, if <command>SELECT
INTO</command> was frequently executed, the OID counter would be
INTO</command> was frequently executed, the OID counter would be
rapidly incremented. As of <productname>PostgreSQL</>
7.5
, the
rapidly incremented. As of <productname>PostgreSQL</>
8.0
, the
inclusion of OIDs in the table created by <command>SELECT
inclusion of OIDs in the table created by <command>SELECT
INTO</command> is controlled by the
INTO</command> is controlled by the
<xref linkend="guc-default-with-oids"> configuration variable. This
<xref linkend="guc-default-with-oids"> configuration variable. This
...
...
doc/src/sgml/release.sgml
View file @
fcbc4387
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.27
6 2004/08/03 01:14:57 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.27
7 2004/08/04 21:33:40 tgl
Exp $
-->
-->
<appendix id="release">
<appendix id="release">
<title>Release Notes</title>
<title>Release Notes</title>
<sect1 id="release-7-5">
<sect1 id="release-7-5">
<title>Release
7.5
</title>
<title>Release
8.0
</title>
<note>
<note>
<title>Release date</title>
<title>Release date</title>
...
@@ -153,7 +153,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.276 2004/08/03 01:14:57 momjian
...
@@ -153,7 +153,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.276 2004/08/03 01:14:57 momjian
</sect2>
</sect2>
<sect2>
<sect2>
<title>Migration to version
7.5
</title>
<title>Migration to version
8.0
</title>
<para>
<para>
A dump/restore using <application>pg_dump</application> is
A dump/restore using <application>pg_dump</application> is
...
@@ -295,7 +295,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.276 2004/08/03 01:14:57 momjian
...
@@ -295,7 +295,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.276 2004/08/03 01:14:57 momjian
<para>
<para>
Below you will find a detailed account of the changes between
Below you will find a detailed account of the changes between
release
7.5
and the previous major release.
release
8.0
and the previous major release.
</para>
</para>
<sect3>
<sect3>
...
@@ -1011,7 +1011,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.276 2004/08/03 01:14:57 momjian
...
@@ -1011,7 +1011,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.276 2004/08/03 01:14:57 momjian
<listitem>
<listitem>
<para>
<para>
Warn of empty string being passe
s to oid/float4/float8 data types; 7.6
Warn of empty string being passe
d to oid/float4/float8 data types; 8.1
will throw an error instead (Neil)
will throw an error instead (Neil)
</para>
</para>
</listitem>
</listitem>
...
@@ -3811,7 +3811,7 @@ DROP SCHEMA information_schema CASCADE;
...
@@ -3811,7 +3811,7 @@ DROP SCHEMA information_schema CASCADE;
turns out to have disabled rule-related permissions checks in many
turns out to have disabled rule-related permissions checks in many
not-so-corner cases. This would for example allow users to insert into views
not-so-corner cases. This would for example allow users to insert into views
they weren't supposed to have permission to insert into. We have therefore
they weren't supposed to have permission to insert into. We have therefore
reverted the 7.3.3 patch. The original bug will be fixed in
7.5
.
reverted the 7.3.3 patch. The original bug will be fixed in
8.0
.
</para></listitem>
</para></listitem>
<listitem><para>Repair incorrect order of operations in
<listitem><para>Repair incorrect order of operations in
GetNewTransactionId()</para>
GetNewTransactionId()</para>
...
...
src/backend/access/transam/xlog.c
View file @
fcbc4387
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.15
5 2004/08/04 16:25:02
tgl Exp $
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.15
6 2004/08/04 21:33:46
tgl Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -4588,7 +4588,7 @@ ReadCheckpointRecord(XLogRecPtr RecPtr,
...
@@ -4588,7 +4588,7 @@ ReadCheckpointRecord(XLogRecPtr RecPtr,
* instead). We need to initialize the local copies of ThisTimeLineID and
* instead). We need to initialize the local copies of ThisTimeLineID and
* RedoRecPtr.
* RedoRecPtr.
*
*
* Note: before Postgres
7.5
, we went to some effort to keep the postmaster
* Note: before Postgres
8.0
, we went to some effort to keep the postmaster
* process's copies of ThisTimeLineID and RedoRecPtr valid too. This was
* process's copies of ThisTimeLineID and RedoRecPtr valid too. This was
* unnecessary however, since the postmaster itself never touches XLOG anyway.
* unnecessary however, since the postmaster itself never touches XLOG anyway.
*/
*/
...
...
src/backend/catalog/catalog.c
View file @
fcbc4387
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/catalog/catalog.c,v 1.5
4 2004/06/21 04:06:05
tgl Exp $
* $PostgreSQL: pgsql/src/backend/catalog/catalog.c,v 1.5
5 2004/08/04 21:33:47
tgl Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -199,7 +199,7 @@ IsToastNamespace(Oid namespaceId)
...
@@ -199,7 +199,7 @@ IsToastNamespace(Oid namespaceId)
* True iff name starts with the pg_ prefix.
* True iff name starts with the pg_ prefix.
*
*
* For some classes of objects, the prefix pg_ is reserved for
* For some classes of objects, the prefix pg_ is reserved for
* system objects only. As of
7.5
, this is only true for
* system objects only. As of
8.0
, this is only true for
* schema and tablespace names.
* schema and tablespace names.
*/
*/
bool
bool
...
...
src/backend/commands/indexcmds.c
View file @
fcbc4387
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/commands/indexcmds.c,v 1.12
2 2004/06/18 06:13:23
tgl Exp $
* $PostgreSQL: pgsql/src/backend/commands/indexcmds.c,v 1.12
3 2004/08/04 21:33:48
tgl Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -539,7 +539,7 @@ GetIndexOpClass(List *opclass, Oid attrType,
...
@@ -539,7 +539,7 @@ GetIndexOpClass(List *opclass, Oid attrType,
* too for awhile. I'm starting to think we need a better approach.
* too for awhile. I'm starting to think we need a better approach.
* tgl 2000/10/01
* tgl 2000/10/01
*
*
* Release
7.5
removes bigbox_ops (which was dead code for a long while
* Release
8.0
removes bigbox_ops (which was dead code for a long while
* anyway). tgl 2003/11/11
* anyway). tgl 2003/11/11
*/
*/
if
(
list_length
(
opclass
)
==
1
)
if
(
list_length
(
opclass
)
==
1
)
...
...
src/backend/libpq/be-fsstubs.c
View file @
fcbc4387
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/libpq/be-fsstubs.c,v 1.7
1 2004/07/28 14:23:28
tgl Exp $
* $PostgreSQL: pgsql/src/backend/libpq/be-fsstubs.c,v 1.7
2 2004/08/04 21:33:49
tgl Exp $
*
*
* NOTES
* NOTES
* This should be moved to a more appropriate place. It is here
* This should be moved to a more appropriate place. It is here
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
* existing documented semantics of LO FDs: they're only good within a
* existing documented semantics of LO FDs: they're only good within a
* transaction.
* transaction.
*
*
* As of PostgreSQL
7.5
, much of the angst expressed above is no longer
* As of PostgreSQL
8.0
, much of the angst expressed above is no longer
* relevant, and in fact it'd be pretty easy to allow LO FDs to stay
* relevant, and in fact it'd be pretty easy to allow LO FDs to stay
* open across transactions. However backwards compatibility suggests
* open across transactions. However backwards compatibility suggests
* that we should stick to the status quo.
* that we should stick to the status quo.
...
...
src/backend/nodes/list.c
View file @
fcbc4387
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/nodes/list.c,v 1.
59 2004/06/01 06:02:12
tgl Exp $
* $PostgreSQL: pgsql/src/backend/nodes/list.c,v 1.
60 2004/08/04 21:33:51
tgl Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -251,7 +251,7 @@ lappend_cell_oid(List *list, ListCell *prev, Oid datum)
...
@@ -251,7 +251,7 @@ lappend_cell_oid(List *list, ListCell *prev, Oid datum)
* value, rather than continuing to use the pointer passed as the
* value, rather than continuing to use the pointer passed as the
* second argument.
* second argument.
*
*
* Caution: before Postgres
7.5
, the original List was unmodified and
* Caution: before Postgres
8.0
, the original List was unmodified and
* could be considered to retain its separate identity. This is no longer
* could be considered to retain its separate identity. This is no longer
* the case.
* the case.
*/
*/
...
...
src/backend/optimizer/path/costsize.c
View file @
fcbc4387
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/optimizer/path/costsize.c,v 1.13
1 2004/06/10 21:02:00
tgl Exp $
* $PostgreSQL: pgsql/src/backend/optimizer/path/costsize.c,v 1.13
2 2004/08/04 21:33:54
tgl Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -238,7 +238,7 @@ cost_nonsequential_access(double relpages)
...
@@ -238,7 +238,7 @@ cost_nonsequential_access(double relpages)
* tuples, but they won't reduce the number of tuples we have to fetch from
* tuples, but they won't reduce the number of tuples we have to fetch from
* the table, so they don't reduce the scan cost.
* the table, so they don't reduce the scan cost.
*
*
* NOTE: as of
7.5
, indexQuals is a list of RestrictInfo nodes, where formerly
* NOTE: as of
8.0
, indexQuals is a list of RestrictInfo nodes, where formerly
* it was a list of bare clause expressions.
* it was a list of bare clause expressions.
*/
*/
void
void
...
...
src/backend/optimizer/path/indxpath.c
View file @
fcbc4387
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/optimizer/path/indxpath.c,v 1.16
1 2004/06/01 04:47:45
tgl Exp $
* $PostgreSQL: pgsql/src/backend/optimizer/path/indxpath.c,v 1.16
2 2004/08/04 21:33:54
tgl Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -980,7 +980,7 @@ static const StrategyNumber
...
@@ -980,7 +980,7 @@ static const StrategyNumber
* operator class. We use the above operator implication table to be able to
* operator class. We use the above operator implication table to be able to
* derive implications between nonidentical clauses. (Note: "foo" is known
* derive implications between nonidentical clauses. (Note: "foo" is known
* immutable, and constants are surely immutable, but we have to check that
* immutable, and constants are surely immutable, but we have to check that
* the operators are too. As of
7.5
it's possible for opclasses to contain
* the operators are too. As of
8.0
it's possible for opclasses to contain
* operators that are merely stable, and we dare not make deductions with
* operators that are merely stable, and we dare not make deductions with
* these.)
* these.)
*
*
...
...
src/backend/optimizer/util/pathnode.c
View file @
fcbc4387
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/optimizer/util/pathnode.c,v 1.10
7 2004/06/01 03:03:02
tgl Exp $
* $PostgreSQL: pgsql/src/backend/optimizer/util/pathnode.c,v 1.10
8 2004/08/04 21:33:55
tgl Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -286,7 +286,7 @@ add_path(RelOptInfo *parent_rel, Path *new_path)
...
@@ -286,7 +286,7 @@ add_path(RelOptInfo *parent_rel, Path *new_path)
int
costcmp
;
int
costcmp
;
/*
/*
* As of Postgres
7.5
, we use fuzzy cost comparison to avoid wasting
* As of Postgres
8.0
, we use fuzzy cost comparison to avoid wasting
* cycles keeping paths that are really not significantly different
* cycles keeping paths that are really not significantly different
* in cost.
* in cost.
*/
*/
...
...
src/backend/po/ru.po
View file @
fcbc4387
# ru.po
# ru.po
# POSTGRES Translated Messages into the Russian Language (KOI8-R)
# POSTGRES Translated Messages into the Russian Language (KOI8-R)
#
#
# $Header: /cvsroot/pgsql/src/backend/po/Attic/ru.po,v 1.1
7 2004/07/02 15:07:10 petere
Exp $
# $Header: /cvsroot/pgsql/src/backend/po/Attic/ru.po,v 1.1
8 2004/08/04 21:33:57 tgl
Exp $
#
#
# ChangeLog:
# ChangeLog:
# - March 27 - June 24, 2004: updates for 7.4 -
7.5
branches; <mokhov@cs.concordia.ca>
# - March 27 - June 24, 2004: updates for 7.4 -
8.0
branches; <mokhov@cs.concordia.ca>
# - July - August 23, 2003: updates for 7.4.x; <mokhov@cs.concordia.ca>
# - July - August 23, 2003: updates for 7.4.x; <mokhov@cs.concordia.ca>
# - January 2, 2003: Fuzzy Fixes, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - January 2, 2003: Fuzzy Fixes, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - October 12, 2002: Post-7.3 beta 2, Fuzzy Fixes, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - October 12, 2002: Post-7.3 beta 2, Fuzzy Fixes, Serguei A. Mokhov <mokhov@cs.concordia.ca>
...
...
src/backend/po/sv.po
View file @
fcbc4387
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-06-25 15:07+0200\n"
"POT-Creation-Date: 2004-06-25 15:07+0200\n"
"PO-Revision-Date: 2004-06-27 11:33+0200\n"
"PO-Revision-Date: 2004-06-27 11:33+0200\n"
...
...
src/backend/po/zh_TW.po
View file @
fcbc4387
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2004-08-02 19:00-0300\n"
"POT-Creation-Date: 2004-08-02 19:00-0300\n"
"PO-Revision-Date: 2004-08-03 13:42+0800\n"
"PO-Revision-Date: 2004-08-03 13:42+0800\n"
"Last-Translator: Zhenbang Wei <forth@zbwei.net>\n"
"Last-Translator: Zhenbang Wei <forth@zbwei.net>\n"
...
...
src/backend/postmaster/bgwriter.c
View file @
fcbc4387
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
*
*
* bgwriter.c
* bgwriter.c
*
*
* The background writer (bgwriter) is new in Postgres
7.5
. It attempts
* The background writer (bgwriter) is new in Postgres
8.0
. It attempts
* to keep regular backends from having to write out dirty shared buffers
* to keep regular backends from having to write out dirty shared buffers
* (which they would only do when needing to free a shared buffer to read in
* (which they would only do when needing to free a shared buffer to read in
* another page). In the best scenario all writes from shared buffers will
* another page). In the best scenario all writes from shared buffers will
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/postmaster/bgwriter.c,v 1.
5 2004/08/04 16:24:26
tgl Exp $
* $PostgreSQL: pgsql/src/backend/postmaster/bgwriter.c,v 1.
6 2004/08/04 21:34:00
tgl Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
...
src/backend/utils/adt/float.c
View file @
fcbc4387
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/adt/float.c,v 1.10
5 2004/05/16 23:18:55 neilc
Exp $
* $PostgreSQL: pgsql/src/backend/utils/adt/float.c,v 1.10
6 2004/08/04 21:34:02 tgl
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -259,10 +259,10 @@ float4in(PG_FUNCTION_ARGS)
...
@@ -259,10 +259,10 @@ float4in(PG_FUNCTION_ARGS)
* Check for an empty-string input to begin with, to avoid
* Check for an empty-string input to begin with, to avoid
* the vagaries of strtod() on different platforms.
* the vagaries of strtod() on different platforms.
*
*
* In releases prior to
7.5
, we accepted an empty string as valid
* In releases prior to
8.0
, we accepted an empty string as valid
* input (yielding a float4 of 0). In
7.5
, we accept empty
* input (yielding a float4 of 0). In
8.0
, we accept empty
* strings, but emit a warning noting that the feature is
* strings, but emit a warning noting that the feature is
* deprecated. In
7.6
+, the warning should be replaced by an
* deprecated. In
8.1
+, the warning should be replaced by an
* error.
* error.
*/
*/
if
(
*
num
==
'\0'
)
if
(
*
num
==
'\0'
)
...
@@ -424,10 +424,10 @@ float8in(PG_FUNCTION_ARGS)
...
@@ -424,10 +424,10 @@ float8in(PG_FUNCTION_ARGS)
* Check for an empty-string input to begin with, to avoid
* Check for an empty-string input to begin with, to avoid
* the vagaries of strtod() on different platforms.
* the vagaries of strtod() on different platforms.
*
*
* In releases prior to
7.5
, we accepted an empty string as valid
* In releases prior to
8.0
, we accepted an empty string as valid
* input (yielding a float8 of 0). In
7.5
, we accept empty
* input (yielding a float8 of 0). In
8.0
, we accept empty
* strings, but emit a warning noting that the feature is
* strings, but emit a warning noting that the feature is
* deprecated. In
7.6
+, the warning should be replaced by an
* deprecated. In
8.1
+, the warning should be replaced by an
* error.
* error.
*/
*/
if
(
*
num
==
'\0'
)
if
(
*
num
==
'\0'
)
...
...
src/backend/utils/adt/oid.c
View file @
fcbc4387
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/adt/oid.c,v 1.5
6 2004/03/11 02:11:13 neilc
Exp $
* $PostgreSQL: pgsql/src/backend/utils/adt/oid.c,v 1.5
7 2004/08/04 21:34:02 tgl
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -34,10 +34,10 @@ oidin_subr(const char *funcname, const char *s, char **endloc)
...
@@ -34,10 +34,10 @@ oidin_subr(const char *funcname, const char *s, char **endloc)
Oid
result
;
Oid
result
;
/*
/*
* In releases prior to
7.5
, we accepted an empty string as valid
* In releases prior to
8.0
, we accepted an empty string as valid
* input (yielding an OID of 0). In
7.5
, we accept empty strings,
* input (yielding an OID of 0). In
8.0
, we accept empty strings,
* but emit a warning noting that the feature is deprecated. In
* but emit a warning noting that the feature is deprecated. In
*
7.6
+, the warning should be replaced by an error.
*
8.1
+, the warning should be replaced by an error.
*/
*/
if
(
*
s
==
'\0'
)
if
(
*
s
==
'\0'
)
ereport
(
WARNING
,
ereport
(
WARNING
,
...
...
src/backend/utils/adt/selfuncs.c
View file @
fcbc4387
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/adt/selfuncs.c,v 1.16
1 2004/06/11 01:09:04
tgl Exp $
* $PostgreSQL: pgsql/src/backend/utils/adt/selfuncs.c,v 1.16
2 2004/08/04 21:34:02
tgl Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -4294,7 +4294,7 @@ btcostestimate(PG_FUNCTION_ARGS)
...
@@ -4294,7 +4294,7 @@ btcostestimate(PG_FUNCTION_ARGS)
* from pg_statistic, estimate the index correlation as C for a single-
* from pg_statistic, estimate the index correlation as C for a single-
* column index, or C * 0.75 for multiple columns. (The idea here is
* column index, or C * 0.75 for multiple columns. (The idea here is
* that multiple columns dilute the importance of the first column's
* that multiple columns dilute the importance of the first column's
* ordering, but don't negate it entirely. Before
7.5
we divided the
* ordering, but don't negate it entirely. Before
8.0
we divided the
* correlation by the number of columns, but that seems too strong.)
* correlation by the number of columns, but that seems too strong.)
*/
*/
if
(
index
->
indexkeys
[
0
]
!=
0
)
if
(
index
->
indexkeys
[
0
]
!=
0
)
...
...
src/backend/utils/fmgr/funcapi.c
View file @
fcbc4387
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* Copyright (c) 2002-2003, PostgreSQL Global Development Group
* Copyright (c) 2002-2003, PostgreSQL Global Development Group
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/fmgr/funcapi.c,v 1.1
4 2004/04/01 21:28:45
tgl Exp $
* $PostgreSQL: pgsql/src/backend/utils/fmgr/funcapi.c,v 1.1
5 2004/08/04 21:34:03
tgl Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -106,7 +106,7 @@ per_MultiFuncCall(PG_FUNCTION_ARGS)
...
@@ -106,7 +106,7 @@ per_MultiFuncCall(PG_FUNCTION_ARGS)
* at the beginning of each call, the Slot will hold a dangling
* at the beginning of each call, the Slot will hold a dangling
* pointer to an already-recycled tuple. We clear it out here.
* pointer to an already-recycled tuple. We clear it out here.
*
*
* Note: use of retval->slot is obsolete as of
7.5
, and we expect that
* Note: use of retval->slot is obsolete as of
8.0
, and we expect that
* it will always be NULL. This is just here for backwards compatibility
* it will always be NULL. This is just here for backwards compatibility
* in case someone creates a slot anyway.
* in case someone creates a slot anyway.
*/
*/
...
...
src/backend/utils/mmgr/README
View file @
fcbc4387
$PostgreSQL: pgsql/src/backend/utils/mmgr/README,v 1.
7 2004/07/01 00:51:29
tgl Exp $
$PostgreSQL: pgsql/src/backend/utils/mmgr/README,v 1.
8 2004/08/04 21:34:04
tgl Exp $
Notes about memory allocation redesign
Notes about memory allocation redesign
--------------------------------------
--------------------------------------
...
@@ -66,7 +66,7 @@ return NULL, and it is not necessary or useful to test for such a result.
...
@@ -66,7 +66,7 @@ return NULL, and it is not necessary or useful to test for such a result.
* palloc(0) is explicitly a valid operation. It does not return a NULL
* palloc(0) is explicitly a valid operation. It does not return a NULL
pointer, but a valid chunk of which no bytes may be used. (However, the
pointer, but a valid chunk of which no bytes may be used. (However, the
chunk might later be repalloc'd larger; it can also be pfree'd without
chunk might later be repalloc'd larger; it can also be pfree'd without
error.) (Note: this behavior is new in Postgres
7.5
; earlier versions
error.) (Note: this behavior is new in Postgres
8.0
; earlier versions
disallowed palloc(0). It seems more consistent to allow it, however.)
disallowed palloc(0). It seems more consistent to allow it, however.)
Similarly, repalloc allows realloc'ing to zero size.
Similarly, repalloc allows realloc'ing to zero size.
...
...
src/bin/initdb/po/de.po
View file @
fcbc4387
...
@@ -3,11 +3,11 @@
...
@@ -3,11 +3,11 @@
#
#
# Use these quotes: %s
# Use these quotes: %s
#
#
# $PostgreSQL: pgsql/src/bin/initdb/po/de.po,v 1.
3 2003/12/02 10:24:37 petere
Exp $
# $PostgreSQL: pgsql/src/bin/initdb/po/de.po,v 1.
4 2004/08/04 21:34:06 tgl
Exp $
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2003-11-25 17:45+0100\n"
"POT-Creation-Date: 2003-11-25 17:45+0100\n"
"PO-Revision-Date: 2003-11-25 18:06+0100\n"
"PO-Revision-Date: 2003-11-25 18:06+0100\n"
"Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
"Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
...
...
src/bin/initdb/po/it.po
View file @
fcbc4387
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2003-12-11 01:23-0400\n"
"POT-Creation-Date: 2003-12-11 01:23-0400\n"
"PO-Revision-Date: 2003-12-11 20:32+0100\n"
"PO-Revision-Date: 2003-12-11 20:32+0100\n"
"Last-Translator: Fabrizio Mazzoni <veramente@libero.it>\n"
"Last-Translator: Fabrizio Mazzoni <veramente@libero.it>\n"
...
...
src/bin/initdb/po/pt_BR.po
View file @
fcbc4387
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2003-11-19 03:25-0200\n"
"POT-Creation-Date: 2003-11-19 03:25-0200\n"
"PO-Revision-Date: 2003-11-19 12:10-0200\n"
"PO-Revision-Date: 2003-11-19 12:10-0200\n"
"Last-Translator: Euler Taveira de Oliveira <euler@ufgnet.ufg.br>\n"
"Last-Translator: Euler Taveira de Oliveira <euler@ufgnet.ufg.br>\n"
...
...
src/bin/initdb/po/ru.po
View file @
fcbc4387
# ru.po
# ru.po
# INITDB Translated Messages into the Russian Language (KOI8-R)
# INITDB Translated Messages into the Russian Language (KOI8-R)
#
#
# $PostgreSQL: pgsql/src/bin/initdb/po/ru.po,v 1.
4 2004/06/10 17:16:17 petere
Exp $
# $PostgreSQL: pgsql/src/bin/initdb/po/ru.po,v 1.
5 2004/08/04 21:34:06 tgl
Exp $
#
#
# ChangeLog:
# ChangeLog:
# - March 27 - May 29, 2004: Initial Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - March 27 - May 29, 2004: Initial Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5.x
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2004-05-29 07:15-0300\n"
"POT-Creation-Date: 2004-05-29 07:15-0300\n"
"PO-Revision-Date: 2004-05-29 17:08-0500\n"
"PO-Revision-Date: 2004-05-29 17:08-0500\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n"
...
...
src/bin/initdb/po/sv.po
View file @
fcbc4387
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-06-25 09:38+0200\n"
"POT-Creation-Date: 2004-06-25 09:38+0200\n"
"PO-Revision-Date: 2004-06-25 09:42+0200\n"
"PO-Revision-Date: 2004-06-25 09:42+0200\n"
...
...
src/bin/initdb/po/zh_TW.po
View file @
fcbc4387
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2004-08-01 19:17-0300\n"
"POT-Creation-Date: 2004-08-01 19:17-0300\n"
"PO-Revision-Date: 2004-08-02 08:52+0800\n"
"PO-Revision-Date: 2004-08-02 08:52+0800\n"
"Last-Translator: Zhenbang Wei <forth@zbwei.net>\n"
"Last-Translator: Zhenbang Wei <forth@zbwei.net>\n"
...
...
src/bin/pg_controldata/po/ru.po
View file @
fcbc4387
# ru.po
# ru.po
# PG_CONTROLDATA Translated Messages into the Russian Language (KOI8-R)
# PG_CONTROLDATA Translated Messages into the Russian Language (KOI8-R)
#
#
# $PostgreSQL: pgsql/src/bin/pg_controldata/po/ru.po,v 1.
7 2004/04/15 08:04:05 petere
Exp $
# $PostgreSQL: pgsql/src/bin/pg_controldata/po/ru.po,v 1.
8 2004/08/04 21:34:08 tgl
Exp $
#
#
# ChangeLog:
# ChangeLog:
# - March 27, 2004: Update for
7.5
.*; <mokhov@cs.concordia.ca>
# - March 27, 2004: Update for
8.0
.*; <mokhov@cs.concordia.ca>
# - July 24 - August 23, 2003: Update for 7.4.*; <mokhov@cs.concordia.ca>
# - July 24 - August 23, 2003: Update for 7.4.*; <mokhov@cs.concordia.ca>
# - September 7, 2002: Complete post 7.3beta1 Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - September 7, 2002: Complete post 7.3beta1 Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - August 31, 2002: Initial Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - August 31, 2002: Initial Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5.x
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2004-03-27 14:11-0400\n"
"POT-Creation-Date: 2004-03-27 14:11-0400\n"
"PO-Revision-Date: 2004-03-27 14:05-0500\n"
"PO-Revision-Date: 2004-03-27 14:05-0500\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n"
...
...
src/bin/pg_controldata/po/zh_TW.po
View file @
fcbc4387
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2004-07-29 19:15-0300\n"
"POT-Creation-Date: 2004-07-29 19:15-0300\n"
"PO-Revision-Date: 2004-08-01 13:21+0800\n"
"PO-Revision-Date: 2004-08-01 13:21+0800\n"
"Last-Translator: Zhenbang Wei <forth@zbwei.net>\n"
"Last-Translator: Zhenbang Wei <forth@zbwei.net>\n"
...
...
src/bin/pg_ctl/po/ru.po
View file @
fcbc4387
# ru.po
# ru.po
# PG_CTL Translated Messages into the Russian Language (KOI8-R)
# PG_CTL Translated Messages into the Russian Language (KOI8-R)
#
#
# $Header: /cvsroot/pgsql/src/bin/pg_ctl/po/ru.po,v 1.
1 2004/06/10 02:59:22 momjian
Exp $
# $Header: /cvsroot/pgsql/src/bin/pg_ctl/po/ru.po,v 1.
2 2004/08/04 21:34:09 tgl
Exp $
#
#
# ChangeLog:
# ChangeLog:
# - May 29, 2004: Initial translation for
7.5
; Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - May 29, 2004: Initial translation for
8.0
; Serguei A. Mokhov <mokhov@cs.concordia.ca>
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5.x
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2004-05-29 20:53-0400\n"
"POT-Creation-Date: 2004-05-29 20:53-0400\n"
"PO-Revision-Date: 2004-05-29 21:57-0500\n"
"PO-Revision-Date: 2004-05-29 21:57-0500\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n"
...
...
src/bin/pg_ctl/po/sv.po
View file @
fcbc4387
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-06-25 10:40+0200\n"
"POT-Creation-Date: 2004-06-25 10:40+0200\n"
"PO-Revision-Date: 2004-06-25 11:46+0200\n"
"PO-Revision-Date: 2004-06-25 11:46+0200\n"
...
...
src/bin/pg_ctl/po/zh_TW.po
View file @
fcbc4387
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2004-07-29 19:16-0300\n"
"POT-Creation-Date: 2004-07-29 19:16-0300\n"
"PO-Revision-Date: 2004-08-01 13:21+0800\n"
"PO-Revision-Date: 2004-08-01 13:21+0800\n"
"Last-Translator: Zhenbang Wei <forth@zbwei.net>\n"
"Last-Translator: Zhenbang Wei <forth@zbwei.net>\n"
...
...
src/bin/pg_dump/pg_dump.c
View file @
fcbc4387
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
* by PostgreSQL
* by PostgreSQL
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.38
2 2004/08/04 17:13:03
tgl Exp $
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.38
3 2004/08/04 21:34:11
tgl Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -1185,7 +1185,7 @@ dumpDatabase(Archive *AH)
...
@@ -1185,7 +1185,7 @@ dumpDatabase(Archive *AH)
selectSourceSchema
(
"pg_catalog"
);
selectSourceSchema
(
"pg_catalog"
);
/* Get the database owner and parameters from pg_database */
/* Get the database owner and parameters from pg_database */
if
(
g_fout
->
remoteVersion
>=
705
00
)
if
(
g_fout
->
remoteVersion
>=
800
00
)
{
{
appendPQExpBuffer
(
dbQry
,
"SELECT tableoid, oid, "
appendPQExpBuffer
(
dbQry
,
"SELECT tableoid, oid, "
"(SELECT usename FROM pg_user WHERE usesysid = datdba) as dba, "
"(SELECT usename FROM pg_user WHERE usesysid = datdba) as dba, "
...
@@ -1525,7 +1525,7 @@ getNamespaces(int *numNamespaces)
...
@@ -1525,7 +1525,7 @@ getNamespaces(int *numNamespaces)
* we fetch all namespaces including system ones, so that every object
* we fetch all namespaces including system ones, so that every object
* we read in can be linked to a containing namespace.
* we read in can be linked to a containing namespace.
*/
*/
if
(
g_fout
->
remoteVersion
>=
705
00
)
if
(
g_fout
->
remoteVersion
>=
800
00
)
{
{
appendPQExpBuffer
(
query
,
"SELECT tableoid, oid, nspname, "
appendPQExpBuffer
(
query
,
"SELECT tableoid, oid, nspname, "
"(select usename from pg_user where nspowner = usesysid) as usename, "
"(select usename from pg_user where nspowner = usesysid) as usename, "
...
@@ -2372,7 +2372,7 @@ getTables(int *numTables)
...
@@ -2372,7 +2372,7 @@ getTables(int *numTables)
* columns, etc.
* columns, etc.
*/
*/
if
(
g_fout
->
remoteVersion
>=
705
00
)
if
(
g_fout
->
remoteVersion
>=
800
00
)
{
{
/*
/*
* Left join to pick up dependency info linking sequences to their
* Left join to pick up dependency info linking sequences to their
...
@@ -2726,7 +2726,7 @@ getIndexes(TableInfo tblinfo[], int numTables)
...
@@ -2726,7 +2726,7 @@ getIndexes(TableInfo tblinfo[], int numTables)
* one internal dependency.
* one internal dependency.
*/
*/
resetPQExpBuffer
(
query
);
resetPQExpBuffer
(
query
);
if
(
g_fout
->
remoteVersion
>=
705
00
)
if
(
g_fout
->
remoteVersion
>=
800
00
)
{
{
appendPQExpBuffer
(
query
,
appendPQExpBuffer
(
query
,
"SELECT t.tableoid, t.oid, "
"SELECT t.tableoid, t.oid, "
...
@@ -4522,7 +4522,7 @@ dumpBaseType(Archive *fout, TypeInfo *tinfo)
...
@@ -4522,7 +4522,7 @@ dumpBaseType(Archive *fout, TypeInfo *tinfo)
selectSourceSchema
(
tinfo
->
dobj
.
namespace
->
dobj
.
name
);
selectSourceSchema
(
tinfo
->
dobj
.
namespace
->
dobj
.
name
);
/* Fetch type-specific details */
/* Fetch type-specific details */
if
(
fout
->
remoteVersion
>=
705
00
)
if
(
fout
->
remoteVersion
>=
800
00
)
{
{
appendPQExpBuffer
(
query
,
"SELECT typlen, "
appendPQExpBuffer
(
query
,
"SELECT typlen, "
"typinput, typoutput, typreceive, typsend, "
"typinput, typoutput, typreceive, typsend, "
...
@@ -5129,7 +5129,7 @@ dumpFunc(Archive *fout, FuncInfo *finfo)
...
@@ -5129,7 +5129,7 @@ dumpFunc(Archive *fout, FuncInfo *finfo)
selectSourceSchema
(
finfo
->
dobj
.
namespace
->
dobj
.
name
);
selectSourceSchema
(
finfo
->
dobj
.
namespace
->
dobj
.
name
);
/* Fetch function-specific details */
/* Fetch function-specific details */
if
(
g_fout
->
remoteVersion
>=
705
00
)
if
(
g_fout
->
remoteVersion
>=
800
00
)
{
{
appendPQExpBuffer
(
query
,
appendPQExpBuffer
(
query
,
"SELECT proretset, prosrc, probin, "
"SELECT proretset, prosrc, probin, "
...
...
src/bin/pg_dump/pg_dumpall.c
View file @
fcbc4387
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
*
*
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.4
5 2004/07/19 21:39:48 momjian
Exp $
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.4
6 2004/08/04 21:34:12 tgl
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -282,7 +282,7 @@ main(int argc, char *argv[])
...
@@ -282,7 +282,7 @@ main(int argc, char *argv[])
/* Dump all users excluding the initdb user */
/* Dump all users excluding the initdb user */
dumpUsers
(
conn
,
false
);
dumpUsers
(
conn
,
false
);
dumpGroups
(
conn
);
dumpGroups
(
conn
);
if
(
server_version
>=
705
00
)
if
(
server_version
>=
800
00
)
dumpTablespaces
(
conn
);
dumpTablespaces
(
conn
);
if
(
!
globals_only
)
if
(
!
globals_only
)
dumpCreateDB
(
conn
);
dumpCreateDB
(
conn
);
...
@@ -571,7 +571,7 @@ dumpCreateDB(PGconn *conn)
...
@@ -571,7 +571,7 @@ dumpCreateDB(PGconn *conn)
printf
(
"--
\n
-- Database creation
\n
--
\n\n
"
);
printf
(
"--
\n
-- Database creation
\n
--
\n\n
"
);
if
(
server_version
>=
705
00
)
if
(
server_version
>=
800
00
)
res
=
executeQuery
(
conn
,
res
=
executeQuery
(
conn
,
"SELECT datname, "
"SELECT datname, "
"coalesce(usename, (select usename from pg_shadow where usesysid=(select datdba from pg_database where datname='template0'))), "
"coalesce(usename, (select usename from pg_shadow where usesysid=(select datdba from pg_database where datname='template0'))), "
...
...
src/bin/pg_dump/po/it.po
View file @
fcbc4387
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2003-12-11 01:23-0400\n"
"POT-Creation-Date: 2003-12-11 01:23-0400\n"
"PO-Revision-Date: 2003-12-11 19:56+0100\n"
"PO-Revision-Date: 2003-12-11 19:56+0100\n"
"Last-Translator: Fabrizio Mazzoni <veramente@libero.it>\n"
"Last-Translator: Fabrizio Mazzoni <veramente@libero.it>\n"
...
...
src/bin/pg_dump/po/ru.po
View file @
fcbc4387
# ru.po
# ru.po
# PG_DUMP Translated Messages into the Russian Language (KOI8-R)
# PG_DUMP Translated Messages into the Russian Language (KOI8-R)
#
#
# $PostgreSQL: pgsql/src/bin/pg_dump/po/ru.po,v 1.
9 2004/05/29 06:26:11 petere
Exp $
# $PostgreSQL: pgsql/src/bin/pg_dump/po/ru.po,v 1.
10 2004/08/04 21:34:13 tgl
Exp $
#
#
# ChangeLog:
# ChangeLog:
# - April 6 - May 28, 2004: Updates for
7.5.x
; <mokhov@cs.concordia.ca>
# - April 6 - May 28, 2004: Updates for
8.0
; <mokhov@cs.concordia.ca>
# - July 24 - October 5, 2003: Updates for 7.4.x; <mokhov@cs.concordia.ca>
# - July 24 - October 5, 2003: Updates for 7.4.x; <mokhov@cs.concordia.ca>
# - October 12, 2002: Post-7.3 beta 2, Fixes, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - October 12, 2002: Post-7.3 beta 2, Fixes, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - September 14, 2002: Post-7.3 beta 1, Take II, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - September 14, 2002: Post-7.3 beta 1, Take II, Serguei A. Mokhov <mokhov@cs.concordia.ca>
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5.x
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2004-05-28 01:37-0300\n"
"POT-Creation-Date: 2004-05-28 01:37-0300\n"
"PO-Revision-Date: 2004-05-28 01:42-0500\n"
"PO-Revision-Date: 2004-05-28 01:42-0500\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n"
...
...
src/bin/pg_dump/po/sv.po
View file @
fcbc4387
...
@@ -2,13 +2,13 @@
...
@@ -2,13 +2,13 @@
# Peter Eisentraut <peter_e@gmx.net>, 2001.
# Peter Eisentraut <peter_e@gmx.net>, 2001.
# Dennis Bjrklund <db@zigo.dhs.org>, 2002, 2003, 2004.
# Dennis Bjrklund <db@zigo.dhs.org>, 2002, 2003, 2004.
#
#
# $PostgreSQL: pgsql/src/bin/pg_dump/po/sv.po,v 1.1
5 2004/06/24 22:17:14 dennis
Exp $
# $PostgreSQL: pgsql/src/bin/pg_dump/po/sv.po,v 1.1
6 2004/08/04 21:34:13 tgl
Exp $
#
#
# Use these quotes: "%s"
# Use these quotes: "%s"
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-06-25 00:14+0200\n"
"POT-Creation-Date: 2004-06-25 00:14+0200\n"
"PO-Revision-Date: 2004-06-25 00:16+0200\n"
"PO-Revision-Date: 2004-06-25 00:16+0200\n"
...
...
src/bin/pg_dump/po/zh_TW.po
View file @
fcbc4387
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2004-07-29 19:16-0300\n"
"POT-Creation-Date: 2004-07-29 19:16-0300\n"
"PO-Revision-Date: 2004-08-01 13:22+0800\n"
"PO-Revision-Date: 2004-08-01 13:22+0800\n"
"Last-Translator: Zhenbang Wei <forth@zbwei.net>\n"
"Last-Translator: Zhenbang Wei <forth@zbwei.net>\n"
...
...
src/bin/pg_resetxlog/po/ru.po
View file @
fcbc4387
# ru.po
# ru.po
# PG_RESETXLOG Translated Messages into the Russian Language (KOI8-R)
# PG_RESETXLOG Translated Messages into the Russian Language (KOI8-R)
#
#
# $PostgreSQL: pgsql/src/bin/pg_resetxlog/po/ru.po,v 1.
7 2004/04/15 08:04:05 petere
Exp $
# $PostgreSQL: pgsql/src/bin/pg_resetxlog/po/ru.po,v 1.
8 2004/08/04 21:34:14 tgl
Exp $
#
#
# ChangeLog:
# ChangeLog:
# - April 6, 2004: Updates for
7.5.*
; <mokhov@cs.concordia.ca>
# - April 6, 2004: Updates for
8.0
; <mokhov@cs.concordia.ca>
# - July 24 - August 23, 2003: Updates for 7.4.*; <mokhov@cs.concordia.ca>
# - July 24 - August 23, 2003: Updates for 7.4.*; <mokhov@cs.concordia.ca>
# - October 12, 2002: Complete post-7.3beta2 Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - October 12, 2002: Complete post-7.3beta2 Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - September 7, 2002: Complete post-7.3beta1 Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - September 7, 2002: Complete post-7.3beta1 Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5.x
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2004-04-06 11:05-0300\n"
"POT-Creation-Date: 2004-04-06 11:05-0300\n"
"PO-Revision-Date: 2004-04-06 12:17-0500\n"
"PO-Revision-Date: 2004-04-06 12:17-0500\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n"
...
...
src/bin/pg_resetxlog/po/zh_TW.po
View file @
fcbc4387
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2004-07-29 19:16-0300\n"
"POT-Creation-Date: 2004-07-29 19:16-0300\n"
"PO-Revision-Date: 2004-08-01 13:22+0800\n"
"PO-Revision-Date: 2004-08-01 13:22+0800\n"
"Last-Translator: Zhenbang Wei <forth@zbwei.net>\n"
"Last-Translator: Zhenbang Wei <forth@zbwei.net>\n"
...
...
src/bin/psql/po/it.po
View file @
fcbc4387
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2004-05-07 13:08-0300\n"
"POT-Creation-Date: 2004-05-07 13:08-0300\n"
"PO-Revision-Date: 2004-05-20 18:34+0100\n"
"PO-Revision-Date: 2004-05-20 18:34+0100\n"
"Last-Translator: frank_lupo <frank_lupo@email.it>\n"
"Last-Translator: frank_lupo <frank_lupo@email.it>\n"
...
...
src/bin/psql/po/ru.po
View file @
fcbc4387
# ru.po
# ru.po
# PSQL Translated Messages into the Russian Language (KOI8-R)
# PSQL Translated Messages into the Russian Language (KOI8-R)
#
#
# $PostgreSQL: pgsql/src/bin/psql/po/ru.po,v 1.1
2 2004/05/29 06:26:12 petere
Exp $
# $PostgreSQL: pgsql/src/bin/psql/po/ru.po,v 1.1
3 2004/08/04 21:34:18 tgl
Exp $
#
#
# ChangeLog:
# ChangeLog:
# - March 27 - May 28, 2004: Updates for
7.5.*
; <mokhov@cs.concordia.ca>
# - March 27 - May 28, 2004: Updates for
8.0
; <mokhov@cs.concordia.ca>
# - July 26 - October 12, 2003: Update for 7.4.x; <mokhov@cs.concordia.ca>
# - July 26 - October 12, 2003: Update for 7.4.x; <mokhov@cs.concordia.ca>
# - October 12, 2002: Complete post-7.3beta2 Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - October 12, 2002: Complete post-7.3beta2 Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - September 7, 2002: Complete post-7.3beta1 Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - September 7, 2002: Complete post-7.3beta1 Translation, Serguei A. Mokhov <mokhov@cs.concordia.ca>
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5.x
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2004-05-28 01:39-0300\n"
"POT-Creation-Date: 2004-05-28 01:39-0300\n"
"PO-Revision-Date: 2004-05-28 01:31-0500\n"
"PO-Revision-Date: 2004-05-28 01:31-0500\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n"
...
...
src/bin/psql/po/zh_TW.po
View file @
fcbc4387
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2004-07-29 19:16-0300\n"
"POT-Creation-Date: 2004-07-29 19:16-0300\n"
"PO-Revision-Date: 2004-08-01 13:23+0800\n"
"PO-Revision-Date: 2004-08-01 13:23+0800\n"
"Last-Translator: Zhenbang Wei <forth@zbwei.net>\n"
"Last-Translator: Zhenbang Wei <forth@zbwei.net>\n"
...
...
src/bin/psql/psqlscan.l
View file @
fcbc4387
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/bin/psql/psqlscan.l,v 1.
5 2004/07/11 13:29:15 momjian
Exp $
* $PostgreSQL: pgsql/src/bin/psql/psqlscan.l,v 1.
6 2004/08/04 21:34:17 tgl
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -736,7 +736,7 @@ other .
...
@@ -736,7 +736,7 @@ other .
/*
/*
* The variable value is just emitted without any
* The variable value is just emitted without any
* further examination. This is consistent with the
* further examination. This is consistent with the
* pre-
7.5
code behavior, if not with the way that
* pre-
8.0
code behavior, if not with the way that
* variables are handled outside backslash commands.
* variables are handled outside backslash commands.
*/
*/
if (value)
if (value)
...
@@ -837,7 +837,7 @@ other .
...
@@ -837,7 +837,7 @@ other .
* unquoted backslash is end of command or next command,
* unquoted backslash is end of command or next command,
* do not eat
* do not eat
*
*
* (this was not the behavior pre-
7.5
, but it seems
* (this was not the behavior pre-
8.0
, but it seems
* consistent)
* consistent)
*/
*/
yyless(0);
yyless(0);
...
...
src/bin/scripts/po/ru.po
View file @
fcbc4387
# ru.po
# ru.po
# PGSCRIPTS Translated Messages into the Russian Language (KOI8-R)
# PGSCRIPTS Translated Messages into the Russian Language (KOI8-R)
#
#
# $PostgreSQL: pgsql/src/bin/scripts/po/ru.po,v 1.
5 2004/05/29 06:26:14 petere
Exp $
# $PostgreSQL: pgsql/src/bin/scripts/po/ru.po,v 1.
6 2004/08/04 21:34:20 tgl
Exp $
#
#
# To the new translator:
# To the new translator:
# PG Russian Translation Discussion Group: <http://groups.yahoo.com/group/pgsql-rus/>
# PG Russian Translation Discussion Group: <http://groups.yahoo.com/group/pgsql-rus/>
# PG Glossary: <http://www.sai.msu.su/~megera/oddmuse/index.cgi?Pgsql_Glossary>
# PG Glossary: <http://www.sai.msu.su/~megera/oddmuse/index.cgi?Pgsql_Glossary>
#
#
# ChangeLog:
# ChangeLog:
# - May 28, 2004: Updates for
7.5.*
; <mokhov@cs.concordia.ca>
# - May 28, 2004: Updates for
8.0
; <mokhov@cs.concordia.ca>
# - July 24 - August 25, 2003: Complete Initial Translation for 7.4.*; Serguei A. Mokhov, <mokhov@cs.concordia.ca>
# - July 24 - August 25, 2003: Complete Initial Translation for 7.4.*; Serguei A. Mokhov, <mokhov@cs.concordia.ca>
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5.x
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2004-03-27 14:12-0400\n"
"POT-Creation-Date: 2004-03-27 14:12-0400\n"
"PO-Revision-Date: 2003-08-25 12:26-0500\n"
"PO-Revision-Date: 2003-08-25 12:26-0500\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n"
...
...
src/bin/scripts/po/sv.po
View file @
fcbc4387
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"Report-Msgid-Bugs-To: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-06-25 09:44+0200\n"
"POT-Creation-Date: 2004-06-25 09:44+0200\n"
"PO-Revision-Date: 2004-06-25 10:12+0200\n"
"PO-Revision-Date: 2004-06-25 10:12+0200\n"
...
...
src/bin/scripts/po/zh_TW.po
View file @
fcbc4387
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2004-07-29 19:19-0300\n"
"POT-Creation-Date: 2004-07-29 19:19-0300\n"
"PO-Revision-Date: 2004-08-01 13:22+0800\n"
"PO-Revision-Date: 2004-08-01 13:22+0800\n"
"Last-Translator: Zhenbang Wei <forth@zbwei.net>\n"
"Last-Translator: Zhenbang Wei <forth@zbwei.net>\n"
...
...
src/include/catalog/pg_cast.h
View file @
fcbc4387
...
@@ -4,13 +4,13 @@
...
@@ -4,13 +4,13 @@
* definition of the system "type casts" relation (pg_cast)
* definition of the system "type casts" relation (pg_cast)
* along with the relation's initial contents.
* along with the relation's initial contents.
*
*
* As of Postgres
7.5
, pg_cast describes not only type coercion functions
* As of Postgres
8.0
, pg_cast describes not only type coercion functions
* but also length coercion functions.
* but also length coercion functions.
*
*
*
*
* Copyright (c) 2002-2003, PostgreSQL Global Development Group
* Copyright (c) 2002-2003, PostgreSQL Global Development Group
*
*
* $PostgreSQL: pgsql/src/include/catalog/pg_cast.h,v 1.1
2 2004/06/16 01:26:49
tgl Exp $
* $PostgreSQL: pgsql/src/include/catalog/pg_cast.h,v 1.1
3 2004/08/04 21:34:23
tgl Exp $
*
*
* NOTES
* NOTES
* the genbki.sh script reads this file and generates .bki
* the genbki.sh script reads this file and generates .bki
...
...
src/include/nodes/parsenodes.h
View file @
fcbc4387
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $PostgreSQL: pgsql/src/include/nodes/parsenodes.h,v 1.26
4 2004/08/02 04:28:29
tgl Exp $
* $PostgreSQL: pgsql/src/include/nodes/parsenodes.h,v 1.26
5 2004/08/04 21:34:24
tgl Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -277,7 +277,7 @@ typedef struct A_Indices
...
@@ -277,7 +277,7 @@ typedef struct A_Indices
* would be represented with a single A_Indirection node having a 4-element
* would be represented with a single A_Indirection node having a 4-element
* indirection list.
* indirection list.
*
*
* Note: as of Postgres
7.5
, we don't support arrays of composite values,
* Note: as of Postgres
8.0
, we don't support arrays of composite values,
* so cases in which a field select follows a subscript aren't actually
* so cases in which a field select follows a subscript aren't actually
* semantically legal. However the parser is prepared to handle such.
* semantically legal. However the parser is prepared to handle such.
*/
*/
...
...
src/include/nodes/relation.h
View file @
fcbc4387
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $PostgreSQL: pgsql/src/include/nodes/relation.h,v 1.9
6 2004/06/05 01:55:05
tgl Exp $
* $PostgreSQL: pgsql/src/include/nodes/relation.h,v 1.9
7 2004/08/04 21:34:24
tgl Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -355,7 +355,7 @@ typedef struct Path
...
@@ -355,7 +355,7 @@ typedef struct Path
* derived indexscannable conditions in 'indexquals'.
* derived indexscannable conditions in 'indexquals'.
*
*
* Both 'indexclauses' and 'indexquals' are lists of sublists of RestrictInfo
* Both 'indexclauses' and 'indexquals' are lists of sublists of RestrictInfo
* nodes. (Before
7.5
, we kept bare operator expressions in these lists, but
* nodes. (Before
8.0
, we kept bare operator expressions in these lists, but
* storing RestrictInfos is more efficient since selectivities can be cached.)
* storing RestrictInfos is more efficient since selectivities can be cached.)
*
*
* 'isjoininner' is TRUE if the path is a nestloop inner scan (that is,
* 'isjoininner' is TRUE if the path is a nestloop inner scan (that is,
...
...
src/include/pg_config.h.win32
View file @
fcbc4387
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
/*
/*
* Parts of pg_config.h that you get with autoconf on other systems
* Parts of pg_config.h that you get with autoconf on other systems
*/
*/
#define PG_VERSION "
7.5
"
#define PG_VERSION "
8.0
"
#define PG_VERSION_STR "
7.5
devel (win32)"
#define PG_VERSION_STR "
8.0
devel (win32)"
#define DEF_PGPORT 5432
#define DEF_PGPORT 5432
#define DEF_PGPORT_STR "5432"
#define DEF_PGPORT_STR "5432"
...
...
src/include/storage/bufpage.h
View file @
fcbc4387
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $PostgreSQL: pgsql/src/include/storage/bufpage.h,v 1.6
0 2004/07/21 22:31:26
tgl Exp $
* $PostgreSQL: pgsql/src/include/storage/bufpage.h,v 1.6
1 2004/08/04 21:34:25
tgl Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -134,7 +134,7 @@ typedef PageHeaderData *PageHeader;
...
@@ -134,7 +134,7 @@ typedef PageHeaderData *PageHeader;
/*
/*
* Page layout version number 0 is for pre-7.3 Postgres releases.
* Page layout version number 0 is for pre-7.3 Postgres releases.
* Releases 7.3 and 7.4 use 1, denoting a new HeapTupleHeader layout.
* Releases 7.3 and 7.4 use 1, denoting a new HeapTupleHeader layout.
* Release
7.5
changed the HeapTupleHeader layout again.
* Release
8.0
changed the HeapTupleHeader layout again.
*/
*/
#define PG_PAGE_LAYOUT_VERSION 2
#define PG_PAGE_LAYOUT_VERSION 2
...
...
src/interfaces/libpq/po/fr.po
View file @
fcbc4387
# French message translation file for libpq
# French message translation file for libpq
#
#
# $PostgreSQL: pgsql/src/interfaces/libpq/po/fr.po,v 1.
7 2004/01/13 18:58:41 petere
Exp $
# $PostgreSQL: pgsql/src/interfaces/libpq/po/fr.po,v 1.
8 2004/08/04 21:34:26 tgl
Exp $
#
#
# Use these quotes: «%s»
# Use these quotes: «%s»
# Peter Eisentraut <peter_e@gmx.net>, 2001.
# Peter Eisentraut <peter_e@gmx.net>, 2001.
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2004-01-13 01:24-0400\n"
"POT-Creation-Date: 2004-01-13 01:24-0400\n"
"PO-Revision-Date: 2004-01-13 16:26+0100\n"
"PO-Revision-Date: 2004-01-13 16:26+0100\n"
"Last-Translator: Jean-Michel Pouré <jm@poure.com>\n"
"Last-Translator: Jean-Michel Pouré <jm@poure.com>\n"
...
...
src/interfaces/libpq/po/ru.po
View file @
fcbc4387
# ru.po
# ru.po
# LIBPQ Translated Messages into the Russian Language (KOI8-R)
# LIBPQ Translated Messages into the Russian Language (KOI8-R)
#
#
# $PostgreSQL: pgsql/src/interfaces/libpq/po/ru.po,v 1.1
0 2004/04/05 09:13:43 petere
Exp $
# $PostgreSQL: pgsql/src/interfaces/libpq/po/ru.po,v 1.1
1 2004/08/04 21:34:26 tgl
Exp $
#
#
# ChangeLog:
# ChangeLog:
# - March 27, 2004: Update for
7.5.*
; <mokhov@cs.concordia.ca>
# - March 27, 2004: Update for
8.0
; <mokhov@cs.concordia.ca>
# - July 24 - October 5, 2003: Update for 7.4.*; <mokhov@cs.concordia.ca>
# - July 24 - October 5, 2003: Update for 7.4.*; <mokhov@cs.concordia.ca>
# - Januray 2, 2002: Completed SSL transaltion, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - Januray 2, 2002: Completed SSL transaltion, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - October 12, 2002: Post-7.3beta2 fuzzy translation fixes, Serguei A. Mokhov <mokhov@cs.concordia.ca>
# - October 12, 2002: Post-7.3beta2 fuzzy translation fixes, Serguei A. Mokhov <mokhov@cs.concordia.ca>
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5.x
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2004-03-27 14:12-0400\n"
"POT-Creation-Date: 2004-03-27 14:12-0400\n"
"PO-Revision-Date: 2003-10-05 11:35-0500\n"
"PO-Revision-Date: 2003-10-05 11:35-0500\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n"
"Last-Translator: Serguei A. Mokhov <mokhov@cs.concordia.ca>\n"
...
...
src/interfaces/libpq/po/zh_TW.po
View file @
fcbc4387
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#
#
msgid ""
msgid ""
msgstr ""
msgstr ""
"Project-Id-Version: PostgreSQL
7.5
\n"
"Project-Id-Version: PostgreSQL
8.0
\n"
"POT-Creation-Date: 2004-07-29 01:12-0300\n"
"POT-Creation-Date: 2004-07-29 01:12-0300\n"
"PO-Revision-Date: 2004-08-01 13:21+0800\n"
"PO-Revision-Date: 2004-08-01 13:21+0800\n"
"Last-Translator: Zhenbang Wei <forth@zbwei.net>\n"
"Last-Translator: Zhenbang Wei <forth@zbwei.net>\n"
...
...
src/pl/plpython/plpython.c
View file @
fcbc4387
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
* MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
* MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/pl/plpython/plpython.c,v 1.5
1 2004/07/31 20:55:45
tgl Exp $
* $PostgreSQL: pgsql/src/pl/plpython/plpython.c,v 1.5
2 2004/08/04 21:34:29
tgl Exp $
*
*
*********************************************************************
*********************************************************************
*/
*/
...
@@ -272,7 +272,7 @@ static PLyProcedure *PLy_last_procedure = NULL;
...
@@ -272,7 +272,7 @@ static PLyProcedure *PLy_last_procedure = NULL;
* interpreter returns to the calling function, we re-throw the error (even if
* interpreter returns to the calling function, we re-throw the error (even if
* Python thinks it trapped the error and doesn't return NULL). Eventually
* Python thinks it trapped the error and doesn't return NULL). Eventually
* this ought to be improved to let Python code really truly trap the error,
* this ought to be improved to let Python code really truly trap the error,
* but that's more of a change from the pre-
7.5
semantics than I have time for
* but that's more of a change from the pre-
8.0
semantics than I have time for
* now --- it will only be possible if the callback query is executed inside a
* now --- it will only be possible if the callback query is executed inside a
* subtransaction.
* subtransaction.
*/
*/
...
...
src/pl/tcl/pltcl.c
View file @
fcbc4387
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
* ENHANCEMENTS, OR MODIFICATIONS.
* ENHANCEMENTS, OR MODIFICATIONS.
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/pl/tcl/pltcl.c,v 1.8
8 2004/07/31 20:55:45
tgl Exp $
* $PostgreSQL: pgsql/src/pl/tcl/pltcl.c,v 1.8
9 2004/08/04 21:34:32
tgl Exp $
*
*
**********************************************************************/
**********************************************************************/
...
@@ -146,7 +146,7 @@ static FunctionCallInfo pltcl_current_fcinfo = NULL;
...
@@ -146,7 +146,7 @@ static FunctionCallInfo pltcl_current_fcinfo = NULL;
* returns to the calling function, we re-throw the error (even if Tcl
* returns to the calling function, we re-throw the error (even if Tcl
* thinks it trapped the error and doesn't return TCL_ERROR). Eventually
* thinks it trapped the error and doesn't return TCL_ERROR). Eventually
* this ought to be improved to let Tcl code really truly trap the error,
* this ought to be improved to let Tcl code really truly trap the error,
* but that's more of a change from the pre-
7.5
semantics than I have time
* but that's more of a change from the pre-
8.0
semantics than I have time
* for now --- it will only be possible if the callback query is executed
* for now --- it will only be possible if the callback query is executed
* inside a subtransaction.
* inside a subtransaction.
*/
*/
...
...
src/test/regress/expected/foreign_key.out
View file @
fcbc4387
...
@@ -1103,7 +1103,7 @@ FOREIGN KEY (x1) REFERENCES pktable(id3);
...
@@ -1103,7 +1103,7 @@ FOREIGN KEY (x1) REFERENCES pktable(id3);
-- text is compatible with varchar
-- text is compatible with varchar
ALTER TABLE fktable ADD CONSTRAINT fk_4_2
ALTER TABLE fktable ADD CONSTRAINT fk_4_2
FOREIGN KEY (x4) REFERENCES pktable(id2);
FOREIGN KEY (x4) REFERENCES pktable(id2);
-- int2 is part of int4 opclass as of
7.5
-- int2 is part of int4 opclass as of
8.0
ALTER TABLE fktable ADD CONSTRAINT fk_5_1
ALTER TABLE fktable ADD CONSTRAINT fk_5_1
FOREIGN KEY (x5) REFERENCES pktable(id1);
FOREIGN KEY (x5) REFERENCES pktable(id1);
-- check multikey cases, especially out-of-order column lists
-- check multikey cases, especially out-of-order column lists
...
...
src/test/regress/expected/opr_sanity.out
View file @
fcbc4387
...
@@ -792,7 +792,7 @@ WHERE p1.amopopr = p2.oid AND
...
@@ -792,7 +792,7 @@ WHERE p1.amopopr = p2.oid AND
(0 rows)
(0 rows)
-- Check that operator input types match the opclass
-- Check that operator input types match the opclass
-- For
7.5
, we require that oprleft match opcintype (possibly by coercion).
-- For
8.0
, we require that oprleft match opcintype (possibly by coercion).
-- When amopsubtype is zero (default), oprright must equal oprleft;
-- When amopsubtype is zero (default), oprright must equal oprleft;
-- when amopsubtype is not zero, oprright must equal amopsubtype.
-- when amopsubtype is not zero, oprright must equal amopsubtype.
SELECT p1.amopclaid, p1.amopopr, p2.oid, p2.oprname, p3.opcname
SELECT p1.amopclaid, p1.amopopr, p2.oid, p2.oprname, p3.opcname
...
...
src/test/regress/expected/type_sanity.out
View file @
fcbc4387
...
@@ -56,7 +56,7 @@ WHERE (p1.typtype = 'c' AND p1.typrelid = 0) OR
...
@@ -56,7 +56,7 @@ WHERE (p1.typtype = 'c' AND p1.typrelid = 0) OR
(0 rows)
(0 rows)
-- Look for basic types that don't have an array type.
-- Look for basic types that don't have an array type.
-- NOTE: as of
7.5
, this check finds smgr and unknown.
-- NOTE: as of
8.0
, this check finds smgr and unknown.
SELECT p1.oid, p1.typname
SELECT p1.oid, p1.typname
FROM pg_type as p1
FROM pg_type as p1
WHERE p1.typtype in ('b') AND p1.typname NOT LIKE '\\_%' AND NOT EXISTS
WHERE p1.typtype in ('b') AND p1.typname NOT LIKE '\\_%' AND NOT EXISTS
...
@@ -92,7 +92,7 @@ WHERE p1.typinput = p2.oid AND p1.typtype in ('b', 'p') AND NOT
...
@@ -92,7 +92,7 @@ WHERE p1.typinput = p2.oid AND p1.typtype in ('b', 'p') AND NOT
-----+---------+-----+---------
-----+---------+-----+---------
(0 rows)
(0 rows)
-- As of
7.5
, this check finds refcursor, which is borrowing
-- As of
8.0
, this check finds refcursor, which is borrowing
-- other types' I/O routines
-- other types' I/O routines
SELECT p1.oid, p1.typname, p2.oid, p2.proname
SELECT p1.oid, p1.typname, p2.oid, p2.proname
FROM pg_type AS p1, pg_proc AS p2
FROM pg_type AS p1, pg_proc AS p2
...
@@ -116,7 +116,7 @@ WHERE p1.typinput = p2.oid AND p1.typtype in ('b', 'p') AND
...
@@ -116,7 +116,7 @@ WHERE p1.typinput = p2.oid AND p1.typtype in ('b', 'p') AND
(0 rows)
(0 rows)
-- Check for bogus typoutput routines
-- Check for bogus typoutput routines
-- As of
7.5
, this check finds refcursor, which is borrowing
-- As of
8.0
, this check finds refcursor, which is borrowing
-- other types' I/O routines
-- other types' I/O routines
SELECT p1.oid, p1.typname, p2.oid, p2.proname
SELECT p1.oid, p1.typname, p2.oid, p2.proname
FROM pg_type AS p1, pg_proc AS p2
FROM pg_type AS p1, pg_proc AS p2
...
...
src/test/regress/expected/without_oid.out
View file @
fcbc4387
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
-- This test tries to verify that WITHOUT OIDS actually saves space.
-- This test tries to verify that WITHOUT OIDS actually saves space.
-- On machines where MAXALIGN is 8, WITHOUT OIDS may or may not save any
-- On machines where MAXALIGN is 8, WITHOUT OIDS may or may not save any
-- space, depending on the size of the tuple header + null bitmap.
-- space, depending on the size of the tuple header + null bitmap.
-- As of
7.5
we need a 9-bit null bitmap to force the difference to appear.
-- As of
8.0
we need a 9-bit null bitmap to force the difference to appear.
--
--
CREATE TABLE wi (i INT,
CREATE TABLE wi (i INT,
n1 int, n2 int, n3 int, n4 int,
n1 int, n2 int, n3 int, n4 int,
...
...
src/test/regress/sql/foreign_key.sql
View file @
fcbc4387
...
@@ -750,7 +750,7 @@ FOREIGN KEY (x1) REFERENCES pktable(id3);
...
@@ -750,7 +750,7 @@ FOREIGN KEY (x1) REFERENCES pktable(id3);
ALTER
TABLE
fktable
ADD
CONSTRAINT
fk_4_2
ALTER
TABLE
fktable
ADD
CONSTRAINT
fk_4_2
FOREIGN
KEY
(
x4
)
REFERENCES
pktable
(
id2
);
FOREIGN
KEY
(
x4
)
REFERENCES
pktable
(
id2
);
-- int2 is part of int4 opclass as of
7.5
-- int2 is part of int4 opclass as of
8.0
ALTER
TABLE
fktable
ADD
CONSTRAINT
fk_5_1
ALTER
TABLE
fktable
ADD
CONSTRAINT
fk_5_1
FOREIGN
KEY
(
x5
)
REFERENCES
pktable
(
id1
);
FOREIGN
KEY
(
x5
)
REFERENCES
pktable
(
id1
);
...
...
src/test/regress/sql/opr_sanity.sql
View file @
fcbc4387
...
@@ -642,7 +642,7 @@ WHERE p1.amopopr = p2.oid AND
...
@@ -642,7 +642,7 @@ WHERE p1.amopopr = p2.oid AND
(
p2
.
oprrest
=
0
OR
p2
.
oprjoin
=
0
);
(
p2
.
oprrest
=
0
OR
p2
.
oprjoin
=
0
);
-- Check that operator input types match the opclass
-- Check that operator input types match the opclass
-- For
7.5
, we require that oprleft match opcintype (possibly by coercion).
-- For
8.0
, we require that oprleft match opcintype (possibly by coercion).
-- When amopsubtype is zero (default), oprright must equal oprleft;
-- When amopsubtype is zero (default), oprright must equal oprleft;
-- when amopsubtype is not zero, oprright must equal amopsubtype.
-- when amopsubtype is not zero, oprright must equal amopsubtype.
...
...
src/test/regress/sql/type_sanity.sql
View file @
fcbc4387
...
@@ -50,7 +50,7 @@ WHERE (p1.typtype = 'c' AND p1.typrelid = 0) OR
...
@@ -50,7 +50,7 @@ WHERE (p1.typtype = 'c' AND p1.typrelid = 0) OR
(
p1
.
typtype
!=
'c'
AND
p1
.
typrelid
!=
0
);
(
p1
.
typtype
!=
'c'
AND
p1
.
typrelid
!=
0
);
-- Look for basic types that don't have an array type.
-- Look for basic types that don't have an array type.
-- NOTE: as of
7.5
, this check finds smgr and unknown.
-- NOTE: as of
8.0
, this check finds smgr and unknown.
SELECT
p1
.
oid
,
p1
.
typname
SELECT
p1
.
oid
,
p1
.
typname
FROM
pg_type
as
p1
FROM
pg_type
as
p1
...
@@ -78,7 +78,7 @@ WHERE p1.typinput = p2.oid AND p1.typtype in ('b', 'p') AND NOT
...
@@ -78,7 +78,7 @@ WHERE p1.typinput = p2.oid AND p1.typtype in ('b', 'p') AND NOT
p2
.
proargtypes
[
1
]
=
'oid'
::
regtype
AND
p2
.
proargtypes
[
1
]
=
'oid'
::
regtype
AND
p2
.
proargtypes
[
2
]
=
'int4'
::
regtype
));
p2
.
proargtypes
[
2
]
=
'int4'
::
regtype
));
-- As of
7.5
, this check finds refcursor, which is borrowing
-- As of
8.0
, this check finds refcursor, which is borrowing
-- other types' I/O routines
-- other types' I/O routines
SELECT
p1
.
oid
,
p1
.
typname
,
p2
.
oid
,
p2
.
proname
SELECT
p1
.
oid
,
p1
.
typname
,
p2
.
oid
,
p2
.
proname
FROM
pg_type
AS
p1
,
pg_proc
AS
p2
FROM
pg_type
AS
p1
,
pg_proc
AS
p2
...
@@ -96,7 +96,7 @@ WHERE p1.typinput = p2.oid AND p1.typtype in ('b', 'p') AND
...
@@ -96,7 +96,7 @@ WHERE p1.typinput = p2.oid AND p1.typtype in ('b', 'p') AND
-- Check for bogus typoutput routines
-- Check for bogus typoutput routines
-- As of
7.5
, this check finds refcursor, which is borrowing
-- As of
8.0
, this check finds refcursor, which is borrowing
-- other types' I/O routines
-- other types' I/O routines
SELECT
p1
.
oid
,
p1
.
typname
,
p2
.
oid
,
p2
.
proname
SELECT
p1
.
oid
,
p1
.
typname
,
p2
.
oid
,
p2
.
proname
FROM
pg_type
AS
p1
,
pg_proc
AS
p2
FROM
pg_type
AS
p1
,
pg_proc
AS
p2
...
...
src/test/regress/sql/without_oid.sql
View file @
fcbc4387
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
-- This test tries to verify that WITHOUT OIDS actually saves space.
-- This test tries to verify that WITHOUT OIDS actually saves space.
-- On machines where MAXALIGN is 8, WITHOUT OIDS may or may not save any
-- On machines where MAXALIGN is 8, WITHOUT OIDS may or may not save any
-- space, depending on the size of the tuple header + null bitmap.
-- space, depending on the size of the tuple header + null bitmap.
-- As of
7.5
we need a 9-bit null bitmap to force the difference to appear.
-- As of
8.0
we need a 9-bit null bitmap to force the difference to appear.
--
--
CREATE
TABLE
wi
(
i
INT
,
CREATE
TABLE
wi
(
i
INT
,
n1
int
,
n2
int
,
n3
int
,
n4
int
,
n1
int
,
n2
int
,
n3
int
,
n4
int
,
...
...
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