| Age | Commit message (Expand) | Author |
| 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-12 | 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-11 | 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-06 | 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-04 | 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-01 | Avoid assuming that struct varattrib_pointer doesn't get padded by the | Tom Lane |
| 2007-09-30 | 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-29 | 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-28 | Change initdb and CREATE DATABASE to actively reject attempts to create | Tom Lane |
| 2007-09-27 | 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-26 | 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 | Fix crash of to_tsvector() function on huge input: compareWORD() | Teodor Sigaev |
| 2007-09-26 | In the integer-datetimes case, date2timestamp and date2timestamptz need | Tom Lane |
| 2007-09-25 | Dept. of second thoughts: fix loop in BgBufferSync so that the exit when | Tom Lane |
| 2007-09-25 | Just-in-time background writing strategy. This code avoids re-scanning | Tom Lane |
| 2007-09-24 | Add comments re text <-> bytea internal equivalence in convert routines. | Andrew Dunstan |
| 2007-09-24 | Use correct PG_GETARG macro in pg_convert | Andrew Dunstan |
| 2007-09-24 | Avoid having autovacuum read pgstats data too many times in quick succession. | Alvaro Herrera |
| 2007-09-24 | Reduce the size of memory allocations by lazy vacuum when processing a small | Alvaro Herrera |
| 2007-09-24 | 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-23 | Fix bugs in XML binary I/O functions. Heikki and Tom | Tom Lane |
| 2007-09-23 | Make autovacuum report the start time of its current activity in | Tom Lane |
| 2007-09-23 | TransactionIdIsInProgress can skip scanning the ProcArray if the target XID is | Tom Lane |
| 2007-09-23 | Temporarily modify tsearch regression tests to suppress notice that comes | Tom Lane |
| 2007-09-22 | Fix cost estimates for EXISTS subqueries that are evaluated as initPlans | Tom Lane |
| 2007-09-22 | Fix erroneous Assert() in syslogger process start in EXEC_BACKEND case, | Tom Lane |
| 2007-09-22 | Fix bogus calculation of potential output string length in translate(). | Tom Lane |
| 2007-09-22 | Although I'd misdiagnosed the reason for the recent failures on | Tom Lane |
| 2007-09-22 | Doh --- what's really happening on buildfarm member grebe is that its | Tom Lane |
| 2007-09-22 | Go back to using a separate method for doing ILIKE for single byte | Andrew Dunstan |
| 2007-09-22 | Fix varlena.c routines to allow 1-byte-header text values. This is now | Tom Lane |
| 2007-09-21 | 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 |