index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
Age
Commit message (
Expand
)
Author
2018-11-02
GUC: adjust effective_cache_size docs and SQL description
Bruce Momjian
2018-03-21
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2017-07-31
Add missing comment in postgresql.conf.
Tatsuo Ishii
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-07-19
Remove very-obsolete estimates of shmem usage from postgresql.conf.sample.
Tom Lane
2016-05-27
Be more predictable about reporting "lock timeout" vs "statement timeout".
Tom Lane
2016-02-05
Force certain "pljava" custom GUCs to be PGC_SUSET.
Noah Misch
2015-09-24
Lower *_freeze_max_age minimum values.
Andres Freund
2015-09-09
Add gin_fuzzy_search_limit to postgresql.conf.sample.
Fujii Masao
2015-08-15
Don't use 'bool' as a struct member name in help_config.c.
Andres Freund
2015-08-04
Cap wal_buffers to avoid a server crash when it's set very large.
Robert Haas
2015-07-28
Disable ssl renegotiation by default.
Andres Freund
2015-06-28
Back-patch some minor bug fixes in GUC code.
Tom Lane
2014-10-16
Support timezone abbreviations that sometimes change.
Tom Lane
2014-10-04
Update time zone data files to tzdata release 2014h.
Tom Lane
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2014-04-05
Fix processing of PGC_BACKEND GUC parameters on Windows.
Tom Lane
2014-03-16
Make punctuation consistent
Peter Eisentraut
2014-02-20
Add a GUC to report whether data page checksums are enabled.
Heikki Linnakangas
2014-02-13
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-01-21
Fix inadvertent semantics change in last patch to plug memory leaks.
Robert Haas
2014-01-21
Plug more memory leaks when reloading config file.
Robert Haas
2013-12-13
Don't let timeout interrupts happen unless ImmediateInterruptOK is set.
Tom Lane
2013-11-29
Fix assorted race conditions in the new timeout infrastructure.
Tom Lane
2013-10-24
Plug memory leak when reloading config file.
Heikki Linnakangas
2013-08-13
Emit a log message if output is about to be redirected away from stderr.
Tom Lane
2013-08-07
Message style improvements
Peter Eisentraut
2013-07-31
Fix mis-indented lines
Alvaro Herrera
2013-05-29
postgresql.conf.sample: Improve whitespace
Peter Eisentraut
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-03-28
Revoke bc5334d8679c428a709d150666b288171795bd76
Simon Riggs
2013-03-28
Revoke 7a5a59d378e052618d6feae64d1d2b4f2ad6f9bc
Simon Riggs
2013-03-27
Set recovery_config_directory for EXEC_BACKEND.
Simon Riggs
2013-03-27
Allow external recovery_config_directory
Simon Riggs
2013-03-22
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
Change commit_delay to be SUSET for 9.3+
Simon Riggs
2013-03-17
Improve signal-handler lockout mechanism in timeout.c.
Tom Lane
2013-03-17
Move pqsignal() to libpgport.
Tom Lane
2013-03-16
Add lock_timeout configuration parameter.
Tom Lane
2013-02-18
Split pgstat file in smaller pieces
Alvaro Herrera
2013-02-17
Add ALTER ROLE ALL SET command
Peter Eisentraut
2013-02-04
Reset vacuum_defer_cleanup_age to PGC_SIGHUP.
Simon Riggs
2013-02-02
Mark vacuum_defer_cleanup_age as PGC_POSTMASTER.
Simon Riggs
2013-01-17
Base the default SSL ciphers on DEFAULT instead of ALL
Magnus Hagander
2013-01-02
Fix background workers for EXEC_BACKEND
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-06
Background worker processes
Alvaro Herrera
2012-11-18
Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds.
Tom Lane
2012-11-18
Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds.
Tom Lane
2012-10-11
Improve replication connection timeouts.
Heikki Linnakangas
[next]