]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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-16  Tom LanePrevent incorrect updates of pg_index while reindexing...
2011-04-15  Marc G. FournierTag 8.4.8. REL8_4_8
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 IA64 architecture, we check the depth of the registe...
2011-04-13  Tom LaneFix broken pg_dump query.
2011-04-12  Tom LaneBe more wary of missing statistics in eqjoinsel_semi().
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 plpgsql's issues with dropped columns in rowtypes...
2011-04-07  Tom LaneFix SortTocFromFile() to cope with lines that are too...
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-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-08  Heikki LinnakangasDon't throw a warning if vacuum sees PD_ALL_VISIBLE...
2011-02-22  Tom LaneFix dangling-pointer problem in before-row update trigg...
2011-02-18  Tom LaneFix tsmatchsel() to account properly for null rows.
2011-02-15  Tom LaneAdd CheckTableNotInUse calls in DROP TABLE and DROP...
2011-02-03  Magnus HaganderFix typo.
2011-02-01  Magnus HaganderUndefine setlocale() macro on Win32
2011-02-01  Itagaki TakahiroFix wrong error reports in 'number of array dimensions...
2011-01-30  Tom LaneMake reduce_outer_joins() smarter about semijoins.
2011-01-28  Marc G. FournierTag 8.4.7 REL8_4_7
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 8.4.7
2011-01-27  Tom LaneUpdate release notes for releases 9.0.3, 8.4.7, 8.3...
2011-01-21  Tom LaneFix pg_restore to do the right thing when escaping...
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-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-04  Andrew DunstanAllow older branches to be built with Visual Studio...
2011-01-04  Andrew DunstanWork around header misdefines in modern Windows SDK...
2010-12-29  Tom LaneAvoid unexpected conversion overflow in planner for...
2010-12-24  Andrew DunstanAllow vpath builds and regression tests to succeed...
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 8.4.6. REL8_4_6
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 8.4.6
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-09  Tom LaneForce default wal_sync_method to be fdatasync on Linux.
2010-12-07  Tom LaneAdd a stack overflow check to copyObject().
2010-12-01  Tom LanePrevent inlining a SQL function with multiple OUT param...
2010-11-26  Tom LaneFix significant memory leak in contrib/xml2 functions.
2010-11-25  Itagaki TakahiroDon't raise "identifier will be truncated" messages...
2010-11-20  Tom LaneFix leakage of cost_limit when multiple autovacuum...
2010-11-16  Heikki LinnakangasThe GiST scan algorithm uses LSNs to detect concurrent...
2010-11-15  Tom LaneFix aboriginal mistake in plpython's set-returning...
2010-11-15  Robert HaasFix bug in cube picksplit algorithm.
2010-11-14  Tom LaneFix canAcceptConnections() bugs introduced by replicati...
2010-11-13  Tom LaneAdd missing outfuncs.c support for struct InhRelation.
2010-11-12  Tom LaneFix old oversight in const-simplification of COALESCE...
2010-11-11  Heikki LinnakangasFix bug introduced by the recent patch to check that...
2010-11-10  Tom LaneFix line_construct_pm() for the case of "infinite"...
2010-11-09  Tom LaneRepair memory leakage while ANALYZE-ing complex index...
2010-11-09  Heikki LinnakangasIn rewriteheap.c (used by VACUUM FULL and CLUSTER)...
2010-11-09  Tom LaneFix error handling in temp-file deletion with log_temp_...
2010-11-07  Tom LaneAdd support for detecting register-stack overrun on...
2010-11-03  Tom LaneReduce recursion depth in recently-added regression...
2010-11-02  Tom LaneFix adjust_semi_join to be more cautious about clausele...
2010-11-02  Tom LaneEnsure an index that uses a whole-row Var still depends...
2010-10-28  Tom LaneFix plpgsql's handling of "simple" expression evaluation.
2010-10-27  Heikki LinnakangasFix long-standing segfault when accept() or one of...
2010-10-26  Heikki LinnakangasBefore removing backup_label and irrevocably changing...
2010-10-20  Heikki LinnakangasIf pk is NULL, the backend would segfault when accessin...
2010-10-20  Tom LaneFix ecpg test building process to not generate *.dSYM...
2010-10-19  Bruce MomjianAdd mention of using tools/fsync to test fsync methods...
2010-10-14  Robert HaasAdd pg_user_mappings to the table of system views.
2010-10-14  Peter EisentrautComplete the documentation of the USAGE privilege for...
2010-10-14  Michael MeskesApplied patch by Itagaki Takahiro to fix incorrect...
2010-10-11  Tom LaneFix assorted bugs in GIN's WAL replay logic.
2010-10-08  Robert HaasWarn that views can be safely used to hide columns...
2010-10-07  Robert HaasImprove WAL reliability documentation, and add more...
2010-10-03  Tom LaneBehave correctly if INSERT ... VALUES is decorated...
2010-10-02  Tom LaneRemove excess argument to open(2).
2010-10-01  Marc G. FournierTag 8.4.5 REL8_4_5
2010-09-30  Tom LaneUse a separate interpreter for each calling SQL userid...
2010-09-30  Peter EisentrautTranslation updates for 8.4.5
2010-09-30  Tom LaneUpdate release notes for releases 9.0.1, 8.4.5, 8.3...
next