| Commit message (Expand) | Author | Age | Files | Lines |
| * | Work around buggy strtod on (some versions of?) IRIX. Combination of | Tom Lane | 2006-10-05 | 2 | -2/+60 |
| * | Second try at fixing libedit configuration for Bob Friesenhahn. | Tom Lane | 2006-10-05 | 1 | -0/+3 |
| * | Update Solaris strtod() bug comment. | Bruce Momjian | 2006-10-04 | 1 | -3/+3 |
| * | Update Solaris strtol() bug comment. | Bruce Momjian | 2006-10-04 | 1 | -2/+7 |
| * | Adjust configure's handling of libedit to not look for a history.h file. | Tom Lane | 2006-10-04 | 1 | -3/+0 |
| * | Exclude pgindent from affecting the ecpg regression directory. | Bruce Momjian | 2006-10-04 | 1 | -1/+3 |
| * | Fix initdb's logic for picking shared_buffers/max_fsm_pages, which had | Tom Lane | 2006-10-04 | 1 | -18/+15 |
| * | Fix comment to agree with presentation. | Tom Lane | 2006-10-04 | 1 | -2/+2 |
| * | Add qsort and qsort_arg to MSVC list of src/port files. | Tom Lane | 2006-10-04 | 1 | -2/+2 |
| * | Reverted changes made by pgindent | Michael Meskes | 2006-10-04 | 43 | -4111/+2575 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 449 | -11657/+14300 |
| * | Udpate typedefs for pgindent. | Bruce Momjian | 2006-10-04 | 1 | -1/+2 |
| * | Switch over to using our own qsort() all the time, as has been proposed | Tom Lane | 2006-10-03 | 5 | -48/+247 |
| * | pgevent fixes: | Bruce Momjian | 2006-10-03 | 2 | -2/+6 |
| * | Update typedef list for 8.2 pgindent run. | Bruce Momjian | 2006-10-03 | 1 | -43/+107 |
| * | Fix yesno_prompt() memory leak in /script tools, reported by Converity. | Bruce Momjian | 2006-10-03 | 1 | -4/+12 |
| * | Improve numeric overflow error message. | Bruce Momjian | 2006-10-03 | 2 | -5/+6 |
| * | Make some sentences consistent with similar ones. | Bruce Momjian | 2006-10-03 | 9 | -22/+22 |
| * | The attached patch changes units of the some default values in | Bruce Momjian | 2006-10-03 | 4 | -46/+99 |
| * | Cleanup pgwin32_open() 'if' test, and avoid possible error. | Bruce Momjian | 2006-10-03 | 1 | -3/+9 |
| * | Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. Magnus | Tom Lane | 2006-10-03 | 2 | -6/+5 |
| * | Move WIN32_ONLY_COMPILER define from c.h to win32.h because it was being | Bruce Momjian | 2006-10-03 | 2 | -5/+6 |
| * | Mention in postgresql.conf that autovacuum also needs | Bruce Momjian | 2006-10-03 | 1 | -0/+2 |
| * | Add URL about strlcpy() creation history. | Bruce Momjian | 2006-10-02 | 1 | -1/+2 |
| * | Properly handle the case where strlcpy() exists in libc but isn't | Tom Lane | 2006-10-02 | 2 | -2/+6 |
| * | Make some marginal performance improvements in reportErrorPosition(), | Tom Lane | 2006-10-01 | 1 | -66/+86 |
| * | Do a CHECK_FOR_INTERRUPTS after emitting a message of less than ERROR | Tom Lane | 2006-10-01 | 1 | -2/+9 |
| * | Fix overly enthusiastic Assert introduced in 8.1: it's expecting a | Tom Lane | 2006-10-01 | 1 | -3/+7 |
| * | BSD/OS doesn't have a prototype for strlcpy() but has the function, so | Bruce Momjian | 2006-09-30 | 1 | -2/+2 |
| * | Allow assignment to array elements not contiguous with those already | Tom Lane | 2006-09-29 | 3 | -85/+260 |
| * | Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to | Tom Lane | 2006-09-28 | 9 | -129/+239 |
| * | Fix a couple other places that need to know about (some) src/port/ files | Tom Lane | 2006-09-28 | 2 | -5/+5 |
| * | Oops, forgot that libpq needs extra steps to make use of src/port/ files. | Tom Lane | 2006-09-27 | 3 | -4/+18 |
| * | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane | 2006-09-27 | 11 | -73/+72 |
| * | Add strlcpy() to the set of functions supported by src/port/ when not | Tom Lane | 2006-09-27 | 3 | -2/+76 |
| * | Fix some misuses of strncat(). | Tom Lane | 2006-09-27 | 3 | -12/+14 |
| * | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane | 2006-09-27 | 10 | -48/+9 |
| * | Degrade the transaction-id wraparound point message from LOG to DEBUG1, per | Alvaro Herrera | 2006-09-26 | 1 | -2/+2 |
| * | Added new files | Michael Meskes | 2006-09-26 | 3 | -0/+2418 |
| * | Added Joachim's changes for MinGW. | Michael Meskes | 2006-09-26 | 13 | -128/+230 |
| * | Increase default value of effective_cache_size to 128MB, per discussion. | Tom Lane | 2006-09-25 | 2 | -3/+3 |
| * | Add a check to prevent overwriting valid data if smgrnblocks() gives a | Tom Lane | 2006-09-25 | 1 | -4/+21 |
| * | Fix notice message from DROP FUNCTION IF EXISTS, and improve message | Tom Lane | 2006-09-25 | 4 | -24/+59 |
| * | Fix incorrect mapping of fopen mode 'a' in recently-added code to | Tom Lane | 2006-09-24 | 1 | -2/+2 |
| * | Cause pg_regress to invoke the temporary postmaster as 'postgres' not | Tom Lane | 2006-09-24 | 1 | -8/+10 |
| * | Suppress useless warning on pre-XP versions of Windows. Magnus | Tom Lane | 2006-09-24 | 1 | -2/+10 |
| * | Tag us Beta1REL8_2_BETA1 | PostgreSQL Daemon | 2006-09-23 | 1 | -3/+3 |
| * | Fix pg_locks view to call advisory locks advisory locks, while preserving | Tom Lane | 2006-09-22 | 4 | -14/+26 |
| * | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane | 2006-09-22 | 12 | -28/+76 |
| * | Surely this temp buffer needn't be static. | Tom Lane | 2006-09-22 | 1 | -4/+6 |