| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin. | Tom Lane | 2006-11-28 | 1 | -1/+1 |
| * | protect vfprintf from hijacking by Windows gettext just like other members of... | Andrew Dunstan | 2006-11-28 | 2 | -3/+10 |
| * | Fix gratuitous message spelling differences | Peter Eisentraut | 2006-11-27 | 2 | -4/+4 |
| * | update for rc1REL8_2_RC1 | PostgreSQL Daemon | 2006-11-25 | 1 | -3/+3 |
| * | Copy fsync() defines into test_fsync.c, someday place them in an | Bruce Momjian | 2006-11-25 | 1 | -41/+136 |
| * | Fix psql's \copy command to ensure that it cycles libpq back to the idle state | Tom Lane | 2006-11-24 | 1 | -1/+13 |
| * | 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 | 5 | -36/+15 |
| * | Translation updates | Peter Eisentraut | 2006-11-24 | 34 | -17179/+20257 |
| * | Separate release preparation jobs for all releases and for major releases | Peter Eisentraut | 2006-11-24 | 1 | -20/+25 |
| * | 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 |
| * | Revert out: | Bruce Momjian | 2006-11-23 | 1 | -21/+7 |
| * | Update fsync test to match new O_DIRECT behavior. | Bruce Momjian | 2006-11-23 | 1 | -7/+21 |
| * | Un-break ecpg regression test. | Tom Lane | 2006-11-23 | 1 | -7/+8 |
| * | Add a comment noting that heap_copytuple_with_tuple() results in a | Neil Conway | 2006-11-23 | 1 | -1/+4 |
| * | Update lock comments for concurrent index creation, analyze. | Bruce Momjian | 2006-11-23 | 1 | -3/+4 |
| * | Make ecpg test variable 'times' static so as not to conflict with libc | Bruce Momjian | 2006-11-23 | 1 | -1/+2 |
| * | Several changes to reduce the probability of running out of memory during | Tom Lane | 2006-11-23 | 3 | -50/+155 |
| * | Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF in | Tom Lane | 2006-11-21 | 7 | -7/+7 |
| * | Translate Windows' GMT Standard Time/GMT Daylight Time zones to | Tom Lane | 2006-11-21 | 1 | -2/+2 |
| * | 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 | 3 | -6/+35 |
| * | Fix plpython to work (or at least pass its regression tests) with | Tom Lane | 2006-11-21 | 2 | -6/+48 |
| * | On systems that have setsid(2) (which should be just about everything except | Tom Lane | 2006-11-21 | 11 | -48/+204 |
| * | VC build patch from Magnus: | Neil Conway | 2006-11-21 | 1 | -2/+5 |
| * | remove duplicate declaration, per report from Magnus Hagander. | Andrew Dunstan | 2006-11-21 | 1 | -2/+1 |
| * | If SSL negotiation fails and SSLMODE is 'prefer', then retry without SSL. | Tom Lane | 2006-11-21 | 1 | -1/+20 |
| * | 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 |
| * | More MSVC build fixes: | Tom Lane | 2006-11-20 | 4 | -16/+30 |
| * | 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 | 4 | -46/+115 |
| * | 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 |
| * | Force plperl and plperlu to run in separate interpreters. Create an error | Andrew Dunstan | 2006-11-13 | 1 | -39/+213 |
| * | 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 | 2 | -50/+39 |
| * | 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 | 2 | -18/+11 |
| * | Fix performance issues in replace_text(), replace_text_regexp(), and | Tom Lane | 2006-11-08 | 1 | -56/+131 |
| * | Applied patch by Peter Harris to free auto_mem structure on connect | Michael Meskes | 2006-11-08 | 3 | -3/+10 |
| * | Fix a memory leak in psql: we'd leak a few PGresult handles if | Neil Conway | 2006-11-08 | 1 | -1/+8 |