summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-04-21Remove inadequate assertion check in CTE inlining.Tom Lane
2022-04-21Fix CLUSTER tuplesorts on abbreviated expressions.Peter Geoghegan
2022-04-20Disallow infinite endpoints in generate_series() for timestamps.Tom Lane
2022-04-20Allow db.schema.table patterns, but complain about random garbage.Robert Haas
2022-04-19Fix extract epoch from interval calculationPeter Eisentraut
2022-04-18Fix second race condition in 002_archiving.pl with archive_cleanup_commandMichael Paquier
2022-04-18Fix race in TAP test 002_archiving.pl when restoring history fileMichael Paquier
2022-04-16pgstat: Use correct lock level in pgstat_drop_all_entries().Andres Freund
2022-04-16Fix incorrect logic in HaveRegisteredOrActiveSnapshot().Tom Lane
2022-04-15Revert "Temporarily add some probes of tenk1's relallvisible in create_index....Tom Lane
2022-04-15pgstat: set timestamps of fixed-numbered stats after a crash.Andres Freund
2022-04-14Have CLUSTER ignore partitions not owned by callerAlvaro Herrera
2022-04-14Temporarily add some probes of tenk1's relallvisible in create_index.sql.Tom Lane
2022-04-14Improve a couple of sql/json error messagesAndrew Dunstan
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-13Release cache tuple when no longer neededAlvaro Herrera
2022-04-13Fix finalization for json_objectagg and friendsAndrew Dunstan
2022-04-12Change mechanism to set up source targetlist in MERGEAlvaro Herrera
2022-04-10Add timestamp and elapsed time decorations to TAP test logsAndrew Dunstan
2022-04-09Fix whitespacePeter Eisentraut
2022-04-09Add missing serial commasPeter Eisentraut
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