summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2005-03-10Make the behavior of HAVING without GROUP BY conform to the SQL spec.Tom Lane
2005-03-07Rename canonical encodings, per Peter:Bruce Momjian
2005-03-07Add a note that regression test row ordering differences can be causedTom Lane
2005-03-04Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane
2005-03-02Fix misspelling of sysctl, per Stefan Hans.Tom Lane
2005-03-01SGML improvements to the DML chapter.Neil Conway
2005-02-28Implement max() and min() aggregates for array types. Patch from KojuNeil Conway
2005-02-27Rename planner stats detail to avoid label confict.Bruce Momjian
2005-02-27Add documentation on how statistics are used by the planner.Bruce Momjian
2005-02-26Adjust OS-specific kernel settings to mention old and new BSD methods ofBruce Momjian
2005-02-26Clarify PGPASSWORD usage:Bruce Momjian
2005-02-26Correct overstatement in locking docs: we said ExclusiveLock is neverTom Lane
2005-02-26State PGPASSWORD is "not recommended" rather than "depricated".Bruce Momjian
2005-02-25Please find enclosed a patch, per Dennis Bj<C3><B6>rklund, that uses -fBruce Momjian
2005-02-25Clarify object ownership language to prevent confusion with databaseBruce Momjian
2005-02-22Document that only a table's owner may TRUNCATE it. Per Keith Worthington.Tom Lane
2005-02-22Update initdb locale/encoding documentation description. Backpatch toBruce Momjian
2005-02-21Fix two typos, per report from Hashem Masoud.Neil Conway
2005-02-21Updates to the bibliography. Patch from Michael Fuhr.Neil Conway
2005-02-21Document the "register" and "unregister" pg_ctl subcommands, for use onNeil Conway
2005-02-20Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane
2005-02-19Fix typo in SGML.Bruce Momjian
2005-02-19Add reference to the NewbieDoc Docbook Guide.Bruce Momjian
2005-02-14Minor consistency improvement.Neil Conway
2005-02-13Write some real documentation about the index access method API.Tom Lane
2005-02-11Make clearer warning about using 'now' with DEFAULT:Bruce Momjian
2005-02-11Mention that some psql environment variables come from libpq and noteBruce Momjian
2005-02-10Add some index entries for RAISE and exception handling in PL/PgSQL. PerNeil Conway
2005-02-10Improvements to documentation of shared memory configuration underNeil Conway
2005-02-10Use now() rather than 'now' in an example in the PL/PgSQL docs. From DavidNeil Conway
2005-02-10Update pginstaller URL to http://www.postgresql.org/ftp/win32/.Bruce Momjian
2005-02-06Better late than never: document that the GiST API changed in 8.0 in theNeil Conway
2005-02-06Document array behavior for out-of-range subscripts.Tom Lane
2005-02-03Minor SGML improvements.Neil Conway
2005-02-02Improve wording of to_char() change in 8.1:Bruce Momjian
2005-02-02Add support for temporary views, including documentation and regressionNeil Conway
2005-01-30Recommend security@postgresql.org as the contact point for security-related b...Tom Lane
2005-01-30Preliminary release notes for 8.0.1, 7.4.7, 7.3.9, 7.2.7.Tom Lane
2005-01-29We haven't had a fixed limit on rule recursion depth since 7.3 ...Tom Lane
2005-01-28Add documentation for format_type(), which somehow escaped it before.Tom Lane
2005-01-28Add note cautioning that you can't use an encrypting IDENT serverTom Lane
2005-01-27Generalize TRUNCATE to support truncating multiple tables in oneTom Lane
2005-01-26Close all cursors created during a failed subtransaction. This is neededTom Lane
2005-01-26Add docs for a couple of formerly-undocumented geometric conversion functions.Tom Lane
2005-01-23Add tools/find_gt_lt to find < and > in SGML source.Bruce Momjian
2005-01-22More < and > changes to ampersands.Bruce Momjian
2005-01-22More < and > cleanups converted to ampersands.Bruce Momjian
2005-01-22More fixes for => and ->, use proper ampersand markups.Bruce Momjian
2005-01-22Change -> and <- to use proper ampersand markups.Bruce Momjian
2005-01-17Clarify that the --enable-integer-datetimes switch affects the time andTom Lane