Commit Graph

1941 Commits (9057ddbefe7e8a1aed8ea91fc0f98f31b8e693d7)

Author SHA1 Message Date
Thomas Munro a26cc0334f Fix exception safety bug in typcache.c. 3 years ago
Andres Freund e4693c68a4 ci: Make compute resources for CI configurable 3 years ago
Andrew Dunstan 75f323aa1c Cache by-reference missing values in a long lived context 3 years ago
Andres Freund 62017cb51f ci: macos: use cached macports install 3 years ago
Tatsuo Ishii af26f28b9f Fix make_etags breakage on certain platforms. 3 years ago
Michael Paquier 5c32549460 Fix detection of unseekable files for fseek() and ftello() with MSVC 3 years ago
Andrew Dunstan 696fa4749b Don't force SQL_ASCII/no-locale for installcheck in vcregress.pl 3 years ago
Michael Paquier 5fd61055ea Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates 3 years ago
Andrew Dunstan b5d8fd4182 Fix binary mismatch for MSVC plperl vs gcc built perl libs 4 years ago
Andres Freund d1f95fa247 ci: Add hint about downloadable logs to README 4 years ago
Andrew Dunstan 96ef3237bf Revert SQL/JSON features 4 years ago
Andres Freund 5a1ab894f7 expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size. 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
Thomas Munro 3f1ce97346 Add circular WAL decoding buffer, take II. 4 years ago
Alvaro Herrera 25e777cf8e
Split ExecUpdate and ExecDelete into reusable pieces 4 years ago
Andres Freund 352d297dc7 dshash: Add sequential scan support. 4 years ago
Robert Haas 7cf085f077 Add support for zstd base backup compression. 4 years ago
Andres Freund db23464715 plpython: Remove regression test infrastructure for Python 2. 4 years ago
Amit Kapila 7a85073290 Reconsider pg_stat_subscription_workers view. 4 years ago