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