summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2006-05-29Make plperl's $_TD trigger data a global rather than a lexical variable,Andrew Dunstan
2006-05-28TG_table_name and TG_table_schema for plpgsql, plus docs and regression.Andrew Dunstan
2006-05-28Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bitsAlvaro Herrera
2006-05-27TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs.Andrew Dunstan
2006-05-26Support binary COPY through psql. Also improve detection of write errorsTom Lane
2006-05-26Add table_name and table_schema to plpython trigger data, plus docs and regre...Andrew Dunstan
2006-05-26Add table_name and table_schema to plperl trigger data. relname isAndrew Dunstan
2006-05-24Remove pg_attribute detail, add URLBruce Momjian
2006-05-24* Add support NULL to GiST.Teodor Sigaev
2006-05-23Add PQisthreadsafe() to libpq, to allow library applications to queryBruce Momjian
2006-05-23Update text:Bruce Momjian
2006-05-23Add:Bruce Momjian
2006-05-23Rename in release notes: Mac -> OS/X, Intel to x86:Bruce Momjian
2006-05-23New wording, "What is the upgrade process for PostgreSQL?"Bruce Momjian
2006-05-23Update heading for upgrades.Bruce Momjian
2006-05-23Add mention that everyone should upgrade to minor releases.Bruce Momjian
2006-05-22Make "trigger" section:Bruce Momjian
2006-05-22Update Japanese FAQ.Bruce Momjian
2006-05-21Update release notes for upcoming releases.Tom Lane
2006-05-21Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane
2006-05-21Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane
2006-05-19Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera
2006-05-19Stamp 8.1.4, except configure/configure.in.Bruce Momjian
2006-05-19Update for version 8.1.4.Bruce Momjian
2006-05-19Update release notes for 8.1.4.Bruce Momjian
2006-05-18Change <type>string</> to <parameter>string</>.Bruce Momjian
2006-05-18Add:Bruce Momjian
2006-05-18Make function param_name/type documentation more consistent.Bruce Momjian
2006-05-17Allow the .pgpass hostname to match the default socket directory, asBruce Momjian
2006-05-13Update pg_dump vesion wording.Bruce Momjian
2006-05-13Mention version portability of pg_dump.Bruce Momjian
2006-05-11Code review for standard_conforming_strings patch. Fix it so it does notTom Lane
2006-05-10Clean up code associated with updating pg_class statistics columnsTom Lane
2006-05-09Revert documentation mention of array dimension checking, in next paragraph.Bruce Momjian
2006-05-09Mention array dimmensions are not enforced either.Bruce Momjian
2006-05-06Add description:Bruce Momjian
2006-05-06Recommend more clearly custom pg_dump format over tar, buy showingBruce Momjian
2006-05-06Document SSL CRL usage by libpq.Bruce Momjian
2006-05-05Add/ cleanup:Bruce Momjian
2006-05-04Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.Tom Lane
2006-05-02Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane
2006-05-02Fix broken markup.Tom Lane
2006-04-30Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane
2006-04-30Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane
2006-04-30Done:Bruce Momjian
2006-04-30Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian
2006-04-30Add question mark:Bruce Momjian
2006-04-30Revert patch pending more discussion:Bruce Momjian
2006-04-29Done:Bruce Momjian
2006-04-27Add to item log_min_error_messages item:Bruce Momjian