| Commit message (Expand) | Author | Age |
* | Fix seriously broken patch for psql '' ... per its comment, emit() is | Tom Lane | 2006-05-31 |
* | Make PG_MODULE_MAGIC required in shared libraries that are loaded into | Tom Lane | 2006-05-31 |
* | Support '' for literal ' in psql single-quote strings, documentation update. | Bruce Momjian | 2006-05-31 |
* | Escape processing patch: | Bruce Momjian | 2006-05-31 |
* | Update cvs command example to show diff -rBASE. | Bruce Momjian | 2006-05-31 |
* | Somehow a ";" got lost which changed the logic. This btw is the first fix res... | Michael Meskes | 2006-05-31 |
* | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 |
* | Code review for magic-block patch. Remove separate header file pgmagic.h, | Tom Lane | 2006-05-30 |
* | Code review for EXPLAIN patch. Fix some typos, make it behave sanely | Tom Lane | 2006-05-30 |
* | PostmasterIsAlive test really ought to be in the inner loop for safety. | Tom Lane | 2006-05-30 |
* | Remove pqsignalinquire(), which is unused and has portability issues. | Tom Lane | 2006-05-30 |
* | Update ppport.h to not cause warnings with newest Perl versions. | Tom Lane | 2006-05-30 |
* | Add pgmagic header block to store compile-time constants: | Bruce Momjian | 2006-05-30 |
* | Make EXPLAIN sampling smarter, to avoid excessive sampling delay. | Bruce Momjian | 2006-05-30 |
* | Clarify the HINT for 'checkpoint request failed', per recent complaint | Tom Lane | 2006-05-30 |
* | Revert patch, needs more work: | Bruce Momjian | 2006-05-30 |
* | Move conversion dependency patch to the proper branch, out of 8.1.X, | Bruce Momjian | 2006-05-30 |
* | Prevent multiple archivers from starting. Backpatch to 8.1.X. | Bruce Momjian | 2006-05-30 |
* | Fix printf mask for SizeVfdCache | Bruce Momjian | 2006-05-30 |
* | Add "inline" compile fix for MSVC/BCC: | 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 |
* | Fix ancient misdescription of namegt/namege in comment. Greg Stark | Tom Lane | 2006-05-30 |
* | Patch reverted because of random buildfarm failures: | Bruce Momjian | 2006-05-30 |
* | Add PQclear() calls, for completeness (exits shortly anyway). | Bruce Momjian | 2006-05-29 |
* | Make plperl's $_TD trigger data a global rather than a lexical variable, | Andrew Dunstan | 2006-05-29 |
* | Som improve page split in multicolumn GiST index. | Teodor Sigaev | 2006-05-29 |
* | Correct cheking in findParents(). i | Teodor Sigaev | 2006-05-29 |
* | enlargePQExpBuffer, alone among the functions exported by pqexpbuffer.h, | Tom Lane | 2006-05-28 |
* | Fix up pg_dump to do string escaping fully correctly for client encoding | Tom Lane | 2006-05-28 |
* | Don't call PQclear until the struct is really no longer going to be used. | Alvaro Herrera | 2006-05-28 |
* | fix typo | Andrew Dunstan | 2006-05-28 |
* | 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 |
* | Revert ill-considered change to plpgsql: it should not rely on the | Tom Lane | 2006-05-27 |
* | Fix initdb to properly escape quotes and backslashes in the supplied | Tom Lane | 2006-05-27 |
* | Re-introduce the yylex filter function formerly used to support UNION | Tom Lane | 2006-05-27 |
* | Looks like the new plpython regression test fails on older pythons. See if th... | Andrew Dunstan | 2006-05-27 |
* | Use E'' strings internally only when standard_conforming_strings = | Bruce Momjian | 2006-05-26 |
* | Further hacking on performance of COPY OUT. It seems that fwrite()'s | Tom Lane | 2006-05-26 |
* | 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 |
* | Fix findParents() in case of multiple levels to find. | Teodor Sigaev | 2006-05-26 |
* | Reduce per-character overhead in COPY OUT by combining calls to | Tom Lane | 2006-05-25 |
* | Fix pg_restore to process BLOB COMMENT entries correctly; they aren't | Tom Lane | 2006-05-24 |
* | * Add support NULL to GiST. | Teodor Sigaev | 2006-05-24 |
* | Remove trailing blank line from exports.txt. | Bruce Momjian | 2006-05-23 |