Commit Graph

1947 Commits (0778eb79b1e2957743bbd577fc3d862a3dc007cf)

Author SHA1 Message Date
Andres Freund adba4b7471 Add output directory option to gen_node_support.pl 4 years ago
Andres Freund 2bf626b714 Add output file argument to generate-errcodes.pl 4 years ago
Andres Freund 4f20506fe0 Add output path arg in generate-lwlocknames.pl 4 years ago
Andres Freund b3a0d8324c Move snowball_create.sql creation into perl file 4 years ago
Andres Freund db0a272d12 ecpg: Output dir, source dir, stamp file argument for preproc/*.pl 4 years ago
Andres Freund 7c3c2cb9ae psql: Output dir and dependency generation for sql_help 4 years ago
Andres Freund 089480c077 Default to hidden visibility for extension libraries where possible 4 years ago
Michael Paquier 6203583b72 Remove support for Visual Studio 2013 4 years ago
Tom Lane eea9fa9b25 Add defenses against unexpected changes in the NodeTag enum list. 4 years ago
Tom Lane bf022d337e Rationalize order of input files for gen_node_support.pl. 4 years ago
Tom Lane 301b06dd75 Exclude nodetags.h from headerscheck and cpluspluscheck. 4 years ago
Peter Eisentraut ec156cf974 Add generated nodes\nodetags.h to clean.bat 4 years ago
Peter Eisentraut 964d01ae90 Automatically generate node support functions 4 years ago
Thomas Munro 0ad5b48e58 Remove HP/Intel Itanium support. 4 years ago
Thomas Munro 9db300ce6e Remove HP-UX port. 4 years ago
Robert Haas b0a55e4329 Change internal RelFileNode references to RelFileNumber or RelFileLocator. 4 years ago
Andres Freund 67b26703b4 expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size. 4 years ago
Tom Lane d31d30973a Stamp HEAD as 16devel. 4 years ago
Robert Haas 4f2400cb3f Add a new shmem_request_hook hook. 4 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 4 years ago
Michael Paquier 5edeb57428 Add some missing PGDLLIMPORT markings 4 years ago
Michael Paquier 0826ac89ac Improve setup of environment values for commands in MSVC's vcregress.pl 4 years ago
Peter Eisentraut cfb63b994e Simplify configure test 4 years ago
Daniel Gustafsson 0432490d29 Rename libpq test programs with libpq_ prefix 4 years ago
Andrew Dunstan a17fd67d2f
Build libpq test programs under MSVC 4 years ago
Michael Paquier a4b57543ac Rename backup_compression.{c,h} to compression.{c,h} 4 years ago
Tom Lane dfd0f2bbc5 Avoid re-writing files unnecessarily in src/tools/copyright.pl. 4 years ago
David Rowley b0e5f02ddc Fix various typos and spelling mistakes in code comments 4 years ago
Andrew Dunstan c835dcdab6
Fix pgperlsyncheck following SSL TAP test refactoring 4 years ago
Peter Eisentraut 80c877271a Fix whitespace 4 years ago
Robert Haas 80900d4690 Helper script to apply PGDLLIMPORT markings. 4 years ago
Thomas Munro 5dc0418fab Prefetch data referenced by the WAL, take II. 4 years ago
Andres Freund 5891c7a8ed pgstat: store statistics in shared memory. 4 years ago
Andres Freund 8b1dccd37c pgstat: scaffolding for transactional stats creation / drop. 4 years ago
Andres Freund 8fb580a35c pgstat: prepare APIs used by pgstatfuncs for shared memory stats. 4 years ago
Andres Freund 997afad89d pgstat: introduce PgStat_Kind enum. 4 years ago
Andrew Dunstan fadb48b00e PLAN clauses for JSON_TABLE 4 years ago
Andrew Dunstan 4e34747c88 JSON_TABLE 4 years ago
Michael Paquier d2a2ce4184 Make upgradecheck a no-op in MSVC's vcregress.pl 4 years ago
Peter Eisentraut c1932e5428 libpq: Allow IP address SANs in server certificates 4 years ago
Michael Paquier 322becb608 Switch the regression tests of pg_upgrade to use TAP tests 4 years ago
Amit Kapila d5a9d86d8f Skip empty transactions for logical replication. 4 years ago
Robert Haas 9c08aea6a3 Add new block-by-block strategy for CREATE DATABASE. 4 years ago
Alvaro Herrera bf902c1393
Revert "Fix replay of create database records on standby" 4 years ago
Alvaro Herrera 7103ebb7aa
Add support for MERGE SQL command 4 years ago
Alvaro Herrera 49d9cfc68b
Fix replay of create database records on standby 4 years ago
Peter Eisentraut 23119d51a1 Refactor DLSUFFIX handling 4 years ago
Michael Paquier d4781d8873 Refactor code related to pg_hba_file_rules() into new file 4 years ago
Robert Haas ffd53659c4 Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL. 4 years ago
Andres Freund a3a75b982b pgstat: run pgindent on pgstat.c/h. 4 years ago