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