summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2017-04-07Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas
2017-04-06Fix integer-overflow problems in interval comparison.Tom Lane
2017-04-02Remove reinvention of stringify macro.Tom Lane
2017-03-28Fix Perl code which had broken the Windows buildPeter Eisentraut
2017-03-27Clean up Perl code according to perlcriticPeter Eisentraut
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-23Remove createlang and droplangPeter Eisentraut
2017-03-10Fix hard-coded relkind constants in assorted other files.Tom Lane
2017-03-10Add amcheck extension to contrib.Andres Freund
2017-03-09Add a Gather Merge executor node.Robert Haas
2017-03-07Clean up test_ifaddrs a bit.Tom Lane
2017-03-07Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas
2017-03-07Refactor SHA2 functions and move them to src/common/.Heikki Linnakangas
2017-03-06Add operator_with_argtypes grammar rulePeter Eisentraut
2017-03-01Reduce size of common allocation header.Andres Freund
2017-02-27Add "Slab" MemoryContext implementation for efficient equal-sized allocations.Andres Freund
2017-02-23De-support floating-point timestamps.Tom Lane
2017-02-19Dept of second thoughts: rename new perl script.Tom Lane
2017-02-19Suppress "unused variable" warnings with older versions of flex.Tom Lane
2017-02-15btree: Support parallel index scans.Robert Haas
2017-02-13Remove contrib/tsearch2.Robert Haas
2017-02-09Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas
2017-01-24Extend index AM API for parallel index scans.Robert Haas
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-14pg_ctl: Change default to wait for all actionsPeter Eisentraut
2017-01-14Updates to reflect that pg_ctl stop -m fast is the defaultPeter Eisentraut
2017-01-05Use 'use strict' in all Perl programsPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-18MSVC: Position MSBFLAGS after flags it might override.Noah Misch
2016-12-13Update typedefs.listRobert Haas
2016-12-07Implement table partitioning.Robert Haas
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas
2016-12-02Introduce dynamic shared memory areas.Robert Haas
2016-12-02Management of free memory pages.Robert Haas
2016-11-08Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.Noah Misch
2016-10-18Revert "Replace PostmasterRandom() with a stronger way of generating randomne...Heikki Linnakangas
2016-10-17Replace PostmasterRandom() with a stronger way of generating randomness.Heikki Linnakangas
2016-10-15Use more efficient hashtable for execGrouping.c to speed up hash aggregation.Andres Freund
2016-10-14Add a macro templatized hashtable.Andres Freund
2016-10-04Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.Tom Lane
2016-10-04Convert contrib/hstore_plpython to not use direct linking to other modules.Tom Lane
2016-09-29Move fsync routines of initdb into src/common/Peter Eisentraut
2016-09-25Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane
2016-09-23Improve error message on MSVC if perl*.lib is not found.Heikki Linnakangas
2016-09-19MSVC: Include pg_recvlogical in client-only install.Robert Haas
2016-09-11Fix and simplify MSVC build's handling of xml/xslt/uuid dependencies.Tom Lane
2016-09-08MSVC: Pass any user-set MSBFLAGS to MSBuild and VCBUILD.Noah Misch
2016-09-08MSVC: Place gendef.pl temporary file in the target directory.Noah Misch
2016-09-04Remove vestigial references to "zic" in favor of "IANA database".Tom Lane
2016-09-02Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas