postgresql/src/backend
Tom Lane 6edd2b4a91 Switch over to using our own qsort() all the time, as has been proposed
repeatedly.  Now that we don't have to worry about memory leaks from
glibc's qsort, we can safely put CHECK_FOR_INTERRUPTS into the tuplesort
comparators, as was requested a couple months ago.  Also, get rid of
non-reentrancy and an extra level of function call in tuplesort.c by
providing a variant qsort_arg() API that passes an extra void * argument
through to the comparison routine.  (We might want to use that in other
places too, I didn't look yet.)
2006-10-03 22:18:23 +00:00
..
access Make some sentences consistent with similar ones. 2006-10-03 21:21:36 +00:00
bootstrap Add the ability to create indexes 'concurrently', that is, without 2006-08-25 04:06:58 +00:00
catalog Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, 2006-09-16 20:14:34 +00:00
commands Make some sentences consistent with similar ones. 2006-10-03 21:21:36 +00:00
executor Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to 2006-09-28 20:51:43 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Make some sentences consistent with similar ones. 2006-10-03 21:21:36 +00:00
main Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
nodes Replace strncpy with strlcpy in selected places that seem possibly relevant 2006-09-27 18:40:10 +00:00
optimizer Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to 2006-09-28 20:51:43 +00:00
parser Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to 2006-09-28 20:51:43 +00:00
po Fix mistyping 2006-08-29 15:47:48 +00:00
port Round microseconds on setitimer upwards. 2006-08-09 21:18:13 +00:00
postmaster Fix pgstat_report_waiting() to not dump core if called before 2006-08-28 19:38:09 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
rewrite Make some sentences consistent with similar ones. 2006-10-03 21:21:36 +00:00
storage Replace strncpy with strlcpy in selected places that seem possibly relevant 2006-09-27 18:40:10 +00:00
tcop Make logging of extended-protocol commands a bit more consistent, per 2006-09-13 21:59:04 +00:00
utils Switch over to using our own qsort() all the time, as has been proposed 2006-10-03 22:18:23 +00:00
Makefile Revise OpenLDAP configuration and linking to work on more platforms 2006-09-09 03:15:40 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00