| Commit message (Expand) | Author | Age |
* | Translation updates | Peter Eisentraut | 2007-04-18 |
* | Fix check_sql_fn_retval to allow the case where a SQL function declared to | Tom Lane | 2007-04-02 |
* | Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNAL | Tatsuo Ishii | 2007-03-26 |
* | SPI_cursor_open failed to enforce that only read-only queries could be | Tom Lane | 2007-03-17 |
* | Fix a longstanding bug in VACUUM FULL's handling of update chains. The code | Tom Lane | 2007-03-14 |
* | Fix oversight in original coding of inline_function(): since | Tom Lane | 2007-03-06 |
* | Fix markQueryForLocking() to work correctly in the presence of nested views. | Tom Lane | 2007-03-01 |
* | Fix portal management code to support non-default command completion tags for | Tom Lane | 2007-02-18 |
* | 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 |
* | 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 regex_fixed_prefix() to cope reasonably well with regex patterns of the | Tom Lane | 2007-01-03 |
* | 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 bug #2694 concerning an ARRAY[] construct whose inputs are empty | Tom Lane | 2006-11-06 |
* | 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 |
* | 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 |
* | prevent multiplexing Windows kernel event objects we listen for across variou... | Andrew Dunstan | 2006-07-29 |
* | 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 Assert failure when a fastpath function call is attempted inside an | Tom Lane | 2006-06-11 |
* | Fix copy-and-pasteo in Russian translation: message complaining about | Tom Lane | 2006-06-03 |
* | Klugy fix for bug #2447: we can't expand a whole-row reference to NEW | Tom Lane | 2006-05-23 |
* | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane | 2006-05-21 |
* | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane | 2006-05-21 |
* | Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4, | Bruce Momjian | 2006-05-21 |
* | Fix nasty bug in nodeIndexscan.c's detection of duplicate tuples during | Tom Lane | 2006-05-19 |
* | Fix the sense of the test on DH_check()'s return value. This was preventing | Tom Lane | 2006-05-12 |
* | Remove unnecessary .seg/.section directives, per Alan Stange. | Tom Lane | 2006-05-11 |
* | Fix SELECT INTO and CREATE TABLE AS to create tables in the default | Bruce Momjian | 2006-04-26 |
* | Fix similar_escape() so that SIMILAR TO works properly for patterns involving | Tom Lane | 2006-04-13 |
* | TablespaceCreateDbspace should function normally even on platforms that do not | Tom Lane | 2006-03-29 |
* | Repair longstanding error in btree xlog replay: XLogReadBuffer should be | Tom Lane | 2006-03-28 |
* | The call to DNSServiceRegistrationCreate in postmaster.c does incorrect | Neil Conway | 2006-03-18 |
* | Minor teak. | Tatsuo Ishii | 2006-03-04 |