summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-04-08Remove error message hints mentioning configure optionsPeter Eisentraut
2022-04-08Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)Michael Paquier
2022-04-08pgstat: Hide instability in stats.spec with -DCATCACHE_FORCE_RELEASE.Andres Freund
2022-04-07pgstat: add/extend tests for resetting various kinds of stats.Andres Freund
2022-04-07Teach planner and executor about monotonic window funcsDavid Rowley
2022-04-07Extend plsample example to include a trigger handler.Tom Lane
2022-04-07Add minimal tests for recovery conflict handling.Andres Freund
2022-04-07pgstat: test stats interactions with physical replication.Andres Freund
2022-04-07Revert "Rewrite some RI code to avoid using SPI"Alvaro Herrera
2022-04-07psql: add \dconfig command to show server's configuration parameters.Tom Lane
2022-04-07pgstat: add tests for handling of restarts, including crashes.Andres Freund
2022-04-07Rewrite some RI code to avoid using SPIAlvaro Herrera
2022-04-07Fix test instability introduced in e349c95d3e9 due to async deduplication.Andres Freund
2022-04-07Add isolation tests for snapshot behavior in ri_triggers.cAlvaro Herrera
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07Unlogged sequencesPeter Eisentraut
2022-04-07pgstat: add alternate output for stats.spec, for the 2PC disabled case.Andres Freund
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-04-07pgstat: add tests for transaction behaviour, 2PC, function stats.Andres Freund
2022-04-07pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund
2022-04-07pgstat: remove stats_temp_directory.Andres Freund
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-07Reorder subskiplsn in pg_subscription to avoid alignment issues.Amit Kapila
2022-04-06pgstat: stats collector references in comments.Andres Freund
2022-04-06Remove exclusive backup modeStephen Frost
2022-04-06Further improve jsonb_sqljson parallel testAndrew Dunstan
2022-04-06Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane
2022-04-06Reduce running time of jsonb_sqljson testAndrew Dunstan
2022-04-06Remove race condition in 022_crash_temp_files.pl test.Tom Lane
2022-04-05PLAN clauses for JSON_TABLEAndrew Dunstan
2022-04-05Update some tests in 013_crash_restart.pl.Tom Lane
2022-04-04JSON_TABLEAndrew Dunstan
2022-04-04psql: Show all query results by defaultPeter Eisentraut
2022-04-04Disable synchronize_seqscans in 027_stream_regress.pl.Tom Lane
2022-04-03Fix portability issues in datetime parsing.Tom Lane
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-02Allow CLUSTER on partitioned tablesAlvaro Herrera
2022-04-02Use ORDER BY in catalog results in SQL/JSON testsAndrew Dunstan
2022-04-01libpq: Allow IP address SANs in server certificatesPeter Eisentraut
2022-04-01Add SSL tests for IP addresses in certificatesPeter Eisentraut
2022-03-31RETURNING clause for JSON() and JSON_SCALAR()Andrew Dunstan
2022-03-31Remove use of perl parent module in Cluster.pmAndrew Dunstan
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-30Optimize order of GROUP BY keysTomas Vondra
2022-03-30SQL JSON functionsAndrew Dunstan
2022-03-30Add range_agg with multirange inputsPeter Eisentraut