postgresql/src/backend/utils
Tom Lane 313ed1ed94 Fix (hopefully for the last time) problems with datetime values displaying
like '23:59:60' because of fractional-second roundoff problems.  Trying
to control this upstream of the actual display code was hopeless; the right
way is to explicitly round fractional seconds in the display code and then
refigure the results if the fraction rounds up to 1.  Per bug #1927.
2005-10-09 17:21:47 +00:00
..
adt Fix (hopefully for the last time) problems with datetime values displaying 2005-10-09 17:21:47 +00:00
cache Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. 2005-09-24 22:54:44 +00:00
error This patch fixes the event type used to log output from the 2005-08-12 21:36:59 +00:00
fmgr When a function not returning RECORD has a single OUT parameter, use 2005-10-06 19:51:16 +00:00
hash Convert the arithmetic for shared memory size calculation from 'int' 2005-08-20 23:26:37 +00:00
init Avoid an Assert failure if OuterUserId hasn't been set yet during 2005-08-17 22:14:34 +00:00
mb Suppress signed-vs-unsigned-char warnings. 2005-09-24 17:53:28 +00:00
misc Fix up grammar in variable description string. 2005-10-08 20:08:19 +00:00
mmgr Short-circuit AllocSetReset if nothing has been palloc'd in the memory 2005-09-01 18:15:42 +00:00
resowner Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that the 2005-08-08 19:17:23 +00:00
sort Add a trace_sort option to help with measuring resource usage of external 2005-10-03 22:55:56 +00:00
time Repair problems with VACUUM destroying t_ctid chains too soon, and with 2005-08-20 00:40:32 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
Makefile Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00