summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Create infrastructure for "soft" error reporting.Tom Lane2022-12-091-0/+1
* Rework query relation permission checkingAlvaro Herrera2022-12-061-0/+2
* Switch pg_dump to use compression specificationsMichael Paquier2022-12-021-1/+0
* Fix binary mismatch for MSVC plperl vs gcc built perl libsAndrew Dunstan2022-11-271-0/+3
* Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier2022-11-211-2/+0
* ci: Add task testing windows with mingwAndres Freund2022-11-171-1/+1
* doc: update metacpan.org links to avoid redirectsDaniel Gustafsson2022-11-161-1/+1
* Add error context callback when tokenizing authentication filesMichael Paquier2022-11-141-0/+1
* Suppress useless wakeups in walreceiver.Thomas Munro2022-11-081-0/+1
* Add doubly linked count list implementationDavid Rowley2022-11-021-1/+2
* Remove pgpid_t type, use pid_t insteadPeter Eisentraut2022-10-221-1/+0
* Make finding openssl program a configure or meson optionPeter Eisentraut2022-10-201-0/+1
* Enhance make_ctags and make_etags.Tatsuo Ishii2022-10-192-22/+48
* Record dependencies of a cast on other casts that it requires.Tom Lane2022-10-171-1/+1
* Add meson.build to version_stamp.plPeter Eisentraut2022-10-121-0/+3
* Add support for COPY TO callback functionsMichael Paquier2022-10-111-0/+1
* windows: Adjust FD_SETSIZE via commandline defineAndres Freund2022-10-061-8/+19
* meson: Add windows resource filesAndres Freund2022-10-051-0/+105
* ci: Add hint about downloadable logs to READMEAndres Freund2022-09-261-0/+4
* windows: remove date from version number in win32ver.rcAndres Freund2022-09-261-5/+0
* Refactor creation of backup_label and backup history filesMichael Paquier2022-09-261-0/+1
* De-special-case pgevent's rc file handlingAndres Freund2022-09-241-1/+0
* meson: Add initial version of meson based build systemAndres Freund2022-09-214-0/+243
* Fix `trap` in a few shell scriptsAlvaro Herrera2022-09-205-7/+7
* Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund2022-09-191-1/+3
* Don't hardcode tmp_check/ as test directory for tap testsAndres Freund2022-09-191-1/+1
* Extend gendef.pl in preparation for mesonAndres Freund2022-09-192-22/+49
* Fix failure to build gramparse.h standalone in vpath buildsJohn Naylor2022-09-142-0/+4
* Bump minimum Perl version to 5.14John Naylor2022-09-142-2/+0
* Move gramparse.h to src/backend/parserJohn Naylor2022-09-143-6/+0
* Adjust header exceptions for 0bd9c6297John Naylor2022-09-132-2/+2
* Bump minimum version of Flex to 2.5.35John Naylor2022-09-091-1/+1
* Bump minimum version of Bison to 2.3John Naylor2022-09-091-1/+1
* Fix cplusplusscheck in vpath buildsJohn Naylor2022-09-061-0/+2
* Fix headerscheck in vpath buildsJohn Naylor2022-09-061-0/+2
* Add missing exceptions to cpluspluscheckJohn Naylor2022-09-061-0/+8
* Fix MSVC linker error for specparse.objJohn Naylor2022-09-041-0/+1
* Build all Flex files standaloneJohn Naylor2022-09-041-0/+8
* Move darwin sysroot determination into separate fileAndres Freund2022-09-011-0/+41
* Revert SQL/JSON featuresAndrew Dunstan2022-09-011-15/+0
* Improve performance of and reduce overheads of memory managementDavid Rowley2022-08-291-3/+3
* Enable RandomizedBaseAddress (ASLR) on Windows with MSVC buildsMichael Paquier2022-08-281-1/+0
* Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro2022-08-262-3/+0
* Allow parallel workers to retrieve some data from PortMichael Paquier2022-08-241-0/+2
* Don't define FRONTEND for libpqAndres Freund2022-08-221-1/+0
* Don't define FRONTEND for ecpg librariesAndres Freund2022-08-221-3/+0
* Don't define FRONTEND for initdbAndres Freund2022-08-221-18/+8
* Remove configure probes for sockaddr_storage members.Thomas Munro2022-08-221-4/+0
* Remove remaining mentions of UNSAFE_STAT_OKPeter Eisentraut2022-08-201-1/+0
* Don't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.hAndres Freund2022-08-181-2/+0