summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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-18Default 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-07pgstat: store statistics in shared memory.Andres Freund
2022-04-07pgstat: scaffolding for transactional stats creation / drop.Andres Freund
2022-04-07pgstat: prepare APIs used by pgstatfuncs for shared memory stats.Andres Freund
2022-04-07pgstat: 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
2022-03-30Skip empty transactions for logical replication.Amit Kapila
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-29Revert "Fix replay of create database records on standby"Alvaro Herrera
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-25Fix replay of create database records on standbyAlvaro Herrera
2022-03-25Refactor DLSUFFIX handlingPeter Eisentraut
2022-03-24Refactor code related to pg_hba_file_rules() into new fileMichael Paquier
2022-03-23Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas
2022-03-19pgstat: run pgindent on pgstat.c/h.Andres Freund