aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Fix hard-coded relkind constants in assorted other files.Tom Lane2017-03-09
* Add amcheck extension to contrib.Andres Freund2017-03-09
* Add a Gather Merge executor node.Robert Haas2017-03-09
* Clean up test_ifaddrs a bit.Tom Lane2017-03-07
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* Refactor SHA2 functions and move them to src/common/.Heikki Linnakangas2017-03-07
* Add operator_with_argtypes grammar rulePeter Eisentraut2017-03-06
* Reduce size of common allocation header.Andres Freund2017-02-28
* Add "Slab" MemoryContext implementation for efficient equal-sized allocations.Andres Freund2017-02-27
* De-support floating-point timestamps.Tom Lane2017-02-23
* Dept of second thoughts: rename new perl script.Tom Lane2017-02-19
* Suppress "unused variable" warnings with older versions of flex.Tom Lane2017-02-19
* btree: Support parallel index scans.Robert Haas2017-02-15
* Remove contrib/tsearch2.Robert Haas2017-02-13
* Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas2017-02-09
* Extend index AM API for parallel index scans.Robert Haas2017-01-24
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* pg_ctl: Change default to wait for all actionsPeter Eisentraut2017-01-14
* Updates to reflect that pg_ctl stop -m fast is the defaultPeter Eisentraut2017-01-13
* Use 'use strict' in all Perl programsPeter Eisentraut2017-01-05
* Update copyright via script for 2017Bruce Momjian2017-01-03
* MSVC: Position MSBFLAGS after flags it might override.Noah Misch2016-12-18
* Update typedefs.listRobert Haas2016-12-13
* Implement table partitioning.Robert Haas2016-12-07
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-05
* Introduce dynamic shared memory areas.Robert Haas2016-12-02
* Management of free memory pages.Robert Haas2016-12-02
* Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.Noah Misch2016-11-07
* Revert "Replace PostmasterRandom() with a stronger way of generating randomne...Heikki Linnakangas2016-10-18
* Replace PostmasterRandom() with a stronger way of generating randomness.Heikki Linnakangas2016-10-17
* Use more efficient hashtable for execGrouping.c to speed up hash aggregation.Andres Freund2016-10-14
* Add a macro templatized hashtable.Andres Freund2016-10-14
* Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.Tom Lane2016-10-04
* Convert contrib/hstore_plpython to not use direct linking to other modules.Tom Lane2016-10-03
* Move fsync routines of initdb into src/common/Peter Eisentraut2016-09-29
* Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane2016-09-25
* Improve error message on MSVC if perl*.lib is not found.Heikki Linnakangas2016-09-23
* MSVC: Include pg_recvlogical in client-only install.Robert Haas2016-09-19
* Fix and simplify MSVC build's handling of xml/xslt/uuid dependencies.Tom Lane2016-09-11
* MSVC: Pass any user-set MSBFLAGS to MSBuild and VCBUILD.Noah Misch2016-09-08
* MSVC: Place gendef.pl temporary file in the target directory.Noah Misch2016-09-08
* Remove vestigial references to "zic" in favor of "IANA database".Tom Lane2016-09-04
* Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas2016-09-02
* initdb now needs to reference libpq include files in MSVC builds.Tom Lane2016-08-20
* Automate the maintenance of SO_MINOR_VERSION for our shared libraries.Tom Lane2016-08-16
* Remove separate version numbering for ecpg preprocessor.Tom Lane2016-08-16
* Once again allow LWLocks to be used within DSM segments.Robert Haas2016-08-15
* Update git_changelog to know that there's a 9.6 branch.Tom Lane2016-08-15
* Stamp shared-library minor version numbers for v10.Tom Lane2016-08-15
* Stamp HEAD as 10devel.Tom Lane2016-08-15