| Age | Commit message (Expand) | Author |
| 2006-06-05 | Have psql history save \e editor contents to history before query is | Bruce Momjian |
| 2006-06-05 | 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-04 | Fix psql so \r is separate in the history, rather than at the end of | Bruce Momjian |
| 2006-06-03 | Don't choke during startup if the environment offers an invalid value | Tom Lane |
| 2006-06-03 | Fix copy-and-pasteo in Russian translation: message complaining about | Tom Lane |
| 2006-06-03 | Remove pg_resetxlog -r flag, feature has problems referenced here: | Bruce Momjian |
| 2006-06-01 | Respond to Jeremy Drake's original gripe that \copy needs to recognize | Tom Lane |
| 2006-06-01 | Fix up hack to suppress escape_string_warning so that it actually works | 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 | 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 | 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-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 |
| 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-26 | Use E'' strings internally only when standard_conforming_strings = | Bruce Momjian |