]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2011-06-20  Tom LaneFix thinko in previous patch for optimizing EXISTS...
2011-06-20  Michael MeskesFixed string in German translation that causes segfault.
2011-06-19  Tom LaneFix thinko in previous patch to always update pg_class...
2011-06-17  Tom LaneDon't use "cp -i" in the example WAL archive_command.
2011-06-17  Tom LaneObtain table locks as soon as practical during pg_dump.
2011-06-17  Robert HaasAdd overflow checks to int4 and int8 versions of genera...
2011-06-16  Simon RiggsRespect Hot Standby controls while recycling btree...
2011-06-15  Tom LaneFix failure to account for memory used by tuplestore_pu...
2011-06-14  Bruce MomjianIn pg_upgrade, document that link mode has to have...
2011-06-14  Tom LaneFix assorted issues with build and install paths contai...
2011-06-14  Alvaro HerreraFix grammatical mistake introduced by previous commit
2011-06-14  Alvaro HerreraMention DROP TABLE as well as ALTER TABLE NO INHERIT
2011-06-13  Alvaro HerreraFix aboriginal copy-paste mistake in error message
2011-06-13  Alvaro HerreraExpand warnings on locks acquired by CREATE INDEX CONCU...
2011-06-13  Robert HaasRemove parentheses from mention of current_schemas...
2011-06-13  Robert HaasAdd doc cross-reference to search_path discussion of...
2011-06-10  Tom LaneWork around gcc 4.6.0 bug that breaks WAL replay.
2011-06-09  Magnus HaganderUse the correct eventlog severity for error
2011-06-09  Magnus HaganderSupport silent mode for service registrations on win32
2011-06-09  Peter EisentrautFix documentation of information_schema.element_types
2011-06-04  Andrew DunstanAllow building with perl 5.14.
2011-06-04  Peter EisentrautFix documentation reference to "above" example
2011-06-04  Peter EisentrautMore ECPG documentation fixes
2011-06-04  Peter EisentrautECPG documentation fix
2011-06-04  Tom LaneExpose the "*VALUES*" alias that we generate for a...
2011-06-02  Tom LaneClean up after erroneous SELECT FOR UPDATE/SHARE on...
2011-06-02  Tom LaneDisallow SELECT FOR UPDATE/SHARE on sequences.
2011-05-31  Tom LaneProtect GIST logic that assumes penalty values can...
2011-05-30  Tom LaneFix portability bugs in use of credentials control...
2011-05-30  Tom LaneFix VACUUM so that it always updates pg_class.reltuples...
2011-05-28  Tom LaneFix null-dereference crash in parse_xml_decl().
2011-05-27  Tom LanePreserve caller's memory context in ProcessCompletedNot...
2011-05-26  Tom LaneMake decompilation of optimized CASE constructs more...
2011-05-24  Tom LaneAvoid uninitialized bits in the result of QTN2QT().
2011-05-23  Tom LaneLobotomize typmod check in convert_tuples_by_position...
2011-05-23  Heikki LinnakangasReplace strdup() with pstrdup(), to avoid leaking memory.
2011-05-23  Tom LaneInstall defenses against overflow in BuildTupleHashTable().
2011-05-12  Tom LaneFix write-past-buffer-end in ldapServiceLookup().
2011-05-11  Heikki LinnakangasShut down WAL receiver if it's still running at end...
2011-05-10  Bruce MomjianUpdate documentation to state there is three-value...
2011-05-02  Tom LaneFix pull_up_sublinks' failure to handle nested pull...
2011-05-01  Peter EisentrautAdd missing gitignore file
2011-05-01  Peter EisentrautCatch errors in for loop in makefile
2011-05-01  Tom LaneMake CLUSTER lock the old table's toast table before...
2011-04-29  Tom LaneRemove special case for xmin == xmax in HeapTupleSatisf...
2011-04-29  Tom LaneRewrite pg_size_pretty() to avoid compiler bug.
2011-04-28  Heikki LinnakangasThe arguments to pg_ctl kill are not optional - remove...
2011-04-27  Tom LaneAdd comments about the need to avoid uninitialized...
2011-04-27  Tom LaneFix array- and path-creating functions to ensure paddin...
2011-04-26  Tom LaneComplain if pg_hba.conf contains "hostssl" but SSL...
2011-04-25  Tom LaneFix pg_size_pretty() to avoid overflow for inputs close...
2011-04-21  Robert HaasFix use of incorrect constant RemoveRoleFromObjectACL.
2011-04-21  Tom LaneFix bugs in indexing of in-doubt HOT-updated tuples.
2011-04-20  Tom LaneSet indcheckxmin true when REINDEX fixes an invalid...
2011-04-20  Heikki LinnakangasQuotes in strings injected into bki file need to escape...
2011-04-19  Tom LaneAvoid changing an index's indcheckxmin horizon during...
2011-04-19  Tom LaneRevert "Prevent incorrect updates of pg_index while...
2011-04-19  Heikki LinnakangasSilence compiler warning about unused variable on Windows.
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...
next