]> granicus.if.org Git - postgresql/history - src/backend
Replace the BufMgrLock with separate locks on the lookup hashtable and
[postgresql] / src / backend /
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2005-03-02 Tom LaneAnother go at making pred_test() handle all reasonable...
2005-03-01 Tom LaneRelease proclock immediately in RemoveFromWaitQueue...
2005-03-01 Tom LaneAllow Trace_lock_oidmin to be set to zero; this is...
2005-03-01 Tom LaneAdjust OR indexscan logic to not generate redundant...
2005-03-01 Tom LaneRevert the logic for expanding AND/OR conditions in...
2005-02-28 Neil ConwayImplement max() and min() aggregates for array types...
2005-02-27 Neil ConwayAdd explicit casts between int4 and boolean. Patch...
2005-02-27 Bruce MomjianCause Win32 to output to the event log rather than...
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-02-23 Neil ConwayMinor code cleanup: remove a variable that was assigned...
2005-02-23 Neil ConwayThis patch optimizes the md5_text() function (which...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-02-20 Tom LaneUse SnapshotNow instead of SnapshotSelf for reading...
2005-02-20 Tom LaneRemove some no-longer-needed kluges for bootstrapping...
2005-02-20 Bruce MomjianRename macro to MAKE_EXPIRED_TUPLES_VISIBLE.
2005-02-20 Bruce MomjianFix MAKE_ALL_TUPLES_VISIBLE define.
2005-02-20 Bruce MomjianMove define MAKE_ALL_TUPLES_VISIBLE to a more logical...
2005-02-20 Bruce MomjianI have added a define, MAKE_ALL_TUPLES_VISIBLE, to...
2005-02-20 Tom LaneFlat file cleanup phase 2: make it work for pg_group...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2005-02-19 Tom LaneNew arrangement to always let the bgwriter do checkpoin...
2005-02-19 Tom LaneEnsure that the resolved datatype of any unknown Param...
2005-02-18 Tom LaneConvert MemoryContextSwitchTo() into an inline function...
2005-02-15 Bruce MomjianUpdate comment on VACUUM FULL.
2005-02-14 Bruce MomjianImprove documentation of signal usage for HAVE_SIGPROCM...
2005-02-14 Bruce MomjianImprove documentation of signal usage for HAVE_SIGPROCM...
2005-02-14 Tom LaneALTER LANGUAGE RENAME has never worked. Per Sergey...
2005-02-12 Bruce MomjianMove plpgsql DEBUG from DEBUG2 to DEBUG1 because it...
2005-02-11 Neil ConwayAdjust input routines for float4, float8 and oid to...
2005-02-11 Tom LaneFix ANALYZE to accumulate some minimal statistics for...
2005-02-10 Tom LaneFix SPI cursor support to allow scanning the results...
2005-02-09 Neil ConwayALTER TABLE ADD COLUMN exhibits a significant memory...
2005-02-06 Tom LaneRepair CLUSTER failure after ALTER TABLE SET WITHOUT...
2005-02-05 Tom LaneFix bit-rot in ipc_test.c; it didn't include some stuff...
2005-02-05 Tom LaneMarginal hack to merge adjacent ReleaseBuffer/ReadBuffe...
2005-02-04 Neil ConwayRefactor some duplicated code in lock.c: create UnGrant...
2005-02-03 Tom LaneEnsure that all details of the ARC algorithm are hidden...
2005-02-02 Tom LaneImprove performance of fmgr.c calling routines for...
2005-02-02 Tom LaneAdjust constant-folding of CASE expressions so that...
2005-02-02 Neil ConwayAdd support for temporary views, including documentatio...
2005-02-01 Neil ConwayFix a bug induced by the list-rewrite that resulted...
2005-02-01 Tom LaneAdjust estimate_num_groups() to not clamp per-relation...
2005-02-01 Tom LaneSync inet formatting code with recent BIND releases...
2005-01-28 Tom LaneWhen dealing with multiple grouping columns coming...
2005-01-28 Tom LaneImprove planner's estimation of the space needed for...
2005-01-27 Tom LaneCheck that aggregate creator has the right to execute...
2005-01-27 Neil ConwaySmall patch to move get_grosysid() from catalog/aclchk...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2005-01-27 Neil ConwayProvide a more descriptive error message when the retur...
2005-01-27 Tom LaneGeneralize TRUNCATE to support truncating multiple...
2005-01-26 Tom LaneClose all cursors created during a failed subtransactio...
2005-01-26 Tom LaneOn Windows, set the postmaster executable's stack size...
2005-01-24 Tom LaneFix ALTER TABLE ADD COLUMN so that constraints of domai...
2005-01-24 Tom LaneDisallow LOAD to non-superusers. Per report from John...
2005-01-24 Tom LaneFix memory leak in rtdosplit, per report from Clive...
2005-01-23 Tom LaneThe result of a FULL or RIGHT join can't be assumed...
2005-01-19 Neil ConwayRefactor transformExpr() by creating separate functions...
2005-01-18 Neil ConwayThis patch makes some improvements to the rtree index...
2005-01-18 Neil ConwayReplace the use of "0" with "NULL" where appropriate...
2005-01-17 Peter EisentrautTranslation updates
2005-01-17 Peter EisentrautTranslation updates
2005-01-17 Peter EisentrautTranslation updates
2005-01-17 Peter EisentrautFix format string error.
2005-01-17 Peter EisentrautTranslation updates
2005-01-14 Tom Lanepostgres -boot would print the wrong program name in...
2005-01-14 Tom LaneUpdate obsolete comment, per Alvaro.
2005-01-13 Peter EisentrautTranslation updates
2005-01-13 Tom Laneget_names_for_var didn't do recursion for unnamed JOIN...
2005-01-13 Tom LaneRemove unportable assumption that it's okay to use...
2005-01-12 Tom LaneAdd conditional inclusion of <com_err.h> to support...
2005-01-12 Tom LaneRe-allow an untyped literal as the test expression...
2005-01-12 Tom LaneIncrease MAXLISTEN to a more generous value, and add...
2005-01-11 Tom Laneinterval_out failed to mention 'ago' for negative inter...
2005-01-10 Tom LaneSeparate the functions of relcache entry flush and...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
2005-01-10 Peter EisentrautTranslation updates
2005-01-09 Tom LaneUndo an unadvertised change in the API of pg_atoi....
2005-01-09 Peter EisentrautTranslation updates
2005-01-09 Peter EisentrautNew translation
2005-01-08 Tom LaneConsistently use geteuid() not getuid(); there were...
2005-01-07 Tom LaneImprove comments in sample config files.
2005-01-06 Tom LaneAdjust lookup of client-side profile files (.pgpass...
2005-01-06 Peter EisentrautTranslation updates
2005-01-06 Peter EisentrautTranslation updates
2005-01-04 Peter EisentrautTranslation update
2005-01-04 Peter EisentrautFix typo
2005-01-03 Peter EisentrautTranslation updates
2005-01-03 Tom LaneRepair bufmgr deadlock problem reported by Michael...
2005-01-01 Tom LaneAdjust a few more copyright notices to match the format...
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-31 Tom LaneClean up win32ver.o on Windows, per Magnus.
2004-12-29 Tom LaneSupport Sun's compiler on SunOS4 (a/k/a Solaris 9)...
2004-12-29 Tom LaneRefactor EXEC_BACKEND code so that postmaster child...
2004-12-27 Tom LaneCause pg_hba.conf file inclusion (@file stuff) to behav...
2004-12-26 Tom LaneFix func_ptr declaration for netbsd-mac68k, per Rémi...
2004-12-23 Tom LaneAvoid memory leakage during VACUUM FULL when an index...
2004-12-22 Tom LaneAwhile back I added some code to StartupCLOG() to forci...
next