summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2022-07-27Split TuplesortPublic from TuplesortstateAlexander Korotkov
2022-07-25Add xheader_width pset option to psqlAndrew Dunstan
2022-07-24Remove dead getpwuid_r replacement code.Thomas Munro
2022-07-24Remove dead handling for pre-POSIX sigwait().Thomas Munro
2022-07-24Remove dead getrusage replacement code.Thomas Munro
2022-07-23Remove configure probe for wctype.h.Thomas Munro
2022-07-23Remove configure probe for sys/tas.h.Thomas Munro
2022-07-22Remove fls(), use pg_leftmost_one_pos32() instead.Thomas Munro
2022-07-20Add wal_sync_method=fdatasync for Windows.Thomas Munro
2022-07-18Add output directory option to gen_node_support.plAndres Freund
2022-07-18Add output file argument to generate-errcodes.plAndres Freund
2022-07-18Add output path arg in generate-lwlocknames.plAndres Freund
2022-07-18Move snowball_create.sql creation into perl fileAndres Freund
2022-07-18ecpg: Output dir, source dir, stamp file argument for preproc/*.plAndres Freund
2022-07-18psql: Output dir and dependency generation for sql_helpAndres Freund
2022-07-17Default to hidden visibility for extension libraries where possibleAndres Freund
2022-07-14Remove support for Visual Studio 2013Michael Paquier
2022-07-12Add defenses against unexpected changes in the NodeTag enum list.Tom Lane
2022-07-11Rationalize order of input files for gen_node_support.pl.Tom Lane
2022-07-09Exclude nodetags.h from headerscheck and cpluspluscheck.Tom Lane
2022-07-09Add generated nodes\nodetags.h to clean.batPeter Eisentraut
2022-07-09Automatically generate node support functionsPeter Eisentraut
2022-07-08Remove HP/Intel Itanium support.Thomas Munro
2022-07-08Remove HP-UX port.Thomas Munro
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-05expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.Andres Freund
2022-06-30Stamp HEAD as 16devel.Tom Lane
2022-05-13Add a new shmem_request_hook hook.Robert Haas
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-12Add some missing PGDLLIMPORT markingsMichael Paquier
2022-05-11Improve setup of environment values for commands in MSVC's vcregress.plMichael Paquier
2022-05-04Simplify configure testPeter Eisentraut
2022-05-04Rename libpq test programs with libpq_ prefixDaniel Gustafsson
2022-04-16Build libpq test programs under MSVCAndrew Dunstan
2022-04-12Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier
2022-04-11Avoid re-writing files unnecessarily in src/tools/copyright.pl.Tom Lane
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-10Fix pgperlsyncheck following SSL TAP test refactoringAndrew Dunstan
2022-04-09Fix whitespacePeter Eisentraut
2022-04-08Helper script to apply PGDLLIMPORT markings.Robert Haas
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-04-06pgstat: store statistics in shared memory.Andres Freund
2022-04-06pgstat: scaffolding for transactional stats creation / drop.Andres Freund
2022-04-06pgstat: prepare APIs used by pgstatfuncs for shared memory stats.Andres Freund
2022-04-06pgstat: introduce PgStat_Kind enum.Andres Freund
2022-04-05PLAN clauses for JSON_TABLEAndrew Dunstan
2022-04-04JSON_TABLEAndrew Dunstan
2022-04-02Make upgradecheck a no-op in MSVC's vcregress.plMichael Paquier
2022-04-01libpq: Allow IP address SANs in server certificatesPeter Eisentraut
2022-04-01Switch the regression tests of pg_upgrade to use TAP testsMichael Paquier