aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane2019-02-15
* Revert attempts to use POPCNT etc instructionsAlvaro Herrera2019-02-15
* Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera2019-02-13
* Change floating-point output format for improved performance.Andrew Gierth2019-02-13
* Use strtof() and not strtod() for float4 input.Andrew Gierth2019-02-13
* Blind attempt at fixing Windows buildAlvaro Herrera2019-02-12
* Create the infrastructure for planner support functions.Tom Lane2019-02-09
* Fix perl searchpath for gen_keywordlist.plAndrew Dunstan2019-02-07
* Unify searchpath and do file logic in MSVC build scripts.Andrew Dunstan2019-02-06
* Fix included file path for modern perlAndrew Dunstan2019-02-05
* Doc: in each release branch, keep only that branch's own release notes.Tom Lane2019-02-04
* Change function call information to be variable length.Andres Freund2019-01-26
* Change snapshot type to be determined by enum rather than callback.Andres Freund2019-01-21
* Revert "Add valgrind suppressions for wcsrtombs optimizations"Tomas Vondra2019-01-19
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-19
* Make Emacs perl-mode indent more like perltidy.Noah Misch2019-01-13
* Improve missing-program error handling in make_ctags and make_etags.Tom Lane2019-01-13
* Use perfect hashing, instead of binary search, for keyword lookup.Tom Lane2019-01-09
* Replace the data structure used for keyword lookup.Tom Lane2019-01-06
* Move the built-in conversions into the initial catalog data.Tom Lane2019-01-03
* Use symbolic references for pg_language OIDs in the bootstrap data.Tom Lane2019-01-03
* Update copyright for 2019Bruce Momjian2019-01-02
* Create a separate oid range for oids assigned by genbki.pl.Andres Freund2018-12-13
* Eliminate parallel-make hazard in ecpg/preproc.Tom Lane2018-12-01
* Add support for NO_INSTALLCHECK in MSVC scriptsMichael Paquier2018-11-29
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Add valgrind suppressions for wcsrtombs optimizationsTomas Vondra2018-11-17
* Adjust valgrind fix in commit 517b0d0b5fAndrew Dunstan2018-11-08
* Use parallel installcheck in vcregress.pl's upgrade testAndrew Dunstan2018-11-07
* Quiet valgrind complaints following pread/pwrite changesAndrew Dunstan2018-11-07
* Provide pg_pread() and pg_pwrite() for random I/O.Thomas Munro2018-11-07
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* Exclude temporary directories from pgindentPeter Eisentraut2018-10-29
* Fix perl searchpath for modern perl for MSVC toolsAndrew Dunstan2018-10-28
* Remove timetravel extension.Andres Freund2018-10-11
* Tweak MSVC build system to match changes in 7143b3e82.Tom Lane2018-09-28
* Tweak MSVC build system to match changes in 7143b3e82.Tom Lane2018-09-28
* Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane2018-09-26
* Add missing pg_description strings for pg_type entries.Tom Lane2018-09-20
* Fix out-of-tree build for transform modules.Andrew Gierth2018-09-16
* Install a check for mis-linking of src/port and src/common functions.Tom Lane2018-09-09
* Refactor dlopen() supportPeter Eisentraut2018-09-06
* Require C99 (and thus MSCV 2013 upwards).Andres Freund2018-08-23
* MSVC: Finish clean.bat tmp_check coverage.Noah Misch2018-08-19
* MSVC: Remove any tmp_check directory before running a TAP test suite.Noah Misch2018-08-19
* Provide for contrib and pgxs modules to install include files.Andrew Gierth2018-07-31
* pgtest: run clean, build, and check stages separatelyBruce Momjian2018-07-28
* pgtest: grab possible warnings from install.logBruce Momjian2018-07-28
* Refactor cluster_rel() to handle more optionsMichael Paquier2018-07-24
* Add subtransaction handling for table synchronization workers.Robert Haas2018-07-16