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.
Heikki Linnakangas
706a308806
Add relation fork support to pg_relation_size() function. You can now pass
...
name of a fork ('main' or 'fsm', at the moment) to pg_relation_size() to
get the size of a specific fork. Defaults to 'main', if none given.
While we're at it, modify pg_relation_size to take a regclass as argument,
instead of separate variants taking oid and name. This change is
transparent to typical use where the table name is passed as a string
literal, like pg_relation_size('table'), but will break queries like
pg_relation_size(namecol), where namecol is of type name. text-type input
still works, and using a non-schema-qualified table name is not very
reliable anyway, so this is unlikely to break anyone's queries in practice.
17 years ago
..
access
Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the
17 years ago
bootstrap
Update copyrights in source tree to 2008.
18 years ago
catalog
Add relation fork support to pg_relation_size() function. You can now pass
17 years ago
commands
Mark SessionReplicationRole as PGDLLIMPORT so it
18 years ago
executor
Improve tuplestore.c to support multiple concurrent read positions.
17 years ago
lib
Update copyrights in source tree to 2008.
18 years ago
libpq
Parse pg_hba.conf in postmaster, instead of once in each backend for
18 years ago
mb
Move wchar2char() and char2wchar() from tsearch into /mb to be easier to
18 years ago
nodes
Improve tuplestore.c to support multiple concurrent read positions.
17 years ago
optimizer
Improve the plan cache invalidation mechanism to make it invalidate plans
18 years ago
parser
Add a bunch of new error location reports to parse-analysis error messages.
18 years ago
port
Add $PostgreSQL$ markers to a lot of files that were missing them.
18 years ago
portability
Add support for tracking call counts and elapsed runtime for user-defined
18 years ago
postmaster
Introduce the concept of relation forks. An smgr relation can now consist
18 years ago
regex
Convert three more guc settings to enum type:
18 years ago
rewrite
Add a bunch of new error location reports to parse-analysis error messages.
18 years ago
snowball
Update copyrights in source tree to 2008.
18 years ago
storage
Add relation fork support to pg_relation_size() function. You can now pass
17 years ago
tcop
Implement enum type for guc parameters, and convert a couple of existing
18 years ago
tsearch
Create a selectivity estimation function for the text search @@ operator.
18 years ago
utils
Add relation fork support to pg_relation_size() function. You can now pass
17 years ago
Makefile
Remove all traces that suggest that a non-Bison yacc might be supported, and
18 years ago
c.h
Update source code comment about when to use gettext_noop().
18 years ago
fmgr.h
If a loadable module has wrong values in its magic block, spell out
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
Prevent shutdown in normal mode if online backup is running, and
18 years ago
pg_config.h.in
Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to also
18 years ago
pg_config.h.win32
Provide for MSVC config equivalents of recently added configure options. Remove
18 years ago
pg_config_manual.h
Don't make --enable-cassert turn on RANDOMIZE_ALLOCATED_MEMORY automatically;
18 years ago
pg_trace.h
Enable probes to work with Mac OS X Leopard and other OSes that will
18 years ago
pgstat.h
Make the temporary directory for pgstat files configurable by the GUC
18 years ago
pgtime.h
Update copyrights in source tree to 2008.
18 years ago
port.h
Fix rmtree() so that it keeps going after failure to remove any individual
18 years ago
postgres.h
Allow float8, int8, and related datatypes to be passed by value on machines
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