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.
Magnus Hagander
7cbfa7565e
Fix postgres --describe-config for guc enums, breakage noted by Alvaro.
While at it, rename option lookup functions to make names clearer, per
discussion with Tom.
|
18 years ago |
| .. |
|
access
|
When creating a large hash index, pre-sort the index entries by estimated
|
18 years ago |
|
bootstrap
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
catalog
|
Bump catversion from guc enum patch, which I forgot. Sorry!
|
18 years ago |
|
commands
|
Fix vacuum so that autovacuum is really not cancelled when doing an emergency
|
18 years ago |
|
executor
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
lib
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
libpq
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
mb
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
nodes
|
Fix TransactionIdIsCurrentTransactionId() to use binary search instead of
|
18 years ago |
|
optimizer
|
Change hash index creation so that rather than always establishing exactly
|
18 years ago |
|
parser
|
The original implementation of polymorphic aggregates didn't really get the
|
18 years ago |
|
port
|
Replace time_t with pg_time_t (same values, but always int64) in on-disk
|
18 years ago |
|
postmaster
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
regex
|
Sync our regex code with upstream changes since last time we did this, which
|
18 years ago |
|
rewrite
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
snowball
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
storage
|
Move ProcState definition into sinvaladt.c from sinvaladt.h, since it's not
|
18 years ago |
|
tcop
|
Implement enum type for guc parameters, and convert a couple of existing
|
18 years ago |
|
tsearch
|
Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a valid
|
18 years ago |
|
utils
|
Fix postgres --describe-config for guc enums, breakage noted by Alvaro.
|
18 years ago |
|
Makefile
|
make install is supposed to install everything under src/include/,
|
18 years ago |
|
c.h
|
Change the declaration of struct varlena so that the length word is
|
18 years ago |
|
fmgr.h
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
funcapi.h
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
getaddrinfo.h
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
getopt_long.h
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
miscadmin.h
|
Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_VERSIONSTR to
|
18 years ago |
|
pg_config.h.in
|
Provide a build-time option to store large relations as single files, rather
|
18 years ago |
|
pg_config.h.win32
|
Stamp HEAD as 8.4devel.
|
18 years ago |
|
pg_config_manual.h
|
Provide a build-time option to store large relations as single files, rather
|
18 years ago |
|
pg_trace.h
|
Correct two more copyrights found by updated script.
|
18 years ago |
|
pgstat.h
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
pgtime.h
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
port.h
|
Fix handling of restricted processes for Windows Vista (mainly),
|
18 years ago |
|
postgres.h
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
postgres_ext.h
|
Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It
|
19 years ago |
|
postgres_fe.h
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
rusagestub.h
|
Update copyrights in source tree to 2008.
|
18 years ago |