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
54d60bbd07
Fix a couple of issues in recent patch to print updates to postgresql.conf
...
settings: avoid calling superuser() in contexts where it's not defined,
don't leak the transient copies of GetConfigOption output, and avoid the
whole exercise in postmaster child processes.
I found that actually no current caller of GetConfigOption has any use for
its internal check of GUC_SUPERUSER_ONLY. But rather than just remove
that entirely, it seemed better to add a parameter indicating whether to
enforce the check.
Per report from Simon and subsequent testing.
17 years ago
..
access
Make sure that GIN fast-insert and regular code paths enforce the same
17 years ago
bootstrap
Simplify the bootstrap (BKI) code by getting rid of a useless table of all
17 years ago
catalog
Extend the BKI infrastructure to allow system catalogs to be given
17 years ago
commands
Implement the DO statement to support execution of PL code without having
17 years ago
executor
Remove no-longer-needed ExecCountSlots infrastructure.
17 years ago
foreign
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago
lib
Assorted minor refactoring in EXPLAIN.
17 years ago
libpq
Support "samehost" and "samenet" specifications in pg_hba.conf,
17 years ago
mb
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago
nodes
Replace the array-style TupleTable data structure with a simple List of
17 years ago
optimizer
Implement "join removal" for cases where the inner side of a left join
17 years ago
parser
Unicode escapes in E'...' strings
17 years ago
port
Change our WIN32 API version to be 5.01 (Windows XP), to bring in the proper
17 years ago
portability
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago
postmaster
Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled
17 years ago
regex
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago
rewrite
Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr
17 years ago
snowball
Update copyright for 2009.
17 years ago
storage
Change the autovacuum launcher to read pg_database directly, rather than
17 years ago
tcop
Move processing of startup-packet switches and GUC settings into InitPostgres,
17 years ago
tsearch
Introduce filtering dictionary support to tsearch. Propagate --nolocale option
17 years ago
utils
Fix a couple of issues in recent patch to print updates to postgresql.conf
17 years ago
Makefile
Update of install-sh, mkinstalldirs, and associated configury
17 years ago
c.h
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago
fmgr.h
Update copyright for 2009.
17 years ago
funcapi.h
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago
getaddrinfo.h
Update copyright for 2009.
17 years ago
getopt_long.h
Remove a boatload of useless definitions of 'int optreset'. If we
17 years ago
miscadmin.h
Move processing of startup-packet switches and GUC settings into InitPostgres,
17 years ago
pg_config.h.in
Support "samehost" and "samenet" specifications in pg_hba.conf,
17 years ago
pg_config.h.win32
Write psql's ~/.psql_history file using history_truncate_file() and
17 years ago
pg_config_manual.h
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago
pg_trace.h
Update copyright for 2009.
17 years ago
pgstat.h
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago
pgtime.h
Update copyright for 2009.
17 years ago
port.h
Add erand48() to the set of functions supported by our src/port/ library,
17 years ago
postgres.h
Update copyright for 2009.
17 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 copyright for 2009.
17 years ago
rusagestub.h
Update copyright for 2009.
17 years ago
windowapi.h
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
17 years ago