summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2006-05-30Revert patch, needs more work:Bruce Momjian
2006-05-30Add dynamic record inspection to PL/PgSQL, useful for generic triggers:Bruce Momjian
2006-05-30Back out patch, wrong previous commit message.Bruce Momjian
2006-05-30Add regexp_replace() to string functions section.Bruce Momjian
2006-05-30Update PL documentation:Bruce Momjian
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-24* Add support NULL to GiST.Teodor Sigaev
2006-05-23Add PQisthreadsafe() to libpq, to allow library applications to queryBruce Momjian
2006-05-23Rename in release notes: Mac -> OS/X, Intel to x86: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 release notes for 8.1.4.Bruce Momjian
2006-05-18Change <type>string</> to <parameter>string</>.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-06Recommend more clearly custom pg_dump format over tar, buy showingBruce Momjian
2006-05-06Document SSL CRL usage by libpq.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-30Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian
2006-04-27Add support for SSL Certificate Revocation List (CRL) files, root.crl.Bruce Momjian
2006-04-27Use schema search path to find the first matching contraint name for SETBruce Momjian
2006-04-26Allow pg_resetxlog -f to reset pg_control counters using xlogBruce Momjian
2006-04-25Adjust SGML spacing.Bruce Momjian
2006-04-25Back out the rest of the RESET CONNECTION patch.Tom Lane
2006-04-25Remove equals sign from environment variable with not defaults forBruce Momjian
2006-04-25Make configure environment variable options without defaults not have anBruce Momjian
2006-04-25Add documentation about configure environment variabbles used.Bruce Momjian
2006-04-25Call SET varaiables "configuration_parameter"s in the documentation.Bruce Momjian
2006-04-25Change "parameter" to "varname" in the alter role and alter userBruce Momjian
2006-04-25Back out RESET CONNECTION until there is more discussion.Bruce Momjian
2006-04-25Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian