summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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
2017-08-07Update RELEASE_CHANGES' example of branch name format.Tom Lane
2017-07-28PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane
2017-07-24MSVC: Finish clean.bat build artifact coverage.Noah Misch
2017-07-24MSVC: Accept tcl86.lib in addition to tcl86t.lib.Noah Misch
2017-07-21Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed
2017-07-17MSVC: Don't link libpgcommon into pgcrypto.Noah Misch
2017-07-16fix typoAndrew Dunstan
2017-07-16Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731fAndrew Dunstan
2017-07-14Fix broken link-command-line ordering for libpgfeutils.Tom Lane
2017-07-09MSVC: Repair libpq.rc generator.Noah Misch
2017-06-28Ooops, WIN32 code in pg_ctl.c still needs PQExpBuffer.Tom Lane
2017-06-28Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane
2017-06-21Remove entab and associated detritus.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane