aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml
Commit message (Expand)AuthorAge
* Use a separate interpreter for each calling SQL userid in plperl and pltcl.Tom Lane2010-09-30
* Update release notes for releases 9.0.1, 8.4.5, 8.3.12, 8.2.18, 8.1.22,Tom Lane2010-09-30
* Do some copy-editing on the Git usage docs.Tom Lane2010-09-22
* Fix documentation gitignore for pre-9.0 doc build methods.Tom Lane2010-09-22
* Remove anonymous cvs instructions, and replace them with instructionsMagnus Hagander2010-09-22
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Remove obsolete remark that PQprepare() is more flexible than PREPARE.Tom Lane2010-08-29
* Backpatch some blatant spelling mistakesPeter Eisentraut2010-08-17
* Add link and additional index reference to pgcrypto.Robert Haas2010-08-15
* Fix one more incorrect errno definition in the ECPG manual.Robert Haas2010-08-11
* Fix incorrect errno definitions in ECPG manual.Robert Haas2010-08-11
* Use double quotes rather than double quotes for libpq target anchors.Robert Haas2010-08-10
* Provide stable target anchors for libpq functions.Robert Haas2010-08-09
* Fix indexterm spellingPeter Eisentraut2010-08-06
* Fix typo in PL/pgsql code example.Robert Haas2010-07-27
* Spelling fixesPeter Eisentraut2010-07-27
* Fix grammarPeter Eisentraut2010-07-26
* Allow full SSL certificate verification (wherein libpq checks its host nameTom Lane2010-07-14
* Fix assorted misstatements and poor wording in the descriptions of the I/OTom Lane2010-07-03
* Deprecate the use of => as an operator name.Robert Haas2010-06-22
* Fix typo, init => int, per KOIZUMI Satoru.Tom Lane2010-06-17
* Add index entry for ::, per complaint from John Gage.Alvaro Herrera2010-06-09
* Ensure default-only storage parameters for TOAST relationsItagaki Takahiro2010-06-07
* Refer to pg_ident.conf as config file for username mapping, as it'sMagnus Hagander2010-05-18
* Fix longstanding typo in V1 calling conventions documentation.Robert Haas2010-05-16
* Improve documentation of pg_restore's -l and -L switches to point out theirTom Lane2010-05-15
* Update release notes with security issues.Tom Lane2010-05-13
* Use an entity instead of non-ASCII letter. Thom BrownTom Lane2010-05-13
* Use "TOAST table" in place of the vague, not-used-elsewhere phraseTom Lane2010-05-13
* Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unlessTom Lane2010-05-13
* Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan2010-05-13
* Fix some spelling errors.Magnus Hagander2010-05-13
* Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25,Tom Lane2010-05-12
* Fix incorrect parameter tag in docs, spotted by KOIZUMI Satoru.Heikki Linnakangas2010-05-05
* Provide better guidance for adjusting shared_buffers.Robert Haas2010-04-18
* IP port -> TCP portPeter Eisentraut2010-04-15
* Fix missing parentheses for current_query(), per bug #5378.Tom Lane2010-03-18
* Typo fixes.Magnus Hagander2010-03-17
* Fix incorrect example in CREATE INDEX reference page, per Josh Kupershmidt.Tom Lane2010-03-17
* Improve PL/Perl documentation of database access functions. (Backpatch to 8.4Alvaro Herrera2010-03-11
* Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16, 8.1.20, 8.0.24,Tom Lane2010-03-10
* Add missing space in example.Magnus Hagander2010-03-08
* Add configuration parameter ssl_renegotiation_limit to controlMagnus Hagander2010-02-25
* Remove stray semicolon, per report from strkAlvaro Herrera2010-02-24
* Remove incorrect statement that PostgreSQL 8.4 has no default parameters.Robert Haas2010-02-19
* Ooops, let's get the non-null vs null bit right ...Tom Lane2010-02-14
* Document the behavior of STRICT VARIADIC functions.Tom Lane2010-02-14
* Properly document that OVER and WINDOW are Postgres reserved words.Bruce Momjian2010-02-05
* Fix spelling error, noticed by Thomas ShinnickMagnus Hagander2010-01-16
* Update Windows installation notes.Magnus Hagander2010-01-10