aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix wrong description of BackgroundPsql's timeout.Masahiko Sawada2023-11-30
* Fix BackgroundPsql's set_query_timer_restart() issue without argument.Masahiko Sawada2023-11-30
* Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane2023-11-28
* Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas2023-11-28
* Avoid unconditionally filling in missing values with NULL in pgoutput.Amit Kapila2023-11-27
* Fix the initial sync tables with no columns.Amit Kapila2023-11-22
* Fix query checking consistency of table amhandlers in opr_sanity.sqlMichael Paquier2023-11-22
* Guard against overflow in interval_mul() and interval_div().Dean Rasheed2023-11-18
* Ensure we preprocess expressions before checking their volatility.Tom Lane2023-11-16
* Allow new role 'regress_dump_login_role' to log in under SSPI.Tom Lane2023-11-14
* Don't try to dump RLS policies or security labels for extension objects.Tom Lane2023-11-13
* Fix computation of varnullingrels when const-folding field selection.Tom Lane2023-11-09
* Fix AFTER ROW trigger execution in MERGE cross-partition update.Dean Rasheed2023-11-09
* Fix corner-case 64-bit integer subtraction bug on some platforms.Dean Rasheed2023-11-09
* Don't install ldap_password_func in mesonPeter Eisentraut2023-11-08
* Fix use of OPENSSL in SSL tests if command is not foundMichael Paquier2023-11-08
* Detect integer overflow while computing new array dimensions.Tom Lane2023-11-06
* Compute aggregate argument types correctly in transformAggregateCall().Tom Lane2023-11-06
* Ban role pg_signal_backend from more superuser backend types.Noah Misch2023-11-06
* Fix 003_check_guc.pl when loading modules with custom GUCsMichael Paquier2023-11-02
* Fix minmax-multi distance for extreme interval valuesTomas Vondra2023-10-27
* Fix minmax-multi on infinite date/timestamp valuesTomas Vondra2023-10-27
* Fix calculation in brin_minmax_multi_distance_dateTomas Vondra2023-10-27
* Fix overflow when calculating timestamp distance in BRINTomas Vondra2023-10-27
* Fix problems when a plain-inheritance parent table is excluded.Tom Lane2023-10-24
* Back-patch test cases for timetz_zone/timetz_izone.Tom Lane2023-10-17
* Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.Tom Lane2023-10-16
* Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch2023-10-14
* Fix bulk table extension when copying into multiple partitionsAndres Freund2023-10-13
* Fix runtime partition pruning for HASH partitioned tablesDavid Rowley2023-10-13
* Fix incorrect step generation in HASH partition pruningDavid Rowley2023-10-12
* Only evaluate default values as required when doing COPY FROMAndrew Dunstan2023-10-01
* Fix EvalPlanQual rechecking during MERGE.Dean Rasheed2023-09-30
* Fix edge-case for xl_tot_len broken by bae868ca.Thomas Munro2023-09-26
* Don't use Perl pack('Q') in 039_end_of_wal.pl.Thomas Munro2023-09-23
* Don't trust unvalidated xl_tot_len.Thomas Munro2023-09-23
* Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.Tom Lane2023-09-21
* Track nesting depth correctly when drilling down into RECORD Vars.Tom Lane2023-09-15
* Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option.Amit Kapila2023-09-13
* Stabilize subscription stats test.Masahiko Sawada2023-09-08
* Disable 031_recovery_conflict.pl in 15 and 16.Thomas Munro2023-09-07
* Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut2023-08-29
* Fix pg_stat_reset_single_table_counters() for shared relationsMichael Paquier2023-08-21
* Remove dubious warning message from SQL/JSON functionsPeter Eisentraut2023-08-18
* Unify some error messagesPeter Eisentraut2023-08-16
* Remove test from commit fa2e874946.Jeff Davis2023-08-10
* Recalculate search_path after ALTER ROLE.Jeff Davis2023-08-09
* Reject substituting extension schemas or owners matching ["$'\].Noah Misch2023-08-07
* Fix RLS policy usage in MERGE.Dean Rasheed2023-08-07
* Fix pg_stat_io buffer reuse test instabilityAndres Freund2023-08-01