| Commit message (Expand) | Author | Age |
... | |
* | Typo fix. | Bruce Momjian | 2006-10-10 |
* | Add release checklist item: | Bruce Momjian | 2006-10-10 |
* | Revise psql pattern-matching switches as per discussion. The rule is now | Tom Lane | 2006-10-09 |
* | Move processNamePattern into dumputils.c in preparation for using it in | Tom Lane | 2006-10-09 |
* | 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-08 |
* | Update comments for pgcvslog, -r BASE does not work with cvs log. | Bruce Momjian | 2006-10-08 |
* | Fix ancient oversight in psql's \d pattern processing code: when seeing two | Tom Lane | 2006-10-07 |
* | Added missing entry (CASCADED) in keywords table. | Peter Eisentraut | 2006-10-07 |
* | Fix thinko in comment. | Tom Lane | 2006-10-07 |
* | The -X option in pg_dump was supposed to be a workaround for the lack of | 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-07 |
* | Fix bcc32.mak to create and remove pg_config_os.h properly. Apparently | 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-06 |
* | 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-05 |
* | 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 |
* | Exclude pgindent from affecting the ecpg regression directory. | Bruce Momjian | 2006-10-04 |
* | Fix initdb's logic for picking shared_buffers/max_fsm_pages, which had | Tom Lane | 2006-10-04 |
* | Fix comment to agree with presentation. | Tom Lane | 2006-10-04 |
* | Add qsort and qsort_arg to MSVC list of src/port files. | Tom Lane | 2006-10-04 |
* | Reverted changes made by pgindent | Michael Meskes | 2006-10-04 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Udpate typedefs for pgindent. | Bruce Momjian | 2006-10-04 |
* | Switch over to using our own qsort() all the time, as has been proposed | Tom Lane | 2006-10-03 |
* | pgevent fixes: | Bruce Momjian | 2006-10-03 |
* | Update typedef list for 8.2 pgindent run. | Bruce Momjian | 2006-10-03 |
* | Fix yesno_prompt() memory leak in /script tools, reported by Converity. | Bruce Momjian | 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 |
* | Cleanup pgwin32_open() 'if' test, and avoid possible error. | 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-03 |
* | Mention in postgresql.conf that autovacuum also needs | Bruce Momjian | 2006-10-03 |
* | Add URL about strlcpy() creation history. | Bruce Momjian | 2006-10-02 |
* | Properly handle the case where strlcpy() exists in libc but isn't | Tom Lane | 2006-10-02 |
* | 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-10-01 |
* | BSD/OS doesn't have a prototype for strlcpy() but has the function, so | Bruce Momjian | 2006-09-30 |