summaryrefslogtreecommitdiff
path: root/src/test/regress/sql
AgeCommit message (Expand)Author
26 hoursConsider explicit incremental sort for Append and MergeAppendRichard Guo
5 daysSimplify COALESCE() with one surviving argument.Tom Lane
5 daysObtain required table lock during cross-table updates, redux.Tom Lane
6 daysPrevent creation of duplicate not-null constraints for domainsÁlvaro Herrera
6 daysFix bogus grammar for a CREATE CONSTRAINT TRIGGER errorÁlvaro Herrera
6 daysSupport multi-line headers in COPY FROM command.Fujii Masao
6 daysEnable use of Memoize for ANTI joinsRichard Guo
7 daysAllow width_bucket()'s "operand" input to be NaN.Tom Lane
7 daysFix error message for ALTER CONSTRAINT ... NOT VALIDÁlvaro Herrera
7 daysMake row compares robust during nbtree array scans.Peter Geoghegan
8 daysAdd new OID alias type regdatabase.Nathan Bossart
9 daysFix some new issues with planning of PlaceHolderVars.Tom Lane
9 daysObtain required table lock during cross-table constraint updates.Tom Lane
12 dayspg_dump: include comments on valid not-null constraints, tooÁlvaro Herrera
13 daysMake CREATE TABLE LIKE copy comments on NOT NULL constraints when requested.Fujii Masao
13 daysExpand virtual generated columns for ALTER COLUMN TYPERichard Guo
14 daysRestrict virtual columns to use built-in functions and typesPeter Eisentraut
2025-06-24Fix virtual generated column type checking for ALTER TABLEPeter Eisentraut
2025-06-24psql: Rename meta-command \close to \close_preparedMichael Paquier
2025-06-20Remove planner's have_dangerous_phv() join-order restriction.Tom Lane
2025-06-13psql: Forbid use of COPY and \copy while in a pipelineMichael Paquier
2025-06-05Avoid bogus scans of partitions when marking FKs enforcedÁlvaro Herrera
2025-06-05Avoid bogus scans of partitions when validating FKs to partitioned tablesÁlvaro Herrera
2025-06-05Change role names used in trigger test.Tom Lane
2025-06-02Rename gist stratnum support functionPeter Eisentraut
2025-05-31Fix MERGE into a plain inheritance parent table.Dean Rasheed
2025-05-28Tighten parsing of datetime input.Tom Lane
2025-05-28Adjust regex for test with opening parenthesis in character classesMichael Paquier
2025-05-27Fix conversion of SIMILAR TO regexes for character classesMichael Paquier
2025-05-23Revert function to get memory context stats for processesDaniel Gustafsson
2025-05-22In ExecInitModifyTable, don't scribble on the source plan.Tom Lane
2025-05-19Fix deparsing FETCH FIRST <expr> ROWS WITH TIESHeikki Linnakangas
2025-05-18Fix tuple_fraction calculation in generate_orderedappend_paths()Alexander Korotkov
2025-05-15Fix Assert failure in XMLTABLE parserRichard Guo
2025-05-07Remove pg_replication_origin's TOAST table.Nathan Bossart
2025-05-05With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch
2025-05-02Handle self-referencing FKs correctly in partitioned tablesÁlvaro Herrera
2025-04-29Fixes for ChangeVarNodes_walker()Alexander Korotkov
2025-04-28Fix pg_dump for inherited validated not-null constraintsÁlvaro Herrera
2025-04-27Disallow removing placeholders during Self-Join Elimination.Alexander Korotkov
2025-04-23Properly prepare varinfos in estimate_multivariate_bucketsize()Alexander Korotkov
2025-04-23Change the names generated for child foreign key constraints.Tom Lane
2025-04-22Avoid depending on post-UPDATE row order in float4/float8 tests.Tom Lane
2025-04-21Fix INITCAP() word boundaries for PG_UNICODE_FAST.Jeff Davis
2025-04-20Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.Noah Misch
2025-04-20Fix issue with ORDER BY / DISTINCT aggregates and FILTERDavid Rowley
2025-04-17Assert lack of hazardous buffer locks before possible catalog read.Noah Misch
2025-04-16Elide not-null constraint checks on child tables during PK creationÁlvaro Herrera
2025-04-15Fix failure for generated column with a not-null domain constraint.Tom Lane
2025-04-12Fix instability with WAL fsync test in stats.sqlMichael Paquier