postgresql/src/backend
Tom Lane 7f52e0c50e Tweak writetup_heap/readtup_heap to avoid storing the tuple identity
and transaction visibility fields of tuples being sorted.  These are
always uninteresting in a tuple being sorted (if the fields were actually
selected, they'd have been pulled out into user columns beforehand).
This saves about 24 bytes per row being sorted, which is a useful savings
for any but the widest of sort rows.  Per recent discussion.
2006-05-23 21:37:59 +00:00
..
access Call MarkBufferDirty() before XLogInsert() during completion of insert 2006-05-19 17:15:41 +00:00
bootstrap Clean up code associated with updating pg_class statistics columns 2006-05-10 23:18:39 +00:00
catalog Add last-vacuum/analyze-time columns to the stats collector, both manual and 2006-05-19 19:08:27 +00:00
commands Change the backend to reject strings containing invalidly-encoded multibyte 2006-05-21 20:05:21 +00:00
executor Remove CXT_printf/CXT1_printf macros. If anyone had found them to be of 2006-05-23 15:21:52 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Fix the sense of the test on DH_check()'s return value. This was preventing 2006-05-12 22:44:36 +00:00
main Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
nodes Improve the representation of FOR UPDATE/FOR SHARE so that we can 2006-04-30 18:30:40 +00:00
optimizer Fix choose_bitmap_and() so that partial index predicates are considered when 2006-05-18 19:56:46 +00:00
parser Add a new GUC parameter backslash_quote, which determines whether the SQL 2006-05-21 20:10:42 +00:00
po Remove DOS line endings ("\r\n") from several .po files. DOS line endings 2006-01-01 10:13:56 +00:00
port Allow sparcv8plus to use "cas". 2006-05-18 18:51:50 +00:00
postmaster Add last-vacuum/analyze-time columns to the stats collector, both manual and 2006-05-19 19:08:27 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
rewrite Improve the representation of FOR UPDATE/FOR SHARE so that we can 2006-04-30 18:30:40 +00:00
storage Upon closer inspection, the sparc code in s_lock.c is dead code, and 2006-05-12 16:50:52 +00:00
tcop Improve the representation of FOR UPDATE/FOR SHARE so that we can 2006-04-30 18:30:40 +00:00
utils Tweak writetup_heap/readtup_heap to avoid storing the tuple identity 2006-05-23 21:37:59 +00:00
Makefile Remove QNX port. 2006-01-05 01:56:30 +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