index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
/
guc.c
Commit message (
Expand
)
Author
Age
*
Issue a warning if a change-on-restart-only postgresql.conf value is
Peter Eisentraut
2006-02-04
*
Change allow_system_table_mods to PGC_POSTMASTER, restoring previous
Peter Eisentraut
2006-01-09
*
Fix the assert_enabled issue properly. This eliminates the former ABI
Tom Lane
2006-01-08
*
Recent patch broke guc.c for non-USE_ASSERT_CHECKING case. Per
Tom Lane
2006-01-08
*
Make all command-line options of postmaster and postgres the same. See
Peter Eisentraut
2006-01-05
*
Disallow setting ssl = on if SSL is not compiled in.
Peter Eisentraut
2005-12-30
*
Remove silly use of DLLIMPORT.
Tom Lane
2005-12-28
*
Add quotes around search_path "$user" so that SHOW output can be used in
Bruce Momjian
2005-12-23
*
Teach planner how to rearrange join order for some classes of OUTER JOIN.
Tom Lane
2005-12-20
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Make SQL arrays support null elements. This commit fixes the core array
Tom Lane
2005-11-17
*
Improve description of constraint_exclusion variable.
Tom Lane
2005-11-04
*
Fix logical error in option description.
Peter Eisentraut
2005-11-04
*
Rename the members of CommandDest enum so they don't collide with other uses of
Alvaro Herrera
2005-11-03
*
Message corrections
Peter Eisentraut
2005-10-29
*
Postpone pg_timezone_initialize() until after creation of postmaster.pid,
Tom Lane
2005-10-20
*
Add space after description.
Bruce Momjian
2005-10-16
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Fix syslog bug: if any messages are emitted to write_syslog before
Tom Lane
2005-10-14
*
Fix up grammar in variable description string.
Tom Lane
2005-10-08
*
Add a trace_sort option to help with measuring resource usage of external
Tom Lane
2005-10-03
*
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
Tom Lane
2005-09-24
*
Tweak TCP-keepalive code so that an invalid setting doesn't cause us
Tom Lane
2005-09-12
*
Reduce default value of max_prepared_transactions from 50 to 5. This
Tom Lane
2005-08-29
*
enable_constraint_exclusion => constraint_exclusion
Bruce Momjian
2005-08-22
*
Minor GUC cleanups: document krb_server_hostname and custom_variable_classes
Tom Lane
2005-08-21
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
*
Fix LRU/ALL description mismatch for GUC parameter.
Bruce Momjian
2005-08-19
*
Change standard_compliant_strings to standard_conforming_strings.
Peter Eisentraut
2005-08-14
*
Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost
Tom Lane
2005-08-11
*
Add GUC variables to control keep-alive times for idle, interval, and
Bruce Momjian
2005-07-30
*
Clean up a number of autovacuum loose ends. Make the stats collector
Tom Lane
2005-07-29
*
Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;
Tom Lane
2005-07-25
*
Simple constraint exclusion. For now, only child tables of inheritance
Tom Lane
2005-07-23
*
Update DAYS_PER_MONTH comment.
Bruce Momjian
2005-07-21
*
Add time/date macros for code clarity:
Bruce Momjian
2005-07-21
*
Integrate autovacuum functionality into the backend. There's still a
Tom Lane
2005-07-14
*
Add GUC full_page_writes to control writing full pages to WAL.
Bruce Momjian
2005-07-05
*
Arrange for the postmaster (and standalone backends, initdb, etc) to
Tom Lane
2005-07-04
*
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-28
*
Code review for escape-strings patch. Sync psql and plpgsql lexers
Tom Lane
2005-06-26
*
Add E'' syntax so eventually normal strings can treat backslashes
Bruce Momjian
2005-06-26
*
Two-phase commit. Original patch by Heikki Linnakangas, with additional
Tom Lane
2005-06-17
*
Update GUC description for kerberos usernames.
Bruce Momjian
2005-06-16
*
Have SHOW ALL include variable descriptions.
Bruce Momjian
2005-06-14
*
Add GUC krb_server_hostname so the server hostname can be specified as
Bruce Momjian
2005-06-14
*
Allow kerberos name and username case sensitivity to be specified from
Bruce Momjian
2005-06-04
*
Re-order 'else' clause for clarity.
Bruce Momjian
2005-05-27
*
Rename Rendezvous to Bonjour to match OS/X renaming.
Bruce Momjian
2005-05-15
*
Change CREATE TYPE to require datatype output and send functions to have
Tom Lane
2005-05-01
[next]