aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* If RelationBuildDesc() fails to open a critical system index, PANIC withTom Lane2008-02-27
* Fix uninstall target.Peter Eisentraut2008-02-26
* Fix datetime input to behave correctly for Feb 29 in years BC.Tom Lane2008-02-25
* Use our own getopt() and getopt_long() on Solaris, because that platform'sTom Lane2008-02-24
* Avoid trying to print a NULL char pointer in --describe-config. On someTom Lane2008-02-23
* Fix mistakes in pg_ctl's code for "start -w" that tries to cope withTom Lane2008-02-20
* Put a CHECK_FOR_INTERRUPTS call into the loops that try to find a unique newTom Lane2008-02-20
* EXECUTE can return NOT FOUND so it should be checked here too.Michael Meskes2008-02-14
* Added SQLSTATE macro closing bug #3961.Michael Meskes2008-02-14
* Update timezone mapping for Windows with new timezones addedMagnus Hagander2008-02-11
* Repair VACUUM FULL bug introduced by HOT patch: the original way ofTom Lane2008-02-11
* Some variants of ALTER OWNER tried to make the "object" field of theTom Lane2008-02-07
* Fix WaitOnLock() to ensure that the process's "waiting" flag is reset afterTom Lane2008-02-02
* Improve pg_autovacuum documentation to clarify that the enabled field cannotTom Lane2008-01-31
* Add pid to the pgident event name on win32.Magnus Hagander2008-01-31
* Prevent integer overflow within the integer-datetimes version ofTom Lane2008-01-23
* Work around for perl 5.10 bug - fix due to perl hacker Simon Cozens.Andrew Dunstan2008-01-22
* Backpatch my fix of rev 1.48 to avoid a division-by-zero error in theAlvaro Herrera2008-01-17
* Fix subselect.c to avoid assuming that a SubLink's testexpr references eachTom Lane2008-01-17
* Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode:Tom Lane2008-01-14
* Fix logical errors in constraint exclusion: we cannot assume that a CHECKTom Lane2008-01-12
* Fix a conceptual error in my patch of 2007-10-26 that avoided consideringTom Lane2008-01-11
* Fix a bug in 8.2.x that was exposed while investigating Kevin Grittner'sTom Lane2008-01-09
* A long time ago, Peter pointed out that ruleutils.c didn't dump simpleTom Lane2008-01-06
* Stamp release 8.2.6.REL8_2_6Tom Lane2008-01-03
* Update release notes for security releases.Tom Lane2008-01-03
* The original patch to disallow non-passworded connections to non-superusersTom Lane2008-01-03
* Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane2008-01-03
* Fix assorted security-grade bugs in the regex engine. All of these problemsTom Lane2008-01-03
* Insert ARST into the list of known timezone abbreviations.Tom Lane2008-01-02
* Fix invalid ipv6 address in example. Per doc comment 7211.Magnus Hagander2008-01-02
* Fix plpython's overoptimistic caching of information about the rowtype ofTom Lane2008-01-02
* Update time zone data files to tzdata release 2007k.Tom Lane2008-01-01
* Provide a more helpful error message when there is an autoconf versionBruce Momjian2007-12-31
* Provide a more helpful error message when there is an autoconf versionBruce Momjian2007-12-31
* Improve a number of elog messages for not-supposed-to-happen cases in btrees,Tom Lane2007-12-31
* Make path_recv() and poly_recv() reject paths/polygons containing no points.Tom Lane2007-12-18
* Suppress compiler warnings in recent plperl patch. Avoid uselessly expensiveTom Lane2007-12-01
* Workaround for perl problem where evaluating UTF8 regexes can causeAndrew Dunstan2007-12-01
* Add win32error.c to libpq, needed to resolve _dosmaperr.Magnus Hagander2007-11-30
* Use _dosmaperr() to deal with errors opening files in pgwin32_open().Magnus Hagander2007-11-30
* Back-patch mingw configure-check for gettimeofday so that 8.2 canMagnus Hagander2007-11-29
* Require a specific Autoconf version, instead of a lower bound only.Peter Eisentraut2007-11-26
* Fix buggy usage of vsnprintf in PL/Python by removing it altogether, insteadAlvaro Herrera2007-11-23
* Fix "Overall Page Layout" table. The second row should be ItemIdData, notTatsuo Ishii2007-11-23
* Prevent Perl from introducing a possibly-incompatible definition of typeTom Lane2007-11-22
* GIN index build's allocatedMemory counter needs to be long, not uint32.Tom Lane2007-11-16
* Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test...Teodor Sigaev2007-11-16
* Update timezone data files to release 2007i of the zic database.Tom Lane2007-11-15
* Have crosstab variants treat NULL rowid as a category in its own right,Joe Conway2007-11-10