aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml
Commit message (Expand)AuthorAge
* Add BY clause to PL/PgSQL FOR loop, to control the iteration increment.Bruce Momjian2006-06-12
* Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane2006-06-06
* Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005.Tom Lane2006-06-05
* Add a GUC parameter seq_page_cost, and use that everywhere we formerlyTom Lane2006-06-05
* Mention pg_encoding_to_char in entry for pg_database.encoding.Tom Lane2006-06-03
* Remove pg_resetxlog -r flag, feature has problems referenced here:Bruce Momjian2006-06-03
* Fix example of how to escape data in psql backslash commands.Tom Lane2006-05-31
* Make PG_MODULE_MAGIC required in shared libraries that are loaded intoTom Lane2006-05-31
* Recommend '' for literal ', rather than \', in psql documentation.Bruce Momjian2006-05-31
* Support '' for literal ' in psql single-quote strings, documentation update.Bruce Momjian2006-05-31
* Code review for magic-block patch. Remove separate header file pgmagic.h,Tom Lane2006-05-30
* Add pgmagic header block to store compile-time constants:Bruce Momjian2006-05-30
* Revert patch, needs more work:Bruce Momjian2006-05-30
* Add dynamic record inspection to PL/PgSQL, useful for generic triggers:Bruce Momjian2006-05-30
* Back out patch, wrong previous commit message.Bruce Momjian2006-05-30
* Add regexp_replace() to string functions section.Bruce Momjian2006-05-30
* Update PL documentation:Bruce Momjian2006-05-30
* Make plperl's $_TD trigger data a global rather than a lexical variable,Andrew Dunstan2006-05-29
* TG_table_name and TG_table_schema for plpgsql, plus docs and regression.Andrew Dunstan2006-05-28
* Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bitsAlvaro Herrera2006-05-28
* TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs.Andrew Dunstan2006-05-27
* Support binary COPY through psql. Also improve detection of write errorsTom Lane2006-05-26
* Add table_name and table_schema to plpython trigger data, plus docs and regre...Andrew Dunstan2006-05-26
* Add table_name and table_schema to plperl trigger data. relname isAndrew Dunstan2006-05-26
* * Add support NULL to GiST.Teodor Sigaev2006-05-24
* Add PQisthreadsafe() to libpq, to allow library applications to queryBruce Momjian2006-05-23
* Rename in release notes: Mac -> OS/X, Intel to x86:Bruce Momjian2006-05-23
* Update release notes for upcoming releases.Tom Lane2006-05-21
* Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane2006-05-21
* Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane2006-05-21
* Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera2006-05-19
* Stamp 8.1.4, except configure/configure.in.Bruce Momjian2006-05-19
* Update release notes for 8.1.4.Bruce Momjian2006-05-19
* Change <type>string</> to <parameter>string</>.Bruce Momjian2006-05-18
* Make function param_name/type documentation more consistent.Bruce Momjian2006-05-18
* Allow the .pgpass hostname to match the default socket directory, asBruce Momjian2006-05-17
* Update pg_dump vesion wording.Bruce Momjian2006-05-13
* Mention version portability of pg_dump.Bruce Momjian2006-05-13
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-11
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-10
* Revert documentation mention of array dimension checking, in next paragraph.Bruce Momjian2006-05-09
* Mention array dimmensions are not enforced either.Bruce Momjian2006-05-09
* Recommend more clearly custom pg_dump format over tar, buy showingBruce Momjian2006-05-06
* Document SSL CRL usage by libpq.Bruce Momjian2006-05-06
* Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.Tom Lane2006-05-04
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-02
* Fix broken markup.Tom Lane2006-05-02
* Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane2006-04-30
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-30
* Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian2006-04-30