| Commit message (Expand) | Author | Age | Files | Lines |
* | Workaround for perl problem where evaluating UTF8 regexes can cause | Andrew Dunstan | 2007-12-01 | 1 | -1/+49 |
* | Add win32error.c to libpq, needed to resolve _dosmaperr. | Magnus Hagander | 2007-11-30 | 1 | -4/+4 |
* | Use _dosmaperr() to deal with errors opening files in pgwin32_open(). | Magnus Hagander | 2007-11-30 | 1 | -17/+2 |
* | Back-patch mingw configure-check for gettimeofday so that 8.2 can | Magnus Hagander | 2007-11-29 | 5 | -10/+126 |
* | Require a specific Autoconf version, instead of a lower bound only. | Peter Eisentraut | 2007-11-26 | 1 | -2/+2 |
* | Fix buggy usage of vsnprintf in PL/Python by removing it altogether, instead | Alvaro Herrera | 2007-11-23 | 1 | -73/+26 |
* | Fix "Overall Page Layout" table. The second row should be ItemIdData, not | Tatsuo Ishii | 2007-11-23 | 1 | -2/+2 |
* | Prevent Perl from introducing a possibly-incompatible definition of type | Tom Lane | 2007-11-22 | 1 | -1/+6 |
* | GIN index build's allocatedMemory counter needs to be long, not uint32. | Tom Lane | 2007-11-16 | 1 | -2/+2 |
* | Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test... | Teodor Sigaev | 2007-11-16 | 4 | -0/+21 |
* | Update timezone data files to release 2007i of the zic database. | Tom Lane | 2007-11-15 | 2 | -5/+45 |
* | Have crosstab variants treat NULL rowid as a category in its own right, | Joe Conway | 2007-11-10 | 4 | -85/+137 |
* | Second pass at improving LIKE/regex estimation in non-C locales. It turns | Tom Lane | 2007-11-09 | 1 | -8/+55 |
* | If an index depends on no columns of its table, give it a dependency on the | Tom Lane | 2007-11-08 | 1 | -1/+25 |
* | Improve the performance of LIKE/regex estimation in non-C locales, by making | Tom Lane | 2007-11-07 | 3 | -27/+43 |
* | Fix patternsel() and callers to do the right thing for NOT LIKE and the other | Tom Lane | 2007-11-07 | 1 | -57/+52 |
* | Fixed two parser bugs. | Michael Meskes | 2007-11-06 | 1 | -2/+6 |
* | Update shared-memory-size info for 8.2 branch. | Tom Lane | 2007-11-01 | 1 | -4/+4 |
* | - Add check of already changed page while replay WAL. This touches only | Teodor Sigaev | 2007-10-29 | 1 | -52/+60 |
* | Fix coredump during replay WAL after crash. Change entrySplitPage() to prevent | Teodor Sigaev | 2007-10-29 | 1 | -18/+30 |
* | Fix a couple of issues with pg_dump's handling of inheritance child tables | Tom Lane | 2007-10-28 | 1 | -9/+43 |
* | Change have_join_order_restriction() so that we do not force a clauseless join | Tom Lane | 2007-10-26 | 2 | -63/+180 |
* | Ugly patch to make ALTER SEQUENCE OWNED BY not affect the currval() state | Tom Lane | 2007-10-25 | 1 | -4/+16 |
* | Fix an error in make_outerjoininfo introduced by my patch of 30-Aug: the code | Tom Lane | 2007-10-24 | 1 | -1/+2 |
* | Back-patch some plpython patches previously made only in HEAD: changes of | Tom Lane | 2007-10-15 | 1 | -47/+59 |
* | Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes | Tom Lane | 2007-10-13 | 3 | -12/+132 |
* | Ensure that the result of evaluating a function during constant-expression | Tom Lane | 2007-10-11 | 1 | -3/+14 |
* | Don't try to free pgpassfile since it's a stack variable. | Magnus Hagander | 2007-10-09 | 1 | -2/+1 |
* | Keep the planner from failing on "WHERE false AND something IN (SELECT ...)". | Tom Lane | 2007-10-04 | 3 | -3/+45 |
* | Update timezone data files to release 2007h of the zic database. | Tom Lane | 2007-10-04 | 3 | -16/+89 |
* | Disallow CLUSTER using an invalid index (that is, one left over from a failed | Tom Lane | 2007-09-29 | 1 | -1/+11 |
* | Defend against openssl libraries that fail on keys longer than 128 bits; | Tom Lane | 2007-09-29 | 1 | -36/+111 |
* | Make archive recovery always start a new timeline, rather than only when a | Tom Lane | 2007-09-29 | 2 | -18/+22 |
* | Fix Assert failure in ExpandColumnRefStar --- what I thought was a can't | Tom Lane | 2007-09-27 | 1 | -3/+6 |
* | Fix crash of to_tsvector() function on huge input: compareWORD() | Teodor Sigaev | 2007-09-26 | 1 | -1/+7 |
* | Reduce the size of memory allocations by lazy vacuum when processing a small | Alvaro Herrera | 2007-09-24 | 1 | -5/+18 |
* | Fix erroneous Assert() in syslogger process start in EXEC_BACKEND case, | Tom Lane | 2007-09-22 | 1 | -15/+10 |
* | Fix bogus calculation of potential output string length in translate(). | Tom Lane | 2007-09-22 | 1 | -13/+20 |
* | Prevent corr() from returning the wrong results for negative correlation | Neil Conway | 2007-09-19 | 1 | -3/+2 |
* | Fix overflow in extract(epoch from interval) for intervals exceeding 68 years. | Tom Lane | 2007-09-16 | 1 | -3/+3 |
* | Update release notes for last-minute fix.REL8_2_5 | Tom Lane | 2007-09-16 | 1 | -1/+41 |
* | Fix aboriginal mistake in lazy VACUUM's code for truncating away | Tom Lane | 2007-09-16 | 1 | -45/+14 |
* | update configure for 8.2.5 ... | Marc G. Fournier | 2007-09-14 | 2 | -11/+11 |
* | Fix markup that doesn't work in back branches. | Tom Lane | 2007-09-14 | 1 | -17/+9 |
* | Minor editorialization on release notes. | Tom Lane | 2007-09-14 | 1 | -49/+136 |
* | Fix missed version-stamping. | Tom Lane | 2007-09-14 | 1 | -1/+1 |
* | Clarify tar documentation about return error codes. | Bruce Momjian | 2007-09-14 | 1 | -6/+6 |
* | Update GNU tar error code documentation. | Bruce Momjian | 2007-09-14 | 1 | -8/+7 |
* | Remove ill-considered (not to mention undocumented) attempt to make | Tom Lane | 2007-09-14 | 5 | -14/+6 |
* | Translation updates | Peter Eisentraut | 2007-09-13 | 17 | -11160/+11293 |