You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Lane
0007490e09
Convert the arithmetic for shared memory size calculation from 'int'
...
to 'Size' (that is, size_t), and install overflow detection checks in it.
This allows us to remove the former arbitrary restrictions on NBuffers
etc. It won't make any difference in a 32-bit machine, but in a 64-bit
machine you could theoretically have terabytes of shared buffers.
(How efficiently we could manage 'em remains to be seen.) Similarly,
num_temp_buffers, work_mem, and maintenance_work_mem can be set above
2Gb on a 64-bit machine. Original patch from Koichi Suzuki, additional
work by moi.
21 years ago
..
access
Convert the arithmetic for shared memory size calculation from 'int'
21 years ago
bootstrap
Tag appropriate files for rc3
21 years ago
catalog
Rename pg_stat_file columns to be more consistent. Split apart change
21 years ago
commands
ALTER TABLE OWNER must change the ownership of the table's rowtype too.
21 years ago
executor
Repair problems with VACUUM destroying t_ctid chains too soon, and with
21 years ago
lib
Tag appropriate files for rc3
21 years ago
libpq
Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost
21 years ago
mb
Actually, this macro had worse problems than a bogus name ...
21 years ago
nodes
Add NOWAIT option to SELECT FOR UPDATE/SHARE.
21 years ago
optimizer
Fix up LIMIT/OFFSET planning so that we cope with non-constant LIMIT
21 years ago
parser
Add NOWAIT option to SELECT FOR UPDATE/SHARE.
21 years ago
port
Add fsync() define for Win32 to cover cases other than wal_sync_method
21 years ago
postmaster
Convert the arithmetic for shared memory size calculation from 'int'
21 years ago
regex
I made the patch that implements regexp_replace again.
21 years ago
rewrite
Change expandRTE() and ResolveNew() back to taking just the single
21 years ago
storage
Convert the arithmetic for shared memory size calculation from 'int'
21 years ago
tcop
Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost
21 years ago
utils
Convert the arithmetic for shared memory size calculation from 'int'
21 years ago
Makefile
Use 'cp' and 'chmod' in place of 'install' to install header files.
21 years ago
c.h
Add comment about void* use in MemSet.
21 years ago
fmgr.h
Avoid bare 'struct Node;' declaration --- provokes annoying warnings
21 years ago
funcapi.h
Document get_call_result_type() and friends; mark TypeGetTupleDesc()
21 years ago
getaddrinfo.h
Fix a few macro definitions to ensure that unary minus is enclosed in
21 years ago
getopt_long.h
Some more missed copyright notices. Many of these look like they
21 years ago
miscadmin.h
Avoid an Assert failure if OuterUserId hasn't been set yet during
21 years ago
pg_config.h.in
Convert the arithmetic for shared memory size calculation from 'int'
21 years ago
pg_config.h.win32
Win32 8.1 stamp.
21 years ago
pg_config_manual.h
Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the
21 years ago
pgstat.h
Allow the pgstat views to show toast tables as well as regular tables
21 years ago
pgtime.h
Code spacing improvement, particularly *tm spacing.
21 years ago
port.h
Fix up canonicalize_path to do the right thing in all cases (I think ...
21 years ago
postgres.h
First phase of project to use fixed OIDs for all system catalogs and
21 years ago
postgres_ext.h
Pgindent run for 8.0.
22 years ago
postgres_fe.h
Tag appropriate files for rc3
21 years ago
rusagestub.h
Fix a few macro definitions to ensure that unary minus is enclosed in
21 years ago
strdup.h
Fix an obsolete file path mentioned in a comment.
22 years ago