postgresql/src/backend
Tom Lane 77be5f9451 AdjustTimestampForTypmod does not work (at least not portably) on
-infinity and +infinity.  Put TIMESTAMP_NOT_FINITE guard into the routine,
instead of forgetting it at some call sites.  Fixes regression test
failures here.
2001-10-03 15:50:48 +00:00
..
access Another round of cleanups for dynahash.c (maybe it's finally clean of 2001-10-01 05:36:17 +00:00
bootstrap Implement new 'lightweight lock manager' that's intermediate between 2001-09-29 04:02:27 +00:00
catalog Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function 2001-10-02 21:39:36 +00:00
commands Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function 2001-10-02 21:39:36 +00:00
executor Keep the contents of ItemPointerData not the pointers so that 2001-09-29 07:57:06 +00:00
lib Fix unportable coding for FRONTEND case. 2001-07-31 02:02:45 +00:00
libpq Clean up comments. 2001-09-29 19:49:50 +00:00
main Mark many strings in backend not covered by elog for translation. Also, 2001-06-03 14:53:56 +00:00
nodes Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function 2001-10-02 21:39:36 +00:00
optimizer Produce slightly saner-looking EXPLAIN output for a Result node. 2001-09-21 04:06:04 +00:00
parser Implement precision support for timestamp and time, both with and without 2001-10-03 05:29:27 +00:00
po Add explicit '-print' to 'find' commands. 2001-09-10 22:25:48 +00:00
port Get rid of PID entries in shmem hash table; there is no longer any need 2001-09-07 00:27:30 +00:00
postmaster Clean up a little more carefully around fork of pgstat subprocess. 2001-10-01 16:48:37 +00:00
regex pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
rewrite Revert treatment of NOTIFY in rules to its pre-7.1 behavior: notify will 2001-09-07 20:52:31 +00:00
storage Revise shmget() and semget() failure messages to mention the possibility 2001-10-01 23:26:55 +00:00
tcop Remove useless LockDisable() function and associated overhead, per my 2001-09-27 16:29:13 +00:00
tioga Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
utils AdjustTimestampForTypmod does not work (at least not portably) on 2001-10-03 15:50:48 +00:00
Makefile Install dynamically loadable modules into a private subdirectory 2001-09-16 16:11:11 +00:00