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
Commit message (
Expand
)
Author
Age
*
Wrap long line in postgresql.conf.sample.
Thomas Munro
2018-08-22
*
Provide plan_cache_mode options in postgresql.conf.sample.
Thomas Munro
2018-08-22
*
Fix set of NLS translation issues
Michael Paquier
2018-08-21
*
Fix typo in description of enable_parallel_hash
Michael Paquier
2018-08-21
*
Require a C99-compliant snprintf(), and remove related workarounds.
Tom Lane
2018-08-16
*
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-15
*
Add ssl_library preset parameter
Peter Eisentraut
2018-07-30
*
Provide separate header file for built-in float types
Tomas Vondra
2018-07-29
*
Use setproctitle_fast() to update the ps status, if available.
Thomas Munro
2018-07-24
*
Add plan_cache_mode setting
Peter Eisentraut
2018-07-16
*
Fix more wrong paths in header comments
Alexander Korotkov
2018-07-11
*
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-07-11
*
Remove dynamic_shared_memory_type=none
Peter Eisentraut
2018-07-10
*
Print DEBUG2 like that rather than as DEBUG
Andrew Dunstan
2018-07-06
*
Fix upper limit for vacuum_cleanup_index_scale_factor
Alexander Korotkov
2018-06-26
*
Increase upper limit for vacuum_cleanup_index_scale_factor
Alexander Korotkov
2018-06-26
*
Fixes for vacuum_cleanup_index_scale_factor GUC option
Alexander Korotkov
2018-06-22
*
Teach SHOW ALL to honor pg_read_all_settings membership
Alvaro Herrera
2018-06-08
*
Fix typo
Peter Eisentraut
2018-06-04
*
Accept "B" in all memory-unit GUCs, and improve error messages.
Heikki Linnakangas
2018-05-23
*
Various improvements of skipping index scan during vacuum technics
Teodor Sigaev
2018-05-10
*
Fix assorted compiler warnings seen in the buildfarm.
Tom Lane
2018-05-02
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-23
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
Allow group access on PGDATA
Stephen Frost
2018-04-07
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
*
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-04-04
*
Add inlining support to LLVM JIT provider.
Andres Freund
2018-03-28
*
JIT tuple deforming in LLVM JIT provider.
Andres Freund
2018-03-26
*
Add expression compilation support to LLVM JIT provider.
Andres Freund
2018-03-22
*
Basic planner and executor integration for JIT.
Andres Freund
2018-03-22
*
Debugging and profiling support for LLVM JIT provider.
Andres Freund
2018-03-22
*
Support for optimizing and emitting code in LLVM JIT provider.
Andres Freund
2018-03-22
*
Implement partition-wise grouping/aggregation.
Robert Haas
2018-03-22
*
Basic JIT provider and error handling infrastructure.
Andres Freund
2018-03-21
*
Prevent extensions from creating custom GUCs that are GUC_LIST_QUOTE.
Tom Lane
2018-03-21
*
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-03-21
*
Add ssl_passphrase_command setting
Peter Eisentraut
2018-03-17
*
Rename TransactionChain functions
Peter Eisentraut
2018-03-16
*
Fix more format truncation issues
Peter Eisentraut
2018-03-15
*
Change internal integer representation of Value node
Peter Eisentraut
2018-03-13
*
Fix cross-checking of ReservedBackends/max_wal_senders/MaxConnections.
Tom Lane
2018-03-08
*
Fix typo
Alvaro Herrera
2018-03-07
*
Remove some inappropriate #includes.
Tom Lane
2018-02-16
*
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-16
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Split out documentation of SSL parameters into their own section
Peter Eisentraut
2018-01-23
[next]