summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2011-01-27Update release notes.Tom Lane
2011-01-27Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2.20.Tom Lane
2010-12-18Document unavailable parameters in some configurationsMagnus Hagander
2010-12-14Update release notes for releases 9.0.2, 8.4.6, 8.3.13, 8.2.19, and 8.1.23.Tom Lane
2010-12-09Force default wal_sync_method to be fdatasync on Linux.Tom Lane
2010-10-19Add mention of using tools/fsync to test fsync methods. RestructureBruce Momjian
2010-10-08Warn that views can be safely used to hide columns, but not rows.Robert Haas
2010-10-07Improve WAL reliability documentation, and add more cross-references to it.Robert Haas
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-29Remove obsolete remark that PQprepare() is more flexible than PREPARE.Tom Lane
2010-08-17Backpatch some blatant spelling mistakesPeter Eisentraut
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-08-06Fix indexterm spellingPeter Eisentraut
2010-07-27Spelling fixPeter Eisentraut
2010-07-26Fix grammarPeter Eisentraut
2010-07-03Fix assorted misstatements and poor wording in the descriptions of the I/OTom Lane
2010-06-22Deprecate the use of => as an operator name.Robert Haas
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-13Fix some spelling errors.Magnus Hagander
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-05-05Fix incorrect parameter tag in docs, spotted by KOIZUMI Satoru.Heikki Linnakangas
2010-04-19Provide better guidance for adjusting shared_buffers.Robert Haas
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-25Add configuration parameter ssl_renegotiation_limit to controlMagnus Hagander
2010-02-05Add a note to the documentation of pg_standby that it's important thatHeikki Linnakangas
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-11-24Fix syntax in extract() examplesPeter Eisentraut
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-09-03Make LOAD of an already-loaded library into a no-op, instead of attemptingTom 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-16Fix imprecise documentation of random(): it never returns 1.0.Tom Lane
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-04-19Fix textsearch documentation examples to not recommend concatenating separateTom Lane