postgresql/src/include
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 If we're going to advertise the array overlap/containment operators, 2006-09-10 20:14:20 +00:00
bootstrap Add a hack so that get_type_io_data() can work from bootstrap.c's 2006-08-15 22:36:17 +00:00
catalog Add built-in userlock manipulation functions to replace the former 2006-09-18 22:40:40 +00:00
commands Disallow TRUNCATE when there are any pending after-trigger events for 2006-09-04 21:15:56 +00:00
executor Revert FETCH/MOVE int64 patch. Was using incorrect checks for 2006-09-03 03:19:45 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Specify lo_write() to take a _const_ buffer, to match documentation. 2006-09-07 15:37:25 +00:00
mb Change the backend to reject strings containing invalidly-encoded multibyte 2006-05-21 20:05:21 +00:00
nodes Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to 2006-09-28 20:51:43 +00:00
optimizer Increase default value of effective_cache_size to 128MB, per discussion. 2006-09-25 22:12:24 +00:00
parser Fix notice message from DROP FUNCTION IF EXISTS, and improve message 2006-09-25 15:17:34 +00:00
port Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. Magnus 2006-10-03 20:33:20 +00:00
postmaster Add a feature for automatic initialization and finalization of dynamically 2006-08-08 19:15:09 +00:00
regex Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
rewrite Get rid of the separate RULE privilege for tables: now only a table's owner 2006-09-05 21:08:36 +00:00
storage Fix pg_locks view to call advisory locks advisory locks, while preserving 2006-09-22 23:20:14 +00:00
tcop Tweak the behavior of log_duration as proposed by Guillaume Smet: rather 2006-09-08 15:55:53 +00:00
utils The attached patch changes units of the some default values in 2006-10-03 21:11:55 +00:00
Makefile Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
c.h Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. Magnus 2006-10-03 20:33:20 +00:00
fmgr.h Seems some C compilers think 'restrict' is a fully reserved word. 2006-08-16 04:32:49 +00:00
funcapi.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
getaddrinfo.h WIN32 fixes: 2006-07-06 02:12:32 +00:00
getopt_long.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
miscadmin.h sslinfo contrib module - information about current SSL certificate 2006-09-04 15:07:46 +00:00
pg_config.h.in Properly handle the case where strlcpy() exists in libc but isn't 2006-10-02 00:06:18 +00:00
pg_config.h.win32 Tag us Beta1 2006-09-23 01:33:37 +00:00
pg_config_manual.h Add built-in userlock manipulation functions to replace the former 2006-09-18 22:40:40 +00:00
pg_trace.h DTrace support, with a small initial set of probes 2006-07-24 16:32:45 +00:00
pgstat.h Add a 'waiting' column to pg_stat_activity to carry the same information 2006-08-19 01:36:34 +00:00
pgtime.h Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, 2006-09-16 20:14:34 +00:00
port.h Switch over to using our own qsort() all the time, as has been proposed 2006-10-03 22:18:23 +00:00
postgres.h Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
postgres_ext.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
postgres_fe.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
rusagestub.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00