| Age | Commit message (Expand) | Author |
| 2006-12-04 | Refactor ExecGetJunkAttribute to avoid searching for junk attributes | Tom Lane |
| 2006-12-02 | Stamp 8.2, except configure.in. | Bruce Momjian |
| 2006-11-28 | Mark to_char(timestamp without timezone) as stable, not immutable, since its | Tom Lane |
| 2006-11-28 | protect vfprintf from hijacking by Windows gettext just like other members of... | Andrew Dunstan |
| 2006-11-25 | update for rc1REL8_2_RC1 | PostgreSQL Daemon |
| 2006-11-24 | Change pg_stat_all_tables and sister views to put the recently-added | Tom Lane |
| 2006-11-23 | Update lock comments for concurrent index creation, analyze. | Bruce Momjian |
| 2006-11-21 | Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF in | Tom Lane |
| 2006-11-17 | Repair two related errors in heap_lock_tuple: it was failing to recognize | Tom Lane |
| 2006-11-08 | Tweak accumArrayResult() to double the size of its working arrays when | Tom Lane |
| 2006-11-07 | Tag as Beta3 ... two outstanding *known* bugs before RC1 ...REL8_2_BETA3 | PostgreSQL Daemon |
| 2006-11-06 | Revert to the pre-8.2 method of probing for libm, that is, always | Tom Lane |
| 2006-11-05 | Fix recently-identified PITR recovery hazard: the base backup could contain | Tom Lane |
| 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-23 | Stamp 8.2beta2.REL8_2_BETA2 | Tom Lane |
| 2006-10-19 | Rename our substitute qsort to pg_qsort at the link-symbol level (but | Tom Lane |
| 2006-10-19 | Further MSVC portability fixes from Magnus. | Tom Lane |
| 2006-10-19 | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane |
| 2006-10-18 | Fix up timetz input so that a date is required only when the specified | 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-11 | Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments, | Tom Lane |
| 2006-10-07 | On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that | Tom Lane |
| 2006-10-06 | Fix SysCacheGetAttr() to handle the case where the specified syscache has not | Tom Lane |
| 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-05 | Second try at fixing libedit configuration for Bob Friesenhahn. | Tom Lane |
| 2006-10-04 | Update Solaris strtod() bug comment. | Bruce Momjian |
| 2006-10-04 | Update Solaris strtol() bug comment. | Bruce Momjian |
| 2006-10-04 | Adjust configure's handling of libedit to not look for a history.h file. | 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 | The attached patch changes units of the some default values in | Bruce Momjian |
| 2006-10-03 | Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. Magnus | Tom Lane |
| 2006-10-03 | Move WIN32_ONLY_COMPILER define from c.h to win32.h because it was being | Bruce Momjian |
| 2006-10-02 | Properly handle the case where strlcpy() exists in libc but isn't | Tom Lane |
| 2006-09-30 | BSD/OS doesn't have a prototype for strlcpy() but has the function, so | Bruce Momjian |
| 2006-09-28 | Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to | Tom Lane |
| 2006-09-27 | Add strlcpy() to the set of functions supported by src/port/ when not | Tom Lane |
| 2006-09-27 | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane |
| 2006-09-25 | Increase default value of effective_cache_size to 128MB, per discussion. | Tom Lane |
| 2006-09-25 | Fix notice message from DROP FUNCTION IF EXISTS, and improve message | Tom Lane |
| 2006-09-23 | Tag us Beta1REL8_2_BETA1 | PostgreSQL Daemon |
| 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-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 |