summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2018-03-28Attempt to fix jsonb_plpython build on WindowsPeter Eisentraut
2018-03-27Update pgindent's typedefs blacklist, and make it easier to adjust.Tom Lane
2018-03-22Add expression compilation support to LLVM JIT provider.Andres Freund
2018-03-22Add helpers for emitting LLVM IR.Andres Freund
2018-03-22Support for optimizing and emitting code in LLVM JIT provider.Andres Freund
2018-03-22Implement partition-wise grouping/aggregation.Robert Haas
2018-03-22Add conditional.c to libpgfeutils for MSVC buildTeodor Sigaev
2018-03-22Basic JIT provider and error handling infrastructure.Andres Freund
2018-03-17Add ssl_passphrase_command settingPeter Eisentraut
2018-03-16Fix msvc/ecpg_regression.proj for recent ECPG test additions.Tom Lane
2018-03-04Actually pick .lib file when multiple perl libs are presentMagnus Hagander
2018-03-02Fix msvc builds for ActivePerl > 5.24Magnus Hagander
2018-02-27Fix up ecpg's configuration so it handles "long long int" in MSVC builds.Tom Lane
2018-02-26Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch
2018-02-02Support parallel btree index builds.Robert Haas
2018-01-31Refactor client-side SSL certificate checking codePeter Eisentraut
2018-01-19Allow UPDATE to move rows between partitions.Robert Haas
2018-01-09Expression evaluation based aggregate transition invocation.Andres Freund
2018-01-03Fix use of config-specific libraries for Windows OpenSSLAndrew Dunstan
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-21Add parallel-aware hash joins.Andres Freund
2017-12-18Add shared tuplestores.Andres Freund
2017-12-13Start a separate test suite for plpgsqlPeter Eisentraut
2017-12-09MSVC 2012+: Permit linking to 32-bit, MinGW-built libraries.Noah Misch
2017-12-09MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.Noah Misch
2017-12-02Add infrastructure for sharing temporary files between backends.Andres Freund
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-27Fix typo in commentMagnus Hagander
2017-11-25Update MSVC build process for new timezone data.Tom Lane
2017-11-24Support linking with MinGW-built Perl.Noah Misch
2017-11-17Provide DSM segment to ExecXXXInitializeWorker functions.Andres Freund
2017-11-16Back out the session_start and session_end hooks feature.Andrew Dunstan
2017-11-15Disable installcheck tests for test_session_hooksAndrew Dunstan
2017-11-13MSVC: Rebuild spiexceptions.h when out of date.Noah Misch
2017-11-09Add hash partitioning.Robert Haas
2017-10-26Improve gendef.pl diagnostic on failure to open sym fileAndrew Dunstan
2017-10-13Improve sys/catcache performance.Andres Freund
2017-10-07Enforce our convention about max number of parallel regression tests.Tom Lane
2017-10-04Attempt to adapt windows build for 212e6f34d55c.Andres Freund
2017-10-04Adjust git_changelog for new-style release tags.Tom Lane
2017-09-25Support building with Visual Studio 2017Andrew Dunstan
2017-09-20Make WAL segment size configurable at initdb time.Andres Freund
2017-09-15Add support for coordinating record typmods among parallel workers.Andres Freund
2017-09-03Fix macro-redefinition warning on MSVC.Tom Lane
2017-08-23Hash tables backed by DSA shared memory.Andres Freund
2017-08-21pg_prewarm: Add automatic prewarm feature.Robert Haas
2017-08-17Further tweaks to compiler flags for PL/Perl on Windows.Tom Lane
2017-08-14Stamp HEAD as 11devel.Tom Lane
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-14Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.Tom Lane