summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2010-09-30Use a separate interpreter for each calling SQL userid in plperl and pltcl.Tom Lane
2010-09-30Update release notes for releases 9.0.1, 8.4.5, 8.3.12, 8.2.18, 8.1.22,Tom Lane
2010-09-23Do some copy-editing on the Git usage docs.Tom Lane
2010-09-22Fix documentation gitignore for pre-9.0 doc build methods.Tom Lane
2010-09-22Remove anonymous cvs instructions, and replace them with instructionsMagnus Hagander
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-08-11Fix one more incorrect errno definition in the ECPG manual.Robert Haas
2010-08-11Fix incorrect errno definitions in ECPG manual.Robert Haas
2010-07-26Fix grammarPeter Eisentraut
2010-07-03Fix assorted misstatements and poor wording in the descriptions of the I/OTom Lane
2010-05-16Fix longstanding typo in V1 calling conventions documentation.Robert Haas
2010-05-15Improve documentation of pg_restore's -l and -L switches to point out theirTom Lane
2010-05-13Update release notes with security issues.Tom Lane
2010-05-13Use an entity instead of non-ASCII letter. Thom BrownTom Lane
2010-05-13Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unlessTom Lane
2010-05-13Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan
2010-05-12Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25,Tom Lane
2010-04-15IP port -> TCP portPeter Eisentraut
2010-03-17Typo fixes.Magnus Hagander
2010-03-10Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16, 8.1.20, 8.0.24,Tom Lane
2010-03-08Add missing space in example.Magnus Hagander
2010-02-25Back-patch addition of ssl_renegotiation_limit into 7.4 through 8.1.Tom Lane
2009-12-10Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23,Tom Lane
2009-10-02Fix erroneous handling of shared dependencies (ie dependencies on roles)Tom Lane
2009-09-03Final updates of release notes for 8.4.1, 8.3.8, 8.2.14, 8.1.18, 8.0.22,Tom Lane
2009-08-27Update release notes for 7.4.26, 8.0.22, 8.1.18, 8.2.14, 8.3.8, 8.4.1.Bruce Momjian
2009-08-15Remove tabs from SGML.Bruce Momjian
2009-08-10Re-add documentation for --no-readline option of psql, mistakenly removed a d...Andrew Dunstan
2009-05-02Split the release notes into a separate file for each (active) major branch,Tom Lane
2009-03-12Update back-branch release notes.Tom Lane
2009-01-30Update back-branch release notes.Tom Lane
2009-01-09Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention the needBruce Momjian
2009-01-06Remove references to pgsql-ports and pgsql-patches mailing lists fromTom Lane
2008-10-30Update back-branch release notes.Tom Lane
2008-10-27Install a more robust solution for the problem of infinite error-processingTom Lane
2008-10-10Fix COPY documentation to not imply that HEADER can be used outside CSV mode.Tom Lane
2008-09-19Update back-branch release notes.Tom Lane
2008-08-26Fix pg_dump docs to acknowledge that you can use -Z with plain text output. ...Tom Lane
2008-06-08Update release notes for ALTER AGGREGATE fix.Tom Lane
2008-06-07Update release notes for 8.3.3 et al.Tom Lane
2008-06-06Remove link that pre-8.2 doc tools don't support.REL8_1_12Tom Lane
2008-06-04Draft release notes for upcoming back-branch updates.Tom Lane
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