| Commit message (Expand) | Author | Age | Files | Lines |
| * | Stamp 8.2beta2.REL8_2_BETA2 | Tom Lane | 2006-10-23 | 1 | -10/+10 |
| * | Small parser sync | Michael Meskes | 2006-10-23 | 1 | -2/+4 |
| * | Remove an unnecessary HOLD_INTERRUPTS/RESUME_INTERRUPTS pair. | Tom Lane | 2006-10-22 | 1 | -9/+2 |
| * | Various MSVC build fixes from Magnus; also remove stray Windows | Tom Lane | 2006-10-22 | 6 | -139/+296 |
| * | Translations update | Peter Eisentraut | 2006-10-21 | 48 | -31068/+40515 |
| * | Try to fix the AIX getaddrinfo mess in a way that works on all versions. | Tom Lane | 2006-10-19 | 1 | -8/+29 |
| * | Marginal improvement in logging: include the function name when logging | Tom Lane | 2006-10-19 | 1 | -12/+14 |
| * | Rename our substitute qsort to pg_qsort at the link-symbol level (but | Tom Lane | 2006-10-19 | 2 | -14/+11 |
| * | Add externs for optarg/optind where apparently needed. Per Magnus. | Tom Lane | 2006-10-19 | 1 | -1/+4 |
| * | Further MSVC portability fixes from Magnus. | Tom Lane | 2006-10-19 | 1 | -1/+14 |
| * | Fix a couple of places that were assuming debug_query_string couldn't | Tom Lane | 2006-10-19 | 1 | -2/+2 |
| * | Make sure that debug_query_string contains the original query text, | Tom Lane | 2006-10-19 | 1 | -24/+24 |
| * | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane | 2006-10-19 | 9 | -31/+23 |
| * | Work around reported problem that AIX's getaddrinfo() doesn't seem to zero | Tom Lane | 2006-10-19 | 1 | -1/+10 |
| * | Add some code to CREATE DATABASE to check for pre-existing subdirectories | Tom Lane | 2006-10-18 | 2 | -7/+79 |
| * | Fix up timetz input so that a date is required only when the specified | Tom Lane | 2006-10-18 | 4 | -10/+70 |
| * | Fix up some problems in handling of zic-style time zone names in datetime | Tom Lane | 2006-10-17 | 6 | -273/+195 |
| * | Fix unexpected side-effect of changes for case insensitivity of timezone names. | Tom Lane | 2006-10-17 | 2 | -2/+2 |
| * | Remove use of whrandom module, which was removed in Python 2.5. | Peter Eisentraut | 2006-10-16 | 2 | -2/+0 |
| * | Arrange for timezone names to be recognized case-insensitively; for | Tom Lane | 2006-10-16 | 4 | -71/+182 |
| * | Remove use of '<' and '>' in SGML, use '&' escapes. | Bruce Momjian | 2006-10-16 | 1 | -3/+3 |
| * | Redesign the patch for allocation of shmem space and LWLocks for add-on | Tom Lane | 2006-10-15 | 6 | -259/+73 |
| * | Adjust plperl to ensure that all strings and hash keys passed to Perl | Tom Lane | 2006-10-15 | 1 | -70/+114 |
| * | Code review for --no-data-for-failed-tables patch. Instead of trashing | Tom Lane | 2006-10-14 | 3 | -23/+45 |
| * | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane | 2006-10-13 | 6 | -184/+198 |
| * | Fix test_fsync compile on MinGW(win32) | Bruce Momjian | 2006-10-13 | 2 | -19/+37 |
| * | Fix infinite sleep and failes of send in Win32. | Teodor Sigaev | 2006-10-13 | 1 | -25/+81 |
| * | Fix mishandling of after-trigger state when a SQL function returns multiple | Tom Lane | 2006-10-12 | 1 | -3/+11 |
| * | Use Min() instead of min() in qsort, for consistency and to avoid | Tom Lane | 2006-10-12 | 2 | -10/+6 |
| * | Remove somebody's ill-considered free() call, per report from Chander Ganesan. | Tom Lane | 2006-10-12 | 1 | -2/+1 |
| * | Update pg_hba.conf comment about documentation section. | Bruce Momjian | 2006-10-11 | 1 | -3/+3 |
| * | Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug | Tom Lane | 2006-10-11 | 2 | -8/+19 |
| * | Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments, | Tom Lane | 2006-10-11 | 3 | -106/+142 |
| * | 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 |