postgresql/src/backend
Tom Lane 5aa29e88e9 Arrange to align shared disk buffers on at least 32-byte boundaries,
not just MAXALIGN boundaries.  This makes a noticeable difference in
the speed of transfers to and from kernel space, at least on recent
Pentiums, and might help other CPUs too.  We should look at making
this happen for local buffers and buffile.c too.  Patch from Manfred Spraul.
2003-09-21 17:57:21 +00:00
..
access Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a 2003-09-15 23:33:43 +00:00
bootstrap Cause standalone backend (including bootstrap case) to read the GUC 2003-09-02 19:04:12 +00:00
catalog Fix a batch of speling misteaks identified by Peter's spell-checker tool. 2003-09-20 20:12:05 +00:00
commands Disallow foreign-key references from temp tables to permanent tables. 2003-09-19 21:04:20 +00:00
executor Since SPI_modifytuple's natts argument is the number of attributes to be 2003-09-16 00:50:09 +00:00
lib Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
libpq When I sent in the sslmode patch I forgot to update the 2003-09-13 16:43:38 +00:00
main Update comments about how locale settings are handled. 2003-09-09 15:19:31 +00:00
nodes Fix ARRAY[] construct so that in multidimensional case, elements can 2003-08-17 23:43:27 +00:00
optimizer Remove geqo_random_seed parameter. Having geqo reset the global random() 2003-09-07 15:26:54 +00:00
parser Improve a couple of error messages per suggestions from Alvaro Herrera. 2003-09-15 22:28:58 +00:00
po Translation updates 2003-09-15 20:42:40 +00:00
port Mop-up for previous change to determine default shared_buffers and 2003-08-26 15:38:25 +00:00
postmaster Someone (possibly me) foolishly reduced the response for failing 2003-09-12 19:33:59 +00:00
regex Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
rewrite Disallow converting a table to a view if it has triggers, indexes, or 2003-09-17 17:19:17 +00:00
storage Arrange to align shared disk buffers on at least 32-byte boundaries, 2003-09-21 17:57:21 +00:00
tcop Reconsider placement of MemoryContextCheck() call --- do after commit, 2003-09-14 00:03:32 +00:00
utils Improve a couple of error messages per suggestions from Alvaro Herrera. 2003-09-15 22:28:58 +00:00
Makefile Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +00:00
nls.mk Run distprep target before creating list of files that contain translatable 2003-09-14 22:40:38 +00:00