summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2006-11-04Correct documentation error: in 8.1 and 8.2, %p in archive and restoreTom Lane
2006-10-13Fix typo in version number.Tom Lane
2006-10-12Update release notes for SQL functions vs triggers fix.Tom Lane
2006-10-11A bit of copy-editing on back-branch release notes.Tom Lane
2006-10-09Update release notes for releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian
2006-10-01date_trunc also accepts 'quarter'. Noted by Yoshihisa Nakano.Tom Lane
2006-08-21Remove obsolete tip about casting bool to int, per Taiki Yamaguchi.Tom Lane
2006-08-02Fix documentation error: GRANT/REVOKE for roles only accept role namesTom Lane
2006-07-31Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji.Alvaro Herrera
2006-07-28Fix table title.Tom Lane
2006-07-28Make it clearer that not every Postgres character set can be used as aTom Lane
2006-07-11Correct the description of the pg_get_viewdef() function. Do some nearbyNeil Conway
2006-06-16Clean up after someone's curious idea that it'd be good to stripTom Lane
2006-06-16Document issues with non-default tablespaces and pg_dumpall restores.Bruce Momjian
2006-05-30Backpatch documentation additions for PL language choice andBruce Momjian
2006-05-23Rename in release notes: Mac -> OS/X, Intel to x86:Bruce Momjian
2006-05-21Update release notes for upcoming releases.Tom Lane
2006-05-21Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane
2006-05-21Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane
2006-05-19Stamp 8.1.4, except configure/configure.in.Bruce Momjian
2006-05-19Update release notes for 8.1.4.Bruce Momjian
2006-05-13Update pg_dump version wording.Bruce Momjian
2006-05-13Mention version portability of pg_dump.Bruce Momjian
2006-04-22Suggest Win32 users user E'' strings and double backslashes used forBruce Momjian
2006-04-18Mention "syntax" error as not logged by log_statement.Bruce Momjian
2006-04-18Document that errors are not output by log_statement (was they were inBruce Momjian
2006-04-15Document that pg_dump -d/-D prevents invalid data from canceling theBruce Momjian
2006-04-11Oops, sysctl, not sysconf, for FreeBSD.Bruce Momjian
2006-04-11More FreeBSD jail wording improvements.Bruce Momjian
2006-04-11Add documentation about running postmasters in FreeBSD jails (useBruce Momjian
2006-03-28Disable full_page_writes, because turning it off risks causing crash-recoveryTom Lane
2006-03-08Remove somebody's flight of fancy about an UPDATE with ORDER BY and LIMIT.Tom Lane
2006-03-03Appended is a small documentation patch that adds a note to the CREATEBruce Momjian
2006-03-02Fix ancient error in large objects usage example: overwrite() subroutineTom Lane
2006-03-02Update OS X shared memory documentation for 10.3.9 and later to useBruce Momjian
2006-03-02Mark tsearch2 item as Tom's, not Teodor's.Bruce Momjian
2006-03-01Add pg_service.conf documentation for libpq.Bruce Momjian
2006-02-24Mention that the archive history file has the wal start/stop file names.Bruce Momjian
2006-02-12Update release notes.Tom Lane
2006-02-12Fix broken markup.Tom Lane
2006-02-12Update wording for 8.1.X, remove <only>:Bruce Momjian
2006-02-12> Actually, if you submit a patch that says either "SCROLL is theBruce Momjian
2006-02-12Fix release item ordering.Bruce Momjian
2006-02-12Update back branch release notes.Bruce Momjian
2006-02-12Fix release markup.Bruce Momjian
2006-02-12Update release notes for 8.1.3.Bruce Momjian
2006-02-09Reject out-of-range dates in date_in().Tom Lane
2006-02-05Fix typo in configuration docs.Bruce Momjian
2006-02-05Update PL/pgSQL trigger example to be clearer about how to "merge" dataBruce Momjian
2006-01-20Update EXPLAIN wording for GEQO usage.Bruce Momjian