aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* 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
* Add support for coordinating record typmods among parallel workers.Andres Freund2017-09-14
* Fix macro-redefinition warning on MSVC.Tom Lane2017-09-03
* Hash tables backed by DSA shared memory.Andres Freund2017-08-22
* pg_prewarm: Add automatic prewarm feature.Robert Haas2017-08-21
* Further tweaks to compiler flags for PL/Perl on Windows.Tom Lane2017-08-17
* Stamp HEAD as 11devel.Tom Lane2017-08-14
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.Tom Lane2017-08-14
* Update RELEASE_CHANGES' example of branch name format.Tom Lane2017-08-06
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-28
* MSVC: Finish clean.bat build artifact coverage.Noah Misch2017-07-24
* MSVC: Accept tcl86.lib in addition to tcl86t.lib.Noah Misch2017-07-23
* Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed2017-07-21
* MSVC: Don't link libpgcommon into pgcrypto.Noah Misch2017-07-16
* fix typoAndrew Dunstan2017-07-16
* Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731fAndrew Dunstan2017-07-16
* Fix broken link-command-line ordering for libpgfeutils.Tom Lane2017-07-14
* MSVC: Repair libpq.rc generator.Noah Misch2017-07-09
* Ooops, WIN32 code in pg_ctl.c still needs PQExpBuffer.Tom Lane2017-06-28
* Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane2017-06-28
* Remove entab and associated detritus.Tom Lane2017-06-21
* Phase 3 of pgindent updates.Tom Lane2017-06-21