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
*
Cap wal_buffers to avoid a server crash when it's set very large.
Robert Haas
2015-08-04
*
Remove ssl renegotiation support.
Andres Freund
2015-07-28
*
Make wal_compression PGC_SUSET rather than PGC_USERSET.
Fujii Masao
2015-07-09
*
Add an optional missing_ok argument to SQL function current_setting().
Tom Lane
2015-07-02
*
Improve design and implementation of pg_file_settings view.
Tom Lane
2015-06-28
*
Fix alphabetization in catalogs.sgml.
Fujii Masao
2015-06-12
*
Revert exporting of internal GUC variable "data_directory".
Tom Lane
2015-05-29
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Add archive_mode='always' option.
Heikki Linnakangas
2015-05-15
*
Add pg_settings.pending_restart column
Peter Eisentraut
2015-05-14
*
Add pg_file_settings view and function
Stephen Frost
2015-05-08
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Remove duplicated words in comments.
Heikki Linnakangas
2015-04-12
*
Use abbreviated keys for faster sorting of numeric datums.
Robert Haas
2015-04-02
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Increase max_wal_size's default from 128MB to 1GB.
Andres Freund
2015-03-15
*
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-11
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-03-11
*
Replace checkpoint_segments with min_wal_size and max_wal_size.
Heikki Linnakangas
2015-02-23
*
Refactor unit conversions code in guc.c.
Heikki Linnakangas
2015-02-23
*
Add GUC to control the time to wait before retrieving WAL after failed attempt.
Fujii Masao
2015-02-23
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
*
Clean up assorted issues in ALTER SYSTEM coding.
Tom Lane
2015-01-25
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Change local_preload_libraries to PGC_USERSET
Peter Eisentraut
2014-12-22
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
*
Attempt to suppress uninitialized variable warning.
Robert Haas
2014-11-25
*
Fix uninitialized-variable warning.
Tom Lane
2014-11-25
*
Add infrastructure to save and restore GUC values.
Robert Haas
2014-11-24
*
Rename pending_list_cleanup_size to gin_pending_list_limit.
Fujii Masao
2014-11-13
*
Message improvements
Peter Eisentraut
2014-11-11
*
Add GUC and storage parameter to set the maximum size of GIN pending list.
Fujii Masao
2014-11-11
*
Remove the last vestige of server-side autocommit.
Tom Lane
2014-11-05
*
Allow setting effective_io_concurrency even on unsupported systems
Peter Eisentraut
2014-10-18
*
Consistently use NULL for invalid GUC unit strings
Bruce Momjian
2014-10-13
*
Remove num_xloginsert_locks GUC, replace with a #define
Heikki Linnakangas
2014-10-01
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.
Tom Lane
2014-09-13
*
Add GUC to enable logging of replication commands.
Fujii Masao
2014-09-13
*
Support ALTER SYSTEM RESET command.
Fujii Masao
2014-09-02
*
Assorted message improvements
Peter Eisentraut
2014-08-29
*
Use comma+space as the separator in the default search_path.
Heikki Linnakangas
2014-08-20
*
Change first call of ProcessConfigFile so as to process only data_directory.
Fujii Masao
2014-08-12
*
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-11
*
Add option to pg_ctl to choose event source for logging
Magnus Hagander
2014-07-17
*
Add cluster_name GUC which is included in process titles if set.
Andres Freund
2014-06-29
*
Don't allow to disable backend assertions via the debug_assertions GUC.
Andres Freund
2014-06-20
*
Don't allow data_directory to be set in postgresql.auto.conf by ALTER SYSTEM.
Fujii Masao
2014-06-19
*
Fix a bunch of functions that were declared static then defined not-static.
Tom Lane
2014-05-17
[next]