postgresql/src/backend/utils
Magnus Hagander 343a9a27a9 Check return code from strxfrm on Windows since it has a
non-standard way of indicating errors, so we don't try to
allocate INT_MAX bytes to store a result in.
2007-05-05 17:05:48 +00:00
..
adt Check return code from strxfrm on Windows since it has a 2007-05-05 17:05:48 +00:00
cache Fix things so that when CREATE INDEX CONCURRENTLY sets pg_index.indisvalid 2007-05-02 21:08:46 +00:00
error A few fixups in error handling: mark pg_re_throw() as noreturn for gcc, 2007-05-04 02:01:02 +00:00
fmgr Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00
hash Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan 2007-04-26 23:24:46 +00:00
init Add a multi-worker capability to autovacuum. This allows multiple worker 2007-04-16 18:30:04 +00:00
mb Tweak clean_encoding_name() API to avoid need to cast away const. 2007-04-16 18:50:49 +00:00
misc Teach tuplesort.c about "top N" sorting, in which only the first N tuples 2007-05-04 01:13:45 +00:00
mmgr Marginal performance hack: remove the loop that used to be needed to 2007-04-30 00:12:08 +00:00
resowner First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
sort Add a line to the EXPLAIN ANALYZE output for a Sort node, showing the 2007-05-04 21:29:53 +00:00
time Clean up the representation of special snapshots by including a "method 2007-03-25 19:45:14 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc 2007-01-22 01:35:23 +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