summaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Expand)AuthorAgeFilesLines
* Mention GPL /contrib modules:Bruce Momjian2006-06-071-1/+4
* Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane2006-06-061-1/+25
* Add URL to RESET CONNECTION:Bruce Momjian2006-06-061-2/+4
* Done:Bruce Momjian2006-06-061-2/+2
* Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005.Tom Lane2006-06-051-2/+2
* Add a GUC parameter seq_page_cost, and use that everywhere we formerlyTom Lane2006-06-053-65/+107
* Update:Bruce Momjian2006-06-041-2/+3
* Update:Bruce Momjian2006-06-041-3/+3
* Update GUI FAQ.Bruce Momjian2006-06-041-1/+1
* Update GUI tools URL.Bruce Momjian2006-06-041-4/+5
* Record location of partial patch :Bruce Momjian2006-06-031-1/+4
* Mention pg_encoding_to_char in entry for pg_database.encoding.Tom Lane2006-06-031-2/+4
* Patch reverted, not done:Bruce Momjian2006-06-031-2/+2
* Remove pg_resetxlog -r flag, feature has problems referenced here:Bruce Momjian2006-06-031-22/+16
* Fix example of how to escape data in psql backslash commands.Tom Lane2006-05-311-16/+13
* Make PG_MODULE_MAGIC required in shared libraries that are loaded intoTom Lane2006-05-311-36/+36
* Recommend '' for literal ', rather than \', in psql documentation.Bruce Momjian2006-05-311-2/+2
* Support '' for literal ' in psql single-quote strings, documentation update.Bruce Momjian2006-05-311-5/+5
* Code review for magic-block patch. Remove separate header file pgmagic.h,Tom Lane2006-05-301-26/+24
* Add pgmagic header block to store compile-time constants:Bruce Momjian2006-05-301-1/+28
* Revert patch, needs more work:Bruce Momjian2006-05-301-50/+1
* Add dynamic record inspection to PL/PgSQL, useful for generic triggers:Bruce Momjian2006-05-301-1/+50
* Back out patch, wrong previous commit message.Bruce Momjian2006-05-301-50/+1
* Add regexp_replace() to string functions section.Bruce Momjian2006-05-302-5/+69
* Update PL documentation:Bruce Momjian2006-05-303-33/+59
* Update Japanese FAQ.Bruce Momjian2006-05-301-14/+23
* Add item:Bruce Momjian2006-05-301-1/+4
* Add:Bruce Momjian2006-05-291-1/+3
* Make plperl's $_TD trigger data a global rather than a lexical variable,Andrew Dunstan2006-05-291-3/+4
* TG_table_name and TG_table_schema for plpgsql, plus docs and regression.Andrew Dunstan2006-05-281-2/+23
* Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bitsAlvaro Herrera2006-05-281-3/+3
* TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs.Andrew Dunstan2006-05-271-1/+21
* Support binary COPY through psql. Also improve detection of write errorsTom Lane2006-05-261-5/+8
* Add table_name and table_schema to plpython trigger data, plus docs and regre...Andrew Dunstan2006-05-261-1/+4
* Add table_name and table_schema to plperl trigger data. relname isAndrew Dunstan2006-05-261-2/+22
* Remove pg_attribute detail, add URLBruce Momjian2006-05-241-3/+2
* * Add support NULL to GiST.Teodor Sigaev2006-05-242-11/+10
* Add PQisthreadsafe() to libpq, to allow library applications to queryBruce Momjian2006-05-231-3/+24
* Update text:Bruce Momjian2006-05-231-2/+4
* Add:Bruce Momjian2006-05-231-1/+5
* Rename in release notes: Mac -> OS/X, Intel to x86:Bruce Momjian2006-05-231-2/+2
* New wording, "What is the upgrade process for PostgreSQL?"Bruce Momjian2006-05-231-4/+3
* Update heading for upgrades.Bruce Momjian2006-05-231-5/+4
* Add mention that everyone should upgrade to minor releases.Bruce Momjian2006-05-231-9/+17
* Make "trigger" section:Bruce Momjian2006-05-221-8/+10
* Update Japanese FAQ.Bruce Momjian2006-05-221-12/+22
* Update release notes for upcoming releases.Tom Lane2006-05-211-14/+430
* Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane2006-05-211-38/+119
* Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane2006-05-211-1/+37
* Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera2006-05-191-2/+36