| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add dynamic record inspection to PL/PgSQL, useful for generic triggers: | Bruce Momjian | 2006-05-30 | 7 | -37/+422 |
| * | Back out patch, wrong previous commit message. | Bruce Momjian | 2006-05-30 | 7 | -422/+37 |
| * | Add regexp_replace() to string functions section. | Bruce Momjian | 2006-05-30 | 7 | -37/+422 |
| * | Fix ancient misdescription of namegt/namege in comment. Greg Stark | Tom Lane | 2006-05-30 | 1 | -3/+3 |
| * | Patch reverted because of random buildfarm failures: | Bruce Momjian | 2006-05-30 | 2 | -121/+14 |
| * | Add PQclear() calls, for completeness (exits shortly anyway). | Bruce Momjian | 2006-05-29 | 6 | -6/+12 |
| * | Make plperl's $_TD trigger data a global rather than a lexical variable, | Andrew Dunstan | 2006-05-29 | 1 | -2/+2 |
| * | Som improve page split in multicolumn GiST index. | Teodor Sigaev | 2006-05-29 | 3 | -42/+57 |
| * | Correct cheking in findParents(). i | Teodor Sigaev | 2006-05-29 | 1 | -2/+2 |
| * | enlargePQExpBuffer, alone among the functions exported by pqexpbuffer.h, | Tom Lane | 2006-05-28 | 1 | -1/+2 |
| * | Fix up pg_dump to do string escaping fully correctly for client encoding | Tom Lane | 2006-05-28 | 15 | -304/+378 |
| * | Don't call PQclear until the struct is really no longer going to be used. | Alvaro Herrera | 2006-05-28 | 2 | -5/+10 |
| * | fix typo | Andrew Dunstan | 2006-05-28 | 2 | -2/+4 |
| * | TG_table_name and TG_table_schema for plpgsql, plus docs and regression. | Andrew Dunstan | 2006-05-28 | 5 | -3/+206 |
| * | Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits | Alvaro Herrera | 2006-05-28 | 5 | -22/+16 |
| * | TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs. | Andrew Dunstan | 2006-05-27 | 5 | -2/+137 |
| * | Revert ill-considered change to plpgsql: it should not rely on the | Tom Lane | 2006-05-27 | 1 | -4/+8 |
| * | Fix initdb to properly escape quotes and backslashes in the supplied | Tom Lane | 2006-05-27 | 1 | -19/+26 |
| * | Re-introduce the yylex filter function formerly used to support UNION | Tom Lane | 2006-05-27 | 4 | -9/+131 |
| * | Looks like the new plpython regression test fails on older pythons. See if th... | Andrew Dunstan | 2006-05-27 | 2 | -2/+6 |
| * | Use E'' strings internally only when standard_conforming_strings = | Bruce Momjian | 2006-05-26 | 15 | -89/+174 |
| * | Further hacking on performance of COPY OUT. It seems that fwrite()'s | Tom Lane | 2006-05-26 | 1 | -45/+40 |
| * | Support binary COPY through psql. Also improve detection of write errors | Tom Lane | 2006-05-26 | 3 | -52/+92 |
| * | Add table_name and table_schema to plpython trigger data, plus docs and regre... | Andrew Dunstan | 2006-05-26 | 3 | -2/+103 |
| * | Add table_name and table_schema to plperl trigger data. relname is | Andrew Dunstan | 2006-05-26 | 3 | -1/+154 |
| * | Fix findParents() in case of multiple levels to find. | Teodor Sigaev | 2006-05-26 | 1 | -2/+3 |
| * | Reduce per-character overhead in COPY OUT by combining calls to | Tom Lane | 2006-05-25 | 1 | -42/+90 |
| * | Fix pg_restore to process BLOB COMMENT entries correctly; they aren't | Tom Lane | 2006-05-24 | 1 | -3/+4 |
| * | * Add support NULL to GiST. | Teodor Sigaev | 2006-05-24 | 6 | -419/+365 |
| * | Remove trailing blank line from exports.txt. | Bruce Momjian | 2006-05-23 | 1 | -2/+1 |
| * | Add PQisthreadsafe() to libpq, to allow library applications to query | Bruce Momjian | 2006-05-23 | 3 | -3/+18 |
| * | Tweak writetup_heap/readtup_heap to avoid storing the tuple identity | Tom Lane | 2006-05-23 | 2 | -20/+91 |
| * | Avoid duplicate definition of LOCALEDIR in pg_config.h, already defined | Bruce Momjian | 2006-05-23 | 2 | -4/+2 |
| * | Remove CXT_printf/CXT1_printf macros. If anyone had found them to be of | Tom Lane | 2006-05-23 | 8 | -119/+16 |
| * | Change \; to ; in RULE, \; unnecessary. | Bruce Momjian | 2006-05-22 | 1 | -2/+2 |
| * | Add strerror to pg_dump error messages where missing. | Peter Eisentraut | 2006-05-22 | 6 | -42/+51 |
| * | Remove mention of pg_upgrade in release checklist. | Bruce Momjian | 2006-05-21 | 1 | -2/+0 |
| * | Modify libpq's string-escaping routines to be aware of encoding considerations | Tom Lane | 2006-05-21 | 5 | -45/+190 |
| * | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane | 2006-05-21 | 4 | -3/+61 |
| * | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane | 2006-05-21 | 31 | -932/+1527 |
| * | Add last-vacuum/analyze-time columns to the stats collector, both manual and | Alvaro Herrera | 2006-05-19 | 7 | -10/+135 |
| * | Call MarkBufferDirty() before XLogInsert() during completion of insert | Teodor Sigaev | 2006-05-19 | 1 | -4/+6 |
| * | Simplify gistSplit() and some refactoring related code. | Teodor Sigaev | 2006-05-19 | 4 | -203/+168 |
| * | Have autovacuum report its activities to the stat collector. | Alvaro Herrera | 2006-05-19 | 4 | -12/+96 |
| * | Fix typo in comment. | Alvaro Herrera | 2006-05-19 | 1 | -2/+2 |
| * | Fix Solaris/ASM test for x86. | Bruce Momjian | 2006-05-19 | 1 | -2/+2 |
| * | Rework completion of incomplete inserts. Now it writes | Teodor Sigaev | 2006-05-19 | 2 | -106/+184 |
| * | Mention packager bumps configure.in/configure. | Bruce Momjian | 2006-05-19 | 1 | -2/+2 |
| * | Use unsigned into for slock_t for pre-sparcv8plus. | Bruce Momjian | 2006-05-18 | 1 | -1/+6 |
| * | Fix choose_bitmap_and() so that partial index predicates are considered when | Tom Lane | 2006-05-18 | 1 | -9/+10 |