| Commit message (Expand) | Author | Age |
* | Disallow committing a prepared transaction unless we are in the same database | Tom Lane | 2007-02-13 |
* | Fix for early log messages during postmaster startup getting lost when | Magnus Hagander | 2007-02-11 |
* | Fix an error in the original coding of holdable cursors: PersistHoldablePortal | Tom Lane | 2007-02-06 |
* | Remove typmod checking from the recent security-related patches. It turns | Tom Lane | 2007-02-06 |
* | Repair failure to check that a table is still compatible with a previously | Tom Lane | 2007-02-02 |
* | Repair insufficiently careful type checking for SQL-language functions: | Tom Lane | 2007-02-02 |
* | Translation updates | Peter Eisentraut | 2007-01-31 |
* | Correct an old logic error in btree page splitting: when considering a split | Tom Lane | 2007-01-27 |
* | Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests during | Tom Lane | 2007-01-27 |
* | Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same | Tom Lane | 2007-01-24 |
* | Relax an Assert() that has been found to be too strict in some situations | Tom Lane | 2007-01-24 |
* | Fix autovacuum to avoid leaving non-permanent Xids in non-connectable | Alvaro Herrera | 2007-01-14 |
* | Fix a performance problem in databases with large numbers of tables | Tom Lane | 2007-01-11 |
* | Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the | Tom Lane | 2007-01-03 |
* | Modify local buffer management to request memory for local buffers in blocks | Tom Lane | 2006-12-27 |
* | Repair bug #2839: the various ExecReScan functions need to reset | Tom Lane | 2006-12-26 |
* | 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 |
* | Repair bug #2694 concerning an ARRAY[] construct whose inputs are empty | Tom Lane | 2006-11-06 |
* | Fix recently-identified PITR recovery hazard: the base backup could contain | Tom Lane | 2006-11-05 |
* | Fix "failed to re-find parent key" btree VACUUM failure by tweaking | Tom Lane | 2006-11-01 |
* | Back-patch second version of AIX getaddrinfo fix. | Tom Lane | 2006-10-20 |
* | Work around reported problem that AIX's getaddrinfo() doesn't seem to zero | Tom Lane | 2006-10-19 |
* | 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 |
* | Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug | Tom Lane | 2006-10-11 |
* | CREATE TABLE ... LIKE ... should mark the columns it creates with | Tom Lane | 2006-10-11 |
* | Fix string_to_array() to correctly handle the case where there are | Tom Lane | 2006-10-07 |
* | Fix SysCacheGetAttr() to handle the case where the specified syscache has not | Tom Lane | 2006-10-06 |
* | Fix overly enthusiastic Assert introduced in 8.1: it's expecting a | Tom Lane | 2006-10-01 |
* | Backpatch to 8.1.X fix for to_timestamp() where "PM/AM" specification | Bruce Momjian | 2006-09-04 |
* | Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION | Tom Lane | 2006-08-31 |
* | Fix mistyping | Teodor Sigaev | 2006-08-29 |
* | In new "invalid byte sequence" error hint, call it "error", not | Bruce Momjian | 2006-08-22 |
* | Add hint for "invalid byte sequence for encoding" error message, | Bruce Momjian | 2006-08-22 |
* | Fix core dump in duration logging for a V3-protocol Execute message | Tom Lane | 2006-08-13 |
* | Round microseconds on setitimer upwards. | Bruce Momjian | 2006-08-09 |
* | On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren't | Bruce Momjian | 2006-08-09 |
* | Fix statement_timeout on Win32 so that it properly treats micro-seconds | Bruce Momjian | 2006-08-09 |
* | prevent multiplexing Windows kernel event objects we listen for across variou... | Andrew Dunstan | 2006-07-29 |
* | Fix oversight in sizing of shared buffer lookup hashtable. Because | Tom Lane | 2006-07-23 |
* | Hmm, seems --disable-spinlocks has been broken for awhile and nobody | Tom Lane | 2006-07-22 |
* | Don't try to truncate multixact SLRU files in checkpoints done during xlog | Tom Lane | 2006-07-20 |
* | Ensure that we retry rather than erroring out when send() or recv() return | Tom Lane | 2006-07-16 |
* | Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewriting | Tom Lane | 2006-07-10 |
* | Fix typo. | Tom Lane | 2006-06-27 |
* | Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table without | Alvaro Herrera | 2006-06-27 |
* | Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. | Tom Lane | 2006-06-25 |
* | pg_stop_backup was calling XLogArchiveNotify() twice for the newly created | Tom Lane | 2006-06-22 |