Commit Graph

878 Commits (f7cb2842bf47715133b40e4a503f35dbe60d1b72)

Author SHA1 Message Date
Peter Eisentraut f7cb2842bf Add plan_cache_mode setting 7 years ago
Andrew Dunstan 8fb68aa265 Print DEBUG2 like that rather than as DEBUG 7 years ago
Alexander Korotkov 4d54543efa Fix upper limit for vacuum_cleanup_index_scale_factor 7 years ago
Alexander Korotkov 6ca33a885b Increase upper limit for vacuum_cleanup_index_scale_factor 7 years ago
Alexander Korotkov 9a994e37e0 Fixes for vacuum_cleanup_index_scale_factor GUC option 7 years ago
Alvaro Herrera 0c8910a0ca Teach SHOW ALL to honor pg_read_all_settings membership 7 years ago
Heikki Linnakangas b06d8e58b5 Accept "B" in all memory-unit GUCs, and improve error messages. 7 years ago
Teodor Sigaev 8e12f4a250 Various improvements of skipping index scan during vacuum technics 7 years ago
Tom Lane fbb2e9a030 Fix assorted compiler warnings seen in the buildfarm. 7 years ago
Tom Lane 41c912cad1 Clean up warnings from -Wimplicit-fallthrough. 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 8 years ago
Alvaro Herrera 055fb8d33d Add GUC enable_partition_pruning 8 years ago
Magnus Hagander a228cc13ae Revert "Allow on-line enabling and disabling of data checksums" 8 years ago
Stephen Frost c37b3d08ca Allow group access on PGDATA 8 years ago
Magnus Hagander 1fde38beaa Allow on-line enabling and disabling of data checksums 8 years ago
Teodor Sigaev 857f9c36cd Skip full index scan during cleanup of B-tree indexes when possible 8 years ago
Andres Freund 9370462e9a Add inlining support to LLVM JIT provider. 8 years ago
Andres Freund 32af96b2b1 JIT tuple deforming in LLVM JIT provider. 8 years ago
Andres Freund 2a0faed9d7 Add expression compilation support to LLVM JIT provider. 8 years ago
Andres Freund cc415a56d0 Basic planner and executor integration for JIT. 8 years ago
Andres Freund 250bca7fc1 Debugging and profiling support for LLVM JIT provider. 8 years ago
Andres Freund b96d550eb0 Support for optimizing and emitting code in LLVM JIT provider. 8 years ago
Robert Haas e2f1eb0ee3 Implement partition-wise grouping/aggregation. 8 years ago
Andres Freund 432bb9e04d Basic JIT provider and error handling infrastructure. 8 years ago
Tom Lane 846b5a5257 Prevent extensions from creating custom GUCs that are GUC_LIST_QUOTE. 8 years ago
Tom Lane 742869946f Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c. 8 years ago
Peter Eisentraut 8a3d942529 Add ssl_passphrase_command setting 8 years ago
Peter Eisentraut 04700b685f Rename TransactionChain functions 8 years ago
Peter Eisentraut 3a4b891964 Fix more format truncation issues 8 years ago
Peter Eisentraut 6cf86f4354 Change internal integer representation of Value node 8 years ago
Tom Lane 4e0c743c18 Fix cross-checking of ReservedBackends/max_wal_senders/MaxConnections. 8 years ago
Alvaro Herrera f4a2842ac3 Fix typo 8 years ago
Peter Eisentraut 2fb1abaeb0 Rename enable_partition_wise_join to enable_partitionwise_join 8 years ago
Robert Haas 9da0cc3528 Support parallel btree index builds. 8 years ago
Peter Eisentraut 7404e77cc1 Split out documentation of SSL parameters into their own section 8 years ago
Magnus Hagander 1cc4f536ef Support huge pages on Windows 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Andres Freund 1804284042 Add parallel-aware hash joins. 8 years ago
Robert Haas ab72716778 Support Parallel Append plan nodes. 8 years ago
Robert Haas e5253fdc4f Add parallel_leader_participation GUC. 8 years ago
Tom Lane ae20b23a9e Refactor permissions checks for large objects. 8 years ago
Tom Lane 6c3a7ba5bb Fix typo in ALTER SYSTEM output. 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Robert Haas 846fcc8516 Fix problems with the "role" GUC and parallel query. 8 years ago
Robert Haas f49842d1ee Basic partition-wise join functionality. 8 years ago
Robert Haas 8b304b8b72 Remove replacement selection sort. 8 years ago
Peter Eisentraut 0c5803b450 Refactor new file permission handling 8 years ago
Andres Freund fc49e24fa6 Make WAL segment size configurable at initdb time. 8 years ago
Andres Freund 6e7baa3227 Introduce BYTES unit for GUCs. 8 years ago
Peter Eisentraut 821fb8cdbf Message style fixes 8 years ago