| Commit message (Expand) | Author | Age | Files | Lines |
| * | Spelling fix | Peter Eisentraut | 2006-11-29 | 1 | -2/+2 |
| * | Fix some translator comments so that xgettext finds them and pgindent does | Peter Eisentraut | 2006-11-28 | 4 | -27/+20 |
| * | Add workaround for localizing May and abbreviated May differently. Idea | Peter Eisentraut | 2006-11-28 | 1 | -3/+8 |
| * | Fix gratuitous message spelling differences | Peter Eisentraut | 2006-11-27 | 2 | -4/+4 |
| * | Revert (too late in beta): | Bruce Momjian | 2006-11-24 | 1 | -135/+182 |
| * | Change pg_stat_all_tables and sister views to put the recently-added | Tom Lane | 2006-11-24 | 2 | -29/+8 |
| * | Translation updates | Peter Eisentraut | 2006-11-24 | 6 | -11846/+13898 |
| * | Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES. | Bruce Momjian | 2006-11-24 | 2 | -185/+137 |
| * | KB -> kB | Peter Eisentraut | 2006-11-24 | 1 | -2/+2 |
| * | Add a comment noting that heap_copytuple_with_tuple() results in a | Neil Conway | 2006-11-23 | 1 | -1/+4 |
| * | Several changes to reduce the probability of running out of memory during | Tom Lane | 2006-11-23 | 3 | -50/+155 |
| * | Prevent intratransaction memory leak when a subtransaction is aborted | Tom Lane | 2006-11-21 | 1 | -1/+14 |
| * | Suppress timezone (%Z) part of timestamp display when running on Windows, | Tom Lane | 2006-11-21 | 1 | -2/+7 |
| * | On systems that have setsid(2) (which should be just about everything except | Tom Lane | 2006-11-21 | 11 | -48/+204 |
| * | Change the default setting for log_min_error_statement to ERROR. Per | Tom Lane | 2006-11-21 | 2 | -5/+6 |
| * | Adjust elog.c so that elog(FATAL) exits (including cases where ERROR is | Tom Lane | 2006-11-21 | 5 | -40/+39 |
| * | When truncating a relation in-place (eg during VACUUM), do not try to unlink | Tom Lane | 2006-11-20 | 1 | -37/+62 |
| * | Repair problems with hash indexes that span multiple segments: the hash code's | Tom Lane | 2006-11-19 | 2 | -44/+184 |
| * | Repair two related errors in heap_lock_tuple: it was failing to recognize | Tom Lane | 2006-11-17 | 3 | -45/+113 |
| * | Small message equalization fix | Peter Eisentraut | 2006-11-17 | 1 | -2/+2 |
| * | 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 |