| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-08-23 | Update that 8.0 will support MS Win natively. | Bruce Momjian | |
| 2004-08-23 | Update newest version number. | Bruce Momjian | |
| 2004-08-21 | Seems it would be nice if the ALTER INDEX ref page were actually | Tom Lane | |
| linked into the docs ... | |||
| 2004-08-21 | Fix typo (extraneous comma). | Tom Lane | |
| 2004-08-21 | Mention that to_char(interval) will be removed in 8.1. | Bruce Momjian | |
| 2004-08-20 | Fix typo in new ALTER INDEX manual page. | Bruce Momjian | |
| 2004-08-20 | Add 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 to | Bruce 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-19 | Use backslash in %USERPROFILE%\.pgpass. | Bruce Momjian | |
| 2004-08-19 | Don't use get_home_path so libpq doesn't pull path.c into the library. | Bruce Momjian | |
| 2004-08-18 | Remove NT4 mention in release notes. | Bruce Momjian | |
| 2004-08-18 | The enclose patch clarifies and makes a more useful example for the | Bruce Momjian | |
| Global Values in PL/Perl section of the documents. David Fetter | |||
| 2004-08-18 | Replace incorrect example for quote_ident | Bruce Momjian | |
| Greg Sabino Mullan | |||
| 2004-08-18 | Update release history for 7.4.5. | Tom Lane | |
| 2004-08-17 | Chain on to SIGPIPE handler rather than just do action on default. | Bruce Momjian | |
| Always create thread-specific variable. | |||
| 2004-08-16 | Add trivial NULL statement to plpgsql, for Oracle compatibility. | Tom Lane | |
| 2004-08-16 | Mark server_encoding and integer_datetimes as GUC_REPORT, per previous | Tom Lane | |
| proposals by Oliver Jowett. Update documentation. | |||
| 2004-08-15 | Fix trivial typo. | Tom Lane | |
| 2004-08-15 | Minor copy-editing for 7.4.4, 7.3.7, 7.2.5 release notes. | Tom Lane | |
| 2004-08-14 | Fix typo, per Andreas Seltenreich. | Tom Lane | |
| 2004-08-14 | Add 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-14 | Minor editorializing. | Tom Lane | |
| 2004-08-13 | Preliminary release notes for 7.4.4, 7.3.7, 7.2.5. Will add to the | Tom Lane | |
| back branches later. | |||
| 2004-08-13 | Mention log_statement_stats can not be enabled with the other options. | Bruce Momjian | |
| 2004-08-13 | Clarify trigger function return convention, per Thomas Hallgren. | Tom Lane | |
| 2004-08-13 | Mention the installer doesn't run on NT4. | Bruce Momjian | |
| 2004-08-12 | Allow commas in BEGIN, START TRANSACTION, and SET TRANSACTION, as required | Tom 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-12 | Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greater | Tom Lane | |
| compliance with SQL2003 spec syntax. Oliver Jowett | |||
| 2004-08-12 | Cleanup Win32 COPY handling, and move archive examples to SGML. | Bruce Momjian | |
| 2004-08-11 | Add PQserverVersion() to libpq to provide more-convenient access to | Tom Lane | |
| the server version number. This commit also removes bogus DOS line endings from libpqddll.def. Greg Sabino Mullane | |||
| 2004-08-10 | Update documentation to reflect the fact that we now know exactly what | Tom Lane | |
| time zone names we support. | |||
| 2004-08-09 | Remove no-longer-relevant information about trying to force your OS | Tom Lane | |
| to support PST8PDT time zone for the regression tests. | |||
| 2004-08-08 | Add note pointing out the difference in semantics between Oracle and | Tom Lane | |
| plpgsql EXCEPTION blocks. | |||
| 2004-08-08 | Move expanded discussion of inheritance's limitations out of tutorial | Tom Lane | |
| and into ddl.sgml. Rewrite for more completeness and (hopefully) clarity. | |||
| 2004-08-08 | Make listen_addresses be a comma-separated list instead of a space-separated | Tom Lane | |
| list. More consistent with our other list-containing GUC variables. | |||
| 2004-08-08 | Document background writer control parameters, do some editorial work | Tom Lane | |
| on other recent changes in runtime parameter list. | |||
| 2004-08-08 | Another array syntax change (whitespace) clarification -- this time in | Joe Conway | |
| the release notes. | |||
| 2004-08-08 | Minor clarification of documentation regarding trailing whitespace. | Joe Conway | |
| 2004-08-08 | Updated release notes for recent array syntax changes. | Joe Conway | |
| 2004-08-08 | Tighened up syntax checking of array input processing considerably. Junk that | Joe 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-08 | Update admin guide's discussion of WAL to match present reality. | Tom Lane | |
| 2004-08-08 | Minor editorialization on example --- I think that the use of dollar | Tom Lane | |
| quoting in this case is just needless obscurantism. | |||
| 2004-08-08 | This patch adds SQL2003 to the set of standards with which PostgreSQL | Bruce Momjian | |
| is attempting to comply. David Fetter | |||
| 2004-08-08 | This adds a caveat to the inheritance part of the tutorial. | Bruce Momjian | |
| David Fetter | |||
| 2004-08-08 | This patch adds an example to the CREATE DOMAIN docs. | Bruce Momjian | |
| David Fetter | |||
| 2004-08-08 | Included 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-08 | Update plpgsql documentation for 8.0 (mostly, make use of named | Tom 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-07 | Improve privileges discussion (mostly, mention grant options). | Tom Lane | |
| 2004-08-07 | Update a couple of example error messages to reflect the fact that we | Tom Lane | |
| don't generate constraint names like "$1" anymore. | |||
| 2004-08-07 | Improve markup a little. | Tom Lane | |
