| Age | Commit message (Expand) | Author |
| 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 |
| 2006-09-25 | Fix notice message from DROP FUNCTION IF EXISTS, and improve message | Tom Lane |
| 2006-09-22 | Fix pg_locks view to call advisory locks advisory locks, while preserving | Tom Lane |
| 2006-09-22 | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane |
| 2006-09-22 | Add units to the default postgresql.conf. For the most part, this should | Peter Eisentraut |
| 2006-09-21 | Fix free space map to correctly track the total amount of FSM space needed | Tom Lane |
| 2006-09-20 | Change patternsel (LIKE/regex selectivity estimation) so that if there | Tom Lane |
| 2006-09-19 | Improve usage of effective_cache_size parameter by assuming that all the | Tom Lane |
| 2006-09-18 | Add built-in userlock manipulation functions to replace the former | Tom Lane |
| 2006-09-18 | Fix problems with column name list of CREATE TABLE AS being applied to | Tom Lane |
| 2006-09-18 | Fix CREATE TABLE ... AS VALUES ... to work rather than Assert'ing; | Tom Lane |
| 2006-09-17 | Change ANALYZE to take ShareUpdateExclusiveLock not AccessShareLock on | Tom Lane |