84f878f5cd
Don't use get_home_path so libpq doesn't pull path.c into the library.
2004-08-19 00:00:34 +00:00
f657594bf7
Remove NT4 mention in release notes.
2004-08-18 15:48:36 +00:00
1f0a19c263
The enclose patch clarifies and makes a more useful example for the
...
Global Values in PL/Perl section of the documents.
David Fetter
2004-08-18 03:37:56 +00:00
af032f15da
Replace incorrect example for quote_ident
...
Greg Sabino Mullan
2004-08-18 03:06:56 +00:00
950c8afcb4
Update release history for 7.4.5.
2004-08-18 03:03:32 +00:00
3f0fa93cfc
Chain on to SIGPIPE handler rather than just do action on default.
...
Always create thread-specific variable.
2004-08-17 16:54:47 +00:00
64410289f8
Add trivial NULL statement to plpgsql, for Oracle compatibility.
2004-08-16 17:52:06 +00:00
e617fe729d
Mark server_encoding and integer_datetimes as GUC_REPORT, per previous
...
proposals by Oliver Jowett. Update documentation.
2004-08-16 02:12:29 +00:00
e76bcb855b
Fix trivial typo.
2004-08-15 00:27:14 +00:00
682d9fc774
Minor copy-editing for 7.4.4, 7.3.7, 7.2.5 release notes.
2004-08-15 00:09:24 +00:00
d6b69cf2fc
Fix typo, per Andreas Seltenreich.
2004-08-14 23:49:07 +00:00
793dd8e729
Add discussion and example about predicate locking and why "serializable"
...
mode isn't really serializable. I had thought this was covered already
in our docs, but I sure can't find it.
2004-08-14 22:18:23 +00:00
11d8138ca3
Minor editorializing.
2004-08-14 22:17:08 +00:00
2d65574041
Preliminary release notes for 7.4.4, 7.3.7, 7.2.5. Will add to the
...
back branches later.
2004-08-13 18:22:12 +00:00
146b000651
Mention log_statement_stats can not be enabled with the other options.
2004-08-13 16:29:55 +00:00
5a67d7618f
Clarify trigger function return convention, per Thomas Hallgren.
2004-08-13 16:17:19 +00:00
ae449122cf
Mention the installer doesn't run on NT4.
2004-08-13 03:00:07 +00:00
7f7e8cc3f2
Allow commas in BEGIN, START TRANSACTION, and SET TRANSACTION, as required
...
by the SQL standard. For backwards compatibility, however, continue to
accept the syntax without. Minor editorialization in the reference pages
for these commands, too.
2004-08-12 21:00:34 +00:00
a583675108
Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greater
...
compliance with SQL2003 spec syntax.
Oliver Jowett
2004-08-12 19:12:21 +00:00
10249abfa1
Cleanup Win32 COPY handling, and move archive examples to SGML.
2004-08-12 19:03:44 +00:00
f79fbb2bec
Add PQserverVersion() to libpq to provide more-convenient access to
...
the server version number. This commit also removes bogus DOS line
endings from libpqddll.def.
Greg Sabino Mullane
2004-08-11 18:06:01 +00:00
97b1ac1aef
Update documentation to reflect the fact that we now know exactly what
...
time zone names we support.
2004-08-10 00:55:08 +00:00
1109959907
Remove no-longer-relevant information about trying to force your OS
...
to support PST8PDT time zone for the regression tests.
2004-08-09 05:34:39 +00:00
82fde1aaa8
Add note pointing out the difference in semantics between Oracle and
...
plpgsql EXCEPTION blocks.
2004-08-08 22:40:46 +00:00
35a5fb6863
Move expanded discussion of inheritance's limitations out of tutorial
...
and into ddl.sgml. Rewrite for more completeness and (hopefully)
clarity.
2004-08-08 21:33:11 +00:00
33bf242a8a
Make listen_addresses be a comma-separated list instead of a space-separated
...
list. More consistent with our other list-containing GUC variables.
2004-08-08 20:17:36 +00:00
dc199eafa7
Document background writer control parameters, do some editorial work
...
on other recent changes in runtime parameter list.
2004-08-08 19:42:57 +00:00
881ea47d24
Another array syntax change (whitespace) clarification -- this time in
...
the release notes.
2004-08-08 06:03:36 +00:00
4187adc631
Minor clarification of documentation regarding trailing whitespace.
2004-08-08 05:55:55 +00:00
da8325fa5c
Updated release notes for recent array syntax changes.
2004-08-08 05:46:40 +00:00
cb50ee286d
Tighened up syntax checking of array input processing considerably. Junk that
...
was previously allowed in odd places with odd results now causes an ERROR.
Also changed behavior with respect to whitespace -- trailing whitespace is
now ignored as well as leading whitespace (which has always been ignored).
Documentation updated to reflect change in whitespace handling. Also some
refactoring to what I believe is a more sensible order of several paragraphs.
2004-08-08 05:01:55 +00:00
8e953e6fbb
Update admin guide's discussion of WAL to match present reality.
2004-08-08 04:34:43 +00:00
6c3561b9e4
Minor editorialization on example --- I think that the use of dollar
...
quoting in this case is just needless obscurantism.
2004-08-08 02:05:32 +00:00
ff9d69d931
This patch adds SQL2003 to the set of standards with which PostgreSQL
...
is attempting to comply.
David Fetter
2004-08-08 01:52:14 +00:00
2539edc53f
This adds a caveat to the inheritance part of the tutorial.
...
David Fetter
2004-08-08 01:51:05 +00:00
0236b5e07e
This patch adds an example to the CREATE DOMAIN docs.
...
David Fetter
2004-08-08 01:49:30 +00:00
ff8d68df5c
Included is an example of using savepoints in a non-trivial example.
...
Giving examples in the SQL command reference is hard because we don't
have conditionals at the SQL level.
Gavin Sherry
2004-08-08 01:48:31 +00:00
9b3caebb0a
Update plpgsql documentation for 8.0 (mostly, make use of named
...
function parameters and dollar quoting in examples; do some polishing
of the existing dollar-quoting docs). The 'how to port from Oracle'
section is looking pretty respectable these days ...
2004-08-08 00:50:58 +00:00
27fedc8a5e
Improve privileges discussion (mostly, mention grant options).
2004-08-07 20:44:50 +00:00
82433e913c
Update a couple of example error messages to reflect the fact that we
...
don't generate constraint names like "$1" anymore.
2004-08-07 19:53:48 +00:00
c71e3de264
Improve markup a little.
2004-08-07 19:14:45 +00:00
c2f14a7cdf
Improve tablespace discussion, and bring it up to date with code.
2004-08-07 19:02:43 +00:00
ff2c8950fe
Update pitr docs to mention inclusive/exclusive xid specification
2004-08-07 18:07:46 +00:00
752089ea41
Fix markup.
2004-08-07 12:21:25 +00:00
a1c2ed7b02
Mention that transactions can complete in a different numeric order, for
...
PITR recovery.
2004-08-07 03:21:11 +00:00
f8450bb32a
Some editorial work on the 8.0 release notes. Update for recent commits,
...
improve existing descriptions.
2004-08-06 23:33:48 +00:00
0307c09cf5
Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan.
2004-08-06 04:15:09 +00:00
bdf8ef6925
Create a built-in log rotation program, so that we no longer have to
...
recommend that people go get Apache's rotatelogs program. Additional
benefits are that configuration is done through GUC, rather than
externally, and that the postmaster can monitor the log rotator and
restart it after failure (though we certainly hope that won't happen
often).
Andreas Pflug, some rework by Tom Lane.
2004-08-05 23:32:13 +00:00
0e13d627be
Require that array literals produce "rectangular" arrays, i.e. all the
...
subarrays of a given dimension have the same number of elements/subarrays.
Also repair a longstanding undocumented (as far as I can see) ability to
explicitly set array bounds in the array literal syntax. It now can
deal properly with negative array indicies. Modify array_out so that
arrays with non-standard lower bounds (i.e. not 1) are output with
the expicit dimension syntax. This fixes a longstanding issue whereby
arrays with non-default lower bounds had them changed to default
after a dump/reload cycle.
Modify regression tests and docs to suit, and add some minimal
documentation regarding the explicit dimension syntax.
2004-08-05 03:30:44 +00:00
fcbc438727
Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments
...
and documentation to reference 8.0 instead of 7.5.
2004-08-04 21:34:35 +00:00