summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2025-03-28Fix timestamp overflow in UUIDv7 implementation.Masahiko Sawada
2025-03-28Add support for not-null constraints on virtual generated columnsPeter Eisentraut
2025-03-28Stablize tests added in 3abe9dc188.Amit Kapila
2025-03-27Expand test a bitPeter Eisentraut
2025-03-27Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO INHERITÁlvaro Herrera
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-03-26Add support for gamma() and lgamma() functions.Dean Rasheed
2025-03-26Fix order of -I switches for building pg_regress.o.Tom Lane
2025-03-25pg_dump: Add --sequence-data.Nathan Bossart
2025-03-25Stats: use schemaname/relname instead of regclass.Jeff Davis
2025-03-25libpq: Deprecate pg_int64.Thomas Munro
2025-03-25Fix the typo in the test case added in 73eba5004a.Amit Kapila
2025-03-24Fix bitmapheapscan incorrect recheck of NULL tuplesMelanie Plageman
2025-03-24Fix typoÁlvaro Herrera
2025-03-24psql: show default extension version in \dx outputMagnus Hagander
2025-03-24Add test case for when subscriber table is missing a columnHeikki Linnakangas
2025-03-24Detect and Log multiple_unique_conflicts type conflict.Amit Kapila
2025-03-24Add tests for POSITION(bytea, bytea)David Rowley
2025-03-20Add test for pg_upgrade file transfer modes.Nathan Bossart
2025-03-20Add vacuum_truncate configuration parameter.Nathan Bossart
2025-03-20Fix extension control path testsPeter Eisentraut
2025-03-19extension_control_pathPeter Eisentraut
2025-03-19psql: Allow queries terminated by semicolons while in pipeline modeMichael Paquier
2025-03-19oauth: Use IPv4-only issuer in oauth_validator testsThomas Munro
2025-03-19Ensure first ModifyTable rel initialized if all are prunedAmit Langote
2025-03-18Fix assertion failure in parallel vacuum with minimal maintenance_work_mem se...Masahiko Sawada
2025-03-18vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart
2025-03-18aio: Infrastructure for io_method=workerAndres Freund
2025-03-18Add X25519 to the default set of curvesDaniel Gustafsson
2025-03-18psql: Add \sendpipeline to send query buffers while in a pipelineMichael Paquier
2025-03-17tests: Expand temp table tests to some pin related mattersAndres Freund
2025-03-17Fix inconsistent quoting for some options in TAP testsMichael Paquier
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-03-14Remove direct handling of reloptions for toast tablesÁlvaro Herrera
2025-03-14Fix ALTER SUBSCRIPTION ... SET PUBLICATION ... command.Amit Kapila
2025-03-13Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.Tom Lane
2025-03-13Add reverse(bytea).Nathan Bossart
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-03-13Fix incorrect handling of subquery pullupRichard Guo
2025-03-13Avoid invalidating all RelationSyncCache entries on publication rename.Amit Kapila
2025-03-13Fix copy-paste error in datum_to_jsonb_internal()Amit Langote
2025-03-12Remove count_one_bits() in acl.c.Nathan Bossart
2025-03-12Build whole-row Vars the same way during parsing and planning.Tom Lane
2025-03-12Add connection establishment duration loggingMelanie Plageman
2025-03-12Modularize log_connections outputMelanie Plageman
2025-03-11Improve EXPLAIN's display of window functions.Tom Lane
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-11Add WAL data to backend statisticsMichael Paquier
2025-03-10tests: Make postmaster/002_connection_limits deal verbose logsAndres Freund
2025-03-10Use extended stats for precise estimation of bucket size in hash joinAlexander Korotkov