| Age | Commit message (Expand) | Author |
| 2006-10-02 | Properly handle the case where strlcpy() exists in libc but isn't | Tom Lane |
| 2006-10-01 | Make some marginal performance improvements in reportErrorPosition(), | Tom Lane |
| 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-30 | BSD/OS doesn't have a prototype for strlcpy() but has the function, so | Bruce Momjian |
| 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-28 | Fix a couple other places that need to know about (some) src/port/ files | Tom Lane |
| 2006-09-27 | Oops, forgot that libpq needs extra steps to make use of src/port/ files. | Tom Lane |
| 2006-09-27 | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane |
| 2006-09-27 | Add strlcpy() to the set of functions supported by src/port/ when not | Tom Lane |
| 2006-09-27 | Fix some misuses of strncat(). | Tom Lane |
| 2006-09-27 | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane |
| 2006-09-26 | Degrade the transaction-id wraparound point message from LOG to DEBUG1, per | Alvaro Herrera |
| 2006-09-26 | Added new files | Michael Meskes |
| 2006-09-26 | Added Joachim's changes for MinGW. | Michael Meskes |
| 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-24 | Fix incorrect mapping of fopen mode 'a' in recently-added code to | Tom Lane |
| 2006-09-24 | Cause pg_regress to invoke the temporary postmaster as 'postgres' not | Tom Lane |
| 2006-09-24 | Suppress useless warning on pre-XP versions of Windows. Magnus | 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-22 | Surely this temp buffer needn't be static. | Tom Lane |
| 2006-09-22 | Rearrange yes/no prompting code so that the prompts always show the | Peter Eisentraut |
| 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-19 | Fix shared library creation to work properly on AIX. Albe Laurenz | 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 |
| 2006-09-17 | Marginal cleanup in arrangements for ensuring StrategyHintVacuum is cleared | Tom Lane |
| 2006-09-16 | Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, | Tom Lane |
| 2006-09-16 | Update timezone data files to release 2006k of the zic database. | Tom Lane |
| 2006-09-16 | Define errcode as __msvc_errcode not __vc_errcode for MSVC builds, | Tom Lane |
| 2006-09-15 | Several fixes for MSVC build scripts, from Magnus. | Tom Lane |
| 2006-09-15 | Fix some uses of str[n]casecmp that should be pg_str[n]casecmp, | Tom Lane |
| 2006-09-15 | Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus. | Tom Lane |
| 2006-09-15 | Improve confusing comment for HeapTupleSatisfiesNow, per gripe from Greg Stark. | Tom Lane |
| 2006-09-14 | Make postgresql.conf.sample match the initdb defaults. This fixes | Bruce Momjian |
| 2006-09-14 | Add a couple of information functions to support direct checks on whether | Tom Lane |
| 2006-09-14 | Improve error message. Per discussion | Teodor Sigaev |
| 2006-09-14 | Cygwin systems seem to have a different error message when trying to connect ... | Michael Meskes |
| 2006-09-14 | Added missing constuctor/destructor for interval and date. | Michael Meskes |
| 2006-09-13 | Make logging of extended-protocol commands a bit more consistent, per | Tom Lane |