summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-12Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.Tom Lane
2022-05-11Remove non-functional code for unloading loadable modules.Robert Haas
2022-05-11Fix typos and grammar in code and test commentsMichael Paquier
2022-05-09Fix core dump in transformValuesClause when there are no columns.Tom Lane
2022-05-09Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane
2022-05-09In REFRESH MATERIALIZED VIEW, set user ID before running user code.Noah Misch
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2022-05-08Fix race in 032_relfilenode_reuse.pl.Thomas Munro
2022-05-07Fix old-fd issues using global barriers everywhere.Thomas Munro
2022-05-04Fix timing issue in deadlock recovery conflict test.Andres Freund
2022-05-04Fix rowcount estimate for SubqueryScan that's under a Gather.Tom Lane
2022-05-03Add tests for recovery deadlock conflicts.Andres Freund
2022-04-30Tighten enforcement of variable CONSTANT markings in plpgsql.Tom Lane
2022-04-28Fix JSON_OBJECTAGG uniquefying bugAndrew Dunstan
2022-04-26Add some isolation tests for CLUSTERMichael Paquier
2022-04-25Drop unlogged table after test is doneAlvaro Herrera
2022-04-25Cover brin/gin/gist/spgist ambuildempty routines in regression testsAlvaro Herrera
2022-04-23Fix incautious CTE matching in rewriteSearchAndCycle().Tom Lane
2022-04-23Test ALIGNOF_DOUBLE==4 compatibility under ALIGNOF_DOUBLE==8.Noah Misch
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