summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag 8.3.15.REL8_3_15Marc G. Fournier2011-04-156-21/+21
* Translation updatesPeter Eisentraut2011-04-143-569/+580
* Update release notes for releases 9.0.4, 8.4.8, 8.3.15, and 8.2.21.Tom Lane2011-04-142-36/+331
* Update time zone data files to tzdata release 2011f.Tom Lane2011-04-139-65/+304
* On IA64 architecture, we check the depth of the register stack in additionHeikki Linnakangas2011-04-131-2/+7
* Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds.Andrew Dunstan2011-04-071-5/+6
* Modernize dlopen interface code for FreeBSD and OpenBSD.Tom Lane2011-04-073-13/+13
* Fix SortTocFromFile() to cope with lines that are too long for its buffer.Tom Lane2011-04-071-5/+24
* Prevent a rowtype from being included in itself.Tom Lane2011-03-285-7/+66
* Correct "characters" to "bytes" in createdb docs.Robert Haas2011-03-271-1/+1
* Improve user-defined-aggregates documentation.Tom Lane2011-03-231-4/+9
* Fix ancient typo in user-defined-aggregates documentation.Tom Lane2011-03-231-1/+1
* Avoid potential deadlock in InitCatCachePhase2().Tom Lane2011-03-222-0/+19
* Fix PL/Python memory leak involving array slicesAlvaro Herrera2011-03-171-6/+1
* Use correct PATH separator for Cygwin in pg_regress.c.Andrew Dunstan2011-03-171-1/+3
* On further reflection, we'd better do the same in int.c.Tom Lane2011-03-111-0/+37
* Put in some more safeguards against executing a division-by-zero.Tom Lane2011-03-111-0/+19
* Fix dangling-pointer problem in before-row update trigger processing.Tom Lane2011-02-213-32/+48
* Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.Tom Lane2011-02-152-0/+13
* Undefine setlocale() macro on Win32Magnus Hagander2011-02-011-0/+9
* Fix wrong error reports in 'number of array dimensions exceeds theItagaki Takahiro2011-02-012-4/+4
* Tag 8.3.14REL8_3_14Marc G. Fournier2011-01-276-21/+21
* Update release notes.Tom Lane2011-01-272-0/+26
* Prevent buffer overrun while parsing an integer in a "query_int" value.Tom Lane2011-01-271-10/+16
* Don't include <asm/ia64regs.h> unnecessarily.Tom Lane2011-01-271-0/+2
* Translation updates for release 8.3.14Peter Eisentraut2011-01-271-10433/+10443
* Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2.20.Tom Lane2011-01-272-0/+238
* Fix pg_restore to do the right thing when escaping large objects.Tom Lane2011-01-215-15/+99
* Fix miscalculation of itemsafter in array_set_slice().Tom Lane2011-01-171-1/+5
* Revert installation of gram.h in 8.3Magnus Hagander2011-01-111-3/+1
* Ensure the directory for gram.h is created on win32Magnus Hagander2011-01-091-1/+1
* Properly install gram.h on MSVC buildsMagnus Hagander2011-01-091-0/+2
* Allow older branches to be built with Visual Studio 2008. This is a backport ...Andrew Dunstan2011-01-042-2/+26
* Work around header misdefines in modern Windows SDK when _WIN32_WINNT is less...Andrew Dunstan2011-01-041-1/+1
* Ooops, no DATE_IS_NOBEGIN/DATE_IS_NOEND in 8.3 or 8.2 ...Tom Lane2010-12-281-11/+4
* Avoid unexpected conversion overflow in planner for distant date values.Tom Lane2010-12-283-2/+36
* Fix up handling of simple-form CASE with constant test expression.Tom Lane2010-12-192-11/+21
* Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."Tom Lane2010-12-193-6/+6
* Document unavailable parameters in some configurationsMagnus Hagander2010-12-181-3/+6
* Fix up getopt() reset management so it works on recent mingw.Tom Lane2010-12-153-2/+31
* Fix contrib/seg's GiST picksplit method.Tom Lane2010-12-151-1/+1
* Tag 8.3.13.REL8_3_13Marc G. Fournier2010-12-131-9/+9
* Tag 8.3.13.Marc G. Fournier2010-12-135-12/+12
* Update release notes for releases 9.0.2, 8.4.6, 8.3.13, 8.2.19, and 8.1.23.Tom Lane2010-12-133-0/+741
* Translation updates for release 8.3.13Peter Eisentraut2010-12-1314-23411/+28982
* Update time zone data files to tzdata release 2010o: DST law changes inTom Lane2010-12-133-8/+31
* Force default wal_sync_method to be fdatasync on Linux.Tom Lane2010-12-086-19/+35
* Add a stack overflow check to copyObject().Tom Lane2010-12-061-0/+4
* Prevent inlining a SQL function with multiple OUT parameters.Tom Lane2010-12-014-0/+49
* Fix significant memory leak in contrib/xml2 functions.Tom Lane2010-11-261-72/+90