| Commit message (Expand) | Author | Age |
* | Improve predicate_refuted_by_simple_clause() to handle IS NULL and IS NOT NULL | Tom Lane | 2007-05-12 |
* | Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT | Tom Lane | 2007-05-11 |
* | Check return code from strxfrm on Windows since it has a | Magnus Hagander | 2007-05-05 |
* | Fix a thinko in my patch of a couple months ago for bug #3116: it did the | Tom Lane | 2007-05-01 |
* | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane | 2007-04-26 |
* | Set maximum semaphore count to 32767 instead of 1. Fixes | Magnus Hagander | 2007-04-24 |
* | Fix LOCK_DEBUG compilation in the 8.2 branch; HEAD was fixed earlier. | Neil Conway | 2007-04-23 |
* | Support explicit placement of the temporary-table schema within search_path. | Tom Lane | 2007-04-20 |
* | Repair PANIC condition in hash indexes when a previous index extension attempt | Tom Lane | 2007-04-19 |
* | Translation updates | Peter Eisentraut | 2007-04-18 |
* | Rewrite choose_bitmap_and() to make it more robust in the presence of | Tom Lane | 2007-04-17 |
* | Rearrange mdsync() looping logic to avoid the problem that a sufficiently | Tom Lane | 2007-04-12 |
* | Cancel pending fsync requests during WAL replay of DROP DATABASE, per bug | Tom Lane | 2007-04-12 |
* | Fix check_sql_fn_retval to allow the case where a SQL function declared to | Tom Lane | 2007-04-02 |
* | Fix oversight in coding of _bt_start_vacuum: we can't assume that the LWLock | Tom Lane | 2007-03-30 |
* | Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNAL | Tatsuo Ishii | 2007-03-26 |
* | Fix 8.2 breakage of domains over array types, and add a regression test case | Tom Lane | 2007-03-19 |
* | 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 a race condition that caused pg_database_size() and pg_tablespace_size() | Alvaro Herrera | 2007-03-11 |
* | Fix vac_update_relstats to ensure it always sends a relcache inval message, | Tom Lane | 2007-03-08 |
* | Fix oversight in original coding of inline_function(): since | Tom Lane | 2007-03-06 |
* | Fix miscalculation of stats collector's write delay, introduced in revision 1... | Tom Lane | 2007-03-01 |
* | 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 |
* | Adjust the definition of is_pushed_down so that it's always true for INNER | Tom Lane | 2007-02-16 |
* | Fix another problem in 8.2 changes that allowed "one-time" qual conditions to | Tom Lane | 2007-02-16 |
* | Restructure code that is responsible for ensuring that clauseless joins are | Tom Lane | 2007-02-16 |
* | Repair oversight in 8.2 change that improved the handling of "pseudoconstant" | Tom Lane | 2007-02-15 |
* | Disallow committing a prepared transaction unless we are in the same database | Tom Lane | 2007-02-13 |
* | Repair bug in 8.2's new logic for planning outer joins: we have to allow joins | Tom Lane | 2007-02-13 |
* | Fix for early log messages during postmaster startup getting lost when | Magnus Hagander | 2007-02-11 |
* | Fix bug when localized to_char() day or month names were incorectly | Bruce Momjian | 2007-02-08 |
* | This patch fixes shared_preload_libraries on Windows hosts. It forces | Bruce Momjian | 2007-02-08 |
* | 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 |
* | Fix a performance regression in 8.2: optimization of MIN/MAX into indexscans | Tom Lane | 2007-02-06 |
* | Don't MAXALIGN in the checks to decide whether a tuple is over TOAST's | Tom Lane | 2007-02-04 |
* | 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 |
* | Clarify paramater handling for pg_get_serial_sequence(). | Bruce Momjian | 2007-01-30 |
* | Repair oversight in creation of "append relations": we should set up | Tom Lane | 2007-01-28 |
* | Dept of second thoughts: the IQ of estimate_array_length() needs to be | Tom Lane | 2007-01-28 |
* | Fix scalararraysel() to cope with binary-compatible cases, such as text[] | Tom Lane | 2007-01-28 |
* | 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 |
* | On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for | Tom Lane | 2007-01-26 |
* | Properly detoast access to bytea field pg_trigger.tgargs. Old code | Bruce Momjian | 2007-01-25 |
* | Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same | Tom Lane | 2007-01-24 |