postgresql/src/backend/utils
Tom Lane 2d0583a166 Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing
a new typedef TimeOffset to represent an intermediate time value.  It's
either int64 or double as appropriate, and in most usages will be measured
in microseconds or seconds the same as Timestamp.  We don't call it
Timestamp, though, since the value doesn't necessarily represent an absolute
time instant.

Warren Turkal
2008-03-21 01:31:43 +00:00
..
adt Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing 2008-03-21 01:31:43 +00:00
cache Fix heap_page_prune's problem with failing to send cache invalidation 2008-03-13 18:00:32 +00:00
error Implement enum type for guc parameters, and convert a couple of existing 2008-03-10 12:55:13 +00:00
fmgr Make source code READMEs more consistent. Add CVS tags to all README files. 2008-03-20 17:55:15 +00:00
hash Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
init Modify interactions between sinval.c and sinvaladt.c. The code that actually 2008-03-16 19:47:34 +00:00
mb Make source code READMEs more consistent. Add CVS tags to all README files. 2008-03-20 17:55:15 +00:00
misc Make source code READMEs more consistent. Add CVS tags to all README files. 2008-03-20 17:55:15 +00:00
mmgr Make source code READMEs more consistent. Add CVS tags to all README files. 2008-03-20 17:55:15 +00:00
resowner Make source code READMEs more consistent. Add CVS tags to all README files. 2008-03-20 17:55:15 +00:00
sort Grab some low-hanging fruit in the new hash index build code. 2008-03-17 03:45:36 +00:00
time Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_dummy_probes.sed Enable probes to work with Mac OS X Leopard and other OSes that will 2008-03-17 19:44:41 +00:00
Gen_fmgrtab.sh Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
Makefile Enable probes to work with Mac OS X Leopard and other OSes that will 2008-03-17 19:44:41 +00:00
probes.d Correct two more copyrights found by updated script. 2008-01-02 02:42:06 +00:00