summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Workaround for perl problem where evaluating UTF8 regexes can causeAndrew Dunstan2007-12-011-1/+49
* Add win32error.c to libpq, needed to resolve _dosmaperr.Magnus Hagander2007-11-301-4/+4
* Use _dosmaperr() to deal with errors opening files in pgwin32_open().Magnus Hagander2007-11-301-17/+2
* Back-patch mingw configure-check for gettimeofday so that 8.2 canMagnus Hagander2007-11-295-10/+126
* Require a specific Autoconf version, instead of a lower bound only.Peter Eisentraut2007-11-261-2/+2
* Fix buggy usage of vsnprintf in PL/Python by removing it altogether, insteadAlvaro Herrera2007-11-231-73/+26
* Fix "Overall Page Layout" table. The second row should be ItemIdData, notTatsuo Ishii2007-11-231-2/+2
* Prevent Perl from introducing a possibly-incompatible definition of typeTom Lane2007-11-221-1/+6
* GIN index build's allocatedMemory counter needs to be long, not uint32.Tom Lane2007-11-161-2/+2
* Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test...Teodor Sigaev2007-11-164-0/+21
* Update timezone data files to release 2007i of the zic database.Tom Lane2007-11-152-5/+45
* Have crosstab variants treat NULL rowid as a category in its own right,Joe Conway2007-11-104-85/+137
* Second pass at improving LIKE/regex estimation in non-C locales. It turnsTom Lane2007-11-091-8/+55
* If an index depends on no columns of its table, give it a dependency on theTom Lane2007-11-081-1/+25
* Improve the performance of LIKE/regex estimation in non-C locales, by makingTom Lane2007-11-073-27/+43
* Fix patternsel() and callers to do the right thing for NOT LIKE and the otherTom Lane2007-11-071-57/+52
* Fixed two parser bugs.Michael Meskes2007-11-061-2/+6
* Update shared-memory-size info for 8.2 branch.Tom Lane2007-11-011-4/+4
* - Add check of already changed page while replay WAL. This touches onlyTeodor Sigaev2007-10-291-52/+60
* Fix coredump during replay WAL after crash. Change entrySplitPage() to preventTeodor Sigaev2007-10-291-18/+30
* Fix a couple of issues with pg_dump's handling of inheritance child tablesTom Lane2007-10-281-9/+43
* Change have_join_order_restriction() so that we do not force a clauseless joinTom Lane2007-10-262-63/+180
* Ugly patch to make ALTER SEQUENCE OWNED BY not affect the currval() stateTom Lane2007-10-251-4/+16
* Fix an error in make_outerjoininfo introduced by my patch of 30-Aug: the codeTom Lane2007-10-241-1/+2
* Back-patch some plpython patches previously made only in HEAD: changes ofTom Lane2007-10-151-47/+59
* Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexesTom Lane2007-10-133-12/+132
* Ensure that the result of evaluating a function during constant-expressionTom Lane2007-10-111-3/+14
* Don't try to free pgpassfile since it's a stack variable.Magnus Hagander2007-10-091-2/+1
* Keep the planner from failing on "WHERE false AND something IN (SELECT ...)".Tom Lane2007-10-043-3/+45
* Update timezone data files to release 2007h of the zic database.Tom Lane2007-10-043-16/+89
* Disallow CLUSTER using an invalid index (that is, one left over from a failedTom Lane2007-09-291-1/+11
* Defend against openssl libraries that fail on keys longer than 128 bits;Tom Lane2007-09-291-36/+111
* Make archive recovery always start a new timeline, rather than only when aTom Lane2007-09-292-18/+22
* Fix Assert failure in ExpandColumnRefStar --- what I thought was a can'tTom Lane2007-09-271-3/+6
* Fix crash of to_tsvector() function on huge input: compareWORD()Teodor Sigaev2007-09-261-1/+7
* Reduce the size of memory allocations by lazy vacuum when processing a smallAlvaro Herrera2007-09-241-5/+18
* Fix erroneous Assert() in syslogger process start in EXEC_BACKEND case,Tom Lane2007-09-221-15/+10
* Fix bogus calculation of potential output string length in translate().Tom Lane2007-09-221-13/+20
* Prevent corr() from returning the wrong results for negative correlationNeil Conway2007-09-191-3/+2
* Fix overflow in extract(epoch from interval) for intervals exceeding 68 years.Tom Lane2007-09-161-3/+3
* Update release notes for last-minute fix.REL8_2_5Tom Lane2007-09-161-1/+41
* Fix aboriginal mistake in lazy VACUUM's code for truncating awayTom Lane2007-09-161-45/+14
* update configure for 8.2.5 ...Marc G. Fournier2007-09-142-11/+11
* Fix markup that doesn't work in back branches.Tom Lane2007-09-141-17/+9
* Minor editorialization on release notes.Tom Lane2007-09-141-49/+136
* Fix missed version-stamping.Tom Lane2007-09-141-1/+1
* Clarify tar documentation about return error codes.Bruce Momjian2007-09-141-6/+6
* Update GNU tar error code documentation.Bruce Momjian2007-09-141-8/+7
* Remove ill-considered (not to mention undocumented) attempt to makeTom Lane2007-09-145-14/+6
* Translation updatesPeter Eisentraut2007-09-1317-11160/+11293