| Commit message (Expand) | Author | Age | Files | Lines |
| * | MSVC/BCC Win32 compiler fixes. | Bruce Momjian | 2006-10-10 | 4 | -3/+28 |
| * | Typo fix. | Bruce Momjian | 2006-10-10 | 1 | -1/+1 |
| * | Add release checklist item: | Bruce Momjian | 2006-10-10 | 1 | -0/+1 |
| * | Revise psql pattern-matching switches as per discussion. The rule is now | Tom Lane | 2006-10-09 | 3 | -263/+367 |
| * | Move processNamePattern into dumputils.c in preparation for using it in | Tom Lane | 2006-10-09 | 3 | -263/+268 |
| * | Update Darwin dlopen() support to avoid deprecation warnings with latest | Tom Lane | 2006-10-08 | 1 | -5/+46 |
| * | Add include needed for new getrusage() call. | Bruce Momjian | 2006-10-08 | 1 | -1/+2 |
| * | On Windows, we know the backend stack size limit because we have to | Tom Lane | 2006-10-08 | 4 | -6/+16 |
| * | Update comments for pgcvslog, -r BASE does not work with cvs log. | Bruce Momjian | 2006-10-08 | 1 | -5/+2 |
| * | Fix ancient oversight in psql's \d pattern processing code: when seeing two | Tom Lane | 2006-10-07 | 1 | -10/+13 |
| * | Added missing entry (CASCADED) in keywords table. | Peter Eisentraut | 2006-10-07 | 1 | -1/+2 |
| * | Fix thinko in comment. | Tom Lane | 2006-10-07 | 1 | -3/+3 |
| * | The -X option in pg_dump was supposed to be a workaround for the lack of | Peter Eisentraut | 2006-10-07 | 3 | -39/+28 |
| * | When planning a query at Bind time, be careful to pass the correct | Tom Lane | 2006-10-07 | 1 | -5/+6 |
| * | On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that | Tom Lane | 2006-10-07 | 5 | -21/+94 |
| * | Adjust HINT for stack depth limit to mention checking the underlying | Tom Lane | 2006-10-07 | 1 | -10/+7 |
| * | Fix string_to_array() to correctly handle the case where there are | Tom Lane | 2006-10-07 | 1 | -138/+197 |
| * | Fix bcc32.mak to create and remove pg_config_os.h properly. Apparently | Tom Lane | 2006-10-06 | 1 | -2/+3 |
| * | Fix SysCacheGetAttr() to handle the case where the specified syscache has not | Tom Lane | 2006-10-06 | 3 | -19/+27 |
| * | Message style improvements | Peter Eisentraut | 2006-10-06 | 31 | -114/+115 |
| * | Cleanup for pglz_compress code: remove dead code, const-ify API of | Tom Lane | 2006-10-05 | 3 | -396/+96 |
| * | Make use of qsort_arg in several places that were formerly using klugy | Tom Lane | 2006-10-05 | 3 | -60/+52 |
| * | 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 |