| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revise psql pattern-matching switches as per discussion. The rule is now | Tom Lane | 2006-10-09 | 4 | -380/+553 |
| * | Improve description of the pattern matching rules used by psql's \d | Tom Lane | 2006-10-09 | 1 | -15/+66 |
| * | Move processNamePattern into dumputils.c in preparation for using it in | Tom Lane | 2006-10-09 | 3 | -263/+268 |
| * | Update release notes for releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. | Bruce Momjian | 2006-10-09 | 1 | -1/+189 |
| * | Updated keyword table for 8.2 | Peter Eisentraut | 2006-10-08 | 1 | -3/+45 |
| * | Update Darwin dlopen() support to avoid deprecation warnings with latest | Tom Lane | 2006-10-08 | 1 | -5/+46 |
| * | Update multi-line editing wording in release notes. | Bruce Momjian | 2006-10-08 | 1 | -3/+3 |
| * | In release notes, mention that multi-line history saving does not work | Bruce Momjian | 2006-10-08 | 1 | -2/+4 |
| * | 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 |
| * | Simplify <link> regex cleanup code. | Bruce Momjian | 2006-10-07 | 1 | -2/+2 |
| * | Allow HISTORY/history.html to be generated by removing <link> elements, | Bruce Momjian | 2006-10-07 | 2 | -4/+9 |
| * | Fix ancient oversight in psql's \d pattern processing code: when seeing two | Tom Lane | 2006-10-07 | 1 | -10/+13 |
| * | In release notes, always use </link> rather than </>. | Bruce Momjian | 2006-10-07 | 1 | -23/+25 |
| * | 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 |
| * | Updated config.guess and config.sub | Peter Eisentraut | 2006-10-07 | 2 | -52/+128 |
| * | The -X option in pg_dump was supposed to be a workaround for the lack of | Peter Eisentraut | 2006-10-07 | 8 | -55/+36 |
| * | 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 | 9 | -52/+136 |
| * | Adjust HINT for stack depth limit to mention checking the underlying | Tom Lane | 2006-10-07 | 1 | -10/+7 |
| * | Remove tabs added accidentally. | Bruce Momjian | 2006-10-07 | 1 | -357/+357 |
| * | Fix a typo. | Neil Conway | 2006-10-07 | 1 | -2/+2 |
| * | Add main documentation link tags to the release notes. | Bruce Momjian | 2006-10-07 | 1 | -248/+363 |
| * | 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 | 6 | -88/+77 |
| * | Add indenting to Solaris FAQ, for clarity. | Bruce Momjian | 2006-10-05 | 1 | -74/+80 |
| * | Update DB2X texinfo example code. | Bruce Momjian | 2006-10-05 | 1 | -2/+2 |
| * | 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 | 3 | -9/+465 |
| * | 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 | 3 | -500/+42 |
| * | Update Solaris FAQ. | Bruce Momjian | 2006-10-04 | 1 | -14/+101 |
| * | 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 |
| * | Improve error messages from to_tsquery per yesterday's discussion: | Tom Lane | 2006-10-04 | 1 | -8/+18 |
| * | 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 | 522 | -17381/+21508 |
| * | 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 | 7 | -72/+248 |
| * | 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 |