]> granicus.if.org Git - postgresql/log
postgresql
19 years agoIssue a CHECKPOINT just after creating the regression database. Without
Tom Lane [Wed, 22 Sep 2004 19:11:19 +0000 (19:11 +0000)]
Issue a CHECKPOINT just after creating the regression database.  Without
this, it's hard to debug core-dump test failures, because WAL replay will
enthusiastically remove the core file (along with the rest of the
regression database directory).  Per recent discussion, not to mention
bitter experience.

19 years agoAdjust ExecMakeTableFunctionResult to produce a single all-nulls row
Tom Lane [Wed, 22 Sep 2004 17:41:51 +0000 (17:41 +0000)]
Adjust ExecMakeTableFunctionResult to produce a single all-nulls row
when a function that returns a single tuple (not a setof tuple) returns
NULL.  This seems to be the most consistent behavior.  It would have
taken a bit less code to make it return an empty table (zero rows) but
ISTM a non-SETOF function ought always return exactly one row.  Per
bug report from Ivan-Sun1.

19 years agoMinor cleanup of libpq/LO examples: fix some memory leaks, update a comment
Neil Conway [Wed, 22 Sep 2004 05:12:45 +0000 (05:12 +0000)]
Minor cleanup of libpq/LO examples: fix some memory leaks, update a comment
or two.

19 years agoSome improvements for the tab-completion of psql. This should
Neil Conway [Wed, 22 Sep 2004 04:25:16 +0000 (04:25 +0000)]
Some improvements for the tab-completion of psql. This should
address all of the items in the todo list and adds some new
things as well. Specifically:

* Add support for ALTER SEQUENCE ...
* Add "RENAME TO" for ALTER TRIGGER xx ON yy
* Pick proper table for ALTER TRIGGER xx ON ...
* Support for ALTER USER xxx ...
* Fix ALTER GROUP xxx DROP ...
* Fix ALTER DOMAIN xxx DROP ...
* Remove "OWNER TO" from ALTER DOMAIN xx DROP ...
* Fix ALTER DOMAIN xx SET DEFAULT ..
* Prevent ALTER INDEX xxx SET TABLESPACE from using "TO"
* Support for ALTER LANGUAGE xxx (RENAME TO)
* More support for ALTER TABLE xxx ALTER COLUMN xxx ...
* More support for COPY

Greg Sabino Mullane

19 years agoThis patch from Alvaro Herrera adds transaction ID to the list of
Neil Conway [Wed, 22 Sep 2004 03:55:27 +0000 (03:55 +0000)]
This patch from Alvaro Herrera adds transaction ID to the list of
log_line_prefix escapes. The escape sequence used for this is %x.
%x previously meant "postmaster et al. stop here" -- this has been
renamed to %q.

19 years agoClarify TODO item: we ought to implement updatable views per SQL99, not
Neil Conway [Tue, 21 Sep 2004 05:38:54 +0000 (05:38 +0000)]
Clarify TODO item: we ought to implement updatable views per SQL99, not
SQL92 (the former defines a much more ambitious subset of views that
need to be updatable).

19 years agoRotate on time boundaries that are sensible per local time rather than GMT.
Tom Lane [Tue, 21 Sep 2004 00:21:25 +0000 (00:21 +0000)]
Rotate on time boundaries that are sensible per local time rather than GMT.
Also, avoid truncating the file we just wrote into, which might otherwise
easily happen at DST boundaries.  Ed L. and Tom Lane.

19 years agoChange some of the existing plpgsql regression test cases so that they
Tom Lane [Mon, 20 Sep 2004 23:00:12 +0000 (23:00 +0000)]
Change some of the existing plpgsql regression test cases so that they
exercise dollar quoting and named function parameters.  AFAICS we had
no tests of either feature before.

19 years agoSome editorializing on the docs for the dollar-quoting feature: fix
Tom Lane [Mon, 20 Sep 2004 22:48:29 +0000 (22:48 +0000)]
Some editorializing on the docs for the dollar-quoting feature: fix
grammar, don't drop discussions into the middle of unrelated discussions,
etc.

19 years agoFix some shortcomings in psql's autocommit-off mode concerning detection
Tom Lane [Mon, 20 Sep 2004 18:51:19 +0000 (18:51 +0000)]
Fix some shortcomings in psql's autocommit-off mode concerning detection
of commands for which a transaction block should not be forced.  Recognize
VACUUM and other PreventTransactionChain commands; handle nested /* .. */
comments correctly; handle multibyte encodings correctly.
Michael Paesold with some kibitzing from Tom Lane.

19 years agoDocumentation improvements, per Josh Berkus.
Tom Lane [Mon, 20 Sep 2004 17:53:59 +0000 (17:53 +0000)]
Documentation improvements, per Josh Berkus.

19 years agoTranslation update
Peter Eisentraut [Mon, 20 Sep 2004 08:15:29 +0000 (08:15 +0000)]
Translation update

19 years agoTranslation updates
Peter Eisentraut [Mon, 20 Sep 2004 07:57:14 +0000 (07:57 +0000)]
Translation updates

19 years agoTranslation updates
Peter Eisentraut [Mon, 20 Sep 2004 07:49:54 +0000 (07:49 +0000)]
Translation updates

19 years agoTranslation updates
Peter Eisentraut [Mon, 20 Sep 2004 07:44:42 +0000 (07:44 +0000)]
Translation updates

19 years agoNow that I look, table 8-1 has some other marginal misstatements in it.
Tom Lane [Mon, 20 Sep 2004 04:19:50 +0000 (04:19 +0000)]
Now that I look, table 8-1 has some other marginal misstatements in it.
If we're going to put brackets around optional precision specs in some
entries, we'd better do it in all.

19 years agoMinor documentation cleanup and improvement.
Neil Conway [Mon, 20 Sep 2004 00:04:19 +0000 (00:04 +0000)]
Minor documentation cleanup and improvement.

19 years agoAdd defenses against plpython functions being declared to take or return
Tom Lane [Sun, 19 Sep 2004 23:38:21 +0000 (23:38 +0000)]
Add defenses against plpython functions being declared to take or return
pseudotypes.  Not sure why I neglected to add these checks at the same
time I added them to the other PLs, but it seems I did.

19 years agoFix estimate_num_groups to be able to use expression-index statistics
Tom Lane [Sat, 18 Sep 2004 19:39:50 +0000 (19:39 +0000)]
Fix estimate_num_groups to be able to use expression-index statistics
when there is an expressional index matching a GROUP BY item.

19 years agoPut the brackets in the right places in timestamp entries in table 8-1.
Tom Lane [Sat, 18 Sep 2004 15:28:03 +0000 (15:28 +0000)]
Put the brackets in the right places in timestamp entries in table 8-1.
Spotted by Josh Purinton.

19 years agoMove comment at end of line to a separate line so trailing tabs don't
Peter Eisentraut [Sat, 18 Sep 2004 13:28:54 +0000 (13:28 +0000)]
Move comment at end of line to a separate line so trailing tabs don't
become part of the make variable value.

19 years agoFix memory leak in tokenize_file, per report from Vadim Passynkov.
Tom Lane [Sat, 18 Sep 2004 01:22:58 +0000 (01:22 +0000)]
Fix memory leak in tokenize_file, per report from Vadim Passynkov.

19 years agoImprove documentation of log rotation options, per Ed L.
Tom Lane [Fri, 17 Sep 2004 22:40:46 +0000 (22:40 +0000)]
Improve documentation of log rotation options, per Ed L.

19 years agoAdd support for GNU/Hurd and GNU/*BSD. For our purposes, they behave just
Peter Eisentraut [Fri, 17 Sep 2004 22:31:59 +0000 (22:31 +0000)]
Add support for GNU/Hurd and GNU/*BSD.  For our purposes, they behave just
like Linux; we just need to recognize the system types.

19 years agoNew config.guess and config.sub
Peter Eisentraut [Fri, 17 Sep 2004 22:09:21 +0000 (22:09 +0000)]
New config.guess and config.sub

19 years agoAllow WIN1250 as server encoding.
Peter Eisentraut [Fri, 17 Sep 2004 21:59:57 +0000 (21:59 +0000)]
Allow WIN1250 as server encoding.

19 years agoHere is a patch bringing oid2name into the 21st century.
Tom Lane [Fri, 17 Sep 2004 21:14:19 +0000 (21:14 +0000)]
Here is a patch bringing oid2name into the 21st century.

Alvaro Herrera

19 years agoHashed LEFT JOIN would miss outer tuples with no inner match if the join
Tom Lane [Fri, 17 Sep 2004 18:28:53 +0000 (18:28 +0000)]
Hashed LEFT JOIN would miss outer tuples with no inner match if the join
was large enough to be batched and the tuples fell into a batch where
there were no inner tuples at all.  Thanks to Xiaoyu Wang for finding a
test case that exposed this long-standing bug.

19 years agoNow that xmax and cmin are distinct fields again, we should zero xmax when
Tom Lane [Fri, 17 Sep 2004 18:09:55 +0000 (18:09 +0000)]
Now that xmax and cmin are distinct fields again, we should zero xmax when
creating a new tuple.  This is just for debugging sanity, though, since
nothing should be paying any attention to xmax when the HEAP_XMAX_INVALID
bit is set.

19 years agoHyperlink a reference to DROP CAST in the CREATE CAST reference page.
Neil Conway [Fri, 17 Sep 2004 02:06:33 +0000 (02:06 +0000)]
Hyperlink a reference to DROP CAST in the CREATE CAST reference page.

19 years agoMake discovery of python_configdir architecture independent. Solution
Joe Conway [Thu, 16 Sep 2004 23:30:30 +0000 (23:30 +0000)]
Make discovery of python_configdir architecture independent. Solution
from James William Pye.

19 years agoFix oversight: there's no reason for PG_TRY to use sigsetjmp(buf,1)
Tom Lane [Thu, 16 Sep 2004 21:59:17 +0000 (21:59 +0000)]
Fix oversight: there's no reason for PG_TRY to use sigsetjmp(buf,1)
since we don't change the signal mask during normal backend operations.
Use sigsetjmp(buf,0) to avoid many unnecessary kernel calls.

19 years agoRemove contrib/pg_logger, per recent discussion.
Tom Lane [Thu, 16 Sep 2004 21:20:20 +0000 (21:20 +0000)]
Remove contrib/pg_logger, per recent discussion.

19 years agoRemove erroneous Assert, per example from Kris Jurka.
Tom Lane [Thu, 16 Sep 2004 21:08:12 +0000 (21:08 +0000)]
Remove erroneous Assert, per example from Kris Jurka.

19 years agoAdd some marginal tweaks to eliminate memory leakages associated with
Tom Lane [Thu, 16 Sep 2004 20:17:49 +0000 (20:17 +0000)]
Add some marginal tweaks to eliminate memory leakages associated with
subtransactions.  Trivial subxacts (such as a plpgsql exception block
containing no database access) now demonstrably leak zero bytes.

19 years agoRecentXmin is too recent to use as the cutoff point for accessing
Tom Lane [Thu, 16 Sep 2004 18:35:23 +0000 (18:35 +0000)]
RecentXmin is too recent to use as the cutoff point for accessing
pg_subtrans --- what we need is the oldest xmin of any snapshot in use
in the current top transaction.  Introduce a new variable TransactionXmin
to play this role.  Fixes intermittent regression failure reported by
Neil Conway.

19 years agoRestructure subtransaction handling to reduce resource consumption,
Tom Lane [Thu, 16 Sep 2004 16:58:44 +0000 (16:58 +0000)]
Restructure subtransaction handling to reduce resource consumption,
as per recent discussions.  Invent SubTransactionIds that are managed like
CommandIds (ie, counter is reset at start of each top transaction), and
use these instead of TransactionIds to keep track of subtransaction status
in those modules that need it.  This means that a subtransaction does not
need an XID unless it actually inserts/modifies rows in the database.
Accordingly, don't assign it an XID nor take a lock on the XID until it
tries to do that.  This saves a lot of overhead for subtransactions that
are only used for error recovery (eg plpgsql exceptions).  Also, arrange
to release a subtransaction's XID lock as soon as the subtransaction
exits, in both the commit and abort cases.  This avoids holding many
unique locks after a long series of subtransactions.  The price is some
additional overhead in XactLockTableWait, but that seems acceptable.
Finally, restructure the state machine in xact.c to have a more orthogonal
set of states for subtransactions.

19 years agoMinor doc tweak: mention that function names can be optionally schema-
Neil Conway [Thu, 16 Sep 2004 04:16:08 +0000 (04:16 +0000)]
Minor doc tweak: mention that function names can be optionally schema-
qualified.

19 years agoFix a read of uninitialized memory in array_out(). Perform some minor
Neil Conway [Thu, 16 Sep 2004 03:15:54 +0000 (03:15 +0000)]
Fix a read of uninitialized memory in array_out(). Perform some minor
cosmetic code cleanup at the same time.

19 years agoCosmetic PL/PgSQL fix: declare the second parameter plpgsql_dstring_append
Neil Conway [Tue, 14 Sep 2004 23:46:46 +0000 (23:46 +0000)]
Cosmetic PL/PgSQL fix: declare the second parameter plpgsql_dstring_append
as a const char *, so that we don't need to cast away a const in gram.y

19 years agoMark as done:
Bruce Momjian [Tue, 14 Sep 2004 14:34:45 +0000 (14:34 +0000)]
Mark as done:

< * Point-in-time data recovery using backup and write-ahead log,
< * Create native Win32 port, http://momjian.postgresql.org/main/writings/pgsql/project/win32.html
> * -Point-in-time data recovery using backup and write-ahead log
> * -Create native Win32 port
470c470
<     o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
>  o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW

19 years agoNew translation
Peter Eisentraut [Tue, 14 Sep 2004 05:50:33 +0000 (05:50 +0000)]
New translation

19 years agoTranslation update
Peter Eisentraut [Tue, 14 Sep 2004 05:44:40 +0000 (05:44 +0000)]
Translation update

19 years agoFix contrib/cube and contrib/seg to compile on Windows.
Tom Lane [Tue, 14 Sep 2004 04:21:38 +0000 (04:21 +0000)]
Fix contrib/cube and contrib/seg to compile on Windows.
Andreas Pflug

19 years agoFix some minor issues with the new Win32 service code for autovacuum,
Tom Lane [Tue, 14 Sep 2004 04:06:20 +0000 (04:06 +0000)]
Fix some minor issues with the new Win32 service code for autovacuum,
and add documentation.  Dave Page

19 years agoAdjust tsearch2.sql to avoid use of COPY FROM STDIN, so as to
Tom Lane [Tue, 14 Sep 2004 03:58:54 +0000 (03:58 +0000)]
Adjust tsearch2.sql to avoid use of COPY FROM STDIN, so as to
simplify life for the Win32 installer.  Per Dave Page.

19 years agoWin32 compile fix for misc_utils.
Tom Lane [Tue, 14 Sep 2004 03:50:17 +0000 (03:50 +0000)]
Win32 compile fix for misc_utils.
Claudio Natoli

19 years agoWin32 compile fixes for pgbench, pgcrypto, and tsearch.
Tom Lane [Tue, 14 Sep 2004 03:39:55 +0000 (03:39 +0000)]
Win32 compile fixes for pgbench, pgcrypto, and tsearch.
Claudio Natoli

19 years agoFix contrib/dbase to compile under Win32. Laurent Ballester
Tom Lane [Tue, 14 Sep 2004 03:28:28 +0000 (03:28 +0000)]
Fix contrib/dbase to compile under Win32.  Laurent Ballester

19 years agoMake pltcl work on Win32. Magnus Hagander
Tom Lane [Tue, 14 Sep 2004 03:21:27 +0000 (03:21 +0000)]
Make pltcl work on Win32.  Magnus Hagander

19 years agoFix small memory leak in psql.
Neil Conway [Mon, 13 Sep 2004 23:07:12 +0000 (23:07 +0000)]
Fix small memory leak in psql.

19 years agoTranslation update
Peter Eisentraut [Mon, 13 Sep 2004 20:53:10 +0000 (20:53 +0000)]
Translation update

19 years agoRedesign query-snapshot timing so that volatile functions in READ COMMITTED
Tom Lane [Mon, 13 Sep 2004 20:10:13 +0000 (20:10 +0000)]
Redesign query-snapshot timing so that volatile functions in READ COMMITTED
mode see a fresh snapshot for each command in the function, rather than
using the latest interactive command's snapshot.  Also, suppress fresh
snapshots as well as CommandCounterIncrement inside STABLE and IMMUTABLE
functions, instead using the snapshot taken for the most closely nested
regular query.  (This behavior is only sane for read-only functions, so
the patch also enforces that such functions contain only SELECT commands.)
As per my proposal of 6-Sep-2004; I note that I floated essentially the
same proposal on 19-Jun-2002, but that discussion tailed off without any
action.  Since 8.0 seems like the right place to be taking possibly
nontrivial backwards compatibility hits, let's get it done now.

19 years agoTranslation updates
Peter Eisentraut [Mon, 13 Sep 2004 12:43:27 +0000 (12:43 +0000)]
Translation updates

19 years agoTranslation updates
Peter Eisentraut [Mon, 13 Sep 2004 12:35:18 +0000 (12:35 +0000)]
Translation updates

19 years agoNew translations
Peter Eisentraut [Mon, 13 Sep 2004 12:20:24 +0000 (12:20 +0000)]
New translations

19 years agoNew translation
Peter Eisentraut [Mon, 13 Sep 2004 12:14:50 +0000 (12:14 +0000)]
New translation

19 years agoTranslation updates
Peter Eisentraut [Mon, 13 Sep 2004 12:11:22 +0000 (12:11 +0000)]
Translation updates

19 years agoFix two typos in comments.
Neil Conway [Mon, 13 Sep 2004 01:45:32 +0000 (01:45 +0000)]
Fix two typos in comments.

19 years agoRe-add brace removal code but comment it out so we know why we removed
Bruce Momjian [Sun, 12 Sep 2004 22:21:30 +0000 (22:21 +0000)]
Re-add brace removal code but comment it out so we know why we removed
it and have it in case we need it for some special case.

19 years agoRemove code that delete braces around single statements.
Bruce Momjian [Sun, 12 Sep 2004 22:11:27 +0000 (22:11 +0000)]
Remove code that delete braces around single statements.

19 years agoWhen LockAcquire fails at the stage of creating a proclock object, be
Tom Lane [Sun, 12 Sep 2004 18:30:50 +0000 (18:30 +0000)]
When LockAcquire fails at the stage of creating a proclock object, be
sure to clean up the already-created lock object, if it has no other
references.  Avoids possibly-permanent leak of shared memory.

19 years agoRenumber SnapshotNow and the other special snapshot codes so that
Tom Lane [Sat, 11 Sep 2004 18:28:34 +0000 (18:28 +0000)]
Renumber SnapshotNow and the other special snapshot codes so that
((Snapshot) NULL) can no longer be confused with a valid snapshot,
as per my recent suggestion.  Define a macro InvalidSnapshot for 0.
Use InvalidSnapshot instead of SnapshotAny as the do-nothing special
case for heap_update and heap_delete crosschecks; this seems a little
cleaner even though the behavior is really the same.

19 years agoEnsure that pg_largeobject references opened by lo_import() or lo_export()
Tom Lane [Sat, 11 Sep 2004 15:56:46 +0000 (15:56 +0000)]
Ensure that pg_largeobject references opened by lo_import() or lo_export()
will be cleaned up at end of transaction, even when there is no other LO
operation in the transaction.  Per bug report from Daniel Schuchardt.

19 years agoSend thread test output to file descriptor 5 like configure does rather
Bruce Momjian [Sat, 11 Sep 2004 02:12:17 +0000 (02:12 +0000)]
Send thread test output to file descriptor 5 like configure does rather
than /dev/null, which Win32 doesn't have.

19 years agoCheck for ignored thread compiler options to reduce compiler noise.
Bruce Momjian [Sat, 11 Sep 2004 00:03:06 +0000 (00:03 +0000)]
Check for ignored thread compiler options to reduce compiler noise.

19 years agoDone:
Bruce Momjian [Fri, 10 Sep 2004 22:38:52 +0000 (22:38 +0000)]
Done:

< * Have AFTER triggers execute after the appropriate SQL statement in a
> * -Have AFTER triggers execute after the appropriate SQL statement in a

19 years agoFix some problems with restoring databases owned by non-superusers,
Tom Lane [Fri, 10 Sep 2004 20:05:18 +0000 (20:05 +0000)]
Fix some problems with restoring databases owned by non-superusers,
as per bug #1249; and remove the last vestiges of using \connect to
change authorization.

19 years agoFire non-deferred AFTER triggers immediately upon query completion,
Tom Lane [Fri, 10 Sep 2004 18:40:09 +0000 (18:40 +0000)]
Fire non-deferred AFTER triggers immediately upon query completion,
rather than when returning to the idle loop.  This makes no particular
difference for interactively-issued queries, but it makes a big difference
for queries issued within functions: trigger execution now occurs before
the calling function is allowed to proceed.  This responds to numerous
complaints about nonintuitive behavior of foreign key checking, such as
http://archives.postgresql.org/pgsql-bugs/2004-09/msg00020.php, and
appears to be required by the SQL99 spec.
Also take the opportunity to simplify the data structures used for the
pending-trigger list, rename them for more clarity, and squeeze out a
bit of space.

19 years agoAdd:
Bruce Momjian [Fri, 10 Sep 2004 16:35:56 +0000 (16:35 +0000)]
Add:

> * Make row-wise comparisons work per SQL spec
>

19 years agoFix #if define
Bruce Momjian [Fri, 10 Sep 2004 15:51:47 +0000 (15:51 +0000)]
Fix #if define

19 years agoFix palloc call from /port for Cygwin.
Bruce Momjian [Fri, 10 Sep 2004 15:23:51 +0000 (15:23 +0000)]
Fix palloc call from /port for Cygwin.

19 years agoProperly include port file for Cygwin.
Bruce Momjian [Fri, 10 Sep 2004 15:20:19 +0000 (15:20 +0000)]
Properly include port file for Cygwin.

19 years agoMinor cleanup.
Bruce Momjian [Fri, 10 Sep 2004 14:27:37 +0000 (14:27 +0000)]
Minor cleanup.

19 years agoMore cleanup.
Bruce Momjian [Fri, 10 Sep 2004 14:24:25 +0000 (14:24 +0000)]
More cleanup.

19 years agoUse $PORTNAME consistently instead of $host_os, where appropriate.
Bruce Momjian [Fri, 10 Sep 2004 13:53:40 +0000 (13:53 +0000)]
Use $PORTNAME consistently instead of $host_os, where appropriate.

19 years agoAdd:
Bruce Momjian [Fri, 10 Sep 2004 10:03:41 +0000 (10:03 +0000)]
Add:

> * Remove Win32 rename/unlink looping if unnecessary

19 years agoAdd mention loops over unlink/rename might not be needed.
Bruce Momjian [Fri, 10 Sep 2004 09:58:21 +0000 (09:58 +0000)]
Add mention loops over unlink/rename might not be needed.

19 years agoMove undef of rename/unlink so system declarations are unmodified.
Bruce Momjian [Fri, 10 Sep 2004 09:53:08 +0000 (09:53 +0000)]
Move undef of rename/unlink so system declarations are unmodified.

19 years agoAdjust quotes for win32 build of psql.
Bruce Momjian [Fri, 10 Sep 2004 09:45:21 +0000 (09:45 +0000)]
Adjust quotes for win32 build of psql.

19 years agoFix two typos in comments.
Neil Conway [Fri, 10 Sep 2004 04:36:42 +0000 (04:36 +0000)]
Fix two typos in comments.

19 years agoApply patch from Steven Singer for contrib/dbmirror. Changes:
Neil Conway [Fri, 10 Sep 2004 04:31:06 +0000 (04:31 +0000)]
Apply patch from Steven Singer for contrib/dbmirror. Changes:

-It fixes up some bugs with handling setval calls
-Adds upgrade instructions from prior versions
-Improved the sample config file
-Fixed some things in the clean_pending script

19 years agopsql consistency fixes from Greg Sabino Mullane: have \df show schema and
Neil Conway [Fri, 10 Sep 2004 04:10:53 +0000 (04:10 +0000)]
psql consistency fixes from Greg Sabino Mullane: have \df show schema and
name first, make sure \di+ shows description last, and make \dl SQL look
a little more standard.

19 years agoCreate pg_config_paths in port/ for win32 builds of psql.
Bruce Momjian [Fri, 10 Sep 2004 03:48:54 +0000 (03:48 +0000)]
Create pg_config_paths in port/ for win32 builds of psql.

19 years agoClean up Cygwin test.
Bruce Momjian [Fri, 10 Sep 2004 02:49:37 +0000 (02:49 +0000)]
Clean up Cygwin test.

19 years agoMove TIMEZONE_GLOBAL out into the proper place.
Bruce Momjian [Thu, 9 Sep 2004 14:18:20 +0000 (14:18 +0000)]
Move TIMEZONE_GLOBAL out into the proper place.

19 years agoWe don't use java in our compiles anymore so remove the filter test from
Bruce Momjian [Thu, 9 Sep 2004 09:57:23 +0000 (09:57 +0000)]
We don't use java in our compiles anymore so remove the filter test from
pgtest.

19 years agoAdded a call to gettext() to fix broken translated error messages.
Dennis Bjorklund [Thu, 9 Sep 2004 06:56:48 +0000 (06:56 +0000)]
Added a call to gettext() to fix broken translated error messages.

19 years agoTranslation updates
Dennis Bjorklund [Thu, 9 Sep 2004 06:46:57 +0000 (06:46 +0000)]
Translation updates

19 years agoSome source files was not scanned for translatable strings.
Dennis Bjorklund [Thu, 9 Sep 2004 06:32:13 +0000 (06:32 +0000)]
Some source files was not scanned for translatable strings.

19 years agoTranslation updates
Dennis Bjorklund [Thu, 9 Sep 2004 06:02:39 +0000 (06:02 +0000)]
Translation updates

19 years agoFix Cygwin defines to be consistent.
Bruce Momjian [Thu, 9 Sep 2004 00:59:49 +0000 (00:59 +0000)]
Fix Cygwin defines to be consistent.

19 years agoMake TZNAME_GLOBAL for reference to tzname global variable.
Bruce Momjian [Thu, 9 Sep 2004 00:24:12 +0000 (00:24 +0000)]
Make TZNAME_GLOBAL for reference to tzname global variable.

19 years agoMinor efficiency improvements in keeping track of trigger deferred
Tom Lane [Wed, 8 Sep 2004 23:47:58 +0000 (23:47 +0000)]
Minor efficiency improvements in keeping track of trigger deferred
status.  In particular, I see no reason for deferredTriggerCheckState
to make an explicit entry to note that a particular trigger has its
default state --- that just clutters a list that should normally be
empty or very short.  I have plans to revise this module much more
heavily, but this is a simple separable improvement.

19 years agoClarify description of SET CONSTRAINTS. Point out that it is still
Tom Lane [Wed, 8 Sep 2004 20:47:37 +0000 (20:47 +0000)]
Clarify description of SET CONSTRAINTS.  Point out that it is still
missing the ability to schema-qualify constraint names.

19 years agoUse _timezone global on Cygwin instead of timezone.
Bruce Momjian [Wed, 8 Sep 2004 19:43:12 +0000 (19:43 +0000)]
Use _timezone global on Cygwin instead of timezone.

19 years agoImprove README with mention of new functions.
Bruce Momjian [Wed, 8 Sep 2004 19:35:33 +0000 (19:35 +0000)]
Improve README with mention of new functions.

19 years agoFix a couple of small errors in trigger-list management, as per recent
Tom Lane [Tue, 7 Sep 2004 21:48:30 +0000 (21:48 +0000)]
Fix a couple of small errors in trigger-list management, as per recent
discussion.

19 years agoFix places where WaitForxxx can block, to eliminate failure to detect
Tom Lane [Tue, 7 Sep 2004 14:31:42 +0000 (14:31 +0000)]
Fix places where WaitForxxx can block, to eliminate failure to detect
deadlock on Win32.  Magnus Hagander

19 years agoFix error in Windows version of CHECK_FOR_INTERRUPTS macro.
Tom Lane [Mon, 6 Sep 2004 23:55:34 +0000 (23:55 +0000)]
Fix error in Windows version of CHECK_FOR_INTERRUPTS macro.
This prevented statement_timeout from working.
Magnus Hagander