summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp release 8.2.6.REL8_2_6Tom Lane2008-01-036-22/+22
* Update release notes for security releases.Tom Lane2008-01-031-11563/+12583
* The original patch to disallow non-passworded connections to non-superusersTom Lane2008-01-033-44/+91
* Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane2008-01-0313-108/+222
* Fix assorted security-grade bugs in the regex engine. All of these problemsTom Lane2008-01-036-21/+143
* Insert ARST into the list of known timezone abbreviations.Tom Lane2008-01-022-4/+26
* Fix invalid ipv6 address in example. Per doc comment 7211.Magnus Hagander2008-01-021-2/+2
* Fix plpython's overoptimistic caching of information about the rowtype ofTom Lane2008-01-021-30/+63
* Update time zone data files to tzdata release 2007k.Tom Lane2008-01-017-32/+74
* Provide a more helpful error message when there is an autoconf versionBruce Momjian2007-12-311-3/+4
* Provide a more helpful error message when there is an autoconf versionBruce Momjian2007-12-311-2/+4
* Improve a number of elog messages for not-supposed-to-happen cases in btrees,Tom Lane2007-12-313-28/+41
* Make path_recv() and poly_recv() reject paths/polygons containing no points.Tom Lane2007-12-181-3/+3
* Suppress compiler warnings in recent plperl patch. Avoid uselessly expensiveTom Lane2007-12-011-17/+6
* 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