summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve setup of environment values for commands in MSVC's vcregress.plMichael Paquier2022-05-111-4/+39
* Simplify configure testPeter Eisentraut2022-05-041-2/+0
* Rename libpq test programs with libpq_ prefixDaniel Gustafsson2022-05-041-4/+4
* Build libpq test programs under MSVCAndrew Dunstan2022-04-161-0/+16
* Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier2022-04-122-1/+3
* Avoid re-writing files unnecessarily in src/tools/copyright.pl.Tom Lane2022-04-111-4/+9
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-111-1/+1
* Fix pgperlsyncheck following SSL TAP test refactoringAndrew Dunstan2022-04-101-1/+1
* Fix whitespacePeter Eisentraut2022-04-091-1/+1
* Helper script to apply PGDLLIMPORT markings.Robert Haas2022-04-081-0/+75
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-071-0/+6
* pgstat: store statistics in shared memory.Andres Freund2022-04-062-57/+24
* pgstat: scaffolding for transactional stats creation / drop.Andres Freund2022-04-061-0/+3
* pgstat: prepare APIs used by pgstatfuncs for shared memory stats.Andres Freund2022-04-061-2/+0
* pgstat: introduce PgStat_Kind enum.Andres Freund2022-04-061-0/+1
* PLAN clauses for JSON_TABLEAndrew Dunstan2022-04-051-0/+3
* JSON_TABLEAndrew Dunstan2022-04-041-0/+9
* Make upgradecheck a no-op in MSVC's vcregress.plMichael Paquier2022-04-021-28/+5
* libpq: Allow IP address SANs in server certificatesPeter Eisentraut2022-04-011-0/+1
* Switch the regression tests of pg_upgrade to use TAP testsMichael Paquier2022-04-011-85/+7