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