| Commit message (Expand) | Author | Age | Files | Lines |
| * | Message fix | Peter Eisentraut | 2006-11-16 | 1 | -2/+2 |
| * | String fix | Peter Eisentraut | 2006-11-16 | 1 | -2/+2 |
| * | Fix some typos in comments. | Neil Conway | 2006-11-12 | 8 | -37/+37 |
| * | Suppress a few 'uninitialized variable' warnings that gcc emits only at | Tom Lane | 2006-11-11 | 3 | -3/+18 |
| * | Fix pg_get_serial_sequence(), which could incorrectly return the name | Tom Lane | 2006-11-10 | 1 | -4/+6 |
| * | Clean up some misleading references to %p being a full path, per Simon. | Tom Lane | 2006-11-10 | 2 | -4/+4 |
| * | Fix errors in key_column_usage.position_in_unique_constraint column recently | Tom Lane | 2006-11-10 | 1 | -11/+32 |
| * | Fix set_joinrel_size_estimates() to estimate outer-join sizes more | Tom Lane | 2006-11-10 | 1 | -17/+61 |
| * | Change Windows rename and unlink substitutes so that they time out after | Tom Lane | 2006-11-08 | 1 | -2/+19 |
| * | Modify aset.c to track the next intended block allocation size explicitly. | Tom Lane | 2006-11-08 | 1 | -27/+15 |
| * | Tweak accumArrayResult() to double the size of its working arrays when | Tom Lane | 2006-11-08 | 1 | -10/+8 |
| * | Fix performance issues in replace_text(), replace_text_regexp(), and | Tom Lane | 2006-11-08 | 1 | -56/+131 |
| * | Remove a 15-year old comment questioning behavior that is now well- | Neil Conway | 2006-11-08 | 1 | -6/+1 |
| * | Repair bug #2694 concerning an ARRAY[] construct whose inputs are empty | Tom Lane | 2006-11-06 | 1 | -5/+34 |
| * | Remove temporary Windows-specific debugging code; it seems the problem | Tom Lane | 2006-11-06 | 1 | -15/+1 |
| * | Get rid of some unnecessary dependencies on DataDir: wherever possible, | Tom Lane | 2006-11-06 | 2 | -44/+27 |
| * | Minor fix for LDAP authentication: if an error occurs, we need to | Neil Conway | 2006-11-06 | 1 | -9/+13 |
| * | Fix recently-identified PITR recovery hazard: the base backup could contain | Tom Lane | 2006-11-05 | 2 | -5/+48 |
| * | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 | 23 | -810/+955 |
| * | Fix "failed to re-find parent key" btree VACUUM failure by revising page | Tom Lane | 2006-11-01 | 5 | -136/+356 |
| * | expression_tree_walker failed to let walker function see the immediate child | Tom Lane | 2006-10-25 | 1 | -5/+4 |
| * | Fix check for whether a clauseless join has to be forced in the presence of | Tom Lane | 2006-10-24 | 2 | -11/+25 |
| * | Remove an unnecessary HOLD_INTERRUPTS/RESUME_INTERRUPTS pair. | Tom Lane | 2006-10-22 | 1 | -9/+2 |
| * | Translations update | Peter Eisentraut | 2006-10-21 | 5 | -21261/+27012 |
| * | 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 |
| * | 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 | 2 | -9/+4 |
| * | 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 | 1 | -6/+40 |
| * | Fix up some problems in handling of zic-style time zone names in datetime | Tom Lane | 2006-10-17 | 1 | -227/+151 |
| * | Redesign the patch for allocation of shmem space and LWLocks for add-on | Tom Lane | 2006-10-15 | 3 | -243/+65 |
| * | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane | 2006-10-13 | 4 | -176/+191 |
| * | 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 |
| * | 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 | 1 | -5/+16 |
| * | Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments, | Tom Lane | 2006-10-11 | 2 | -94/+130 |
| * | 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 | 3 | -5/+12 |
| * | Added missing entry (CASCADED) in keywords table. | Peter Eisentraut | 2006-10-07 | 1 | -1/+2 |
| * | 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 | 2 | -18/+81 |
| * | 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 SysCacheGetAttr() to handle the case where the specified syscache has not | Tom Lane | 2006-10-06 | 2 | -17/+25 |
| * | Message style improvements | Peter Eisentraut | 2006-10-06 | 21 | -79/+80 |