summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2008-05-28Improve GRANT documentation to point out that UPDATE and DELETE typicallyTom Lane
2008-04-22Replace developer FAQ with a reference to the wiki, which is whereMagnus Hagander
2008-04-21Add link to major version release notes at the top of the minorMagnus Hagander
2008-03-12Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponingTom Lane
2008-01-14Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode:Tom Lane
2008-01-03Update release notes for security releases.Tom Lane
2008-01-03Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane
2008-01-02Fix invalid ipv6 address in example. Per doc comment 7211.Magnus Hagander
2007-11-23Fix "Overall Page Layout" table. The second row should be ItemIdData, notTatsuo Ishii
2007-09-29Make archive recovery always start a new timeline, rather than only when aTom Lane
2007-09-16Update release notes for last-minute fix.REL8_1_10Tom Lane
2007-09-14Fix markup that doesn't work in back branches.Tom Lane
2007-09-14Minor editorialization on release notes.Tom Lane
2007-09-11Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.Bruce Momjian
2007-09-11StampBruce Momjian
2007-06-07Fix array_dims() example to be consistent with the data previously shown.Tom Lane
2007-05-29Fix a bug in input processing for the "interval" type. Previously,Neil Conway
2007-05-21Fix spurious German index entryPeter Eisentraut
2007-05-13Document that CLUSTER breaks MVCC visibility rules.Magnus Hagander
2007-04-23Fix newly-introduced documentation typo.Neil Conway
2007-04-20Fix markup.Tom Lane
2007-04-20Support explicit placement of the temporary-table schema within search_path.Tom Lane
2007-04-19Release wording updates for releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian
2007-04-19Update FAQ to mention most recent release for releasesBruce Momjian
2007-04-19Release note updates for 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian
2007-04-09Fix spelling: SYMETRIC -> SYMMETRICPeter Eisentraut
2007-03-14Arrange to install a "posixrules" entry in our timezone database, so thatTom Lane
2007-02-07Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.REL8_1_8Bruce Momjian
2007-02-02Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32 underNeil Conway
2007-02-02Update release notes for security-related releases in all active branches.Tom Lane
2007-01-15Correct a minor inaccuracy in the pg_dumpall reference page: -g dumpsNeil Conway
2007-01-06Links to GUC variables from HISTORY don't work in back branches...REL8_1_6Tom Lane
2007-01-06Fix markup because older releases couldn't link to the reference section.Bruce Momjian
2007-01-05Minor copy-editing for release note updates.Tom Lane
2007-01-05Stamp release 8.1.6.Bruce Momjian
2007-01-05Create release notes for 8.1.6.Bruce Momjian
2006-12-01Document the recently-understood hazard that a rollback can release row-levelTom Lane
2006-11-23Add release entry for 8.1.5 that was missing:Bruce Momjian
2006-11-04Correct documentation error: in 8.1 and 8.2, %p in archive and restoreTom Lane
2006-10-13Update Japanese FAQ.Bruce Momjian
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-10Backpatch FAQs to 8.1.X.Bruce Momjian
2006-10-09Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian
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