summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-04-03Set relfrozenxid to oldest extant XID seen by VACUUM.Peter Geoghegan
2022-04-02Fix overflow hazards in interval input and output conversions.Tom Lane
2022-04-02Add a couple more tests for interval input decoding.Tom Lane
2022-04-02vacuumlazy.c: Clean up variable declarations.Peter Geoghegan
2022-04-02Use has_privs_for_roles for predefined role checks: round 2Joe Conway
2022-04-02Allow CLUSTER on partitioned tablesAlvaro Herrera
2022-04-02Use ORDER BY in catalog results in SQL/JSON testsAndrew Dunstan
2022-04-02Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor
2022-04-02Remove obsolete commentPeter Eisentraut
2022-04-02Make upgradecheck a no-op in MSVC's vcregress.plMichael Paquier
2022-04-01libpq: Fix pkg-config without OpenSSLPeter Eisentraut
2022-04-01libpq: Allow IP address SANs in server certificatesPeter Eisentraut
2022-04-01Add SSL tests for IP addresses in certificatesPeter Eisentraut
2022-04-01psql: Refactor ProcessResult()Peter Eisentraut
2022-04-01Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier
2022-04-01Improve handling and logging of TAP tests for pg_upgradeMichael Paquier
2022-04-01Switch the regression tests of pg_upgrade to use TAP testsMichael Paquier
2022-03-31Keep plpgsql.h C++-clean.Tom Lane
2022-03-31Expose a few more PL/pgSQL functions to debugger plugins.Tom Lane
2022-03-31Fix comments with "a expression"Andrew Dunstan
2022-03-31RETURNING clause for JSON() and JSON_SCALAR()Andrew Dunstan
2022-03-31initdb: When running CREATE DATABASE, use STRATEGY = WAL_COPY.Robert Haas
2022-03-31Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane
2022-03-31Print information about type of test and subdirectory before running tests.Andres Freund
2022-03-31Remove use of perl parent module in Cluster.pmAndrew Dunstan
2022-03-31psql: Refactor SendQuery()Peter Eisentraut
2022-03-31Add missing newline in one libpq error message.Tom Lane
2022-03-31psql: Add tests for \errverbosePeter Eisentraut
2022-03-31Fix comment typo in PotsgreSQL::Test::Cluster moduleAndrew Dunstan
2022-03-31Add diagnostic output on error in pump_untilDaniel Gustafsson
2022-03-31Raise a WARNING for missing publications.Amit Kapila
2022-03-31Clean up some dead code in pg_dump with tar format and gzip compressionMichael Paquier
2022-03-30Optimize order of GROUP BY keysTomas Vondra
2022-03-30SQL JSON functionsAndrew Dunstan
2022-03-30Fix possible NULL-pointer-deference in backup_compression.c.Robert Haas
2022-03-30Add range_agg with multirange inputsPeter Eisentraut
2022-03-30Change some internal error messages to elogsPeter Eisentraut
2022-03-30Make PostgreSQL::Test::Cluster compatible with all live branchesAndrew Dunstan
2022-03-30Additional tests for range_intersect_agg(anymultirange)Peter Eisentraut
2022-03-30Allow parallel zstd compression when taking a base backup.Robert Haas
2022-03-30Simplify a needlessly-complicated regular expression.Robert Haas
2022-03-30Fix typo in comment.Etsuro Fujita
2022-03-30Add header matching mode to COPY FROMPeter Eisentraut
2022-03-30Add TAP test in pg_dump with --format=tar and --compressMichael Paquier
2022-03-30Skip empty transactions for logical replication.Amit Kapila
2022-03-29Make PostgreSQL::Test::Cluster::run_log() return a useful value.Robert Haas
2022-03-29SQL/JSON query functionsAndrew Dunstan
2022-03-29In 020_createdb.pl, change order of command-line arguments.Robert Haas
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