| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mention GPL /contrib modules: | Bruce Momjian | 2006-06-07 | 1 | -1/+4 |
| * | Make the planner estimate costs for nestloop inner indexscans on the basis | Tom Lane | 2006-06-06 | 1 | -1/+25 |
| * | Add URL to RESET CONNECTION: | Bruce Momjian | 2006-06-06 | 1 | -2/+4 |
| * | Done: | Bruce Momjian | 2006-06-06 | 1 | -2/+2 |
| * | Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005. | Tom Lane | 2006-06-05 | 1 | -2/+2 |
| * | Add a GUC parameter seq_page_cost, and use that everywhere we formerly | Tom Lane | 2006-06-05 | 3 | -65/+107 |
| * | Update: | Bruce Momjian | 2006-06-04 | 1 | -2/+3 |
| * | Update: | Bruce Momjian | 2006-06-04 | 1 | -3/+3 |
| * | Update GUI FAQ. | Bruce Momjian | 2006-06-04 | 1 | -1/+1 |
| * | Update GUI tools URL. | Bruce Momjian | 2006-06-04 | 1 | -4/+5 |
| * | Record location of partial patch : | Bruce Momjian | 2006-06-03 | 1 | -1/+4 |
| * | Mention pg_encoding_to_char in entry for pg_database.encoding. | Tom Lane | 2006-06-03 | 1 | -2/+4 |
| * | Patch reverted, not done: | Bruce Momjian | 2006-06-03 | 1 | -2/+2 |
| * | Remove pg_resetxlog -r flag, feature has problems referenced here: | Bruce Momjian | 2006-06-03 | 1 | -22/+16 |
| * | Fix example of how to escape data in psql backslash commands. | Tom Lane | 2006-05-31 | 1 | -16/+13 |
| * | Make PG_MODULE_MAGIC required in shared libraries that are loaded into | Tom Lane | 2006-05-31 | 1 | -36/+36 |
| * | Recommend '' for literal ', rather than \', in psql documentation. | Bruce Momjian | 2006-05-31 | 1 | -2/+2 |
| * | Support '' for literal ' in psql single-quote strings, documentation update. | Bruce Momjian | 2006-05-31 | 1 | -5/+5 |
| * | Code review for magic-block patch. Remove separate header file pgmagic.h, | Tom Lane | 2006-05-30 | 1 | -26/+24 |
| * | Add pgmagic header block to store compile-time constants: | Bruce Momjian | 2006-05-30 | 1 | -1/+28 |
| * | Revert patch, needs more work: | Bruce Momjian | 2006-05-30 | 1 | -50/+1 |
| * | Add dynamic record inspection to PL/PgSQL, useful for generic triggers: | Bruce Momjian | 2006-05-30 | 1 | -1/+50 |
| * | Back out patch, wrong previous commit message. | Bruce Momjian | 2006-05-30 | 1 | -50/+1 |
| * | Add regexp_replace() to string functions section. | Bruce Momjian | 2006-05-30 | 2 | -5/+69 |
| * | Update PL documentation: | Bruce Momjian | 2006-05-30 | 3 | -33/+59 |
| * | Update Japanese FAQ. | Bruce Momjian | 2006-05-30 | 1 | -14/+23 |
| * | Add item: | Bruce Momjian | 2006-05-30 | 1 | -1/+4 |
| * | Add: | Bruce Momjian | 2006-05-29 | 1 | -1/+3 |
| * | Make plperl's $_TD trigger data a global rather than a lexical variable, | Andrew Dunstan | 2006-05-29 | 1 | -3/+4 |
| * | TG_table_name and TG_table_schema for plpgsql, plus docs and regression. | Andrew Dunstan | 2006-05-28 | 1 | -2/+23 |
| * | Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits | Alvaro Herrera | 2006-05-28 | 1 | -3/+3 |
| * | TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs. | Andrew Dunstan | 2006-05-27 | 1 | -1/+21 |
| * | Support binary COPY through psql. Also improve detection of write errors | Tom Lane | 2006-05-26 | 1 | -5/+8 |
| * | Add table_name and table_schema to plpython trigger data, plus docs and regre... | Andrew Dunstan | 2006-05-26 | 1 | -1/+4 |
| * | Add table_name and table_schema to plperl trigger data. relname is | Andrew Dunstan | 2006-05-26 | 1 | -2/+22 |
| * | Remove pg_attribute detail, add URL | Bruce Momjian | 2006-05-24 | 1 | -3/+2 |
| * | * Add support NULL to GiST. | Teodor Sigaev | 2006-05-24 | 2 | -11/+10 |
| * | Add PQisthreadsafe() to libpq, to allow library applications to query | Bruce Momjian | 2006-05-23 | 1 | -3/+24 |
| * | Update text: | Bruce Momjian | 2006-05-23 | 1 | -2/+4 |
| * | Add: | Bruce Momjian | 2006-05-23 | 1 | -1/+5 |
| * | Rename in release notes: Mac -> OS/X, Intel to x86: | Bruce Momjian | 2006-05-23 | 1 | -2/+2 |
| * | New wording, "What is the upgrade process for PostgreSQL?" | Bruce Momjian | 2006-05-23 | 1 | -4/+3 |
| * | Update heading for upgrades. | Bruce Momjian | 2006-05-23 | 1 | -5/+4 |
| * | Add mention that everyone should upgrade to minor releases. | Bruce Momjian | 2006-05-23 | 1 | -9/+17 |
| * | Make "trigger" section: | Bruce Momjian | 2006-05-22 | 1 | -8/+10 |
| * | Update Japanese FAQ. | Bruce Momjian | 2006-05-22 | 1 | -12/+22 |
| * | Update release notes for upcoming releases. | Tom Lane | 2006-05-21 | 1 | -14/+430 |
| * | Modify libpq's string-escaping routines to be aware of encoding considerations | Tom Lane | 2006-05-21 | 1 | -38/+119 |
| * | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane | 2006-05-21 | 1 | -1/+37 |
| * | Add last-vacuum/analyze-time columns to the stats collector, both manual and | Alvaro Herrera | 2006-05-19 | 1 | -2/+36 |