| Age | Commit message (Expand) | Author |
| 2006-06-20 | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane |
| 2006-06-20 | Split definitions for md5.c out of crypt.h and into their own header | Tom Lane |
| 2006-06-19 | Take the statistics collector out of the loop for monitoring backends' | Tom Lane |
| 2006-06-18 | Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration | Tom Lane |
| 2006-06-16 | Code review for SELECT INTO STRICT patch: use saner choices of error | Tom Lane |
| 2006-06-16 | DROP ... IF EXISTS for the following cases: | Andrew Dunstan |
| 2006-06-16 | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane |
| 2006-06-15 | Remove the limit on the number of entries allowed in catcaches, and | Tom Lane |
| 2006-06-09 | Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliable | Tom Lane |
| 2006-06-07 | Prepare code to be built by MSVC: | Bruce Momjian |
| 2006-06-06 | Make the planner estimate costs for nestloop inner indexscans on the basis | Tom Lane |
| 2006-06-06 | Remove ancient AIX structure workaround. | 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-05-31 | Make PG_MODULE_MAGIC required in shared libraries that are loaded into | 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 | 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 | Add "inline" compile fix for MSVC/BCC: | Bruce Momjian |
| 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-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-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 | Avoid duplicate definition of LOCALEDIR in pg_config.h, already defined | Bruce Momjian |
| 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 | Simplify gistSplit() and some refactoring related code. | Teodor Sigaev |
| 2006-05-19 | Fix Solaris/ASM test for x86. | Bruce Momjian |
| 2006-05-18 | Use unsigned into for slock_t for pre-sparcv8plus. | Bruce Momjian |
| 2006-05-18 | Mention that gcc/sparc generates sparcv7 binaries. | Bruce Momjian |
| 2006-05-17 | Add comments that Solaris Sun compiler only supports sparc9 ASM, | Bruce Momjian |
| 2006-05-17 | Change catalog version due to WAL protocol changes in GiST | Teodor Sigaev |
| 2006-05-17 | Reduce size of critial section during vacuum full, critical | Teodor Sigaev |
| 2006-05-17 | Rename macro parameter, for clarity. | Bruce Momjian |
| 2006-05-11 | Code review for standard_conforming_strings patch. Fix it so it does not | Tom Lane |
| 2006-05-10 | Clean up code associated with updating pg_class statistics columns | Tom Lane |
| 2006-05-10 | Reduce size of critical section and remove call of user-defined functions in | Teodor Sigaev |
| 2006-05-08 | Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations | Tom Lane |
| 2006-05-07 | Rewrite btree index scans to work a page at a time in all cases (both | Tom Lane |
| 2006-05-04 | Simplify relcache startup sequence. With the new design of InitPostgres | Tom Lane |
| 2006-05-03 | Create a syscache for pg_database-indexed-by-oid, and make use of it | Tom Lane |
| 2006-05-02 | Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. | Tom Lane |
| 2006-05-02 | Add GIN opclases for another types | Teodor Sigaev |