OSDN Git Service

pg-rex/syncrep.git
20 years agoFix username mismatch in initdb. Magnus.
Bruce Momjian [Mon, 12 Jul 2004 01:54:10 +0000 (01:54 +0000)]
Fix username mismatch in initdb.  Magnus.

20 years agoWording improvement.
Bruce Momjian [Mon, 12 Jul 2004 01:37:01 +0000 (01:37 +0000)]
Wording improvement.

20 years agoTablespace examples for CREATE TABLE/INDEX/SCHEMA/DATABASE as well as
Bruce Momjian [Mon, 12 Jul 2004 01:22:53 +0000 (01:22 +0000)]
Tablespace examples for CREATE TABLE/INDEX/SCHEMA/DATABASE as well as
some other examples for CREATE DATABASE.

Gavin Sherry

20 years agoMove comma.
Bruce Momjian [Mon, 12 Jul 2004 01:10:17 +0000 (01:10 +0000)]
Move comma.

20 years agoThe outer #define was forgotten. Attached patch adds it; please apply.
Bruce Momjian [Mon, 12 Jul 2004 01:00:45 +0000 (01:00 +0000)]
The outer #define was forgotten.  Attached patch adds it; please apply.

Alvaro

20 years agoAdd:
Bruce Momjian [Mon, 12 Jul 2004 00:39:11 +0000 (00:39 +0000)]
Add:

> * Add session start time and last statement time to pg_stat_activity

20 years agoAdded Matthew:
Bruce Momjian [Mon, 12 Jul 2004 00:23:59 +0000 (00:23 +0000)]
Added Matthew:

<   rather than in /contrib
>   rather than in /contrib (Matthew)
515a516
> * Matthew T. O'Connor <matthew@zeut.net>

20 years agoNew Czech FAQ.
Bruce Momjian [Mon, 12 Jul 2004 00:22:51 +0000 (00:22 +0000)]
New Czech FAQ.

Pavel Stehule

20 years agoAdd FAQ entry on hardware selection.
Bruce Momjian [Mon, 12 Jul 2004 00:18:57 +0000 (00:18 +0000)]
Add FAQ entry on hardware selection.

20 years agoCanonicalize preload_libraries after it is split up, not before.
Bruce Momjian [Mon, 12 Jul 2004 00:09:07 +0000 (00:09 +0000)]
Canonicalize preload_libraries after it is split up, not before.

20 years agoRemove:
Bruce Momjian [Sun, 11 Jul 2004 23:52:05 +0000 (23:52 +0000)]
Remove:

< * Allow moving sequences and toast tables to other tablespaces

20 years agoCleanup for canonicalization fixes, from Tom.
Bruce Momjian [Sun, 11 Jul 2004 23:49:51 +0000 (23:49 +0000)]
Cleanup for canonicalization fixes, from Tom.

20 years agoAdd:
Bruce Momjian [Sun, 11 Jul 2004 23:31:27 +0000 (23:31 +0000)]
Add:

> * Allow moving sequences and toast tables to other tablespaces

20 years agoThis patch fixes a small error in the Porting PL/SQL to PL/pgSQL
Bruce Momjian [Sun, 11 Jul 2004 23:26:51 +0000 (23:26 +0000)]
This patch fixes a small error in the Porting PL/SQL to PL/pgSQL
section where a instr function parameter is mistyped as varchar. It
works properly when changed to integer.

Michael Glaesemann

20 years agoExample for create function using argument names
Bruce Momjian [Sun, 11 Jul 2004 23:23:43 +0000 (23:23 +0000)]
Example for create function using argument names

Gavin Sherry

20 years agoALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane.
Tom Lane [Sun, 11 Jul 2004 23:13:58 +0000 (23:13 +0000)]
ALTER TABLE SET TABLESPACE.  Gavin Sherry, some rework by Tom Lane.

20 years agoUpdate German FAQ>
Bruce Momjian [Sun, 11 Jul 2004 23:07:18 +0000 (23:07 +0000)]
Update German FAQ>

20 years agoUpdate URL's for mysql conversion tools.
Bruce Momjian [Sun, 11 Jul 2004 22:52:18 +0000 (22:52 +0000)]
Update URL's for mysql conversion tools.

20 years agoAdd:
Bruce Momjian [Sun, 11 Jul 2004 21:57:03 +0000 (21:57 +0000)]
Add:

> * Add NOVICE output level for helpful messages like automatic sequence/index creation

20 years agoRemove postgresql.conf of 'info' as a valid client_min_messages level.
Bruce Momjian [Sun, 11 Jul 2004 21:48:25 +0000 (21:48 +0000)]
Remove postgresql.conf of 'info' as a valid client_min_messages level.

20 years agoUse canonicalize_path for -D, GUC paths, and paths coming in from
Bruce Momjian [Sun, 11 Jul 2004 21:34:04 +0000 (21:34 +0000)]
Use canonicalize_path for -D, GUC paths, and paths coming in from
environment variables.

20 years agoMove TablespaceCreateDbspace() call into smgrcreate(), which is where it
Tom Lane [Sun, 11 Jul 2004 19:52:52 +0000 (19:52 +0000)]
Move TablespaceCreateDbspace() call into smgrcreate(), which is where it
probably should have been to begin with; this is to cover cases like
needing to recreate the per-db directory during WAL replay.
Also, fix heap_create to force pg_class.reltablespace to be zero instead
of the database's default tablespace; this makes the world safe for
CREATE DATABASE to handle all tables in the default tablespace alike,
as per previous discussion.  And force pg_class.reltablespace to zero
when creating a relation without physical storage (eg, a view); this
avoids possibly having dangling references in this column after a
subsequent DROP TABLESPACE.

20 years agoRename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, and
Tom Lane [Sun, 11 Jul 2004 18:01:45 +0000 (18:01 +0000)]
Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, and
shift support code into heapam.c accordingly.  This is in service of
soon-to-be-committed ALTER TABLE SET TABLESPACE code that will want to
use this same record type for both heaps and indexes.

Theoretically I should have forced initdb for this, but in practice there
is no change in xlog contents because CVS tip will never really emit this
record type anyhow...

20 years agoUse standard macro for psql binary file open. Add comment explaining
Bruce Momjian [Sun, 11 Jul 2004 13:29:16 +0000 (13:29 +0000)]
Use standard macro for psql binary file open.  Add comment explaining
control-z requirement.

20 years agoCause the format of BC timestamptz output to be 'datetime zone BC' rather
Tom Lane [Sun, 11 Jul 2004 04:57:20 +0000 (04:57 +0000)]
Cause the format of BC timestamptz output to be 'datetime zone BC' rather
than 'datetime BC zone', because the former is accepted by the timestamptz
input converter while the latter may not be depending on spacing.  This
is not a loss of compatibility w.r.t. 7.4 and before, because until very
recently there was never a case where we'd output both zone and 'BC'.

20 years agoAdd:
Bruce Momjian [Sun, 11 Jul 2004 03:10:50 +0000 (03:10 +0000)]
Add:

> * Allow moving system tables to other tablespaces, where possible

20 years agoFix trim_trailing_separator() to not trim c:\ nor \\network\ on Win32.
Bruce Momjian [Sun, 11 Jul 2004 02:59:42 +0000 (02:59 +0000)]
Fix trim_trailing_separator() to not trim c:\ nor \\network\ on Win32.

20 years agoAdd:
Bruce Momjian [Sun, 11 Jul 2004 02:03:22 +0000 (02:03 +0000)]
Add:

> * Allow changing of already-created database and schema tablespaces

20 years agoOpen files in binary mode on Win32 so control-z isn't seen as EOF.
Bruce Momjian [Sun, 11 Jul 2004 00:54:55 +0000 (00:54 +0000)]
Open files in binary mode on Win32 so control-z isn't seen as EOF.

20 years agoAdd:
Bruce Momjian [Sun, 11 Jul 2004 00:28:30 +0000 (00:28 +0000)]
Add:

> *  Add an option to sync() before fsync()'ing checkpoint files

20 years agoAdd:
Bruce Momjian [Sun, 11 Jul 2004 00:26:36 +0000 (00:26 +0000)]
Add:

<
> * Use a phantom command counter for nested subtransactions to reduce
>   tuple overhead

20 years agoAllow configuration files to be placed outside the data directory.
Bruce Momjian [Sun, 11 Jul 2004 00:18:45 +0000 (00:18 +0000)]
Allow configuration files to be placed outside the data directory.

Add new postgresql.conf variables to point to data, pg_hba.conf, and
pg_ident.conf files.

Needs more documentation.

20 years agoAdd:
Bruce Momjian [Sun, 11 Jul 2004 00:18:28 +0000 (00:18 +0000)]
Add:

> * Add include functionality to postgresql.conf
>

20 years agoDefend against overrun of ExtraOptions array --- strictly paranoia,
Tom Lane [Sat, 10 Jul 2004 23:29:16 +0000 (23:29 +0000)]
Defend against overrun of ExtraOptions array --- strictly paranoia,
since the person or script starting the postmaster has to be trusted
anyway.

20 years agoCheck more test points (in fact, every week in 1970..2004) to get a more
Tom Lane [Sat, 10 Jul 2004 23:06:50 +0000 (23:06 +0000)]
Check more test points (in fact, every week in 1970..2004) to get a more
accurate matching of our time zone to the system's zone.  This method is
able to distinguish Antarctica/Casey from Australia/Perth, as in Chris
K-L's recent example; and it is not materially slower than before, because
the extra checks generally don't get done against very many time zones.

It seems possible that with this test we'd be able to correctly identify
Windows timezones without looking at the timezone name, but I do not
have the ability to try it.

20 years agoFix BSD-only coding in port.c (passing a local variable to putenv).
Tom Lane [Sat, 10 Jul 2004 22:58:42 +0000 (22:58 +0000)]
Fix BSD-only coding in port.c (passing a local variable to putenv).
Also a quick but half-baked attempt to make trim_trailing_separator
do the right thing with path consisting only of '/' --- still needs
work for Windows I think.

20 years agoTest HAVING condition before computing targetlist of an Aggregate node.
Tom Lane [Sat, 10 Jul 2004 18:39:23 +0000 (18:39 +0000)]
Test HAVING condition before computing targetlist of an Aggregate node.
This is required by SQL spec to avoid failures in cases like
  SELECT sum(win)/sum(lose) FROM ... GROUP BY ... HAVING sum(lose) > 0;
AFAICT we have gotten this wrong since day one.  Kudos to Holger Jakobs
for being the first to notice.

20 years agoClarify schema meanings in pg_dump manual page by referring to object
Bruce Momjian [Sat, 10 Jul 2004 15:51:28 +0000 (15:51 +0000)]
Clarify schema meanings in pg_dump manual page by referring to object
definitions more frequently.

20 years agoAdd --enable-thread-safety-force to force a thread compile even if the
Bruce Momjian [Sat, 10 Jul 2004 01:24:29 +0000 (01:24 +0000)]
Add --enable-thread-safety-force to force a thread compile even if the
OS thread tests fail.

20 years agoAdd OSX thread support for next 7.4.X
Bruce Momjian [Wed, 7 Jul 2004 13:04:45 +0000 (13:04 +0000)]
Add OSX thread support for next 7.4.X

20 years agoFormatting improvements:
Bruce Momjian [Wed, 7 Jul 2004 12:48:54 +0000 (12:48 +0000)]
Formatting improvements:

< The most recent version of this document can be viewed at
< the PostgreSQL web site, http://www.PostgreSQL.org.
> The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.

20 years agoRegenerate:
Bruce Momjian [Wed, 7 Jul 2004 12:45:50 +0000 (12:45 +0000)]
Regenerate:

> #A dash (-) marks changes that will appear in the upcoming 7.5 release.#

20 years agoregenerate.
Bruce Momjian [Wed, 7 Jul 2004 12:45:16 +0000 (12:45 +0000)]
regenerate.

20 years agoBold dash line.
Bruce Momjian [Wed, 7 Jul 2004 12:44:34 +0000 (12:44 +0000)]
Bold dash line.
> \#A dash (-) marks changes that will appear in the upcoming 7.5 release.#

20 years agoUpdate highlighting of dash.
Bruce Momjian [Wed, 7 Jul 2004 12:25:02 +0000 (12:25 +0000)]
Update highlighting of dash.

20 years agoMove section:
Bruce Momjian [Tue, 6 Jul 2004 20:29:31 +0000 (20:29 +0000)]
Move section:

< * Add replication of distributed databases
<  o Automatic failover
<  o Load balancing
<  o Master/slave replication
<  o Multi-master replication
<  o Partition data across servers
<  o Queries across databases or servers (two-phase commit)
<  o Allow replication over unreliable or non-persistent links
55a48,55
> * Improve replication solutions
>  o Automatic failover
>  o Load balancing
>  o Master/slave replication
>  o Multi-master replication
>  o Partition data across servers
>  o Queries across databases or servers (two-phase commit)
>  o Allow replication over unreliable or non-persistent links

20 years agoAdd comment describing ereport() NOTICE/WARNING distinction.
Bruce Momjian [Tue, 6 Jul 2004 19:51:59 +0000 (19:51 +0000)]
Add comment describing ereport() NOTICE/WARNING distinction.

20 years agoReorder dash mention to be more prominient.
Bruce Momjian [Tue, 6 Jul 2004 16:18:31 +0000 (16:18 +0000)]
Reorder dash mention to be more prominient.

> A dash (-) marks changes that will appear in the upcoming 7.5 release.
>
> Bracketed items "[]" have more detail.
9,12d12
<
< A dash (-) marks changes that will appear in the upcoming 7.5 release.
<
< Bracketed items "[]" have more detail.

20 years agoFix broken logic for pretty-printing parenthesis-suppression in UNION
Tom Lane [Tue, 6 Jul 2004 04:50:21 +0000 (04:50 +0000)]
Fix broken logic for pretty-printing parenthesis-suppression in UNION
et al.

20 years agoDone:
Bruce Momjian [Tue, 6 Jul 2004 03:23:31 +0000 (03:23 +0000)]
Done:

> * -Fix upper()/lower() to work for multibyte encodings

20 years agoRevert broken rpath addition.
Tom Lane [Mon, 5 Jul 2004 23:24:12 +0000 (23:24 +0000)]
Revert broken rpath addition.

20 years agoFix unchecked mallocs/strdups added by recent placeholder-config-vars
Tom Lane [Mon, 5 Jul 2004 23:14:14 +0000 (23:14 +0000)]
Fix unchecked mallocs/strdups added by recent placeholder-config-vars
patch.

Thomas Hallgren

20 years agoAdded free() calls against memory leak in interval.c.
Michael Meskes [Mon, 5 Jul 2004 18:51:51 +0000 (18:51 +0000)]
Added free() calls against memory leak in interval.c.

20 years ago- Fixed indicator in SET DESCRIPTOR.
Michael Meskes [Mon, 5 Jul 2004 09:45:54 +0000 (09:45 +0000)]
- Fixed indicator in SET DESCRIPTOR.
- Added special handling of descriptor header information.
- Some code cleanup.

20 years agoFix paragraph mention in ALTER DATABASE manual page.
Bruce Momjian [Mon, 5 Jul 2004 02:34:43 +0000 (02:34 +0000)]
Fix paragraph mention in ALTER DATABASE manual page.

Christopher Kings-Lynne

20 years agoAllow plperl to compile with Perl 5.05.
Bruce Momjian [Mon, 5 Jul 2004 02:18:31 +0000 (02:18 +0000)]
Allow plperl to compile with Perl 5.05.

Andrew Dunstan

20 years agoFix misspellings: langauge -> language.
Tom Lane [Sun, 4 Jul 2004 23:34:24 +0000 (23:34 +0000)]
Fix misspellings: langauge -> language.

20 years agoMade sure SET DESCRIPTOR accepts all data types including constants.
Michael Meskes [Sun, 4 Jul 2004 15:02:24 +0000 (15:02 +0000)]
Made sure SET DESCRIPTOR accepts all data types including constants.

20 years agoOkay, I've had it with answering newbie questions about why plpgsql
Tom Lane [Sun, 4 Jul 2004 02:49:04 +0000 (02:49 +0000)]
Okay, I've had it with answering newbie questions about why plpgsql
FOR loops are giving weird syntax errors.  Restructure parsing of FOR
loops so that the integer-loop-vs-query-loop decision is driven off
the presence of '..' between IN and LOOP, rather than the presence
of a matching record/row variable name.  Hopefully this will make the
behavior a bit more transparent.

20 years agoFix no-longer-correct bit-pushing in TransactionIdSetStatus, per Alvaro.
Tom Lane [Sat, 3 Jul 2004 02:55:56 +0000 (02:55 +0000)]
Fix no-longer-correct bit-pushing in TransactionIdSetStatus, per Alvaro.

20 years agoAdd missing operators of the form interval-plus-datetime, as required for
Tom Lane [Fri, 2 Jul 2004 22:50:23 +0000 (22:50 +0000)]
Add missing operators of the form interval-plus-datetime, as required for
better SQL compliance in this area, per recent discussion.  Mark related
operators as commutators where possible.  (The system doesn't actually care
about commutator marking for operators not returning boolean, at the moment,
but this seems forward-thinking and besides it made it easier to verify
that we hadn't missed any.)
Also, remove interval-minus-time and interval-minus-timetz operators.
I'm not sure how these got in, but they are nonstandard and had very
obviously broken behavior.  (minus is not commutative in anyone's book.)
I doubt anyone had ever used 'em, because we'd surely have gotten a bug
report about it if so.

20 years agoAndreas Pflug wrote:
Joe Conway [Fri, 2 Jul 2004 18:59:25 +0000 (18:59 +0000)]
Andreas Pflug wrote:
 From an idea of Bruce, the attached patch implements the function
 pg_tablespace_databases(oid) RETURNS SETOF oid
 which delivers as set of database oids having objects in the selected
 tablespace, enabling an admin to examine only the databases affecting
 the tablespace for objects instead of scanning all of them.

initdb forced

20 years agoTranslation update
Peter Eisentraut [Fri, 2 Jul 2004 15:07:10 +0000 (15:07 +0000)]
Translation update

20 years agoAttached is a 1 line bug fix for dbmirror that was submitted.
Joe Conway [Fri, 2 Jul 2004 00:58:09 +0000 (00:58 +0000)]
Attached is a 1 line bug fix for dbmirror that was submitted.
It fixes a bug where some transactions could be dropped when writing
mirrored SQL statements to files.
-- Steven Singer

20 years agoMore paranoia in AtEOSubXact_SPI: don't assume we can safely use SPI_finish
Tom Lane [Thu, 1 Jul 2004 21:17:13 +0000 (21:17 +0000)]
More paranoia in AtEOSubXact_SPI: don't assume we can safely use SPI_finish
for cleaning up.  It seems possible that the memory contexts SPI_finish
would try to touch are already gone; and there's no need for SPI itself
to delete them, since the containing contexts will surely be going away
anyway at transaction end.

20 years agoplperl update from Andrew Dunstan, deriving (I believe) from Command Prompt's
Joe Conway [Thu, 1 Jul 2004 20:50:22 +0000 (20:50 +0000)]
plperl update from Andrew Dunstan, deriving (I believe) from Command Prompt's
plperlNG. Review and minor cleanup/improvements by Joe Conway.

Summary of new functionality:
- Shared data space and namespace. There is a new global variable %_SHARED
  that functions can use to store and save data between invocations of a
  function, or between different functions. Also, all trusted plperl function
  now share a common Safe container (this is an optimization, also), which
  they can use for storing non-lexical variables, functions, etc.
- Triggers are now supported
- Records can now be returned (as a hash reference)
- Sets of records can now be returned (as a reference to an array of hash
  references).
- New function spi_exec_query() provided for performing db functions or
  getting data from db.
- Optimization for counting hash keys (Abhijit Menon-Sen)
- Allow return of 'record' and 'setof record'

20 years agoFurther review of xact.c state machine for nested transactions. Fix
Tom Lane [Thu, 1 Jul 2004 20:11:03 +0000 (20:11 +0000)]
Further review of xact.c state machine for nested transactions.  Fix
problems with starting subtransactions inside already-failed transactions.
Clean up some comments.

20 years agoRemoved unused variable and added a typecast.
Michael Meskes [Thu, 1 Jul 2004 18:32:58 +0000 (18:32 +0000)]
Removed unused variable and added a typecast.

20 years agoAdd double metaphone code from Andrew Dunstan. Also change metaphone so that
Joe Conway [Thu, 1 Jul 2004 03:25:48 +0000 (03:25 +0000)]
Add double metaphone code from Andrew Dunstan. Also change metaphone so that
an empty input string causes an empty output string to be returned, instead of
throwing an ERROR -- per complaint from Aaron Hillegass, and consistent with
double metaphone. Fix examples in README.soundex pointed out by James Robinson.

20 years agoFix seriously nasty memory leak in new TransactionIdIsInProgress code.
Tom Lane [Thu, 1 Jul 2004 03:13:05 +0000 (03:13 +0000)]
Fix seriously nasty memory leak in new TransactionIdIsInProgress code.

20 years agoNested transactions. There is still much left to do, especially on the
Tom Lane [Thu, 1 Jul 2004 00:52:04 +0000 (00:52 +0000)]
Nested transactions.  There is still much left to do, especially on the
performance front, but with feature freeze upon us I think it's time to
drive a stake in the ground and say that this will be in 7.5.

Alvaro Herrera, with some help from Tom Lane.

20 years agoRevert mistaken #include change, per Merlin Moncure.
Tom Lane [Wed, 30 Jun 2004 15:30:41 +0000 (15:30 +0000)]
Revert mistaken #include change, per Merlin Moncure.

20 years agoAdded SET DESCRIPTOR command.
Michael Meskes [Wed, 30 Jun 2004 15:01:58 +0000 (15:01 +0000)]
Added SET DESCRIPTOR command.
Note that this still has some bugs. The functionality is there though, it's just a matter of fixing the bugs now.
Cleaned up error handling in preprocessor.

20 years agoOverride upstream DSSSL style sheet formatting changes
Peter Eisentraut [Tue, 29 Jun 2004 20:44:34 +0000 (20:44 +0000)]
Override upstream DSSSL style sheet formatting changes

20 years agoComma splice police
Peter Eisentraut [Tue, 29 Jun 2004 19:57:40 +0000 (19:57 +0000)]
Comma splice police

20 years ago1 Eliminate duplicate field HLWORD->skip
Teodor Sigaev [Mon, 28 Jun 2004 16:19:09 +0000 (16:19 +0000)]
1 Eliminate duplicate field HLWORD->skip
2 Rework support for html tags in parser
3 add HighlightAll to headline function for generating highlighted
  whole text with saved html tags

20 years agoArrays can be read as arrays or as character strings now.
Michael Meskes [Mon, 28 Jun 2004 11:47:42 +0000 (11:47 +0000)]
Arrays can be read as arrays or as character strings now.

20 years agoRemove some no-longer-needed #includes.
Tom Lane [Mon, 28 Jun 2004 01:19:11 +0000 (01:19 +0000)]
Remove some no-longer-needed #includes.

20 years agoFix some bogus code in ConstBit production --- it managed to work, but
Tom Lane [Mon, 28 Jun 2004 00:18:47 +0000 (00:18 +0000)]
Fix some bogus code in ConstBit production --- it managed to work, but
only because 14627 still contained the same node that BitWithoutLength had
just produced.  Make it more transparent.  Also adjust ConstCharacter
to be coded the same way for consistency.

20 years agoFix bogus line break within a file name, as noted by Alvaro.
Tom Lane [Sun, 27 Jun 2004 22:58:19 +0000 (22:58 +0000)]
Fix bogus line break within a file name, as noted by Alvaro.

20 years ago- Only use typedefs inside their scope.
Michael Meskes [Sun, 27 Jun 2004 12:28:42 +0000 (12:28 +0000)]
- Only use typedefs inside their scope.
- Variables that are out of scope, were not removed all the time.
- Make a varchar NULL set everything to 0 when not using indicators.
- Synced parser.

20 years agoTranslation updates
Dennis Bjorklund [Sun, 27 Jun 2004 09:35:14 +0000 (09:35 +0000)]
Translation updates

20 years agoAdjust pgstat message definitions so that the target message size is
Tom Lane [Sat, 26 Jun 2004 16:32:04 +0000 (16:32 +0000)]
Adjust pgstat message definitions so that the target message size is
specified in just one place and adhered to exactly, rather than just more
or less.  A side effect is to increase PGSTAT_ACTIVITY_SIZE (maximum
reported query length) from 256 to nearly 1000.

20 years agoTranslation updates
Dennis Bjorklund [Sat, 26 Jun 2004 07:19:16 +0000 (07:19 +0000)]
Translation updates

20 years agoTranslation updates: update-po
Dennis Bjorklund [Sat, 26 Jun 2004 07:11:31 +0000 (07:11 +0000)]
Translation updates: update-po

20 years agoTranslation updates
Dennis Bjorklund [Sat, 26 Jun 2004 07:03:06 +0000 (07:03 +0000)]
Translation updates

20 years agoFix to work better with Exuberant's version of ctags.
Tom Lane [Fri, 25 Jun 2004 22:00:40 +0000 (22:00 +0000)]
Fix to work better with Exuberant's version of ctags.

Gavin Sherry

20 years agoSupport renaming of tablespaces, and changing the owners of
Tom Lane [Fri, 25 Jun 2004 21:55:59 +0000 (21:55 +0000)]
Support renaming of tablespaces, and changing the owners of
aggregates, conversions, functions, operators, operator classes,
schemas, types, and tablespaces.  Fold the existing implementations
of alter domain owner and alter database owner in with these.

Christopher Kings-Lynne

20 years agoTranslation updates
Dennis Bjorklund [Fri, 25 Jun 2004 17:53:22 +0000 (17:53 +0000)]
Translation updates

20 years agoAdd pg_get_serial_sequence() function, and cause pg_dump to use it.
Tom Lane [Fri, 25 Jun 2004 17:20:29 +0000 (17:20 +0000)]
Add pg_get_serial_sequence() function, and cause pg_dump to use it.
This eliminates the assumption that a serial column's sequence will
have the same name on reload that it was given in the original database.

Christopher Kings-Lynne

20 years ago#ifdef out file permissions check on SSL key file when on Windows, as
Tom Lane [Fri, 25 Jun 2004 15:07:52 +0000 (15:07 +0000)]
#ifdef out file permissions check on SSL key file when on Windows, as
we also have done for the data directory permissions check.

Dave Page

20 years agoTranslation updates
Dennis Bjorklund [Fri, 25 Jun 2004 11:22:58 +0000 (11:22 +0000)]
Translation updates

20 years agoSwedish translation of pg_ctl.
Dennis Bjorklund [Fri, 25 Jun 2004 09:49:36 +0000 (09:49 +0000)]
Swedish translation of pg_ctl.

20 years agoMake pg_ctl possible to translate. Strings marked for
Dennis Bjorklund [Fri, 25 Jun 2004 08:49:28 +0000 (08:49 +0000)]
Make pg_ctl possible to translate. Strings marked for
translation has to be complete sentences.

20 years agoTranslation updates
Dennis Bjorklund [Fri, 25 Jun 2004 08:13:49 +0000 (08:13 +0000)]
Translation updates

20 years agoTranslation updates
Dennis Bjorklund [Fri, 25 Jun 2004 07:43:19 +0000 (07:43 +0000)]
Translation updates

20 years agoAdd argument name to syntax.
Dennis Bjorklund [Fri, 25 Jun 2004 07:05:34 +0000 (07:05 +0000)]
Add argument name to syntax.

20 years agoTranslation updates
Dennis Bjorklund [Thu, 24 Jun 2004 22:21:22 +0000 (22:21 +0000)]
Translation updates

20 years agoTranslation updates
Dennis Bjorklund [Thu, 24 Jun 2004 21:56:31 +0000 (21:56 +0000)]
Translation updates

20 years agoReplace direct fprintf(stderr) calls by write_stderr(), and cause this
Tom Lane [Thu, 24 Jun 2004 21:03:42 +0000 (21:03 +0000)]
Replace direct fprintf(stderr) calls by write_stderr(), and cause this
routine to do something appropriate on Win32.  Also, add a security check
on Win32 that parallels the can't-run-as-root check on Unix.

Magnus Hagander