| Age | Commit message (Expand) | Author |
| 2006-06-05 | While making the seq_page_cost changes, I was struck by the fact that | Tom Lane |
| 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-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-05-31 | Make PG_MODULE_MAGIC required in shared libraries that are loaded into | Tom Lane |
| 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 | 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 | 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 | 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 | Som improve page split in multicolumn GiST index. | Teodor Sigaev |
| 2006-05-29 | Correct cheking in findParents(). i | Teodor Sigaev |
| 2006-05-28 | Fix up pg_dump to do string escaping fully correctly for client encoding | Tom Lane |
| 2006-05-28 | Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits | Alvaro Herrera |
| 2006-05-27 | Re-introduce the yylex filter function formerly used to support UNION | Tom Lane |
| 2006-05-26 | 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 | Fix findParents() in case of multiple levels to find. | Teodor Sigaev |
| 2006-05-25 | Reduce per-character overhead in COPY OUT by combining calls to | Tom Lane |
| 2006-05-24 | * Add support NULL to GiST. | Teodor Sigaev |
| 2006-05-23 | Tweak writetup_heap/readtup_heap to avoid storing the tuple identity | Tom Lane |
| 2006-05-23 | Remove CXT_printf/CXT1_printf macros. If anyone had found them to be of | Tom Lane |
| 2006-05-21 | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane |
| 2006-05-21 | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane |
| 2006-05-19 | Add last-vacuum/analyze-time columns to the stats collector, both manual and | Alvaro Herrera |
| 2006-05-19 | Call MarkBufferDirty() before XLogInsert() during completion of insert | Teodor Sigaev |
| 2006-05-19 | Simplify gistSplit() and some refactoring related code. | Teodor Sigaev |
| 2006-05-19 | Have autovacuum report its activities to the stat collector. | Alvaro Herrera |
| 2006-05-19 | Rework completion of incomplete inserts. Now it writes | Teodor Sigaev |
| 2006-05-18 | Fix choose_bitmap_and() so that partial index predicates are considered when | Tom Lane |
| 2006-05-18 | When a bitmap indexscan is using a partial index, it is necessary to include | Tom Lane |
| 2006-05-18 | Allow sparcv8plus to use "cas". | Bruce Momjian |
| 2006-05-18 | Fix thinko in recent changes to handle ScalarArrayOpExpr as an indexable | Tom Lane |
| 2006-05-18 | Add more sparcv8plus comments. | Bruce Momjian |
| 2006-05-18 | Add mention of -xarch=v8plus for "cas" usage on Solaris/sparc. | Bruce Momjian |
| 2006-05-18 | Add simplified sparc8 ASM for solaris_sparc.s, from Alan Stange. | Bruce Momjian |
| 2006-05-17 | Add comments that Solaris Sun compiler only supports sparc9 ASM, | Bruce Momjian |
| 2006-05-17 | Change spaces to tabs, for consistency. (Caused by email cut/paste.) | Bruce Momjian |
| 2006-05-17 | Reduce size of critial section during vacuum full, critical | Teodor Sigaev |
| 2006-05-12 | Fix the sense of the test on DH_check()'s return value. This was preventing | Tom Lane |
| 2006-05-12 | Upon closer inspection, the sparc code in s_lock.c is dead code, and | Tom Lane |
| 2006-05-11 | Remove unnecessary .seg/.section directives, per Alan Stange. | Tom Lane |