summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2006-06-12Add BY clause to PL/PgSQL FOR loop, to control the iteration increment.Bruce Momjian
2006-06-06Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane
2006-06-05Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005.Tom Lane
2006-06-05Add a GUC parameter seq_page_cost, and use that everywhere we formerlyTom Lane
2006-06-03Mention pg_encoding_to_char in entry for pg_database.encoding.Tom Lane
2006-06-03Remove pg_resetxlog -r flag, feature has problems referenced here:Bruce Momjian
2006-05-31Fix example of how to escape data in psql backslash commands.Tom Lane
2006-05-31Make PG_MODULE_MAGIC required in shared libraries that are loaded intoTom Lane
2006-05-31Recommend '' for literal ', rather than \', in psql documentation.Bruce Momjian
2006-05-31Support '' for literal ' in psql single-quote strings, documentation update.Bruce Momjian
2006-05-30Code review for magic-block patch. Remove separate header file pgmagic.h,Tom Lane
2006-05-30Add pgmagic header block to store compile-time constants:Bruce Momjian
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