aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Install errcodes.txt for use by extensions.Andrew Gierth2018-04-05
* Use ARMv8 CRC instructions where available.Heikki Linnakangas2018-04-04
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-03
* Attempt to fix jsonb_plperl build on WindowsPeter Eisentraut2018-04-03
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Add Bloom filter implementation.Andres Freund2018-03-31
* Attempt to fix jsonb_plpython build on WindowsPeter Eisentraut2018-03-28
* Update pgindent's typedefs blacklist, and make it easier to adjust.Tom Lane2018-03-27
* Add expression compilation support to LLVM JIT provider.Andres Freund2018-03-22
* Add helpers for emitting LLVM IR.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 conditional.c to libpgfeutils for MSVC buildTeodor Sigaev2018-03-22
* Basic JIT provider and error handling infrastructure.Andres Freund2018-03-21
* Add ssl_passphrase_command settingPeter Eisentraut2018-03-17
* Fix msvc/ecpg_regression.proj for recent ECPG test additions.Tom Lane2018-03-15
* Actually pick .lib file when multiple perl libs are presentMagnus Hagander2018-03-04
* Fix msvc builds for ActivePerl > 5.24Magnus Hagander2018-03-02
* Fix up ecpg's configuration so it handles "long long int" in MSVC builds.Tom Lane2018-02-27
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-26
* Support parallel btree index builds.Robert Haas2018-02-02
* Refactor client-side SSL certificate checking codePeter Eisentraut2018-01-30
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-19
* Expression evaluation based aggregate transition invocation.Andres Freund2018-01-09
* Fix use of config-specific libraries for Windows OpenSSLAndrew Dunstan2018-01-03
* Update copyright for 2018Bruce Momjian2018-01-02
* Add parallel-aware hash joins.Andres Freund2017-12-21
* Add shared tuplestores.Andres Freund2017-12-18
* Start a separate test suite for plpgsqlPeter Eisentraut2017-12-13
* MSVC 2012+: Permit linking to 32-bit, MinGW-built libraries.Noah Misch2017-12-09
* MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.Noah Misch2017-12-08
* Add infrastructure for sharing temporary files between backends.Andres Freund2017-12-01
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Fix typo in commentMagnus Hagander2017-11-27
* Update MSVC build process for new timezone data.Tom Lane2017-11-25
* Support linking with MinGW-built Perl.Noah Misch2017-11-23
* Provide DSM segment to ExecXXXInitializeWorker functions.Andres Freund2017-11-16
* Back out the session_start and session_end hooks feature.Andrew Dunstan2017-11-16
* Disable installcheck tests for test_session_hooksAndrew Dunstan2017-11-15
* MSVC: Rebuild spiexceptions.h when out of date.Noah Misch2017-11-12
* Add hash partitioning.Robert Haas2017-11-09
* Improve gendef.pl diagnostic on failure to open sym fileAndrew Dunstan2017-10-26
* Improve sys/catcache performance.Andres Freund2017-10-13
* Enforce our convention about max number of parallel regression tests.Tom Lane2017-10-07
* Attempt to adapt windows build for 212e6f34d55c.Andres Freund2017-10-04
* Adjust git_changelog for new-style release tags.Tom Lane2017-10-04
* Support building with Visual Studio 2017Andrew Dunstan2017-09-25
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19