postgresql/src/backend
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
..
access Make source code READMEs more consistent. Add CVS tags to all README files. 2008-03-20 17:55:15 +00:00
bootstrap Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
catalog Make source code READMEs more consistent. Add CVS tags to all README files. 2008-03-20 17:55:15 +00:00
commands Add a couple of missing FreeQueryDesc calls. Noticed while testing a 2008-03-20 20:05:56 +00:00
executor Add a couple of missing FreeQueryDesc calls. Noticed while testing a 2008-03-20 20:05:56 +00:00
lib Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
libpq Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
main Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
nodes Arrange for an explicit cast applied to an ARRAY[] constructor to be applied 2008-03-20 21:42:48 +00:00
optimizer Make source code READMEs more consistent. Add CVS tags to all README files. 2008-03-20 17:55:15 +00:00
parser Arrange for an explicit cast applied to an ARRAY[] constructor to be applied 2008-03-20 21:42:48 +00:00
po Translation updates 2008-01-31 18:04:52 +00:00
port Make source code READMEs more consistent. Add CVS tags to all README files. 2008-03-20 17:55:15 +00:00
postmaster Remove another useless snapshot creation. 2008-03-19 21:14:20 +00:00
regex Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
rewrite Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
snowball Make source code READMEs more consistent. Add CVS tags to all README files. 2008-03-20 17:55:15 +00:00
storage Make source code READMEs more consistent. Add CVS tags to all README files. 2008-03-20 17:55:15 +00:00
tcop Support ALTER TYPE RENAME. Petr Jelinek 2008-03-19 18:38:30 +00:00
tsearch Add a CaseSensitive parameter to synonym dictionaries. 2008-03-10 03:01:28 +00:00
utils Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing 2008-03-21 01:31:43 +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
common.mk We need to rebuild objfiles.txt when one of the subdirectories' objfiles.txt 2008-03-17 18:24:56 +00:00
nls.mk Translation updates 2008-01-30 11:05:41 +00:00