summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Pre-beta mechanical code beautification.Tom Lane2022-05-1239-1256/+2567
* Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.Tom Lane2022-05-122-0/+87
* Remove non-functional code for unloading loadable modules.Robert Haas2022-05-114-53/+3
* Fix typos and grammar in code and test commentsMichael Paquier2022-05-113-3/+3
* Fix core dump in transformValuesClause when there are no columns.Tom Lane2022-05-092-0/+12
* Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane2022-05-094-28/+48
* In REFRESH MATERIALIZED VIEW, set user ID before running user code.Noah Misch2022-05-092-0/+33
* Make relation-enumerating operations be security-restricted operations.Noah Misch2022-05-092-0/+102
* Fix race in 032_relfilenode_reuse.pl.Thomas Munro2022-05-081-3/+5
* Fix old-fd issues using global barriers everywhere.Thomas Munro2022-05-072-1/+234
* Fix timing issue in deadlock recovery conflict test.Andres Freund2022-05-041-0/+11
* Fix rowcount estimate for SubqueryScan that's under a Gather.Tom Lane2022-05-041-6/+4
* Add tests for recovery deadlock conflicts.Andres Freund2022-05-021-7/+79
* Tighten enforcement of variable CONSTANT markings in plpgsql.Tom Lane2022-04-302-0/+51
* Fix JSON_OBJECTAGG uniquefying bugAndrew Dunstan2022-04-282-0/+10
* Add some isolation tests for CLUSTERMichael Paquier2022-04-265-0/+123
* Drop unlogged table after test is doneAlvaro Herrera2022-04-252-0/+2
* Cover brin/gin/gist/spgist ambuildempty routines in regression testsAlvaro Herrera2022-04-258-8/+8
* Fix incautious CTE matching in rewriteSearchAndCycle().Tom Lane2022-04-232-0/+20
* Test ALIGNOF_DOUBLE==4 compatibility under ALIGNOF_DOUBLE==8.Noah Misch2022-04-225-20/+16
* Remove inadequate assertion check in CTE inlining.Tom Lane2022-04-212-0/+95
* Fix CLUSTER tuplesorts on abbreviated expressions.Peter Geoghegan2022-04-202-0/+20
* Disallow infinite endpoints in generate_series() for timestamps.Tom Lane2022-04-204-0/+128
* Allow db.schema.table patterns, but complain about random garbage.Robert Haas2022-04-202-0/+1046
* Fix extract epoch from interval calculationPeter Eisentraut2022-04-191-2/+2
* Fix second race condition in 002_archiving.pl with archive_cleanup_commandMichael Paquier2022-04-181-2/+5
* Fix race in TAP test 002_archiving.pl when restoring history fileMichael Paquier2022-04-181-5/+22
* pgstat: Use correct lock level in pgstat_drop_all_entries().Andres Freund2022-04-161-2/+28
* Fix incorrect logic in HaveRegisteredOrActiveSnapshot().Tom Lane2022-04-162-0/+49
* Revert "Temporarily add some probes of tenk1's relallvisible in create_index....Tom Lane2022-04-152-71/+0
* pgstat: set timestamps of fixed-numbered stats after a crash.Andres Freund2022-04-141-0/+10
* Have CLUSTER ignore partitions not owned by callerAlvaro Herrera2022-04-142-0/+44
* Temporarily add some probes of tenk1's relallvisible in create_index.sql.Tom Lane2022-04-142-0/+71
* Improve a couple of sql/json error messagesAndrew Dunstan2022-04-141-4/+7
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-1/+0
* Release cache tuple when no longer neededAlvaro Herrera2022-04-132-4/+20
* Fix finalization for json_objectagg and friendsAndrew Dunstan2022-04-132-0/+53
* Change mechanism to set up source targetlist in MERGEAlvaro Herrera2022-04-123-3/+25
* Add timestamp and elapsed time decorations to TAP test logsAndrew Dunstan2022-04-101-1/+29
* Fix whitespacePeter Eisentraut2022-04-092-2/+2
* Add missing serial commasPeter Eisentraut2022-04-091-1/+1
* Remove error message hints mentioning configure optionsPeter Eisentraut2022-04-083-196/+0
* Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)Michael Paquier2022-04-082-51/+68
* pgstat: Hide instability in stats.spec with -DCATCACHE_FORCE_RELEASE.Andres Freund2022-04-073-170/+172
* pgstat: add/extend tests for resetting various kinds of stats.Andres Freund2022-04-075-73/+553
* Teach planner and executor about monotonic window funcsDavid Rowley2022-04-082-0/+604
* Extend plsample example to include a trigger handler.Tom Lane2022-04-073-3/+274
* Add minimal tests for recovery conflict handling.Andres Freund2022-04-071-0/+296
* pgstat: test stats interactions with physical replication.Andres Freund2022-04-071-0/+206
* Revert "Rewrite some RI code to avoid using SPI"Alvaro Herrera2022-04-072-3/+6