| Age | Commit message (Expand) | Author |
| 2006-05-31 | Fix example of how to escape data in psql backslash commands. | Tom Lane |
| 2006-05-31 | 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 | fix comparison with SPI_processed | Teodor Sigaev |
| 2006-05-31 | Add thesaurus dictionary which can replace N>0 lexemes by M>0 lexemes. | Teodor Sigaev |
| 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 | 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-30 | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane |
| 2006-05-30 | Un-DOS-ify newly added files. | 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 | Emit warnings for unknown configure options. | Bruce Momjian |
| 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 | Add /contrib/adminpack to contrib/Makefile, do case-folding change. | Bruce Momjian |
| 2006-05-30 | Fix printf mask for SizeVfdCache | Bruce Momjian |
| 2006-05-30 | Re-defines SHA2 symbols so that they would not conflict with certain | Bruce Momjian |
| 2006-05-30 | Add "inline" compile fix for MSVC/BCC: | Bruce Momjian |
| 2006-05-30 | Re-add btree_gist description. | Bruce Momjian |
| 2006-05-30 | Add Pgadmin administration functions to /contrib/adminpack. | 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 | Update Japanese FAQ. | Bruce Momjian |
| 2006-05-30 | Add item: | 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-29 | Add: | Bruce Momjian |
| 2006-05-29 | 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-28 | 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-27 | TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs. | Andrew Dunstan |