| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Cleanup for pglz_compress code: remove dead code, const-ify API of | Tom Lane | 2006-10-05 | 2 | -276/+86 |
| * | Make use of qsort_arg in several places that were formerly using klugy | Tom Lane | 2006-10-05 | 2 | -58/+49 |
| * | Work around buggy strtod on (some versions of?) IRIX. Combination of | Tom Lane | 2006-10-05 | 1 | -1/+53 |
| * | Fix comment to agree with presentation. | Tom Lane | 2006-10-04 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 232 | -6108/+6933 |
| * | Switch over to using our own qsort() all the time, as has been proposed | Tom Lane | 2006-10-03 | 1 | -44/+29 |
| * | Improve numeric overflow error message. | Bruce Momjian | 2006-10-03 | 1 | -3/+4 |
| * | 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 | 2 | -35/+77 |
| * | Mention in postgresql.conf that autovacuum also needs | Bruce Momjian | 2006-10-03 | 1 | -0/+2 |
| * | 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 |
| * | Allow assignment to array elements not contiguous with those already | Tom Lane | 2006-09-29 | 1 | -85/+114 |
| * | Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to | Tom Lane | 2006-09-28 | 5 | -123/+215 |
| * | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane | 2006-09-27 | 9 | -66/+65 |
| * | Degrade the transaction-id wraparound point message from LOG to DEBUG1, per | Alvaro Herrera | 2006-09-26 | 1 | -2/+2 |
| * | Increase default value of effective_cache_size to 128MB, per discussion. | Tom Lane | 2006-09-25 | 1 | -1/+1 |
| * | Add a check to prevent overwriting valid data if smgrnblocks() gives a | Tom Lane | 2006-09-25 | 1 | -4/+21 |
| * | Fix notice message from DROP FUNCTION IF EXISTS, and improve message | Tom Lane | 2006-09-25 | 3 | -23/+57 |
| * | Fix pg_locks view to call advisory locks advisory locks, while preserving | Tom Lane | 2006-09-22 | 3 | -10/+21 |
| * | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane | 2006-09-22 | 3 | -5/+31 |
| * | Add units to the default postgresql.conf. For the most part, this should | Peter Eisentraut | 2006-09-22 | 2 | -22/+23 |
| * | Fix free space map to correctly track the total amount of FSM space needed | Tom Lane | 2006-09-21 | 6 | -59/+143 |
| * | Change patternsel (LIKE/regex selectivity estimation) so that if there | Tom Lane | 2006-09-20 | 1 | -108/+202 |
| * | Improve usage of effective_cache_size parameter by assuming that all the | Tom Lane | 2006-09-19 | 8 | -39/+163 |
| * | Add built-in userlock manipulation functions to replace the former | Tom Lane | 2006-09-18 | 5 | -26/+269 |
| * | Fix problems with column name list of CREATE TABLE AS being applied to | Tom Lane | 2006-09-18 | 1 | -43/+66 |
| * | Fix CREATE TABLE ... AS VALUES ... to work rather than Assert'ing; | Tom Lane | 2006-09-18 | 1 | -11/+18 |
| * | Change ANALYZE to take ShareUpdateExclusiveLock not AccessShareLock on | Tom Lane | 2006-09-17 | 1 | -19/+19 |
| * | Marginal cleanup in arrangements for ensuring StrategyHintVacuum is cleared | Tom Lane | 2006-09-17 | 2 | -7/+4 |
| * | Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, | Tom Lane | 2006-09-16 | 2 | -12/+124 |
| * | Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus. | Tom Lane | 2006-09-15 | 1 | -2/+2 |
| * | Improve confusing comment for HeapTupleSatisfiesNow, per gripe from Greg Stark. | Tom Lane | 2006-09-15 | 1 | -12/+11 |