Teodor Sigaev [Tue, 25 Nov 2003 13:40:16 +0000 (13:40 +0000)]
Ignore too long lexeme
Tom Lane [Mon, 24 Nov 2003 16:54:15 +0000 (16:54 +0000)]
Overdue code review for ALTER SEQUENCE patch. Don't generate illegal Node
tree for CYCLE option; don't assume zeros are invalid values for sequence
fields other than increment_by; don't reset cache_value when not told to;
simplify code for testing whether to apply defaults.
Tom Lane [Mon, 24 Nov 2003 14:50:02 +0000 (14:50 +0000)]
Repair missed renamings of show_statement_stats and show_executor_stats.
Peter Eisentraut [Mon, 24 Nov 2003 13:11:27 +0000 (13:11 +0000)]
Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.
Fixes compliation failure with --enable-thread-safety --with-perl and Perl
5.6.1.
Michael Meskes [Wed, 19 Nov 2003 13:19:40 +0000 (13:19 +0000)]
Fixed typo in create schema parsing.
Bruce Momjian [Mon, 17 Nov 2003 04:52:03 +0000 (04:52 +0000)]
Change "IN/NOT IN" to "IN / NOT IN" for clarity, both branches.
PostgreSQL Daemon [Sun, 16 Nov 2003 21:33:50 +0000 (21:33 +0000)]
k, tag the release
Tom Lane [Sun, 16 Nov 2003 20:29:34 +0000 (20:29 +0000)]
Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes,
which had been unintentionally broken by recent changes to tighten up the
DateStyle rules for all-numeric date input. Add documentation and
regression tests for this, too.
Tom Lane [Sun, 16 Nov 2003 17:01:57 +0000 (17:01 +0000)]
Another try at fixing the Linux overcommit docs, per Andrew Dunstan.
Peter Eisentraut [Sun, 16 Nov 2003 08:59:21 +0000 (08:59 +0000)]
Translation update for last-minute change
Bruce Momjian [Sun, 16 Nov 2003 04:51:23 +0000 (04:51 +0000)]
Update FAQ for 7.4 branch.
Bruce Momjian [Sun, 16 Nov 2003 04:49:51 +0000 (04:49 +0000)]
Update HISTORY
Tom Lane [Sun, 16 Nov 2003 03:58:16 +0000 (03:58 +0000)]
Update info about SysV configuration procedures on OS X 10.3.
Tom Lane [Sun, 16 Nov 2003 03:38:41 +0000 (03:38 +0000)]
Some editorializing on the Linux memory overcommit docs, from Neil Conway.
Tom Lane [Sun, 16 Nov 2003 03:23:57 +0000 (03:23 +0000)]
More release-notes copy editing, from Neil Conway.
Peter Eisentraut [Sat, 15 Nov 2003 23:04:13 +0000 (23:04 +0000)]
Second try at adjusting translations for last-minute changes.
Tom Lane [Sat, 15 Nov 2003 20:01:20 +0000 (20:01 +0000)]
A little bit more copy-editing...
Tom Lane [Sat, 15 Nov 2003 19:46:36 +0000 (19:46 +0000)]
Minor wording improvement suggested by a comment in the interactive docs.
Tom Lane [Sat, 15 Nov 2003 17:24:19 +0000 (17:24 +0000)]
Make creation of statistics collection socket more robust, by allowing it
to try additional addresses returned from getaddrinfo() if the first one
fails at the bind() or connect() steps. Per yesterday's discussion.
Peter Eisentraut [Sat, 15 Nov 2003 17:20:40 +0000 (17:20 +0000)]
Punctuation improvements
Peter Eisentraut [Sat, 15 Nov 2003 17:15:38 +0000 (17:15 +0000)]
Translation update
Peter Eisentraut [Sat, 15 Nov 2003 12:54:28 +0000 (12:54 +0000)]
Adjust translations for CREATE TABLE reference page change.
Peter Eisentraut [Sat, 15 Nov 2003 10:20:02 +0000 (10:20 +0000)]
Translation updates
Peter Eisentraut [Sat, 15 Nov 2003 01:16:53 +0000 (01:16 +0000)]
Correct names of people with funny characters.
Tom Lane [Fri, 14 Nov 2003 22:56:25 +0000 (22:56 +0000)]
Repair error in syntax documentation for CREATE TABLE: one does not put
a comma between multiple column_constraint's for a single column.
Per report from Tomislaw Kitynski.
Bruce Momjian [Fri, 14 Nov 2003 18:07:48 +0000 (18:07 +0000)]
Update FAQ_MSWIN for 7.4 branch.
Bruce Momjian [Fri, 14 Nov 2003 17:54:16 +0000 (17:54 +0000)]
Update FAQ and TODO for 7.4.
Bruce Momjian [Fri, 14 Nov 2003 17:47:49 +0000 (17:47 +0000)]
Add release date for 7.4.
Tom Lane [Fri, 14 Nov 2003 15:43:34 +0000 (15:43 +0000)]
Fix misstatement about the required value of SEMVMX. Given our current
usage of PGSemaMagic, the minimum required value is actually 537, but
say 1000 just to use a round number. 255 is *not* good enough.
Bruce Momjian [Fri, 14 Nov 2003 03:41:25 +0000 (03:41 +0000)]
Update HISTORY to match release.sgml.
Bruce Momjian [Fri, 14 Nov 2003 03:31:05 +0000 (03:31 +0000)]
Update bug template to 7.4 --- that was the only one missing.
Peter Eisentraut [Fri, 14 Nov 2003 02:05:04 +0000 (02:05 +0000)]
Translation updates
Peter Eisentraut [Fri, 14 Nov 2003 02:04:05 +0000 (02:04 +0000)]
Beat some sense into the release notes.
Peter Eisentraut [Thu, 13 Nov 2003 17:59:35 +0000 (17:59 +0000)]
Regenerate text files.
Peter Eisentraut [Thu, 13 Nov 2003 17:58:35 +0000 (17:58 +0000)]
Add final port reports.
Bruce Momjian [Thu, 13 Nov 2003 05:06:56 +0000 (05:06 +0000)]
Update win32 include file on 7.4 branch.
Tom Lane [Wed, 12 Nov 2003 22:55:42 +0000 (22:55 +0000)]
AcceptResult() was missing a case for PGRES_EMPTY_QUERY --- probably
my fault. Adding it fixes bogus message display when reading a block
comment at the end of a script file.
Peter Eisentraut [Wed, 12 Nov 2003 20:05:15 +0000 (20:05 +0000)]
Documentation cleanup
Michael Meskes [Wed, 12 Nov 2003 08:42:57 +0000 (08:42 +0000)]
Commit the remaining parts of the array changes.
Bruce Momjian [Wed, 12 Nov 2003 04:14:34 +0000 (04:14 +0000)]
Here's some improvements. I just ended up referring people to Jason's
website for install as service, because it's a quite a long and complex
process.
Christopher Kings-Lynne
Bruce Momjian [Wed, 12 Nov 2003 04:08:14 +0000 (04:08 +0000)]
Here's a patch that adds some text mentioning that
RESTRICT is not deferrable to the create table reference
page.
Stephan Szabo
Bruce Momjian [Wed, 12 Nov 2003 03:28:45 +0000 (03:28 +0000)]
Typo fix in comment from David Wheeler
Bruce Momjian [Tue, 11 Nov 2003 21:37:35 +0000 (21:37 +0000)]
Default ioctlsocket_ret to 1 in case Cygwin needs it for 7.4 --- already
in HEAD.
Tom Lane [Tue, 11 Nov 2003 21:23:26 +0000 (21:23 +0000)]
Fix thinko in reltime and tinterval operator classes that I added a
couple months ago: the >= and > operators were swapped. Not worth
forcing an initdb for this, but we should get it right in the release.
Will be patched separately in HEAD.
Michael Meskes [Mon, 10 Nov 2003 20:28:06 +0000 (20:28 +0000)]
Re-added forgotten cache.
PostgreSQL Daemon [Mon, 10 Nov 2003 05:56:23 +0000 (05:56 +0000)]
autoconf
PostgreSQL Daemon [Mon, 10 Nov 2003 05:47:06 +0000 (05:47 +0000)]
make sure we are tag'd for RC2
Bruce Momjian [Sun, 9 Nov 2003 03:47:59 +0000 (03:47 +0000)]
I have attached a more comprehensive MSWIN FAQ patch. Basically, the
instructions were way out of date and incorrect. Installing Postgres
from Cygwin is easier these days than the FAQ would imply.
This patch already includes Andrew's previous patch.
Christopher Kings-Lynne
Bruce Momjian [Sun, 9 Nov 2003 03:17:37 +0000 (03:17 +0000)]
Fix typo on autovacuum readme.
Bruce Momjian [Sat, 8 Nov 2003 20:54:37 +0000 (20:54 +0000)]
Allow tab completion for ALTER TABLE dbname <tab><tab> to show new
RENAME TO option.
Tom Lane [Sat, 8 Nov 2003 20:43:57 +0000 (20:43 +0000)]
Correct misspellings of REFERENCES.
Tom Lane [Sat, 8 Nov 2003 20:34:42 +0000 (20:34 +0000)]
Restore compatibility with Tcl 8.0.* --- from ljb.
Tom Lane [Sat, 8 Nov 2003 20:14:57 +0000 (20:14 +0000)]
Don't need hack copy of system() anymore in OS X 10.3.
Michael Meskes [Sat, 8 Nov 2003 19:14:20 +0000 (19:14 +0000)]
Fix parsing of create index call
Tom Lane [Sat, 8 Nov 2003 19:07:30 +0000 (19:07 +0000)]
Fix process-status handling for OS X 10.3.
Peter Eisentraut [Sat, 8 Nov 2003 11:05:40 +0000 (11:05 +0000)]
Adjust file so psql help picks it up properly.
patch by Kris Jurka
Tom Lane [Fri, 7 Nov 2003 21:56:02 +0000 (21:56 +0000)]
Cause stats processes to detach from shared memory when started, so that
they do not prevent the postmaster from deleting the shmem segment during
a post-backend-crash restart cycle. Per recent discussion.
Tom Lane [Fri, 7 Nov 2003 21:27:50 +0000 (21:27 +0000)]
zero_damaged_pages must absolutely NOT be marked GUC_DISALLOW_IN_FILE,
else it cannot be used to handle failures detected during WAL replay.
Fortunately this flag isn't actually enforced yet, but get it right.
Tom Lane [Thu, 6 Nov 2003 22:21:55 +0000 (22:21 +0000)]
Minor copy-editing.
Peter Eisentraut [Thu, 6 Nov 2003 10:28:54 +0000 (10:28 +0000)]
Make the detection of nsgmls more robust for funny shells.
Tom Lane [Wed, 5 Nov 2003 22:00:52 +0000 (22:00 +0000)]
Fix for this problem:
regression=# select 1 from tenk1 ta cross join tenk1 tb for update;
ERROR: no relation entry for relid 3
7.3 said "SELECT FOR UPDATE cannot be applied to a join", which was better
but still wrong, considering that 7.2 took the query just fine. Fix by
making transformForUpdate() ignore JOIN and other special RTE types,
rather than trying to mark them FOR UPDATE. The actual error message now
only appears if you explicitly name the join in FOR UPDATE.
Peter Eisentraut [Wed, 5 Nov 2003 07:42:18 +0000 (07:42 +0000)]
Add -O to really trigger compiler bug.
Peter Eisentraut [Wed, 5 Nov 2003 00:13:21 +0000 (00:13 +0000)]
Check off UnixWare.
Peter Eisentraut [Wed, 5 Nov 2003 00:09:25 +0000 (00:09 +0000)]
Add detection of compiler bug.
Tom Lane [Wed, 5 Nov 2003 00:05:37 +0000 (00:05 +0000)]
Minor copy-editing.
Tom Lane [Tue, 4 Nov 2003 20:54:20 +0000 (20:54 +0000)]
Some copy-editing for 7.4 release notes.
Tom Lane [Tue, 4 Nov 2003 19:18:23 +0000 (19:18 +0000)]
Give the full syntax rules for subscripting and field selection in the
proper place, namely the syntax discussion of value expressions.
Peter Eisentraut [Tue, 4 Nov 2003 12:59:21 +0000 (12:59 +0000)]
Update keywords table.
Peter Eisentraut [Tue, 4 Nov 2003 10:25:11 +0000 (10:25 +0000)]
Remove unused graphics files.
Peter Eisentraut [Tue, 4 Nov 2003 10:08:57 +0000 (10:08 +0000)]
Add report about HP-UX 11.00.
Peter Eisentraut [Tue, 4 Nov 2003 09:45:30 +0000 (09:45 +0000)]
Random copy-editing.
Peter Eisentraut [Tue, 4 Nov 2003 09:43:56 +0000 (09:43 +0000)]
Improve wording of spinlocks-missing compilation error message.
Michael Meskes [Tue, 4 Nov 2003 08:45:47 +0000 (08:45 +0000)]
Make sure bug fix makes it into 7.4 as well. Thanks Peter.
Tatsuo Ishii [Tue, 4 Nov 2003 05:43:33 +0000 (05:43 +0000)]
fix typo. (role_columns_grants -> role_column_grants)
Tom Lane [Tue, 4 Nov 2003 00:34:50 +0000 (00:34 +0000)]
Copy-editing.
PostgreSQL Daemon [Mon, 3 Nov 2003 05:27:18 +0000 (05:27 +0000)]
tag it Release Candidate 1, as previously discussed
Tom Lane [Sun, 2 Nov 2003 22:35:26 +0000 (22:35 +0000)]
Adjust data types in some of the UNION tests to avoid potentially
platform-dependent results, as per example from Larry Rosenman.
Tom Lane [Sun, 2 Nov 2003 21:56:15 +0000 (21:56 +0000)]
Provide a way to run the parallel regression tests with a user-specified
limit on the number of simultaneous connections. Andrew Dunstan, with
review by Tom Lane.
Peter Eisentraut [Sun, 2 Nov 2003 12:59:54 +0000 (12:59 +0000)]
Fix language.
Peter Eisentraut [Sun, 2 Nov 2003 12:59:28 +0000 (12:59 +0000)]
Make spelling consistent.
Peter Eisentraut [Sun, 2 Nov 2003 12:58:39 +0000 (12:58 +0000)]
pg_dumpall doesn't use psql anymore.
Peter Eisentraut [Sun, 2 Nov 2003 12:58:11 +0000 (12:58 +0000)]
Put --describe-config in the right place.
Peter Eisentraut [Sun, 2 Nov 2003 12:57:48 +0000 (12:57 +0000)]
Fix name in supported platforms list.
Peter Eisentraut [Sun, 2 Nov 2003 12:55:24 +0000 (12:55 +0000)]
Complete options help and put it in less random order.
Peter Eisentraut [Sun, 2 Nov 2003 12:53:57 +0000 (12:53 +0000)]
Call domains "domains", not "derived types".
Peter Eisentraut [Sun, 2 Nov 2003 08:54:09 +0000 (08:54 +0000)]
Update ports list.
Peter Eisentraut [Sat, 1 Nov 2003 20:48:51 +0000 (20:48 +0000)]
Unset CFLAGS before reading template. This should be more robust.
When --enable-debug is used, then the default CFLAGS for non-GCC is just
-g without -O.
Backpatch enhancement of Autoconf inline test that detects problems with
the HP C compiler.
Peter Eisentraut [Sat, 1 Nov 2003 20:45:30 +0000 (20:45 +0000)]
Fix CFLAGS logic.
Peter Eisentraut [Sat, 1 Nov 2003 03:18:20 +0000 (03:18 +0000)]
More whitespace fixes. Do people write the expected files by hand?
Peter Eisentraut [Sat, 1 Nov 2003 03:07:07 +0000 (03:07 +0000)]
Fix hidden whitespace differences between expected and result files.
Peter Eisentraut [Sat, 1 Nov 2003 01:56:29 +0000 (01:56 +0000)]
Spell checking, consistent terminology.
Tom Lane [Fri, 31 Oct 2003 22:48:08 +0000 (22:48 +0000)]
Update future-tense comments in README to present tense. Noted by
Neil Conway.
Tom Lane [Fri, 31 Oct 2003 22:41:21 +0000 (22:41 +0000)]
Rewrite GiST documentation into something actually useful.
Christopher Kings-Lynne
Tom Lane [Fri, 31 Oct 2003 22:22:10 +0000 (22:22 +0000)]
Fix broken markup.
Peter Eisentraut [Fri, 31 Oct 2003 22:14:15 +0000 (22:14 +0000)]
Translation update
Tom Lane [Fri, 31 Oct 2003 20:00:49 +0000 (20:00 +0000)]
When a superuser does GRANT or REVOKE on an object he doesn't own,
process the command as though it were issued by the object owner.
This prevents creating weird scenarios in which the same privileges
may appear to flow from different sources, and ensures that a superuser
can in fact revoke all privileges if he wants to. In particular this
means that the regression tests work when run by a superuser other than
the original bootstrap userid. Per report from Larry Rosenman.
Bruce Momjian [Fri, 31 Oct 2003 19:51:14 +0000 (19:51 +0000)]
new protocol, faster startup.
Bruce Momjian [Fri, 31 Oct 2003 19:49:40 +0000 (19:49 +0000)]
Update for polymorphic functions, needs more work.
Bruce Momjian [Fri, 31 Oct 2003 19:33:17 +0000 (19:33 +0000)]
MAC OS X => Mac OS X
Bruce Momjian [Fri, 31 Oct 2003 19:24:17 +0000 (19:24 +0000)]
Release updates suggested by Tom.