]> granicus.if.org Git - postgresql/history - src
Replace the BufMgrLock with separate locks on the lookup hashtable and
[postgresql] / src /
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2005-03-02 Bruce MomjianMove snprintf int64 compatibility letters into a NOT_US...
2005-03-02 Bruce MomjianFix for %I64d snprintf.
2005-03-02 Bruce Momjiansnprintf() %I64d code fix.
2005-03-02 Bruce MomjianUse our own snprintf() only if NLS is enabled, and...
2005-03-02 Bruce MomjianPrevent large allocation in snprintf to hold positional...
2005-03-02 Tom LaneAnother go at making pred_test() handle all reasonable...
2005-03-02 Bruce MomjianFix snprintf on Win32:
2005-03-02 Bruce MomjianMake port snprintf.c finally thread-safe.
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 Bruce MomjianMake snprintf() use already-defined int64/uint64 typede...
2005-03-01 Tom LaneAdjust OR indexscan logic to not generate redundant...
2005-03-01 Bruce MomjianAnd while we are on it, I would like to submit minor
2005-03-01 Tom LaneRevert the logic for expanding AND/OR conditions in...
2005-02-28 Bruce Momjiansnprintf.c has no sys/ioctl.h. Trivial patch below:
2005-02-28 Neil ConwayImplement max() and min() aggregates for array types...
2005-02-27 Bruce MomjianBecause the change to gettext. Needs a bunch of new...
2005-02-27 Bruce MomjianTab indent all actions in bcc32.mak, and do it on win32...
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-27 Bruce MomjianAllow Win32 to support the O_SYNC open flag as an wal_s...
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-02-25 Teodor SigaevIn accordance to
2005-02-25 Bruce MomjianAdd linking from /port to bcc makefile.
2005-02-24 Tom LaneMy patch this morning was overly hasty; revert code...
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-23 Tom LaneUn-break plpgsql build by removing unwanted _() usage.
2005-02-23 Bruce MomjianProperly undef _(x) gettext macro.
2005-02-22 Neil ConwayThis patch changes makes some significant changes to...
2005-02-22 Bruce MomjianAdd semicolon so snprintf.c goto has a statement to...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-02-22 Bruce MomjianAdd support to port/snprintf.c for position parameter...
2005-02-21 Bruce MomjianTry to get Borland CC to compile.
2005-02-21 Neil ConwayTrivial fix: change the reference to further documentat...
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-15 Bruce MomjianDocument usage of gettext_noop().
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-13 Bruce MomjianPrint file name and errno string on rmtree failure.
2005-02-13 Bruce MomjianMove plpgsql DEBUG from DEBUG2 to DEBUG1 because it...
2005-02-12 Bruce MomjianMove plpgsql DEBUG from DEBUG2 to DEBUG1 because it...
2005-02-11 Tom LaneAdd a regression test to verify that the stack depth...
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-10 Michael MeskesFixed changelog entry to list correct bug reporter.
2005-02-10 Michael MeskesFixed more parsing bugs in other CREATE statements...
2005-02-09 Neil ConwayALTER TABLE ADD COLUMN exhibits a significant memory...
2005-02-09 Michael MeskesFixed bug in parsing of CREATE AS statement.
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 LaneFix minor thinko in logic to set dump order when dumpin...
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 Bruce MomjianAdd to release checklist:
2005-02-02 Michael MeskesFixed bug in parsing of #line statement in declare...
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 LaneAdjust plpgsql to allow assignment to an element of...
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-28 Tom Lanepg_aggregate.h fails to compile standalone, for lack...
2005-01-28 Tom LaneAdjust mkdir_p to do stat() before trying mkdir()....
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-27 Neil ConwayAdd regression tests for recent cursor/savepoint bug...
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-26 Tom LaneMinor tweak to avoid unnecessary memory bloat when...
2005-01-26 Tom LaneMake pg_dump and pg_restore handle binary archive forma...
2005-01-26 Tom LaneUse SHGetFolderPath instead of SHGetSpecialFolderPath...
2005-01-25 Tom LaneFix breakage created by addition of separate 'acl pass...
2005-01-25 Peter EisentrautAdd missing "ko".
2005-01-25 Michael MeskesFixed segfault due to freeing a struct definition twice...
2005-01-25 Neil ConwayRegression tests for recent bugfix to ALTER TABLE ADD...
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...
next