| Commit message (Expand) | Author | Age |
* | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane | 2008-04-17 |
* | Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system index | Tom Lane | 2008-04-16 |
* | Avoid using unnecessary pgwin32_safestat in libpq. | Andrew Dunstan | 2008-04-16 |
* | Add multi-line flag to regex that needs it. Backpatch to 8.2. Fix from Andrea... | Andrew Dunstan | 2008-04-15 |
* | A quick try at un-breaking the Cygwin build. Whether it needs the | Tom Lane | 2008-04-12 |
* | Fix several datatype input functions that were allowing unused bytes in their | Tom Lane | 2008-04-11 |
* | Create wrapper pgwin32_safestat() and redefine stat() to it | Magnus Hagander | 2008-04-10 |
* | Fixed bug in PGTYPEStimestamp_sub that used pointers instead of the values to... | Michael Meskes | 2008-04-10 |
* | Defend against JOINs having more than 32K columns altogether. We cannot | Tom Lane | 2008-04-05 |
* | Fix a number of places that were making file-type tests infelicitously. | Tom Lane | 2008-03-31 |
* | Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum | Tom Lane | 2008-03-25 |
* | Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the | Heikki Linnakangas | 2008-03-20 |
* | Fix regexp substring matching (substring(string from pattern)) for the corner | Tom Lane | 2008-03-19 |
* | Translation updatesREL8_2_7 | Peter Eisentraut | 2008-03-14 |
* | Stamp version 8.2.7, except for configure.in/configure. | Tom Lane | 2008-03-13 |
* | Update to tzdata 2008a distribution (Chilean DST law change). | Tom Lane | 2008-03-13 |
* | Fix varstr_cmp's special case for UTF8 encoding on Windows so that strings | Tom Lane | 2008-03-13 |
* | Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing | Tom Lane | 2008-03-12 |
* | Change hashscan.c to keep its list of active hash index scans in | Tom Lane | 2008-03-07 |
* | Add support for dlopen on recent NetBSD/MIPS, per Rémi Zara. | Alvaro Herrera | 2008-03-05 |
* | In PrepareToInvalidateCacheTuple, don't force initialization of catalog | Tom Lane | 2008-03-05 |
* | Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a | Tom Lane | 2008-03-04 |
* | Venezuela Time now means UTC-4:30, not UTC-4:00. Adjust our treatment | Tom Lane | 2008-03-02 |
* | Don't call AddUserToDacl on Cygwin | Andrew Dunstan | 2008-02-29 |
* | Fix handling of restricted processes for Windows Vista (mainly), | Magnus Hagander | 2008-02-29 |
* | Fix several memory leaks when rescanning SRFs. Arrange for an SRF's | Neil Conway | 2008-02-29 |
* | 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 |
* | 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 |
* | 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 |
* | Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, | Tom Lane | 2008-01-03 |