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