summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2018-04-08Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane
2018-04-08Replace our traditional initial-catalog-data format with a better design.Tom Lane
2018-04-07Refactor dir/file permissionsStephen Frost
2018-04-05Install errcodes.txt for use by extensions.Andrew Gierth
2018-04-04Use ARMv8 CRC instructions where available.Heikki Linnakangas
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-04-03Attempt to fix jsonb_plperl build on WindowsPeter Eisentraut
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-04-01Add Bloom filter implementation.Andres Freund
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