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