postgresql/src/backend/storage/ipc
Tom Lane a7801b62f2 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
As per my recent proposal, this refactors things so that these typedefs and
macros are available in a header that can be included in frontend-ish code.
I also changed various headers that were undesirably including
utils/timestamp.h to include datatype/timestamp.h instead.  Unsurprisingly,
this showed that half the system was getting utils/timestamp.h by way of
xlog.h.

No actual code changes here, just header refactoring.
2011-09-09 13:23:41 -04:00
..
ipc.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
ipci.c Implement genuine serializable isolation level. 2011-02-08 00:09:08 +02:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
pmsignal.c Introduce a pipe between postmaster and each backend, which can be used to 2011-07-08 18:44:07 +03:00
procarray.c Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
procsignal.c Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
shmem.c Implement genuine serializable isolation level. 2011-02-08 00:09:08 +02:00
shmqueue.c Minor sync rep corrections. 2011-03-10 14:57:02 -05:00
sinval.c Try to acquire relation locks in RangeVarGetRelid. 2011-07-08 22:19:30 -04:00
sinvaladt.c Create VXID locks "lazily" in the main lock table. 2011-08-04 12:38:33 -04:00
standby.c Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. 2011-09-09 13:23:41 -04:00