summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
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
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
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
2004-08-12Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greaterTom Lane
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
2004-08-10Update documentation to reflect the fact that we now know exactly whatTom Lane
2004-08-09Remove no-longer-relevant information about trying to force your OSTom Lane
2004-08-08Add note pointing out the difference in semantics between Oracle andTom Lane
2004-08-08Move expanded discussion of inheritance's limitations out of tutorialTom Lane
2004-08-08Make listen_addresses be a comma-separated list instead of a space-separatedTom Lane
2004-08-08Document background writer control parameters, do some editorial workTom Lane
2004-08-08Another array syntax change (whitespace) clarification -- this time inJoe Conway
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
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
2004-08-08This patch adds SQL2003 to the set of standards with which PostgreSQLBruce Momjian
2004-08-08This adds a caveat to the inheritance part of the tutorial.Bruce Momjian
2004-08-08This patch adds an example to the CREATE DOMAIN docs.Bruce Momjian
2004-08-08Included is an example of using savepoints in a non-trivial example.Bruce Momjian
2004-08-08Update plpgsql documentation for 8.0 (mostly, make use of namedTom Lane
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
2004-08-07Improve markup a little.Tom Lane
2004-08-07Improve tablespace discussion, and bring it up to date with code.Tom Lane
2004-08-07Update pitr docs to mention inclusive/exclusive xid specificationBruce Momjian
2004-08-07Fix markup.Bruce Momjian
2004-08-07Mention that transactions can complete in a different numeric order, forBruce Momjian
2004-08-06Some editorial work on the 8.0 release notes. Update for recent commits,Tom Lane
2004-08-06Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan.Bruce Momjian
2004-08-05Create a built-in log rotation program, so that we no longer have toTom Lane
2004-08-05Require that array literals produce "rectangular" arrays, i.e. all theJoe Conway
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-08-04Add some notes about unimplemented aspects of PITR backup/recovery.Tom Lane
2004-08-03Preliminary documentation for PITR.Tom Lane
2004-08-03Add functions pg_start_backup, pg_stop_backup to create backup labelTom Lane
2004-08-03Move dbsize/oid2name to open items list.Bruce Momjian
2004-08-02Readd pg_config --pgxs code.Bruce Momjian
2004-08-02Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUETom Lane
2004-08-01Some mop-up work for savepoints (nested transactions). Store a smallTom Lane
2004-08-01Add docs for initdb --auth.Bruce Momjian