summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
2004-08-23Update that 8.0 will support MS Win natively.Bruce Momjian
2004-08-23Update newest version number.Bruce Momjian
2004-08-21Seems it would be nice if the ALTER INDEX ref page were actuallyTom Lane
linked into the docs ...
2004-08-21Fix typo (extraneous comma).Tom Lane
2004-08-21Mention that to_char(interval) will be removed in 8.1.Bruce Momjian
2004-08-20Fix typo in new ALTER INDEX manual page.Bruce Momjian
2004-08-20Add ALTER INDEX, particularly for moving tablespaces.Bruce Momjian
Gavin Sherry
2004-08-20> Please find attached a submission to add a "exit on error" option toBruce Momjian
> pg_restore, as it seems that some people have scripts that rely on the > previous "abort on error" default behavior when restoring data with a > direct connection. > > Fabien Coelho
2004-08-19Use backslash in %USERPROFILE%\.pgpass.Bruce Momjian
2004-08-19Don't use get_home_path so libpq doesn't pull path.c into the library.Bruce Momjian
2004-08-18Remove NT4 mention in release notes.Bruce Momjian
2004-08-18The enclose patch clarifies and makes a more useful example for theBruce Momjian
Global Values in PL/Perl section of the documents. David Fetter
2004-08-18Replace incorrect example for quote_identBruce Momjian
Greg Sabino Mullan
2004-08-18Update release history for 7.4.5.Tom Lane
2004-08-17Chain on to SIGPIPE handler rather than just do action on default.Bruce Momjian
Always create thread-specific variable.
2004-08-16Add trivial NULL statement to plpgsql, for Oracle compatibility.Tom Lane
2004-08-16Mark server_encoding and integer_datetimes as GUC_REPORT, per previousTom Lane
proposals by Oliver Jowett. Update documentation.
2004-08-15Fix trivial typo.Tom Lane
2004-08-15Minor copy-editing for 7.4.4, 7.3.7, 7.2.5 release notes.Tom Lane
2004-08-14Fix typo, per Andreas Seltenreich.Tom Lane
2004-08-14Add discussion and example about predicate locking and why "serializable"Tom Lane
mode isn't really serializable. I had thought this was covered already in our docs, but I sure can't find it.
2004-08-14Minor editorializing.Tom Lane
2004-08-13Preliminary release notes for 7.4.4, 7.3.7, 7.2.5. Will add to theTom Lane
back branches later.
2004-08-13Mention log_statement_stats can not be enabled with the other options.Bruce Momjian
2004-08-13Clarify trigger function return convention, per Thomas Hallgren.Tom Lane
2004-08-13Mention the installer doesn't run on NT4.Bruce Momjian
2004-08-12Allow commas in BEGIN, START TRANSACTION, and SET TRANSACTION, as requiredTom Lane
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-12Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greaterTom Lane
compliance with SQL2003 spec syntax. Oliver Jowett
2004-08-12Cleanup Win32 COPY handling, and move archive examples to SGML.Bruce Momjian
2004-08-11Add PQserverVersion() to libpq to provide more-convenient access toTom Lane
the server version number. This commit also removes bogus DOS line endings from libpqddll.def. Greg Sabino Mullane
2004-08-10Update documentation to reflect the fact that we now know exactly whatTom Lane
time zone names we support.
2004-08-09Remove no-longer-relevant information about trying to force your OSTom Lane
to support PST8PDT time zone for the regression tests.
2004-08-08Add note pointing out the difference in semantics between Oracle andTom Lane
plpgsql EXCEPTION blocks.
2004-08-08Move expanded discussion of inheritance's limitations out of tutorialTom Lane
and into ddl.sgml. Rewrite for more completeness and (hopefully) clarity.
2004-08-08Make listen_addresses be a comma-separated list instead of a space-separatedTom Lane
list. More consistent with our other list-containing GUC variables.
2004-08-08Document background writer control parameters, do some editorial workTom Lane
on other recent changes in runtime parameter list.
2004-08-08Another array syntax change (whitespace) clarification -- this time inJoe Conway
the release notes.
2004-08-08Minor clarification of documentation regarding trailing whitespace.Joe Conway
2004-08-08Updated release notes for recent array syntax changes.Joe Conway
2004-08-08Tighened up syntax checking of array input processing considerably. Junk thatJoe Conway
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-08Update admin guide's discussion of WAL to match present reality.Tom Lane
2004-08-08Minor editorialization on example --- I think that the use of dollarTom Lane
quoting in this case is just needless obscurantism.
2004-08-08This patch adds SQL2003 to the set of standards with which PostgreSQLBruce Momjian
is attempting to comply. David Fetter
2004-08-08This adds a caveat to the inheritance part of the tutorial.Bruce Momjian
David Fetter
2004-08-08This patch adds an example to the CREATE DOMAIN docs.Bruce Momjian
David Fetter
2004-08-08Included is an example of using savepoints in a non-trivial example.Bruce Momjian
Giving examples in the SQL command reference is hard because we don't have conditionals at the SQL level. Gavin Sherry
2004-08-08Update plpgsql documentation for 8.0 (mostly, make use of namedTom Lane
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-07Improve privileges discussion (mostly, mention grant options).Tom Lane
2004-08-07Update a couple of example error messages to reflect the fact that weTom Lane
don't generate constraint names like "$1" anymore.
2004-08-07Improve markup a little.Tom Lane