| 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 UPDATE/DELETE WHERE CURRENT OF to support repeated update and update- | Tom Lane | 2007-10-24 |
* | Remove the aggregate form of ts_rewrite(), since it doesn't work as desired | Tom Lane | 2007-10-24 |
* | Make configure probe for the location of the <uuid.h> header file. | Tom Lane | 2007-10-23 |
* | Rename and slightly redefine the default text search parser's "word" | Tom Lane | 2007-10-23 |
* | Fix two-argument form of ts_rewrite() so it actually works for cases where | Tom Lane | 2007-10-23 |
* | Adjust ts_debug's output as per my proposal of yesterday: show the | 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 |
* | Found another small glitch in tsearch API: the two versions of ts_lexize() | Tom Lane | 2007-10-19 |
* | ts_rewrite() does not return a set, only one row; fix mislabeling in | Tom Lane | 2007-10-19 |
* | Fix pg_wchar_table[] to match revised ordering of the encoding ID enum. | Tom Lane | 2007-10-15 |
* | make install is supposed to install everything under src/include/, | Tom Lane | 2007-10-14 |
* | Migrate the former contrib/txid module into core. This will make it easier | 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 |
* | Fix the plan-invalidation mechanism to treat regclass constants that refer to | Tom Lane | 2007-10-11 |
* | Adjust regcustom.h so that all those assert() calls in the regex package | Tom Lane | 2007-10-06 |
* | Keep the planner from failing on "WHERE false AND something IN (SELECT ...)". | Tom Lane | 2007-10-04 |
* | Stamp 8.3beta1, except in configure.in/configure. | Tom Lane | 2007-10-04 |
* | Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in older | Tom Lane | 2007-10-02 |
* | Avoid assuming that struct varattrib_pointer doesn't get padded by the | Tom Lane | 2007-10-01 |
* | Enable __FUNCTION__ on MSVC builds. | Magnus Hagander | 2007-10-01 |
* | Add an extra header byte to TOAST-pointer datums to represent their size | Tom Lane | 2007-09-30 |
* | Change initdb and CREATE DATABASE to actively reject attempts to create | Tom Lane | 2007-09-28 |
* | Fix typos in two comments. Spotted by Brendan Jurd | Tom Lane | 2007-09-27 |
* | Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate | Tom Lane | 2007-09-27 |
* | Minor improvements in backup and recovery: | Tom Lane | 2007-09-26 |
* | Create a function variable "join_search_hook" to let plugins override the | Tom Lane | 2007-09-26 |
* | Change on-disk representation of NUMERIC datatype so that the sign_dscale | Tom Lane | 2007-09-25 |
* | Just-in-time background writing strategy. This code avoids re-scanning | Tom Lane | 2007-09-25 |
* | Simplify and rename some GUC variables, per various recent discussions: | Tom Lane | 2007-09-24 |
* | Remove "convert 'blah' using conversion_name" facility, because if it | Andrew Dunstan | 2007-09-24 |
* | Fix cost estimates for EXISTS subqueries that are evaluated as initPlans | Tom Lane | 2007-09-22 |
* | Parenthesize macro arguments safely. I see no bug among the current | Tom Lane | 2007-09-22 |
* | Fix regex, LIKE, and some other second-rank text-manipulation functions | Tom Lane | 2007-09-21 |
* | Improve handling of prune/no-prune decisions by storing a page's oldest | Tom Lane | 2007-09-21 |
* | If we're gonna provide an --enable-profiling configure option, surely | Tom Lane | 2007-09-21 |
* | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 |
* | Close previously open holes for invalidly encoded data to enter the | Andrew Dunstan | 2007-09-18 |
* | Redefine the lp_flags field of item pointers as having four states, rather | Tom Lane | 2007-09-12 |
* | Remove QueryOperand->istrue flag, it was used only in cover ranking | Teodor Sigaev | 2007-09-11 |
* | Fix header's size of structs defines in ispell. | Teodor Sigaev | 2007-09-11 |
* | Refactor from Heikki Linnakangas <heikki@enterprisedb.com>: | Teodor Sigaev | 2007-09-11 |
* | Rename recently-added pg_stat_activity column from txn_start to xact_start, | Tom Lane | 2007-09-11 |
* | Arrange for SET LOCAL's effects to persist until the end of the current top | Tom Lane | 2007-09-11 |
* | Heikki Linnakangas <heikki@enterprisedb.com>: | Teodor Sigaev | 2007-09-10 |
* | Change void* opaque argument to Datum type, add argument's | Teodor Sigaev | 2007-09-10 |
* | Code review for GUC revert-values-if-removed-from-postgresql.conf patch; | Tom Lane | 2007-09-10 |
* | Replace the former method of determining snapshot xmax --- to wit, calling | Tom Lane | 2007-09-08 |