aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
Commit message (Expand)AuthorAge
* Wrap long line in postgresql.conf.sample.Thomas Munro2018-08-22
* Provide plan_cache_mode options in postgresql.conf.sample.Thomas Munro2018-08-22
* Fix set of NLS translation issuesMichael Paquier2018-08-21
* Fix typo in description of enable_parallel_hashMichael Paquier2018-08-21
* Require a C99-compliant snprintf(), and remove related workarounds.Tom Lane2018-08-16
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-15
* Add ssl_library preset parameterPeter Eisentraut2018-07-30
* Provide separate header file for built-in float typesTomas Vondra2018-07-29
* Use setproctitle_fast() to update the ps status, if available.Thomas Munro2018-07-24
* Add plan_cache_mode settingPeter Eisentraut2018-07-16
* Fix more wrong paths in header commentsAlexander Korotkov2018-07-11
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-11
* Remove dynamic_shared_memory_type=nonePeter Eisentraut2018-07-10
* Print DEBUG2 like that rather than as DEBUGAndrew Dunstan2018-07-06
* Fix upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov2018-06-26
* Increase upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov2018-06-26
* Fixes for vacuum_cleanup_index_scale_factor GUC optionAlexander Korotkov2018-06-22
* Teach SHOW ALL to honor pg_read_all_settings membershipAlvaro Herrera2018-06-08
* Fix typoPeter Eisentraut2018-06-04
* Accept "B" in all memory-unit GUCs, and improve error messages.Heikki Linnakangas2018-05-23
* Various improvements of skipping index scan during vacuum technicsTeodor Sigaev2018-05-10
* Fix assorted compiler warnings seen in the buildfarm.Tom Lane2018-05-02
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Add GUC enable_partition_pruningAlvaro Herrera2018-04-23
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Allow group access on PGDATAStephen Frost2018-04-07
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-04
* Add inlining support to LLVM JIT provider.Andres Freund2018-03-28
* JIT tuple deforming in LLVM JIT provider.Andres Freund2018-03-26
* Add expression compilation support to LLVM JIT provider.Andres Freund2018-03-22
* Basic planner and executor integration for JIT.Andres Freund2018-03-22
* Debugging and profiling support for LLVM JIT provider.Andres Freund2018-03-22
* Support for optimizing and emitting code in LLVM JIT provider.Andres Freund2018-03-22
* Implement partition-wise grouping/aggregation.Robert Haas2018-03-22
* Basic JIT provider and error handling infrastructure.Andres Freund2018-03-21
* Prevent extensions from creating custom GUCs that are GUC_LIST_QUOTE.Tom Lane2018-03-21
* Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-03-21
* Add ssl_passphrase_command settingPeter Eisentraut2018-03-17
* Rename TransactionChain functionsPeter Eisentraut2018-03-16
* Fix more format truncation issuesPeter Eisentraut2018-03-15
* Change internal integer representation of Value nodePeter Eisentraut2018-03-13
* Fix cross-checking of ReservedBackends/max_wal_senders/MaxConnections.Tom Lane2018-03-08
* Fix typoAlvaro Herrera2018-03-07
* Remove some inappropriate #includes.Tom Lane2018-02-16
* Rename enable_partition_wise_join to enable_partitionwise_joinPeter Eisentraut2018-02-16
* Support parallel btree index builds.Robert Haas2018-02-02
* Split out documentation of SSL parameters into their own sectionPeter Eisentraut2018-01-23