]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2010-09-28  Tom LaneFix another small oversight in command_no_begin patch.
2010-09-28  Tom LaneFix PlaceHolderVar mechanism's interaction with outer...
2010-09-28  Itagaki TakahiroOnly DISCARD ALL should be in the command_no_begin...
2010-09-28  Itagaki TakahiroAdd DISCARD to the command_no_begin list for AUTOCOMMIT...
2010-09-25  Tom LaneFurther fixes to the pg_get_expr() security fix in...
2010-09-24  Tom LaneStill more .gitignore cleanup.
2010-09-24  Robert HaasAdd contrib/xml2/pgxml.sql to .gitignore
2010-09-23  Tom LanePrevent show_session_authorization from crashing when...
2010-09-23  Tom LaneAvoid sharing subpath list structure when flattening...
2010-09-23  Heikki LinnakangasInitialize tableoid field correctly when dumping foreig...
2010-09-23  Tom LaneRe-allow input of Julian dates prior to 0001-01-01 AD.
2010-09-23  Tom LaneMore fixes for libpq's .gitignore file.
2010-09-23  Tom LaneDo some copy-editing on the Git usage docs.
2010-09-22  Tom LaneFix documentation gitignore for pre-9.0 doc build methods.
2010-09-22  Tom LaneSome more gitignore cleanups: cover contrib and PL...
2010-09-22  Magnus HaganderAdd gitignore files for ecpg regression tests.
2010-09-22  Magnus HaganderRemove anonymous cvs instructions, and replace them...
2010-09-22  Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-21  Tom LaneBack-patch replacement of README.CVS with README.git.
2010-09-16  Magnus HaganderTreat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non...
2010-09-02  Tom LaneFix up flushing of composite-type typcache entries...
2010-08-29  Tom LaneReduce PANIC to ERROR in some occasionally-reported...
2010-08-29  Tom LaneRemove obsolete remark that PQprepare() is more flexibl...
2010-08-26  Tom LaneUpdate time zone data files to tzdata release 2010l...
2010-08-26  Tom LaneFix ExecMakeTableFunctionResult to verify that all...
2010-08-25  Peter EisentrautCatch null pointer returns from PyCObject_AsVoidPtr...
2010-08-21  Tom LaneImprove parallel restore's ability to cope with selecti...
2010-08-19  Tom LaneAllow USING and INTO clauses of plpgsql's EXECUTE to...
2010-08-19  Tom LaneKeep exec_simple_check_plan() from thinking "SELECT...
2010-08-19  Tom LaneBe a bit less cavalier with both the code and the comme...
2010-08-19  Heikki LinnakangasRevert patch to coerce 'unknown' type parameters in...
2010-08-19  Tom LaneFix possible corruption of AfterTriggerEventLists in...
2010-08-18  Tom LaneAdd missing handling of PlannedStmt.transientPlan in...
2010-08-17  Michael MeskesApplied Zoltan's patch to fix a few memleaks in ecpg...
2010-08-17  Peter EisentrautBackpatch some blatant spelling mistakes
2010-08-16  Tom LaneArrange to fsync the contents of lockfiles (both postma...
2010-08-16  Tom LaneFix psql's copy of utf2ucs() to match the backend's...
2010-08-15  Robert HaasAdd link and additional index reference to pgcrypto.
2010-08-14  Tom LaneFix planner to make a reasonable assumption about the...
2010-08-13  Tom LaneFix Assert failure in PushOverrideSearchPath when tryin...
2010-08-11  Robert HaasFix one more incorrect errno definition in the ECPG...
2010-08-11  Robert HaasFix incorrect errno definitions in ECPG manual.
2010-08-10  Robert HaasUse double quotes rather than double quotes for libpq...
2010-08-09  Tom LaneFix incorrect logic in plpgsql for cleanup after evalua...
2010-08-09  Robert HaasProvide stable target anchors for libpq functions.
2010-08-06  Peter EisentrautFix indexterm spelling
2010-08-03  Robert HaasFix inheritance count tracking in ALTER TABLE .. ADD...
2010-08-03  Tom LaneFix core dump in QTNodeCompare when tsquery_cmp() is...
2010-08-01  Tom LaneFix an additional set of problems in GIN's handling...
2010-07-31  Tom LaneTweak tsmatchsel() so that it examines the structure...
2010-07-31  Tom LaneRewrite the key-combination logic in GIN's keyGetItem...
2010-07-30  Tom LaneImproved version of patch to protect pg_get_expr()...
2010-07-29  Tom LaneFix another longstanding problem in copy_relation_data...
2010-07-29  Robert HaasFix possible page corruption by ALTER TABLE .. SET...
2010-07-28  Tom LaneFix potential failure when hashing the output of a...
2010-07-27  Robert HaasFix typo in PL/pgsql code example.
2010-07-27  Peter EisentrautSpelling fixes
2010-07-26  Peter EisentrautFix grammar
2010-07-23  Robert HaasAvoid deep recursion when assigning XIDs to multiple...
2010-07-14  Tom LaneFix several problems in pg_dump's handling of SQL/MED...
2010-07-14  Tom LaneAllow full SSL certificate verification (wherein libpq...
2010-07-13  Heikki LinnakangasOops, in the previous fix to prevent a cursor that...
2010-07-09  Tom LaneAvoid an Assert failure in deconstruct_array() by makin...
2010-07-08  Tom LaneFix "cannot handle unplanned sub-select" error that...
2010-07-05  Heikki LinnakangasThe previous fix in CVS HEAD and 8.4 for handling the...
next