]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2011-04-16  Tom LanePrevent incorrect updates of pg_index while reindexing...
2011-04-15  Magnus HaganderNote that Bison on GnuWin32 has trouble with paths...
2011-04-15  Magnus HaganderSpecify which versions of the Platform SDK are supported
2011-04-15  Marc G. FournierTag 9.0.4. REL9_0_4
2011-04-14  Peter EisentrautTranslation updates
2011-04-14  Tom LaneUpdate release notes for releases 9.0.4, 8.4.8, 8.3...
2011-04-13  Tom LaneEnsure mark_dummy_rel doesn't create dangling pointers...
2011-04-13  Tom LaneUpdate time zone data files to tzdata release 2011f.
2011-04-13  Heikki LinnakangasOn HP/UX, the structs used by ioctl(SIOCGLIFCONF) are...
2011-04-13  Heikki LinnakangasRevert the patch to check if we've reached end-of-backu...
2011-04-13  Bruce MomjianFix pg_upgrade crash
2011-04-13  Heikki LinnakangasOn IA64 architecture, we check the depth of the registe...
2011-04-12  Andrew DunstanDon't make "replication" magical as a user name, only...
2011-04-12  Tom LaneBe more wary of missing statistics in eqjoinsel_semi().
2011-04-10  Andrew DunstanAdjust regression tests on cube and ECPG for MinGW...
2011-04-09  Andrew DunstanBackport changes to allow building with MinGW 64 bit...
2011-04-08  Bruce MomjianHave pg_upgrade properly preserve relfrozenxid in toast...
2011-04-08  Andrew DunstanAvoid use of mixed slash style paths in arguments to...
2011-04-07  Tom LaneModernize dlopen interface code for FreeBSD and OpenBSD.
2011-04-07  Tom LaneFix SortTocFromFile() to cope with lines that are too...
2011-04-02  Tom LaneFix typo in PQconnectStartParams().
2011-04-01  Magnus HaganderAvoid palloc before CurrentMemoryContext is set up...
2011-03-30  Heikki LinnakangasCheck that we've reached end-of-backup also when we...
2011-03-28  Tom LanePrevent a rowtype from being included in itself.
2011-03-28  Robert HaasCorrect "characters" to "bytes" in createdb docs.
2011-03-23  Tom LaneImprove user-defined-aggregates documentation.
2011-03-23  Tom LaneFix ancient typo in user-defined-aggregates documentation.
2011-03-23  Simon RiggsPrevent intermittent hang in recovery from bgwriter...
2011-03-22  Tom LaneAvoid potential deadlock in InitCatCachePhase2().
2011-03-17  Alvaro HerreraFix PL/Python memory leak involving array slices
2011-03-17  Andrew DunstanUse correct PATH separator for Cygwin in pg_regress.c.
2011-03-12  Tom LaneOn further reflection, we'd better do the same in int.c.
2011-03-11  Tom LanePut in some more safeguards against executing a divisio...
2011-03-11  Heikki LinnakangasIn ecpg preprocessor, don't try to look up constants...
2011-03-08  Heikki LinnakangasDon't throw a warning if vacuum sees PD_ALL_VISIBLE...
2011-03-04  Tom LaneIn initialize_SSL, don't fail unnecessarily when home...
2011-03-02  Tom LaneCorrect mistaken claims about EXPLAIN ANALYZE's handlin...
2011-03-01  Tom LaneUpdate discussion of EXPLAIN to reflect existence of...
2011-02-22  Tom LaneFix dangling-pointer problem in before-row update trigg...
2011-02-18  Tom LaneFix parallel pg_restore to handle comments on POST_DATA...
2011-02-18  Tom LaneFix tsmatchsel() to account properly for null rows.
2011-02-17  Tom LaneFix bogus test for hypothetical indexes in get_actual_v...
2011-02-15  Tom LaneAdd CheckTableNotInUse calls in DROP TABLE and DROP...
2011-02-13  Bruce MomjianClarify documentation for libpq's PQescapeBytea to...
2011-02-10  Tom LaneFix improper matching of resjunk column names for FOR...
2011-02-03  Magnus HaganderFix typo.
2011-02-01  Magnus HaganderUndefine setlocale() macro on Win32
2011-02-01  Simon RiggsCreate new errcode for recovery conflict caused by...
2011-02-01  Itagaki TakahiroFix wrong error reports in 'number of array dimensions...
2011-01-31  Simon RiggsFix error code for canceling statement due to conflict...
2011-01-30  Tom LaneMake reduce_outer_joins() smarter about semijoins.
2011-01-28  Marc G. FournierTag 9.0.3 REL9_0_3
2011-01-27  Tom LaneUpdate release notes.
2011-01-27  Tom LanePrevent buffer overrun while parsing an integer in...
2011-01-27  Tom LaneDon't include <asm/ia64regs.h> unnecessarily.
2011-01-27  Peter EisentrautTranslation updates for release 9.0.3
2011-01-27  Tom LaneUpdate release notes for releases 9.0.3, 8.4.7, 8.3...
2011-01-25  Robert HaasCorrect ALTER TYPE -> SET DATA TYPE in ALTER TABLE...
2011-01-21  Robert HaasMake ALTER TABLE revalidate uniqueness and exclusion...
2011-01-20  Robert HaasDocument that WITH queries are also called Common Table...
2011-01-17  Tom LaneFix miscalculation of itemsafter in array_set_slice().
2011-01-17  Alvaro HerreraIncrement Py_None refcount for NULL array elements
2011-01-17  Heikki LinnakangasBefore exiting walreceiver, fsync() all the WAL received.
2011-01-13  Heikki LinnakangasFix the logic in libpqrcv_receive() to determine if...
2011-01-13  Tom LaneFix PlanRowMark/ExecRowMark structures to handle inheri...
2011-01-11  Magnus HaganderTypo fix
2011-01-09  Magnus HaganderEnsure the directory for gram.h is created on win32
2011-01-09  Magnus HaganderProperly install gram.h on MSVC builds
2011-01-08  Michael MeskesIn ecpg's parser removed a fixed length limit for const...
2011-01-08  Robert HaasRemove bogus claims regarding createuser defaults.
2011-01-06  Bruce MomjianUpdate documentation to say that \lo_import sets :LASTO...
2011-01-05  Bruce MomjianIn pg_upgrade, copy pg_largeobject_metadata and its...
2011-01-05  Bruce MomjianIn pg_upgrade, fix backward logging display of link...
2010-12-29  Tom LaneImprove pg_upgrade's checks for required executables.
2010-12-29  Tom LaneAvoid unexpected conversion overflow in planner for...
2010-12-25  Robert HaasCorrect spelling: longjump() -> longjmp().
2010-12-24  Peter EisentrautFix grammar
2010-12-24  Andrew DunstanAllow vpath builds and regression tests to succeed...
2010-12-24  Bruce MomjianBackpatch to 9.0 a doc mention that a BBU does not...
2010-12-19  Tom LaneFix up handling of simple-form CASE with constant test...
2010-12-19  Tom LaneFix erroneous parsing of tsquery input "... & !(subexpr...
2010-12-18  Magnus HaganderDocument unavailable parameters in some configurations
2010-12-16  Tom LaneRemove optreset from src/port/ implementations of getop...
2010-12-16  Tom LaneFix up getopt() reset management so it works on recent...
2010-12-16  Tom LaneFix contrib/seg's GiST picksplit method.
2010-12-14  Marc G. FournierTag 9.0.2. REL9_0_2
2010-12-14  Tom LaneUpdate release notes for releases 9.0.2, 8.4.6, 8.3...
2010-12-13  Peter EisentrautTranslation updates for release 9.0.2
2010-12-13  Tom LaneUpdate time zone data files to tzdata release 2010o...
2010-12-10  Tom LaneFix efficiency problems in tuplestore_trim().
2010-12-10  Simon RiggsReduce spurious Hot Standby conflicts from never-visibl...
2010-12-09  Tom LaneEliminate O(N^2) behavior in parallel restore with...
2010-12-09  Tom LaneForce default wal_sync_method to be fdatasync on Linux.
2010-12-07  Heikki LinnakangasFix bugs in the hot standby known-assigned-xids trackin...
2010-12-07  Tom LaneAdd a stack overflow check to copyObject().
2010-12-06  Heikki LinnakangasFix two typos, by Fujii Masao.
2010-12-01  Tom LanePrevent inlining a SQL function with multiple OUT param...
2010-11-29  Simon RiggsMove call to GetTopTransactionId() earlier in LockAcqui...
2010-11-26  Tom LaneFix significant memory leak in contrib/xml2 functions.
2010-11-25  Itagaki TakahiroDon't raise "identifier will be truncated" messages...
next