postgresql/src/backend
Tom Lane 8ca61476e0 Cope with the likelihood that setlocale and localeconv will return
pointers to data that will be changed by any later call to setlocale.
Must copy what they return to be sure we get the right answer.
Karel Zak, further tweaks by Tom Lane.
2001-09-29 21:16:30 +00:00
..
access Implement new 'lightweight lock manager' that's intermediate between 2001-09-29 04:02:27 +00:00
bootstrap Implement new 'lightweight lock manager' that's intermediate between 2001-09-29 04:02:27 +00:00
catalog Repair oversight in recent changes to index-creation: tuple time qual 2001-09-26 21:09:27 +00:00
commands Implement new 'lightweight lock manager' that's intermediate between 2001-09-29 04:02:27 +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 EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple 2001-09-18 01:59:07 +00:00
optimizer Produce slightly saner-looking EXPLAIN output for a Result node. 2001-09-21 04:06:04 +00:00
parser Measure the current transaction time to milliseconds. 2001-09-28 08:09:14 +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 Code review for MD5 authorization patch. Clean up some breakage 2001-09-21 20:31:49 +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 Whoops, I was a tad too enthusiastic about using shared lock mode for 2001-09-29 15:29:48 +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 Cope with the likelihood that setlocale and localeconv will return 2001-09-29 21:16:30 +00:00
Makefile Install dynamically loadable modules into a private subdirectory 2001-09-16 16:11:11 +00:00