| Commit message (Expand) | Author | Age |
* | Adjust elog.c so that elog(FATAL) exits (including cases where ERROR is | Tom Lane | 2006-11-21 |
* | When truncating a relation in-place (eg during VACUUM), do not try to unlink | Tom Lane | 2006-11-20 |
* | Repair problems with hash indexes that span multiple segments: the hash code's | Tom Lane | 2006-11-19 |
* | Repair two related errors in heap_lock_tuple: it was failing to recognize | Tom Lane | 2006-11-17 |
* | Small message equalization fix | Peter Eisentraut | 2006-11-17 |
* | Message fix | Peter Eisentraut | 2006-11-16 |
* | String fix | Peter Eisentraut | 2006-11-16 |
* | Fix some typos in comments. | Neil Conway | 2006-11-12 |
* | Suppress a few 'uninitialized variable' warnings that gcc emits only at | Tom Lane | 2006-11-11 |
* | Fix pg_get_serial_sequence(), which could incorrectly return the name | Tom Lane | 2006-11-10 |
* | Clean up some misleading references to %p being a full path, per Simon. | Tom Lane | 2006-11-10 |
* | Fix errors in key_column_usage.position_in_unique_constraint column recently | Tom Lane | 2006-11-10 |
* | Fix set_joinrel_size_estimates() to estimate outer-join sizes more | Tom Lane | 2006-11-10 |
* | Change Windows rename and unlink substitutes so that they time out after | Tom Lane | 2006-11-08 |
* | Modify aset.c to track the next intended block allocation size explicitly. | Tom Lane | 2006-11-08 |
* | Tweak accumArrayResult() to double the size of its working arrays when | Tom Lane | 2006-11-08 |
* | Fix performance issues in replace_text(), replace_text_regexp(), and | Tom Lane | 2006-11-08 |
* | Remove a 15-year old comment questioning behavior that is now well- | Neil Conway | 2006-11-08 |
* | Repair bug #2694 concerning an ARRAY[] construct whose inputs are empty | Tom Lane | 2006-11-06 |
* | Remove temporary Windows-specific debugging code; it seems the problem | Tom Lane | 2006-11-06 |
* | Get rid of some unnecessary dependencies on DataDir: wherever possible, | Tom Lane | 2006-11-06 |
* | Minor fix for LDAP authentication: if an error occurs, we need to | Neil Conway | 2006-11-06 |
* | Fix recently-identified PITR recovery hazard: the base backup could contain | Tom Lane | 2006-11-05 |
* | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 |
* | Fix "failed to re-find parent key" btree VACUUM failure by revising page | Tom Lane | 2006-11-01 |
* | expression_tree_walker failed to let walker function see the immediate child | Tom Lane | 2006-10-25 |
* | Fix check for whether a clauseless join has to be forced in the presence of | Tom Lane | 2006-10-24 |
* | Remove an unnecessary HOLD_INTERRUPTS/RESUME_INTERRUPTS pair. | Tom Lane | 2006-10-22 |
* | Translations update | Peter Eisentraut | 2006-10-21 |
* | Try to fix the AIX getaddrinfo mess in a way that works on all versions. | Tom Lane | 2006-10-19 |
* | Marginal improvement in logging: include the function name when logging | Tom Lane | 2006-10-19 |
* | Fix a couple of places that were assuming debug_query_string couldn't | Tom Lane | 2006-10-19 |
* | Make sure that debug_query_string contains the original query text, | Tom Lane | 2006-10-19 |
* | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane | 2006-10-19 |
* | Work around reported problem that AIX's getaddrinfo() doesn't seem to zero | Tom Lane | 2006-10-19 |
* | Add some code to CREATE DATABASE to check for pre-existing subdirectories | Tom Lane | 2006-10-18 |
* | Fix up timetz input so that a date is required only when the specified | Tom Lane | 2006-10-18 |
* | Fix up some problems in handling of zic-style time zone names in datetime | Tom Lane | 2006-10-17 |
* | Redesign the patch for allocation of shmem space and LWLocks for add-on | Tom Lane | 2006-10-15 |
* | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane | 2006-10-13 |
* | Fix infinite sleep and failes of send in Win32. | Teodor Sigaev | 2006-10-13 |
* | Fix mishandling of after-trigger state when a SQL function returns multiple | Tom Lane | 2006-10-12 |
* | Update pg_hba.conf comment about documentation section. | Bruce Momjian | 2006-10-11 |
* | Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug | Tom Lane | 2006-10-11 |
* | Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments, | Tom Lane | 2006-10-11 |
* | 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 |
* | Added missing entry (CASCADED) in keywords table. | Peter Eisentraut | 2006-10-07 |
* | When planning a query at Bind time, be careful to pass the correct | Tom Lane | 2006-10-07 |