users/bernd/postgres.git
20 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 14 Jan 2005 17:47:49 +0000 (17:47 +0000)]
Add files from parent branch HEAD:
src/port/exec.c

20 years agoAdd missing gettext() calls in find_my_exec(). It's probably too late
Tom Lane [Fri, 14 Jan 2005 17:47:49 +0000 (17:47 +0000)]
Add missing gettext() calls in find_my_exec().  It's probably too late
to get these strings translated, but we may as well have them be
translatable as not.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 14 Jan 2005 16:25:42 +0000 (16:25 +0000)]
Add files from parent branch HEAD:
src/pl/plperl/plperl.c

20 years agoplperl trigger handler tried to fetch new/old tuples even when fired
Tom Lane [Fri, 14 Jan 2005 16:25:42 +0000 (16:25 +0000)]
plperl trigger handler tried to fetch new/old tuples even when fired
as a statement trigger :-(.  Per report from Sokolov Yura.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 14 Jan 2005 08:57:06 +0000 (08:57 +0000)]
Add files from parent branch HEAD:
src/bin/pg_controldata/nls.mk
src/interfaces/libpq/nls.mk

20 years agoTranslation updates
Peter Eisentraut [Fri, 14 Jan 2005 08:57:06 +0000 (08:57 +0000)]
Translation updates

20 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 14 Jan 2005 01:16:52 +0000 (01:16 +0000)]
Add files from parent branch HEAD:
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/create_opclass.sgml

20 years agoIncorporate examples and doc patches from Mark Kirkwood and David Fetter.
Tom Lane [Fri, 14 Jan 2005 01:16:52 +0000 (01:16 +0000)]
Incorporate examples and doc patches from Mark Kirkwood and David Fetter.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 14 Jan 2005 00:25:56 +0000 (00:25 +0000)]
Add files from parent branch HEAD:
doc/src/sgml/libpq.sgml
doc/src/sgml/ref/psql-ref.sgml
src/interfaces/libpq/fe-connect.c

20 years agoChange Win32 client configuration files from *.txt to *.conf.
Bruce Momjian [Fri, 14 Jan 2005 00:25:56 +0000 (00:25 +0000)]
Change Win32 client configuration files from *.txt to *.conf.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 13 Jan 2005 23:07:34 +0000 (23:07 +0000)]
Add files from parent branch HEAD:
src/pl/plpgsql/src/pl_exec.c

20 years agoChange exec_eval_simple_expr's param list allocation call from
Tom Lane [Thu, 13 Jan 2005 23:07:34 +0000 (23:07 +0000)]
Change exec_eval_simple_expr's param list allocation call from
MemoryContextAllocZero back to MemoryContextAlloc, same as it was in 7.4.
The zeroing is unnecessary since all the meaningful fields are filled in
just below.  I had made it do that out of neatnik-ism, but some testing
with an example provided by Pavel Stehule showed that the zeroing was
accounting for about 5% of the runtime in a compute-intensive plpgsql
function.  That seems a bit high of a price for neatnik-ism...

20 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 13 Jan 2005 21:24:40 +0000 (21:24 +0000)]
Add files from parent branch HEAD:
src/bin/initdb/po/ru.po
src/bin/pg_config/po/ru.po
src/bin/pg_controldata/po/ru.po
src/bin/pg_ctl/po/ru.po
src/bin/pg_dump/po/ru.po
src/bin/pg_resetxlog/po/ru.po
src/bin/psql/po/ru.po
src/bin/scripts/po/ru.po
src/interfaces/libpq/po/ru.po

20 years agoTranslation updates
Peter Eisentraut [Thu, 13 Jan 2005 21:24:40 +0000 (21:24 +0000)]
Translation updates

20 years agoUpdate supported platforms list.
Peter Eisentraut [Thu, 13 Jan 2005 21:13:33 +0000 (21:13 +0000)]
Update supported platforms list.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 13 Jan 2005 19:06:37 +0000 (19:06 +0000)]
Add files from parent branch HEAD:
src/bin/pg_resetxlog/po/es.po

20 years agoTranslation updates
Peter Eisentraut [Thu, 13 Jan 2005 19:06:37 +0000 (19:06 +0000)]
Translation updates

20 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 13 Jan 2005 18:23:22 +0000 (18:23 +0000)]
Add files from parent branch HEAD:
src/Makefile
src/tutorial/Makefile

20 years agoAdjust src/tutorial Makefile so that it can use pgxs. This allows the
Tom Lane [Thu, 13 Jan 2005 18:23:22 +0000 (18:23 +0000)]
Adjust src/tutorial Makefile so that it can use pgxs.  This allows the
tutorial to be used without necessarily having a configured source tree.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 13 Jan 2005 17:19:10 +0000 (17:19 +0000)]
Add files from parent branch HEAD:
src/backend/parser/parse_target.c
src/backend/utils/adt/ruleutils.c

20 years agoget_names_for_var didn't do recursion for unnamed JOIN vars quite right;
Tom Lane [Thu, 13 Jan 2005 17:19:10 +0000 (17:19 +0000)]
get_names_for_var didn't do recursion for unnamed JOIN vars quite right;
got it wrong when the JOIN was in an outer query level.  Per example from
Laurie Burrow.  Also fix same issue in markTargetListOrigin.  I think the
latter is only a latent bug since we currently don't apply markTargetListOrigin
except at the outer level ... but should do it right anyway.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 13 Jan 2005 03:08:14 +0000 (03:08 +0000)]
Add files from parent branch HEAD:
doc/FAQ_japanese
doc/src/FAQ/FAQ_japanese.html

20 years agoUpdate of Japanese FAQ.
Bruce Momjian [Thu, 13 Jan 2005 03:08:14 +0000 (03:08 +0000)]
Update of Japanese FAQ.

Jun Kuwamura

20 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 13 Jan 2005 01:40:13 +0000 (01:40 +0000)]
Add files from parent branch HEAD:
src/backend/utils/adt/formatting.c

20 years agoRemove unportable assumption that it's okay to use the target buffer
Tom Lane [Thu, 13 Jan 2005 01:40:13 +0000 (01:40 +0000)]
Remove unportable assumption that it's okay to use the target buffer
of an sprintf() as a source string.  Demonstrably does not work with
recent gcc and/or glibc on some platforms.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Wed, 12 Jan 2005 21:37:54 +0000 (21:37 +0000)]
Add files from parent branch HEAD:
src/backend/libpq/auth.c
src/interfaces/libpq/fe-auth.c

20 years agoAdd conditional inclusion of <com_err.h> to support old 'heimdal'
Tom Lane [Wed, 12 Jan 2005 21:37:54 +0000 (21:37 +0000)]
Add conditional inclusion of <com_err.h> to support old 'heimdal'
version of Kerberos.  Per report from Reinhard Max.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Wed, 12 Jan 2005 17:32:36 +0000 (17:32 +0000)]
Add files from parent branch HEAD:
src/backend/parser/parse_expr.c

20 years agoRe-allow an untyped literal as the test expression of a CASE, ie
Tom Lane [Wed, 12 Jan 2005 17:32:36 +0000 (17:32 +0000)]
Re-allow an untyped literal as the test expression of a CASE, ie
CASE 'a' WHEN 'a' THEN 1 ELSE 2 END.  This worked in 7.4 and before
but had been broken due to premature freezing of the type of the test
expression.  Per gripe from GÄbor SzÃcs.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Wed, 12 Jan 2005 16:38:17 +0000 (16:38 +0000)]
Add files from parent branch HEAD:
src/backend/libpq/pqcomm.c
src/backend/postmaster/postmaster.c

20 years agoIncrease MAXLISTEN to a more generous value, and add an error message
Tom Lane [Wed, 12 Jan 2005 16:38:17 +0000 (16:38 +0000)]
Increase MAXLISTEN to a more generous value, and add an error message
telling when it has been exceeded.  Per trouble report from
Jean-GÅrard Pailloncy.

20 years agoEnsure that the test postmaster started by 'make check' listens to as
Tom Lane [Wed, 12 Jan 2005 16:19:51 +0000 (16:19 +0000)]
Ensure that the test postmaster started by 'make check' listens to as
few 'listen_addresses' as possible --- on most systems, none at all,
just the Unix socket.  This avoids spurious check failures due to bogus
DNS setups, and is probably a good idea from a security standpoint anyway.
Per trouble report from Jean-GÅrard Pailloncy.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Tue, 11 Jan 2005 18:34:41 +0000 (18:34 +0000)]
Add files from parent branch HEAD:
src/backend/utils/adt/datetime.c
src/interfaces/ecpg/pgtypeslib/interval.c

20 years agointerval_out failed to mention 'ago' for negative intervals in SQL and
Tom Lane [Tue, 11 Jan 2005 18:34:41 +0000 (18:34 +0000)]
interval_out failed to mention 'ago' for negative intervals in SQL and
GERMAN datestyles.  Ancient bug reported by Terry Lee Tucker.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Tue, 11 Jan 2005 17:55:25 +0000 (17:55 +0000)]
Add files from parent branch HEAD:
src/bin/pg_dump/pg_dump.c

20 years agoFix tracking of dump-order dependencies for stand-alone composite types.
Tom Lane [Tue, 11 Jan 2005 17:55:25 +0000 (17:55 +0000)]
Fix tracking of dump-order dependencies for stand-alone composite types.
Per report from Robert Koepferl.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Tue, 11 Jan 2005 16:07:55 +0000 (16:07 +0000)]
Add files from parent branch HEAD:
contrib/tsearch2/ispell/spell.c
contrib/tsearch2/ispell/spell.h

20 years agoFixes:
Teodor Sigaev [Tue, 11 Jan 2005 16:07:55 +0000 (16:07 +0000)]
Fixes:
1 Report error message instead of do nothing in case of error in regex
2 Malloced storage for mask, find and repl part of Affix. This parts may be
  large enough in real life (for example in czech, thanks to moje <moje@kalhotky.net>)

20 years agoplperl was not being quite paranoid enough about detecting 'undef' values
Tom Lane [Tue, 11 Jan 2005 06:08:45 +0000 (06:08 +0000)]
plperl was not being quite paranoid enough about detecting 'undef' values
returned by Perl.  Per report from Nicolas Addington.

20 years agoup release to rc5
PostgreSQL Daemon [Tue, 11 Jan 2005 05:29:21 +0000 (05:29 +0000)]
up release to rc5

20 years agoAdd files from parent branch HEAD:
branch-fixup [Tue, 11 Jan 2005 05:14:13 +0000 (05:14 +0000)]
Add files from parent branch HEAD:
src/bin/pg_dump/pg_backup_archiver.c

20 years agoClean up pg_dump's handling of ownership for indexes (including
Tom Lane [Tue, 11 Jan 2005 05:14:13 +0000 (05:14 +0000)]
Clean up pg_dump's handling of ownership for indexes (including
pkey/unique constraint indexes) and schemas.  Per report from
Michael Fuhr.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Mon, 10 Jan 2005 21:57:19 +0000 (21:57 +0000)]
Add files from parent branch HEAD:
src/backend/utils/cache/inval.c
src/include/storage/sinval.h

20 years agoSeparate the functions of relcache entry flush and smgr cache entry flush
Tom Lane [Mon, 10 Jan 2005 21:57:19 +0000 (21:57 +0000)]
Separate the functions of relcache entry flush and smgr cache entry flush
so that we can get the size of a shared inval message back down to what it
was in 7.4 (and simplify the logic too).  Phase 2 of fixing the
'SMgrRelation hashtable corrupted' problem.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Mon, 10 Jan 2005 20:02:24 +0000 (20:02 +0000)]
Add files from parent branch HEAD:
src/backend/access/transam/xlogutils.c
src/backend/catalog/heap.c
src/backend/catalog/index.c
src/backend/commands/tablecmds.c
src/backend/postmaster/bgwriter.c
src/backend/rewrite/rewriteDefine.c
src/backend/storage/buffer/bufmgr.c
src/backend/storage/buffer/localbuf.c
src/backend/storage/smgr/smgr.c
src/backend/utils/cache/relcache.c
src/include/storage/smgr.h
src/include/utils/rel.h
src/include/utils/relcache.h

20 years agoPhase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This
Tom Lane [Mon, 10 Jan 2005 20:02:24 +0000 (20:02 +0000)]
Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem.  This
is the minimum required fix.  I want to look next at taking advantage of
it by simplifying the message semantics in the shared inval message queue,
but that part can be held over for 8.1 if it turns out too ugly.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Mon, 10 Jan 2005 12:58:30 +0000 (12:58 +0000)]
Add files from parent branch HEAD:
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/preproc/preproc.y

20 years agoFixed segfault in adjust_informix due to missing varchar type.
Michael Meskes [Mon, 10 Jan 2005 12:58:30 +0000 (12:58 +0000)]
Fixed segfault in adjust_informix due to missing varchar type.

20 years agoUpdate supported platforms list.
Peter Eisentraut [Mon, 10 Jan 2005 09:01:04 +0000 (09:01 +0000)]
Update supported platforms list.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Mon, 10 Jan 2005 08:21:43 +0000 (08:21 +0000)]
Add files from parent branch HEAD:
doc/bug.template

20 years agoSmall polishing of bug reporting template
Peter Eisentraut [Mon, 10 Jan 2005 08:21:43 +0000 (08:21 +0000)]
Small polishing of bug reporting template

20 years agoTranslation updates
Peter Eisentraut [Mon, 10 Jan 2005 08:14:35 +0000 (08:14 +0000)]
Translation updates

20 years agoAdd files from parent branch HEAD:
branch-fixup [Mon, 10 Jan 2005 00:37:12 +0000 (00:37 +0000)]
Add files from parent branch HEAD:
src/interfaces/libpq/fe-secure.c

20 years agoComment out check for substitution of private key file on Windows,
Tom Lane [Mon, 10 Jan 2005 00:37:12 +0000 (00:37 +0000)]
Comment out check for substitution of private key file on Windows,
since st_ino can't be trusted on that platform.  Per report from T.J.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Mon, 10 Jan 2005 00:19:51 +0000 (00:19 +0000)]
Add files from parent branch HEAD:
src/interfaces/libpq/win32.mak
src/port/path.c

20 years agoUn-break MSVC build, per Andrew Dunstan.
Tom Lane [Mon, 10 Jan 2005 00:19:51 +0000 (00:19 +0000)]
Un-break MSVC build, per Andrew Dunstan.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Mon, 10 Jan 2005 00:04:43 +0000 (00:04 +0000)]
Add files from parent branch HEAD:
doc/src/sgml/diskusage.sgml
doc/src/sgml/filelist.sgml
doc/src/sgml/lobj.sgml
doc/src/sgml/postgres.sgml
doc/src/sgml/storage.sgml
doc/src/sgml/xtypes.sgml

20 years agoAdd some real documentation about TOAST (finally). Combine this with
Tom Lane [Mon, 10 Jan 2005 00:04:43 +0000 (00:04 +0000)]
Add some real documentation about TOAST (finally).  Combine this with
the old 'page' chapter and the recently added 'filelayout' chapter to
make a coherent chapter about PostgreSQL's physical storage layout.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 9 Jan 2005 21:03:19 +0000 (21:03 +0000)]
Add files from parent branch HEAD:
src/backend/utils/adt/numutils.c

20 years agoUndo an unadvertised change in the API of pg_atoi. In all previous
Tom Lane [Sun, 9 Jan 2005 21:03:19 +0000 (21:03 +0000)]
Undo an unadvertised change in the API of pg_atoi.  In all previous
releases, a nonzero 'c' argument meant that the input string could be
terminated by either that character or \0.  Recent refactoring broke
that, causing the thing to scan for 'c' only.  This went undetected
because no part of the main code actually passes nonzero 'c'.  However
it broke tsearch2 and possibly other user-written code that assumed
the old definition.  Per report from Tom Hebbron.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 9 Jan 2005 20:08:50 +0000 (20:08 +0000)]
Add files from parent branch HEAD:
doc/src/sgml/func.sgml

20 years agoClarify description of greedy and non-greedy POSIX regular expressions,
Tom Lane [Sun, 9 Jan 2005 20:08:50 +0000 (20:08 +0000)]
Clarify description of greedy and non-greedy POSIX regular expressions,
per discussion in Nov 2004 with Ken Tanzer.

20 years agoUpdate OS/2 URL.
Bruce Momjian [Sun, 9 Jan 2005 19:44:25 +0000 (19:44 +0000)]
Update OS/2 URL.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 9 Jan 2005 18:58:10 +0000 (18:58 +0000)]
Add files from parent branch HEAD:
doc/src/sgml/datetime.sgml

20 years agoLast batch of updates in response to 7.4 interactive docs comments.
Tom Lane [Sun, 9 Jan 2005 18:58:10 +0000 (18:58 +0000)]
Last batch of updates in response to 7.4 interactive docs comments.

20 years agoUpdate discussion of ALTER TABLE ADD COLUMN, per Michael Fuhr.
Tom Lane [Sun, 9 Jan 2005 17:47:30 +0000 (17:47 +0000)]
Update discussion of ALTER TABLE ADD COLUMN, per Michael Fuhr.

20 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 9 Jan 2005 17:40:40 +0000 (17:40 +0000)]
Add files from parent branch HEAD:
contrib/xml2/xpath.c

20 years agoFix segfault when xpath_list function is applied to an invalid document.
Tom Lane [Sun, 9 Jan 2005 17:40:40 +0000 (17:40 +0000)]
Fix segfault when xpath_list function is applied to an invalid document.
John Gray

20 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 9 Jan 2005 17:38:19 +0000 (17:38 +0000)]
Add files from parent branch HEAD:
src/bin/initdb/nls.mk
src/bin/pg_config/nls.mk

20 years agoNew translations
Peter Eisentraut [Sun, 9 Jan 2005 17:38:19 +0000 (17:38 +0000)]
New translations

20 years agoTranslation updates
Peter Eisentraut [Sun, 9 Jan 2005 17:32:05 +0000 (17:32 +0000)]
Translation updates

20 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 9 Jan 2005 17:10:29 +0000 (17:10 +0000)]
Add files from parent branch HEAD:
src/backend/nls.mk

20 years agoNew translation
Peter Eisentraut [Sun, 9 Jan 2005 17:10:29 +0000 (17:10 +0000)]
New translation

20 years agoRemoving files not present on branch REL8_0_0:
branch-fixup [Sun, 9 Jan 2005 17:10:29 +0000 (17:10 +0000)]
Removing files not present on branch REL8_0_0:
configure
configure.in
contrib/tsearch2/ispell/spell.c
contrib/tsearch2/ispell/spell.h
contrib/xml2/xpath.c
doc/FAQ
doc/FAQ_brazilian
doc/FAQ_german
doc/FAQ_japanese
doc/bug.template
doc/src/FAQ/FAQ.html
doc/src/FAQ/FAQ_brazilian.html
doc/src/FAQ/FAQ_german.html
doc/src/FAQ/FAQ_japanese.html
doc/src/sgml/datatype.sgml
doc/src/sgml/datetime.sgml
doc/src/sgml/ddl.sgml
doc/src/sgml/diskusage.sgml
doc/src/sgml/filelayout.sgml
doc/src/sgml/filelist.sgml
doc/src/sgml/func.sgml
doc/src/sgml/installation.sgml
doc/src/sgml/libpq.sgml
doc/src/sgml/lobj.sgml
doc/src/sgml/page.sgml
doc/src/sgml/plperl.sgml
doc/src/sgml/plpgsql.sgml
doc/src/sgml/postgres.sgml
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/create_opclass.sgml
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/release.sgml
doc/src/sgml/xfunc.sgml
doc/src/sgml/xtypes.sgml
src/Makefile
src/backend/access/transam/xlogutils.c
src/backend/bootstrap/bootstrap.c
src/backend/catalog/heap.c
src/backend/catalog/index.c
src/backend/commands/tablecmds.c
src/backend/executor/execMain.c
src/backend/libpq/auth.c
src/backend/libpq/pqcomm.c
src/backend/nls.mk
src/backend/parser/gram.c
src/backend/parser/parse_expr.c
src/backend/parser/parse_target.c
src/backend/po/de.po
src/backend/po/es.po
src/backend/po/pt_BR.po
src/backend/po/ru.po
src/backend/po/tr.po
src/backend/postmaster/bgwriter.c
src/backend/postmaster/postmaster.c
src/backend/rewrite/rewriteDefine.c
src/backend/storage/buffer/bufmgr.c
src/backend/storage/buffer/localbuf.c
src/backend/storage/smgr/smgr.c
src/backend/utils/adt/datetime.c
src/backend/utils/adt/formatting.c
src/backend/utils/adt/numutils.c
src/backend/utils/adt/ruleutils.c
src/backend/utils/cache/inval.c
src/backend/utils/cache/relcache.c
src/bin/initdb/nls.mk
src/bin/initdb/po/de.po
src/bin/initdb/po/es.po
src/bin/initdb/po/pt_BR.po
src/bin/initdb/po/ro.po
src/bin/initdb/po/ru.po
src/bin/initdb/po/sl.po
src/bin/initdb/po/tr.po
src/bin/pg_config/nls.mk
src/bin/pg_config/po/de.po
src/bin/pg_config/po/es.po
src/bin/pg_config/po/pt_BR.po
src/bin/pg_config/po/ro.po
src/bin/pg_config/po/ru.po
src/bin/pg_config/po/sl.po
src/bin/pg_config/po/tr.po
src/bin/pg_controldata/nls.mk
src/bin/pg_controldata/po/pt_BR.po
src/bin/pg_controldata/po/ru.po
src/bin/pg_ctl/po/de.po
src/bin/pg_ctl/po/es.po
src/bin/pg_ctl/po/pt_BR.po
src/bin/pg_ctl/po/ro.po
src/bin/pg_ctl/po/ru.po
src/bin/pg_ctl/po/sl.po
src/bin/pg_ctl/po/tr.po
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/po/de.po
src/bin/pg_dump/po/es.po
src/bin/pg_dump/po/pt_BR.po
src/bin/pg_dump/po/ro.po
src/bin/pg_dump/po/ru.po
src/bin/pg_dump/po/sl.po
src/bin/pg_dump/po/tr.po
src/bin/pg_resetxlog/po/es.po
src/bin/pg_resetxlog/po/pt_BR.po
src/bin/pg_resetxlog/po/ru.po
src/bin/pg_resetxlog/po/sl.po
src/bin/psql/po/de.po
src/bin/psql/po/es.po
src/bin/psql/po/pt_BR.po
src/bin/psql/po/ro.po
src/bin/psql/po/ru.po
src/bin/psql/po/sl.po
src/bin/psql/po/tr.po
src/bin/psql/startup.c
src/bin/scripts/nls.mk
src/bin/scripts/po/pt_BR.po
src/bin/scripts/po/ru.po
src/include/pg_config.h.win32
src/include/storage/sinval.h
src/include/storage/smgr.h
src/include/utils/rel.h
src/include/utils/relcache.h
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/pgtypeslib/interval.c
src/interfaces/ecpg/preproc/pgc.c
src/interfaces/ecpg/preproc/preproc.c
src/interfaces/ecpg/preproc/preproc.y
src/interfaces/libpq/fe-auth.c
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/fe-secure.c
src/interfaces/libpq/nls.mk
src/interfaces/libpq/po/pt_BR.po
src/interfaces/libpq/po/ru.po
src/interfaces/libpq/win32.mak
src/pl/plperl/plperl.c
src/pl/plpgsql/src/pl_exec.c
src/port/exec.c
src/port/path.c
src/test/regress/expected/case.out
src/test/regress/pg_regress.sh
src/test/regress/sql/case.sql
src/tutorial/Makefile

20 years agoTranslation updates
Peter Eisentraut [Sun, 9 Jan 2005 17:07:27 +0000 (17:07 +0000)]
Translation updates

20 years agoSome more small improvements in response to 7.4 interactive docs comments.
Tom Lane [Sun, 9 Jan 2005 05:57:45 +0000 (05:57 +0000)]
Some more small improvements in response to 7.4 interactive docs comments.

20 years agoConsistently use geteuid() not getuid(); there were a few places deviating
Tom Lane [Sat, 8 Jan 2005 22:51:15 +0000 (22:51 +0000)]
Consistently use geteuid() not getuid(); there were a few places deviating
from our long-established standard.

20 years agoSome more small improvements in response to 7.4 interactive docs comments.
Tom Lane [Sat, 8 Jan 2005 22:13:38 +0000 (22:13 +0000)]
Some more small improvements in response to 7.4 interactive docs comments.

20 years agoUpdate supported platforms list.
Peter Eisentraut [Sat, 8 Jan 2005 09:54:47 +0000 (09:54 +0000)]
Update supported platforms list.

20 years agoNew version of mkinstalldirs fixes problems on Tru64 UNIX.
Peter Eisentraut [Sat, 8 Jan 2005 09:54:29 +0000 (09:54 +0000)]
New version of mkinstalldirs fixes problems on Tru64 UNIX.

20 years agoSome small docs improvements motivated by reading the comments for the 7.4
Tom Lane [Sat, 8 Jan 2005 05:19:18 +0000 (05:19 +0000)]
Some small docs improvements motivated by reading the comments for the 7.4
7.4 interactive docs.

20 years agoRemove mp3 that is now missing.
Bruce Momjian [Sat, 8 Jan 2005 03:59:04 +0000 (03:59 +0000)]
Remove mp3 that is now missing.

20 years agoSome small docs improvements motivated by reading the comments for the
Tom Lane [Sat, 8 Jan 2005 01:44:08 +0000 (01:44 +0000)]
Some small docs improvements motivated by reading the comments for the
7.4 interactive docs.

20 years agoImprove comments in sample config files.
Tom Lane [Fri, 7 Jan 2005 23:59:17 +0000 (23:59 +0000)]
Improve comments in sample config files.

20 years agoAdd a tip showing how functions on composite types can be used to
Tom Lane [Fri, 7 Jan 2005 23:08:44 +0000 (23:08 +0000)]
Add a tip showing how functions on composite types can be used to
emulate computed fields.  I suppose this is why the Berkeley boys made
it work that way in the first place, but the docs never said so anyplace.

20 years agoImprove discussion of SQL functions taking/returning row types.
Tom Lane [Fri, 7 Jan 2005 22:40:46 +0000 (22:40 +0000)]
Improve discussion of SQL functions taking/returning row types.

20 years agoUpdate supported platforms list
Peter Eisentraut [Fri, 7 Jan 2005 10:21:02 +0000 (10:21 +0000)]
Update supported platforms list

20 years agoFix ECPGstatus() documentation of parameters.
Bruce Momjian [Fri, 7 Jan 2005 05:43:28 +0000 (05:43 +0000)]
Fix ECPGstatus() documentation of  parameters.

Edmund Bacon

20 years agoupgrade tags to rc4
PostgreSQL Daemon [Fri, 7 Jan 2005 02:44:31 +0000 (02:44 +0000)]
upgrade tags to rc4

20 years agoMinor mop-up for Windows home-directory stuff, per Magnus.
Tom Lane [Thu, 6 Jan 2005 21:41:45 +0000 (21:41 +0000)]
Minor mop-up for Windows home-directory stuff, per Magnus.

20 years agoSpell APPDATA as %APPDATA%, per recommendation from Magnus.
Tom Lane [Thu, 6 Jan 2005 21:20:44 +0000 (21:20 +0000)]
Spell APPDATA as %APPDATA%, per recommendation from Magnus.

20 years agoDon't list port twice in SUBDIRS. Caught by Honda Shigehiro.
Tom Lane [Thu, 6 Jan 2005 21:00:24 +0000 (21:00 +0000)]
Don't list port twice in SUBDIRS.  Caught by Honda Shigehiro.

20 years agoRevert -Wl, change to Makefile.osf, as the allegedly more standard
Tom Lane [Thu, 6 Jan 2005 20:56:50 +0000 (20:56 +0000)]
Revert -Wl, change to Makefile.osf, as the allegedly more standard
syntax apparently does not work for all toolchains on that platform.
Per Honda Shigehiro.

20 years agoAdjust examples to avoid using keywords as identifiers, per Honda Shigehiro.
Tom Lane [Thu, 6 Jan 2005 20:53:34 +0000 (20:53 +0000)]
Adjust examples to avoid using keywords as identifiers, per Honda Shigehiro.

20 years agoInstead of a bare recv() to read the server's response to an SSL
Tom Lane [Thu, 6 Jan 2005 20:06:58 +0000 (20:06 +0000)]
Instead of a bare recv() to read the server's response to an SSL
request packet, use pqReadData().  This has the same effect since
conn->ssl isn't set yet and we aren't expecting more than one byte.
The advantage is that we will correctly detect loss-of-connection
instead of going into an infinite loop.  Per report from Hannu Krosing.

20 years agoAdjust lookup of client-side profile files (.pgpass and so on) as per
Tom Lane [Thu, 6 Jan 2005 18:29:11 +0000 (18:29 +0000)]
Adjust lookup of client-side profile files (.pgpass and so on) as per
discussion on pgsql-hackers-win32 list.  Documentation still needs to
be tweaked --- I'm not sure how to refer to the APPDATA folder in
user documentation.

20 years agoTranslation updates
Dennis Bjorklund [Thu, 6 Jan 2005 12:23:33 +0000 (12:23 +0000)]
Translation updates

20 years agoTranslation updates
Dennis Bjorklund [Thu, 6 Jan 2005 12:14:36 +0000 (12:14 +0000)]
Translation updates

20 years agoTranslation updates
Dennis Bjorklund [Thu, 6 Jan 2005 12:08:20 +0000 (12:08 +0000)]
Translation updates

20 years agoTranslation updates
Dennis Bjorklund [Thu, 6 Jan 2005 11:44:12 +0000 (11:44 +0000)]
Translation updates