postgresql/src/backend
Bruce Momjian fc51c9186a Properly round months into days and into seconds for interval
multiplication/division queries like select '41 mon 10:00:00'::interval
/ 10 as "pos".

Report from Michael Glaesemann
2006-09-03 03:34:04 +00:00
..
access Fix BUG #2594: Gin Indexes cause server to crash when it builds on empty table 2006-08-29 14:05:44 +00:00
bootstrap Add the ability to create indexes 'concurrently', that is, without 2006-08-25 04:06:58 +00:00
catalog Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION 2006-08-31 17:31:33 +00:00
commands Revert FETCH/MOVE int64 patch. Was using incorrect checks for 2006-09-03 03:19:45 +00:00
executor Revert FETCH/MOVE int64 patch. Was using incorrect checks for 2006-09-03 03:19:45 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Ooops, ldap fix for win32 broke the non-win32 case. 2006-08-22 02:23:45 +00:00
main Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
nodes Extend COPY to support COPY (SELECT ...) TO ... 2006-08-30 23:34:22 +00:00
optimizer Tweak trivial_subqueryscan() to consider a SubqueryScan's targetlist 2006-08-28 14:32:41 +00:00
parser Revert FETCH/MOVE int64 patch. Was using incorrect checks for 2006-09-03 03:19:45 +00:00
po Fix mistyping 2006-08-29 15:47:48 +00:00
port Round microseconds on setitimer upwards. 2006-08-09 21:18:13 +00:00
postmaster Fix pgstat_report_waiting() to not dump core if called before 2006-08-28 19:38:09 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
rewrite Apply a simple solution to the problem of making INSERT/UPDATE/DELETE 2006-09-02 17:06:52 +00:00
storage Add a function GetLockConflicts() to lock.c to report xacts holding 2006-08-27 19:14:34 +00:00
tcop Revert FETCH/MOVE int64 patch. Was using incorrect checks for 2006-09-03 03:19:45 +00:00
utils Properly round months into days and into seconds for interval 2006-09-03 03:34:04 +00:00
Makefile Put probes.o file in right directory, fixes dtrace compilation 2006-08-16 14:57:37 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00