summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro2022-08-141-2/+0
* Remove configure probe for sys/uio.h.Thomas Munro2022-08-141-1/+0
* Fix MSVC build script's check for obsolete node support functions.Tom Lane2022-08-081-28/+22
* windows: Remove HAVE_MINIDUMP_TYPE testAndres Freund2022-08-071-1/+0
* Rely on __func__ being supportedAndres Freund2022-08-071-2/+0
* Simplify replacement code for strtof.Thomas Munro2022-08-071-1/+0
* Simplify gettimeofday() fallback logic.Andres Freund2022-08-062-3/+2
* Remove fallbacks for strtoll, strtoull.Thomas Munro2022-08-061-8/+0
* Remove configure probe for fdatasync.Thomas Munro2022-08-052-2/+2
* Remove configure probe for clock_gettime.Thomas Munro2022-08-051-1/+0
* Simplify replacement code for preadv and pwritev.Thomas Munro2022-08-051-2/+0
* Remove dead pread and pwrite replacement code.Thomas Munro2022-08-052-3/+3
* Remove dead setenv, unsetenv replacement code.Thomas Munro2022-08-051-2/+0
* Remove configure probes for poll and poll.h.Thomas Munro2022-08-051-2/+0
* Remove configure probe for link.Thomas Munro2022-08-052-3/+4
* Remove configure probes for symlink/readlink, and dead code.Thomas Munro2022-08-051-2/+0
* Remove configure probe for setsid.Thomas Munro2022-08-051-1/+0
* Remove configure probe for shm_open.Thomas Munro2022-08-051-1/+0
* Remove configure probe and related tests for getrlimit.Thomas Munro2022-08-051-1/+0
* Remove configure probe for dlopen, and refactor.Thomas Munro2022-08-052-4/+2
* Split TuplesortPublic from TuplesortstateAlexander Korotkov2022-07-271-0/+6
* Add xheader_width pset option to psqlAndrew Dunstan2022-07-251-0/+1
* Remove dead getpwuid_r replacement code.Thomas Munro2022-07-241-1/+0
* Remove dead handling for pre-POSIX sigwait().Thomas Munro2022-07-241-2/+0
* Remove dead getrusage replacement code.Thomas Munro2022-07-241-1/+0
* Remove configure probe for wctype.h.Thomas Munro2022-07-231-1/+0
* Remove configure probe for sys/tas.h.Thomas Munro2022-07-231-1/+0
* Remove fls(), use pg_leftmost_one_pos32() instead.Thomas Munro2022-07-222-2/+1
* Add wal_sync_method=fdatasync for Windows.Thomas Munro2022-07-202-2/+3
* Add output directory option to gen_node_support.plAndres Freund2022-07-181-6/+3
* Add output file argument to generate-errcodes.plAndres Freund2022-07-181-1/+1
* Add output path arg in generate-lwlocknames.plAndres Freund2022-07-181-3/+2
* Move snowball_create.sql creation into perl fileAndres Freund2022-07-181-33/+3
* ecpg: Output dir, source dir, stamp file argument for preproc/*.plAndres Freund2022-07-181-3/+2
* psql: Output dir and dependency generation for sql_helpAndres Freund2022-07-181-3/+2
* Default to hidden visibility for extension libraries where possibleAndres Freund2022-07-172-7/+1
* Remove support for Visual Studio 2013Michael Paquier2022-07-144-68/+7
* Add defenses against unexpected changes in the NodeTag enum list.Tom Lane2022-07-121-0/+4
* Rationalize order of input files for gen_node_support.pl.Tom Lane2022-07-111-14/+13
* Exclude nodetags.h from headerscheck and cpluspluscheck.Tom Lane2022-07-092-0/+8
* Add generated nodes\nodetags.h to clean.batPeter Eisentraut2022-07-091-0/+2
* Automatically generate node support functionsPeter Eisentraut2022-07-092-0/+53
* Remove HP/Intel Itanium support.Thomas Munro2022-07-082-2/+0
* Remove HP-UX port.Thomas Munro2022-07-083-4/+0
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-061-5/+5
* expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.Andres Freund2022-07-051-0/+2
* Stamp HEAD as 16devel.Tom Lane2022-06-302-2/+2
* Add a new shmem_request_hook hook.Robert Haas2022-05-131-0/+1
* Pre-beta mechanical code beautification.Tom Lane2022-05-129-89/+197
* Add some missing PGDLLIMPORT markingsMichael Paquier2022-05-121-1/+2