postgresql/src
Tom Lane cdd5178c69 Extend the MinimalTuple concept to tuplesort.c, thereby reducing the
per-tuple space overhead for sorts in memory.  I chose to replace the
previous patch that tried to write out the bare minimum amount of data
when sorting on disk; instead, just dump the MinimalTuples as-is.  This
wastes 3 to 10 bytes per tuple depending on architecture and null-bitmap
length, but the simplification in the writetup/readtup routines seems
worth it.
2006-06-27 16:53:02 +00:00
..
backend Extend the MinimalTuple concept to tuplesort.c, thereby reducing the 2006-06-27 16:53:02 +00:00
bin Fix for recent Win32 pg_dump tar temp file patch. 2006-06-27 02:56:41 +00:00
include Extend the MinimalTuple concept to tuplesort.c, thereby reducing the 2006-06-27 16:53:02 +00:00
interfaces Add PQescapeIdentifier() to libpq 2006-06-27 00:03:42 +00:00
makefiles Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, 2006-06-22 23:50:35 +00:00
pl Fix Win32/Cygwin problems: 2006-06-25 00:18:24 +00:00
port Add comment about the use of pg_config_paths.h. 2006-06-26 18:40:50 +00:00
template
test Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. 2006-06-27 03:43:20 +00:00
timezone Prepare code to be built by MSVC: 2006-06-07 22:24:46 +00:00
tools Update cvs command example to show diff -rBASE. 2006-05-31 10:24:29 +00:00
tutorial Remove extremely old, incomplete, broken example code. 2006-06-05 21:16:32 +00:00
bcc32.mak
DEVELOPERS
Makefile Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, 2006-06-22 23:50:35 +00:00
Makefile.global.in
Makefile.shlib
nls-global.mk
win32.mak