postgresql/src/backend/utils
Andrew Dunstan 63872601e8 Move session_start out of MyProcPort stucture and make it a global called MyStartTime,
so that we will be able to create a cookie for all processes for CSVlogs.
It is set wherever MyProcPid is set. Take the opportunity to remove the now
unnecessary session-only restriction on the %s and %c escapes in log_line_prefix.
2007-08-02 23:39:45 +00:00
..
adt Make replace(), split_part(), and string_to_array() behave somewhat sanely 2007-07-19 20:34:20 +00:00
cache Arrange to put TOAST tables belonging to temporary tables into special schemas 2007-07-25 22:16:18 +00:00
error Move session_start out of MyProcPort stucture and make it a global called MyStartTime, 2007-08-02 23:39:45 +00:00
fmgr Fix security definer functions with polymorphic arguments. This case has 2007-07-31 15:49:49 +00:00
hash Fix several hash functions that were taking chintzy shortcuts instead of 2007-06-01 15:33:19 +00:00
init Move session_start out of MyProcPort stucture and make it a global called MyStartTime, 2007-08-02 23:39:45 +00:00
mb Suppress an integer-overflow warning. 2007-07-12 21:17:09 +00:00
misc Support an optional asynchronous commit mode, in which we don't flush WAL 2007-08-01 22:45:09 +00:00
mmgr Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with 2007-07-25 12:22:54 +00:00
resowner First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
sort Fix a memory leak in tuplestore_end(). Unlikely to be significant during 2007-08-02 17:48:52 +00:00
time Support an optional asynchronous commit mode, in which we don't flush WAL 2007-08-01 22:45:09 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Downgrade implicit casts to text to be assignment-only, except for the ones 2007-06-05 21:31:09 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00
probes.d DTrace support, with a small initial set of probes 2006-07-24 16:32:45 +00:00