| Age | Commit message (Expand) | Author |
| 2006-11-05 | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane |
| 2006-11-01 | Fix "failed to re-find parent key" btree VACUUM failure by revising page | Tom Lane |
| 2006-10-25 | expression_tree_walker failed to let walker function see the immediate child | Tom Lane |
| 2006-10-24 | Fix check for whether a clauseless join has to be forced in the presence of | Tom Lane |
| 2006-10-22 | Remove an unnecessary HOLD_INTERRUPTS/RESUME_INTERRUPTS pair. | Tom Lane |
| 2006-10-21 | Translations update | Peter Eisentraut |
| 2006-10-19 | Try to fix the AIX getaddrinfo mess in a way that works on all versions. | Tom Lane |
| 2006-10-19 | Marginal improvement in logging: include the function name when logging | Tom Lane |
| 2006-10-19 | Fix a couple of places that were assuming debug_query_string couldn't | Tom Lane |
| 2006-10-19 | Make sure that debug_query_string contains the original query text, | Tom Lane |
| 2006-10-19 | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane |
| 2006-10-19 | Work around reported problem that AIX's getaddrinfo() doesn't seem to zero | Tom Lane |
| 2006-10-18 | Add some code to CREATE DATABASE to check for pre-existing subdirectories | Tom Lane |
| 2006-10-18 | Fix up timetz input so that a date is required only when the specified | Tom Lane |
| 2006-10-17 | Fix up some problems in handling of zic-style time zone names in datetime | Tom Lane |
| 2006-10-15 | Redesign the patch for allocation of shmem space and LWLocks for add-on | Tom Lane |
| 2006-10-13 | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane |
| 2006-10-13 | Fix infinite sleep and failes of send in Win32. | Teodor Sigaev |
| 2006-10-12 | Fix mishandling of after-trigger state when a SQL function returns multiple | Tom Lane |
| 2006-10-11 | Update pg_hba.conf comment about documentation section. | Bruce Momjian |
| 2006-10-11 | Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug | Tom Lane |
| 2006-10-11 | Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments, | Tom Lane |
| 2006-10-08 | Update Darwin dlopen() support to avoid deprecation warnings with latest | Tom Lane |
| 2006-10-08 | Add include needed for new getrusage() call. | Bruce Momjian |
| 2006-10-08 | On Windows, we know the backend stack size limit because we have to | Tom Lane |
| 2006-10-07 | Added missing entry (CASCADED) in keywords table. | Peter Eisentraut |
| 2006-10-07 | When planning a query at Bind time, be careful to pass the correct | Tom Lane |
| 2006-10-07 | On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that | Tom Lane |
| 2006-10-07 | Adjust HINT for stack depth limit to mention checking the underlying | Tom Lane |
| 2006-10-07 | Fix string_to_array() to correctly handle the case where there are | Tom Lane |
| 2006-10-06 | Fix SysCacheGetAttr() to handle the case where the specified syscache has not | Tom Lane |
| 2006-10-06 | Message style improvements | Peter Eisentraut |
| 2006-10-05 | Cleanup for pglz_compress code: remove dead code, const-ify API of | Tom Lane |
| 2006-10-05 | Make use of qsort_arg in several places that were formerly using klugy | Tom Lane |
| 2006-10-05 | Work around buggy strtod on (some versions of?) IRIX. Combination of | Tom Lane |
| 2006-10-04 | Fix comment to agree with presentation. | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-10-03 | Switch over to using our own qsort() all the time, as has been proposed | Tom Lane |
| 2006-10-03 | Improve numeric overflow error message. | Bruce Momjian |
| 2006-10-03 | Make some sentences consistent with similar ones. | Bruce Momjian |
| 2006-10-03 | The attached patch changes units of the some default values in | Bruce Momjian |
| 2006-10-03 | Mention in postgresql.conf that autovacuum also needs | Bruce Momjian |
| 2006-10-01 | Do a CHECK_FOR_INTERRUPTS after emitting a message of less than ERROR | Tom Lane |
| 2006-10-01 | Fix overly enthusiastic Assert introduced in 8.1: it's expecting a | Tom Lane |
| 2006-09-29 | Allow assignment to array elements not contiguous with those already | Tom Lane |
| 2006-09-28 | Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to | Tom Lane |
| 2006-09-27 | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane |
| 2006-09-26 | Degrade the transaction-id wraparound point message from LOG to DEBUG1, per | Alvaro Herrera |
| 2006-09-25 | Increase default value of effective_cache_size to 128MB, per discussion. | Tom Lane |
| 2006-09-25 | Add a check to prevent overwriting valid data if smgrnblocks() gives a | Tom Lane |