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
cf796cc702
A client_encoding specification coming from the connection request has
...
to be processed by GUC before InitPostgres, because any required lookup
of the encoding conversion function has to be done during InitializeClientEncoding.
So, I broke this last week by moving GUC processing to after InitPostgres :-(.
What we can do as a compromise is process non-SUSET variables during
command line scanning (the same as before), and postpone the processing
of only SUSET variables. None of the SUSET variables need to be set
before InitPostgres.
21 years ago
..
acl.h
Pgindent run for 8.0.
22 years ago
array.h
Fix a read of uninitialized memory in array_out(). Perform some minor
22 years ago
ascii.h
Update copyright to 2004.
22 years ago
builtins.h
Remove arithmetic operators on the 1-byte-char datatype, as per proposals
22 years ago
cash.h
Create a 'type cache' that keeps track of the data needed for any particular
23 years ago
catcache.h
Update copyright to 2004.
22 years ago
date.h
Update copyright to 2004.
22 years ago
datetime.h
Pgindent run for 8.0.
22 years ago
datum.h
Update copyright to 2004.
22 years ago
dynahash.h
Update copyright to 2004.
22 years ago
dynamic_loader.h
Update copyright to 2004.
22 years ago
elog.h
Fix oversight: there's no reason for PG_TRY to use sigsetjmp(buf,1)
22 years ago
errcodes.h
Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword
22 years ago
fmgrtab.h
Update copyright to 2004.
22 years ago
formatting.h
Update copyright to 2004.
22 years ago
geo_decls.h
Update copyright to 2004.
22 years ago
guc.h
A client_encoding specification coming from the connection request has
21 years ago
guc_tables.h
Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not be
21 years ago
help_config.h
Update copyright to 2004.
22 years ago
hsearch.h
Arrange to preallocate all required space for the buffer and FSM hash
22 years ago
inet.h
Update copyright to 2004.
22 years ago
int8.h
Update copyright to 2004.
22 years ago
inval.h
Update copyright to 2004.
22 years ago
logtape.h
Update copyright to 2004.
22 years ago
lsyscache.h
Create 'default_tablespace' GUC variable that supplies a TABLESPACE
21 years ago
memutils.h
Add some marginal tweaks to eliminate memory leakages associated with
22 years ago
nabstime.h
Update copyright to 2004.
22 years ago
numeric.h
Update copyright to 2004.
22 years ago
palloc.h
Fix palloc call from /port for Cygwin.
22 years ago
pg_crc.h
Update copyright to 2004.
22 years ago
pg_locale.h
Update copyright to 2004.
22 years ago
pg_lzcompress.h
$Header: -> $PostgreSQL Changes ...
22 years ago
portal.h
Restructure subtransaction handling to reduce resource consumption,
22 years ago
ps_status.h
Move responsibility for copying argv[] array into ps_status.c, where it
22 years ago
rel.h
Restructure subtransaction handling to reduce resource consumption,
22 years ago
relcache.h
Restructure subtransaction handling to reduce resource consumption,
22 years ago
resowner.h
Pgindent run for 8.0.
22 years ago
selfuncs.h
Use a hopefully-more-reliable method of detecting default selectivity
21 years ago
syscache.h
Update copyright to 2004.
22 years ago
timestamp.h
Pgindent run for 8.0.
22 years ago
tqual.h
Repair possible failure to update hint bits back to disk, per
22 years ago
tuplesort.h
Update copyright to 2004.
22 years ago
tuplestore.h
Update copyright to 2004.
22 years ago
typcache.h
Pgindent run for 8.0.
22 years ago
varbit.h
Update copyright to 2004.
22 years ago