summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Prevent write operations on large objects in read-only transactionsMichael Paquier2022-07-043-0/+142
* Remove %error-verbose directive from jsonpath parserAndrew Dunstan2022-07-031-1/+1
* Allow makeaclitem() to accept multiple privilege names.Tom Lane2022-07-032-0/+26
* Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT.Noah Misch2022-07-012-12/+13
* Fix race condition in t/028_pitr_timelines.pl.Noah Misch2022-07-011-0/+7
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-011-2/+2
* pgindent run prior to branching v15.Tom Lane2022-06-303-9/+20
* Use --no-unlogged-table-data in t/027_stream_regress.pl.Noah Misch2022-06-251-1/+2
* Remove unportable testPeter Eisentraut2022-06-241-7/+0
* Fix intermetent test failure in 028_row_filter.pl.Amit Kapila2022-06-241-0/+5
* Fix two issues with HEADER MATCH in COPYMichael Paquier2022-06-232-4/+83
* Fix partition table's REPLICA IDENTITY checking on the subscriber.Amit Kapila2022-06-211-0/+14
* Message and documentation refinementsPeter Eisentraut2022-06-191-15/+15
* Revert changes in HOT handling of BRIN indexesTomas Vondra2022-06-165-448/+0
* Fix comment in regression tests for large objectsMichael Paquier2022-06-163-6/+6
* Fix data inconsistency between publisher and subscriber.Amit Kapila2022-06-161-0/+15
* Fix cache look-up failures while applying changes in logical replication.Amit Kapila2022-06-151-4/+52
* Make subscription tests pass with log_error_verbosity=verboseAndrew Dunstan2022-06-122-6/+6
* Un-break whole-row Vars referencing domain-over-composite types.Tom Lane2022-06-102-0/+32
* psql: Show notices immediately (again)Peter Eisentraut2022-06-091-4/+4
* Prohibit combining publications with different column lists.Amit Kapila2022-06-021-86/+64
* Remove useless tests for TRUNCATE on foreign tablesMichael Paquier2022-05-312-18/+0
* Teach remove_unused_subquery_outputs about window run conditionsDavid Rowley2022-05-272-0/+29
* pgstat: fix stats.spec instability on slow machines.Andres Freund2022-05-223-6/+7
* Show 'AS "?column?"' explicitly when it's important.Tom Lane2022-05-211-2/+2
* Remove portability hazard in unsafe_tests/sql/guc_privs.sql.Tom Lane2022-05-202-4/+4
* Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera2022-05-203-0/+10
* Add pg_version() to PostgreSQL::Test::ClusterMichael Paquier2022-05-201-0/+14
* Extend pg_publication_tables to display column list and row filter.Amit Kapila2022-05-192-23/+32
* Update xml_1.out and xml_2.outAlvaro Herrera2022-05-182-0/+6
* Fix EXPLAIN MERGE output when no tuples are processedAlvaro Herrera2022-05-182-2/+26
* Check column list length in XMLTABLE/JSON_TABLE aliasAlvaro Herrera2022-05-1810-0/+32
* Make EXPLAIN MERGE output format more compactAlvaro Herrera2022-05-181-25/+10
* Fix incorrect row estimates used for Memoize costingDavid Rowley2022-05-161-16/+10
* Fix slow animal timeouts in 032_relfilenode_reuse.pl.Thomas Munro2022-05-141-6/+8
* 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