aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Expand list of synchronized types and functions in LLVM JIT provider.Andres Freund2018-03-22
* Basic planner and executor integration for JIT.Andres Freund2018-03-22
* Add helpers for emitting LLVM IR.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
* Add \if support to pgbenchTeodor Sigaev2018-03-22
* Add file containing extensions of the LLVM C API.Andres Freund2018-03-21
* Basic JIT provider and error handling infrastructure.Andres Freund2018-03-21
* Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-03-21
* Change oddly-chosen OID allocation.Tom Lane2018-03-21
* Handle heap rewrites even better in logical decodingPeter Eisentraut2018-03-21
* Add configure tests for stdbool.h and sizeof boolPeter Eisentraut2018-03-21
* Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line.Andres Freund2018-03-20
* Add configure infrastructure (--with-llvm) to enable LLVM support.Andres Freund2018-03-20
* Attempt to fix build with unusual OpenSSL versionsPeter Eisentraut2018-03-20
* Don't pass the grouping target around unnecessarily.Robert Haas2018-03-20
* Prevent query-lifespan memory leakage of SP-GiST traversal values.Tom Lane2018-03-19
* Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane2018-03-19
* Remove unnecessary members from ModifyTableState and ExecInsertAlvaro Herrera2018-03-19
* Fix state reversal after partition tuple routingAlvaro Herrera2018-03-19
* Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane2018-03-17
* Add ssl_passphrase_command settingPeter Eisentraut2018-03-17
* Add 'unit' parameter to ExplainProperty{Integer,Float}.Andres Freund2018-03-16
* Make ExplainPropertyInteger accept 64bit input, remove *Long variant.Andres Freund2018-03-16
* Simplify parse representation of savepoint commandsPeter Eisentraut2018-03-16
* Rename TransactionChain functionsPeter Eisentraut2018-03-16
* Fix more format truncation issuesPeter Eisentraut2018-03-15
* restrict -> pg_restrictAlvaro Herrera2018-03-15
* logical replication: fix OID type mapping mechanismAlvaro Herrera2018-03-14
* Remove pg_class.relhaspkeyPeter Eisentraut2018-03-14
* Support INOUT arguments in proceduresPeter Eisentraut2018-03-14
* Log when a BRIN autosummarization request failsAlvaro Herrera2018-03-14
* When updating reltuples after ANALYZE, just extrapolate from our sample.Tom Lane2018-03-13
* Move strtoint() to commonPeter Eisentraut2018-03-13
* Change internal integer representation of Value nodePeter Eisentraut2018-03-13
* Fix improper uses of canonicalize_qual().Tom Lane2018-03-11
* Improve predtest.c's internal docs, and enhance its functionality a bit.Tom Lane2018-03-09
* Fix typoPeter Eisentraut2018-03-07
* Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)Alvaro Herrera2018-03-05
* Fix assorted issues in convert_to_scalar().Tom Lane2018-03-03
* Trivial adjustments in preparation for bootstrap data conversion.Tom Lane2018-03-03
* Add prokind column, replacing proisagg and proiswindowPeter Eisentraut2018-03-02
* Minor clean-up in dshash.{c,h}.Andres Freund2018-03-01
* Remove redundant IndexTupleDSize macro.Tom Lane2018-02-28
* For partitionwise join, match on partcollation, not parttypcoll.Robert Haas2018-02-28
* Fix up ecpg's configuration so it handles "long long int" in MSVC builds.Tom Lane2018-02-27
* Update PartitionTupleRouting struct commentAlvaro Herrera2018-02-26
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-26
* Add a new upper planner relation for partially-aggregated results.Robert Haas2018-02-26