summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-15Tag 9.0.4.REL9_0_4Marc G. Fournier
2011-04-14Translation updatesPeter Eisentraut
2011-04-14Update release notes for releases 9.0.4, 8.4.8, 8.3.15, and 8.2.21.Tom Lane
2011-04-13Ensure mark_dummy_rel doesn't create dangling pointers in RelOptInfos.Tom Lane
2011-04-13Update time zone data files to tzdata release 2011f.Tom Lane
2011-04-13On HP/UX, the structs used by ioctl(SIOCGLIFCONF) are named differentlyHeikki Linnakangas
2011-04-13Revert the patch to check if we've reached end-of-backup also when doingHeikki Linnakangas
2011-04-13Fix pg_upgrade crashBruce Momjian
2011-04-13On IA64 architecture, we check the depth of the register stack in additionHeikki Linnakangas
2011-04-12Don't make "replication" magical as a user name, only as a database name, in ...Andrew Dunstan
2011-04-12Be more wary of missing statistics in eqjoinsel_semi().Tom Lane
2011-04-10Adjust regression tests on cube and ECPG for MinGW 64 bit compiler.Andrew Dunstan
2011-04-09Backport changes to allow building with MinGW 64 bit compiler.Andrew Dunstan
2011-04-08Have pg_upgrade properly preserve relfrozenxid in toast tables.Bruce Momjian
2011-04-08Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds.Andrew Dunstan
2011-04-07Modernize dlopen interface code for FreeBSD and OpenBSD.Tom Lane
2011-04-07Fix SortTocFromFile() to cope with lines that are too long for its buffer.Tom Lane
2011-04-02Fix typo in PQconnectStartParams().Tom Lane
2011-04-01Avoid palloc before CurrentMemoryContext is set up on win32Magnus Hagander
2011-03-30Check that we've reached end-of-backup also when we're not performingHeikki Linnakangas
2011-03-28Prevent a rowtype from being included in itself.Tom Lane
2011-03-28Correct "characters" to "bytes" in createdb docs.Robert Haas
2011-03-23Improve user-defined-aggregates documentation.Tom Lane
2011-03-23Fix ancient typo in user-defined-aggregates documentation.Tom Lane
2011-03-23Prevent intermittent hang in recovery from bgwriter interaction.Simon Riggs
2011-03-22Avoid potential deadlock in InitCatCachePhase2().Tom Lane
2011-03-17Fix PL/Python memory leak involving array slicesAlvaro Herrera
2011-03-17Use correct PATH separator for Cygwin in pg_regress.c.Andrew Dunstan
2011-03-12On further reflection, we'd better do the same in int.c.Tom Lane
2011-03-11Put in some more safeguards against executing a division-by-zero.Tom Lane
2011-03-11In ecpg preprocessor, don't try to look up constants in the test forHeikki Linnakangas
2011-03-08Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on a page thatHeikki Linnakangas
2011-03-04In initialize_SSL, don't fail unnecessarily when home dir is unavailable.Tom Lane
2011-03-02Correct mistaken claims about EXPLAIN ANALYZE's handling of triggers.Tom Lane
2011-03-01Update discussion of EXPLAIN to reflect existence of ModifyTable nodes.Tom Lane
2011-02-22Fix dangling-pointer problem in before-row update trigger processing.Tom Lane
2011-02-18Fix parallel pg_restore to handle comments on POST_DATA items correctly.Tom Lane
2011-02-18Fix tsmatchsel() to account properly for null rows.Tom Lane
2011-02-17Fix bogus test for hypothetical indexes in get_actual_variable_range().Tom Lane
2011-02-15Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.Tom Lane
2011-02-13Clarify documentation for libpq's PQescapeBytea to mention the new hexBruce Momjian
2011-02-10Fix improper matching of resjunk column names for FOR UPDATE in subselect.Tom Lane
2011-02-03Fix typo.Magnus Hagander
2011-02-01Undefine setlocale() macro on Win32Magnus Hagander
2011-02-01Create new errcode for recovery conflict caused by db drop on master.Simon Riggs
2011-02-01Fix wrong error reports in 'number of array dimensions exceeds theItagaki Takahiro
2011-01-31Fix error code for canceling statement due to conflict with recovery.Simon Riggs
2011-01-30Make reduce_outer_joins() smarter about semijoins.Tom Lane
2011-01-28Tag 9.0.3REL9_0_3Marc G. Fournier
2011-01-27Update release notes.Tom Lane