summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Expression evaluation based aggregate transition invocation.Andres Freund2018-01-091-0/+1
* Fix use of config-specific libraries for Windows OpenSSLAndrew Dunstan2018-01-031-2/+4
* Update copyright for 2018Bruce Momjian2018-01-029-9/+9
* Add parallel-aware hash joins.Andres Freund2017-12-211-0/+4
* Add shared tuplestores.Andres Freund2017-12-181-0/+2
* Start a separate test suite for plpgsqlPeter Eisentraut2017-12-131-11/+20
* MSVC 2012+: Permit linking to 32-bit, MinGW-built libraries.Noah Misch2017-12-091-0/+2
* MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.Noah Misch2017-12-081-29/+141
* Add infrastructure for sharing temporary files between backends.Andres Freund2017-12-011-0/+1
* Update typedefs.list and re-run pgindentRobert Haas2017-11-291-18/+35
* Fix typo in commentMagnus Hagander2017-11-271-1/+1
* Update MSVC build process for new timezone data.Tom Lane2017-11-251-3/+4
* Support linking with MinGW-built Perl.Noah Misch2017-11-231-2/+3
* Provide DSM segment to ExecXXXInitializeWorker functions.Andres Freund2017-11-161-0/+1
* Back out the session_start and session_end hooks feature.Andrew Dunstan2017-11-161-2/+0
* Disable installcheck tests for test_session_hooksAndrew Dunstan2017-11-151-0/+2
* MSVC: Rebuild spiexceptions.h when out of date.Noah Misch2017-11-121-1/+2
* Add hash partitioning.Robert Haas2017-11-091-0/+1
* Improve gendef.pl diagnostic on failure to open sym fileAndrew Dunstan2017-10-261-1/+1
* Improve sys/catcache performance.Andres Freund2017-10-131-0/+2
* Enforce our convention about max number of parallel regression tests.Tom Lane2017-10-071-0/+2
* Attempt to adapt windows build for 212e6f34d55c.Andres Freund2017-10-041-1/+1
* Adjust git_changelog for new-style release tags.Tom Lane2017-10-041-2/+4
* Support building with Visual Studio 2017Andrew Dunstan2017-09-254-6/+69
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-191-2/+0
* Add support for coordinating record typmods among parallel workers.Andres Freund2017-09-141-0/+4
* Fix macro-redefinition warning on MSVC.Tom Lane2017-09-031-1/+1
* Hash tables backed by DSA shared memory.Andres Freund2017-08-221-0/+7
* pg_prewarm: Add automatic prewarm feature.Robert Haas2017-08-211-0/+2
* Further tweaks to compiler flags for PL/Perl on Windows.Tom Lane2017-08-171-0/+12
* Stamp HEAD as 11devel.Tom Lane2017-08-142-2/+2
* Final pgindent + perltidy run for v10.Tom Lane2017-08-144-12/+17
* Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.Tom Lane2017-08-143-17/+7
* Update RELEASE_CHANGES' example of branch name format.Tom Lane2017-08-061-1/+3
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-281-2/+25
* MSVC: Finish clean.bat build artifact coverage.Noah Misch2017-07-241-3/+26
* MSVC: Accept tcl86.lib in addition to tcl86t.lib.Noah Misch2017-07-231-1/+1
* Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed2017-07-211-0/+1
* MSVC: Don't link libpgcommon into pgcrypto.Noah Misch2017-07-161-1/+0
* fix typoAndrew Dunstan2017-07-161-1/+1
* Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731fAndrew Dunstan2017-07-161-1/+10
* Fix broken link-command-line ordering for libpgfeutils.Tom Lane2017-07-141-1/+2
* MSVC: Repair libpq.rc generator.Noah Misch2017-07-091-1/+1
* Ooops, WIN32 code in pg_ctl.c still needs PQExpBuffer.Tom Lane2017-06-281-1/+1
* Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane2017-06-281-1/+1
* Remove entab and associated detritus.Tom Lane2017-06-217-414/+2
* Phase 3 of pgindent updates.Tom Lane2017-06-212-2/+2
* Phase 2 of pgindent updates.Tom Lane2017-06-211-5/+0
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-212-4/+4
* Adjust pgindent script to use pg_bsd_indent 2.0.Tom Lane2017-06-215-448/+52