| Commit message (Expand) | Author | Age |
* | Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problems | Tom Lane | 2007-10-24 |
* | Rearrange vacuum-related bits in PGPROC as a bitmask, to better support | Alvaro Herrera | 2007-10-24 |
* | Fix an error in make_outerjoininfo introduced by my patch of 30-Aug: the code | Tom Lane | 2007-10-24 |
* | Minor changes to autovacuum worker: change error handling so that it continues | Alvaro Herrera | 2007-10-24 |
* | Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update- | Tom Lane | 2007-10-24 |
* | Keep heap_page_prune from marking the buffer dirty when it didn't | Tom Lane | 2007-10-24 |
* | Set read_only = TRUE while evaluating input queries for ts_rewrite() | Tom Lane | 2007-10-24 |
* | Remove the aggregate form of ts_rewrite(), since it doesn't work as desired | Tom Lane | 2007-10-24 |
* | Rename and slightly redefine the default text search parser's "word" | Tom Lane | 2007-10-23 |
* | Use snprintf instead of wsprintf, and use getenv("APPDATA") instead of | Magnus Hagander | 2007-10-23 |
* | Fix two-argument form of ts_rewrite() so it actually works for cases where | Tom Lane | 2007-10-23 |
* | Fix several bugs in tsvectorin, including crash due to uninitialized field and | Tom Lane | 2007-10-23 |
* | Adjust ts_debug's output as per my proposal of yesterday: show the | Tom Lane | 2007-10-22 |
* | Remove an Assert that's been obsoleted by recent changes in the parsetree | Tom Lane | 2007-10-22 |
* | Add a useless return statement to suppress a warning seen with some | Tom Lane | 2007-10-22 |
* | Fix shared tsvector/tsquery input code so that we don't say "syntax error in | Tom Lane | 2007-10-21 |
* | Adjust error message to agree with documentation. The tsearch documentation | Tom Lane | 2007-10-20 |
* | Found another small glitch in tsearch API: the two versions of ts_lexize() | Tom Lane | 2007-10-19 |
* | Tweak toast-related logic in heapam.c so that the toaster is only invoked | Tom Lane | 2007-10-16 |
* | Re-allow UTF8 encodings on win32. Since UTF8 is converted to | Magnus Hagander | 2007-10-16 |
* | Fix pg_wchar_table[] to match revised ordering of the encoding ID enum. | Tom Lane | 2007-10-15 |
* | Include NOLOGIN roles in the 'flat' password file. In the original | Tom Lane | 2007-10-15 |
* | Migrate the former contrib/txid module into core. This will make it easier | Tom Lane | 2007-10-13 |
* | Guard against possible double free during error escape from XML | Tom Lane | 2007-10-13 |
* | Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the | Tom Lane | 2007-10-13 |
* | Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes | Tom Lane | 2007-10-13 |
* | Teach planagg.c that partial indexes specifying WHERE foo IS NOT NULL can be | Tom Lane | 2007-10-13 |
* | When telling the bgwriter that we need a checkpoint because too much xlog | Tom Lane | 2007-10-12 |
* | Remove hack in pg_tablespace_aclmask() that disallowed permissions | Tom Lane | 2007-10-12 |
* | Ensure that the result of evaluating a function during constant-expression | Tom Lane | 2007-10-11 |
* | Remove incorrect use of VARSIZE() on a toasted datum. We can just remove it | Tom Lane | 2007-10-11 |
* | Fix the plan-invalidation mechanism to treat regclass constants that refer to | Tom Lane | 2007-10-11 |
* | Make dumpcolors() have tolerable performance when using 32-bit chr, | Tom Lane | 2007-10-06 |
* | Adjust some regex debugging printouts to not give wrong-format-width | Tom Lane | 2007-10-06 |
* | Keep the planner from failing on "WHERE false AND something IN (SELECT ...)". | Tom Lane | 2007-10-04 |
* | Change Assert() to a plain test and elog, just to see if that works | Tom Lane | 2007-10-04 |
* | Avoid assuming that struct varattrib_pointer doesn't get padded by the | Tom Lane | 2007-10-01 |
* | Add an extra header byte to TOAST-pointer datums to represent their size | Tom Lane | 2007-09-30 |
* | Adjust recovery PS display as agreed with Simon: 'waiting for XXX' | Tom Lane | 2007-09-30 |
* | Make recovery show the current input WAL segment name in the startup | Tom Lane | 2007-09-29 |
* | Disallow CLUSTER using an invalid index (that is, one left over from a failed | Tom Lane | 2007-09-29 |
* | Improve consistency of the error messages generated when you try to use | Tom Lane | 2007-09-29 |
* | Make archive recovery always start a new timeline, rather than only when a | Tom Lane | 2007-09-29 |
* | Change initdb and CREATE DATABASE to actively reject attempts to create | Tom Lane | 2007-09-28 |
* | Add virtual transaction IDs to CSVLOG output, so that messages coming from | Tom Lane | 2007-09-27 |
* | Fix Assert failure in ExpandColumnRefStar --- what I thought was a can't | Tom Lane | 2007-09-27 |
* | Some small tuptoaster improvements from Greg Stark. Avoid unnecessary | Tom Lane | 2007-09-26 |
* | Minor improvements in backup and recovery: | Tom Lane | 2007-09-26 |
* | Adjust the new memory limit in the lazy vacuum code to use MaxHeapTuplesPerPage | Alvaro Herrera | 2007-09-26 |
* | Create a function variable "join_search_hook" to let plugins override the | Tom Lane | 2007-09-26 |