/
githubmirror
/
postgres
ОбзорДокументацияВойти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
postgres/
.../regress/sql/
..
advisory_lock.sql

tests: Restrict pg_locks queries in advisory_locks.sql to current database

4 года назад
aggregates.sql

Revert "Add GROUP BY ALL".

25 дней назад
alter_generic.sql

SQL Property Graph Queries (SQL/PGQ)

5 месяцев назад
alter_operator.sql

Extend ALTER OPERATOR to allow setting more optimization attributes.

3 года назад
alter_table.sql

Teach psql to skip in-line COPY ... FROM STDIN data after a failure.

день назад
amutils.sql

Add support for nearest-neighbor (KNN) searches to SP-GiST

8 лет назад
arrays.sql

Guard against unexpected dimensions of oidvector/int2vector.

6 месяцев назад
async.sql

Add new function pg_notification_queue_usage.

11 лет назад
bit.sql

Optimize pg_popcount() with AVX-512 instructions.

2 года назад
bitmapops.sql

Fix bitmapheapscan incorrect recheck of NULL tuples

год назад
boolean.sql

Add tests for int4_bool() in int.c

3 года назад
box.sql

Rework pg_input_error_message(), now renamed pg_input_error_info()

3 года назад
brin.sql

Set query ID in parallel workers for vacuum, BRIN and btree

2 года назад
brin_bloom.sql

BRIN bloom indexes

5 лет назад
brin_multi.sql

Enable BUFFERS with EXPLAIN ANALYZE by default

2 года назад
btree_index.sql

Add _bt_set_startikey row compare test coverage.

16 дней назад
case.sql

Fix NULLIF()'s handling of read-write expanded objects.

2 года назад
char.sql

Rework pg_input_error_message(), now renamed pg_input_error_info()

3 года назад
circle.sql

Clean up ancient test style

6 лет назад
cluster.sql

Cover additional errors and corner conditions in repack.c

2 месяца назад
collate.icu.utf8.sql

Fix mishandling of leading '\' in nondeterministic LIKE.

месяц назад
collate.linux.utf8.sql

Fix calculating length of match to localized month/weekday names

6 дней назад
collate.sql

Fix LIKE/regex optimization for indexscan with exact-match pattern.

месяц назад
collate.utf8.sql

Fix unintentional behavior change from 5a38104.

месяц назад
collate.windows.win1252.sql

Fix collate.windows.win1252 test.

3 года назад
combocid.sql

Sanitize the term "combo CID" in code comments

5 лет назад
comments.sql

Implement nested block comments in the backend and in psql. Include updates for the comment.sql regression test. Implement SET SESSION CHARACTERISTICS and SET DefaultXactIsoLevel. Implement SET SESSION CHARACTERISTICS TRANSACTION COMMIT and SET AutoCommit in the parser only. Need to add code to actually do something. Implement WITHOUT TIME ZONE type qualifier. Define SCHEMA keyword, along with stubbed-out grammar. Implement "[IN|INOUT|OUT] [varname] type" function arguments in parser only; INOUT and OUT throws an elog(ERROR). Add PATH as a type-specific token, since PATH is in SQL99 to support schema resource search and resolution.

26 лет назад
compression.sql

Split regression tests for TOAST compression methods into two files

год назад
compression_lz4.sql

Split regression tests for TOAST compression methods into two files

год назад
compression_pglz.sql

Add more tests for corrupted data with pglz_decompress()

3 месяца назад
constraints.sql

Prevent inherited CHECK constraints from being weakened

месяц назад
conversion.sql

Remove MULE_INTERNAL encoding.

4 месяца назад
copy.sql

Teach psql to skip in-line COPY ... FROM STDIN data after a failure.

день назад
copy2.sql

Teach psql to skip in-line COPY ... FROM STDIN data after a failure.

день назад
copydml.sql

Fix wrong assertion and poor error messages in "COPY (query) TO".

2 года назад
copyencoding.sql

Apply encoding conversion in COPY TO FORMAT JSON

2 месяца назад
copyselect.sql

Teach psql to skip in-line COPY ... FROM STDIN data after a failure.

день назад
create_aggregate.sql

Introduce "anycompatible" family of polymorphic types.

6 лет назад
create_am.sql

Fix dependency of partitioned table and table AM with CREATE TABLE .. USING

2 года назад
create_cast.sql

Record dependencies of a cast on other casts that it requires.

4 года назад
create_function_c.sql

Rename create_function_N test scripts for clarity.

5 лет назад
create_function_sql.sql

Issue a NOTICE if a created function depends on any temp objects.

9 месяцев назад
create_index.sql

Further improve the names generated for indexes on expressions.

15 дней назад
create_index_spgist.sql

Add a planner support function for starts_with().

5 лет назад
create_misc.sql

Rearrange core regression tests to reduce cross-script dependencies.

5 лет назад
create_operator.sql

Provide more-specific error details/hints for function lookup failures.

год назад
create_procedure.sql

Fix failure with SQL-procedure polymorphic output arguments in v12.

2 года назад
create_property_graph.sql

Report duplicate property and label names with a proper error

5 дней назад
create_role.sql

doc: Clarify that empty COMMENT string removes the comment.

5 месяцев назад
create_schema.sql

psql: Tighten heuristics for BEGIN/END within CREATE SCHEMA.

2 месяца назад
create_table.sql

Avoid name collision with NOT NULL constraints

6 месяцев назад
create_table_like.sql

Fix attnum remapping in generateClonedExtStatsStmt()

3 месяца назад
create_type.sql

Add test scaffolding for soft error reporting from input functions.

4 года назад
create_view.sql

Improve detection of implicitly-temporary views.

9 месяцев назад
database.sql

Replace tests of ALTER DATABASE RESET TABLESPACE.

год назад
date.sql

Fix various overflow hazards in date and timestamp functions.

2 года назад
dbsize.sql

Fix incorrect return value for pg_size_pretty(bigint)

2 года назад
delete.sql

Regression tests for TOAST.

15 лет назад
dependency.sql

Reintroduce MAINTAIN privilege and pg_maintain predefined role.

2 года назад
domain.sql

Prevent creation of duplicate not-null constraints for domains

год назад
drop_if_exists.sql

Introduce the 'force' option for the Drop Database command.

7 лет назад
drop_operator.sql

Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator.

10 лет назад
eager_aggregate.sql

Fix eager aggregation for semi/antijoin inner rels

2 месяца назад
encoding.sql

Fix out-of-bound reads with ascii() for invalid multibyte characters

день назад
enum.sql

Improve error message for duplicate labels when creating an enum type.

год назад
equivclass.sql

Implement Self-Join Elimination

год назад
errors.sql

Rearrange core regression tests to reduce cross-script dependencies.

5 лет назад
euc_kr.sql

Code coverage for most pg_mblen* calls.

6 месяцев назад
event_trigger.sql

Handle element label and label property objects in object address functions

2 месяца назад
event_trigger_login.sql

Remove the flaky check in event_trigger_login regression test

3 года назад
explain.sql

Add EXPLAIN (IO) instrumentation for SeqScan

4 месяца назад
expressions.sql

Fix incorrect logic for hashed IN / NOT IN with non-strict operators

4 месяца назад
fast_default.sql

Fix unlikely incremental tuple deform bug with missing attrs

5 дней назад
float4.sql

Avoid depending on post-UPDATE row order in float4/float8 tests.

год назад
float8.sql

Avoid depending on post-UPDATE row order in float4/float8 tests.

год назад
for_portion_of.sql

Avoid RETURNING side effects for FOR PORTION OF leftovers.

14 дней назад
foreign_data.sql

Fix dependency on FDW's connection function.

5 месяцев назад
foreign_key.sql

Fire fast-path FK batches inside the deferred trigger loop

4 дня назад
functional_deps.sql

Recognize functional dependency on primary keys. This allows a table's other columns to be referenced without listing them in GROUP BY, so long as the primary key column(s) are listed in GROUP BY.

16 лет назад
generated_stored.sql

Teach psql to skip in-line COPY ... FROM STDIN data after a failure.

день назад
generated_virtual.sql

Teach psql to skip in-line COPY ... FROM STDIN data after a failure.

день назад
geometry.sql

Rework pg_input_error_message(), now renamed pg_input_error_info()

3 года назад
gin.sql

Avoid loss of code coverage with unlogged-index test cases.

4 года назад
gist.sql

Fix GiST index-only scan column alignment issue.

25 дней назад
graph_table.sql

Disallow aggregates, window functions, and SRFs in GRAPH_TABLE COLUMNS

6 дней назад
graph_table_rls.sql

Prohibit GRANT ... ON TABLE on a property graph

7 дней назад
groupingsets.sql

Add an enable_groupagg GUC parameter

месяц назад
guc.sql

Allow log_min_messages to be set per process type

6 месяцев назад
hash_func.sql

Add data type oid8, 64-bit unsigned identifier

7 месяцев назад
hash_index.sql

Add test for single-page VACUUM of hash index on INSERT

5 месяцев назад
hash_part.sql

Prevent satisfies_hash_partition from crashing with VARIADIC NULL.

месяц назад
horology.sql

Tighten parsing of datetime input.

год назад
identity.sql

Add some regression tests for missing DDL patterns

2 года назад
incremental_sort.sql

Consider explicit incremental sort for Append and MergeAppend

год назад
index_including.sql

In transformIndexStmt, transform index expressions in INCLUDING.

месяц назад
index_including_gist.sql

Support for INCLUDE attributes in GiST indexes

7 лет назад
indexing.sql

Fix restore of partitions with exclusion constraints

22 дня назад
indirect_toast.sql

Rearrange core regression tests to reduce cross-script dependencies.

5 лет назад
inet.sql

Improve test coverage of network address functions

2 года назад
infinite_recurse.sql

Paper over regression failures in infinite_recurse() on PPC64 Linux.

6 лет назад
inherit.sql

Prevent inherited CHECK constraints from being weakened

месяц назад
init_privs.sql

Fix typos in comments.

10 лет назад
insert.sql

Make INSERT-from-multiple-VALUES-rows handle domain target columns.

2 года назад
insert_conflict.sql

Add support for INSERT ... ON CONFLICT DO SELECT.

6 месяцев назад
int2.sql

Rework pg_input_error_message(), now renamed pg_input_error_info()

3 года назад
int4.sql

Rework pg_input_error_message(), now renamed pg_input_error_info()

3 года назад
int8.sql

Modernize to_char's Roman-numeral code, fixing overflow problems.

2 года назад
interval.sql

Improve handling of date_trunc() units for infinite input values

2 года назад
join.sql

Fix incorrect Result node flattening logic

12 дней назад
join_hash.sql

Improve hash join's handling of tuples with null join keys.

5 месяцев назад
json.sql

Allow json{b}_strip_nulls to remove null array elements

год назад
json_encoding.sql

Rework pg_input_error_message(), now renamed pg_input_error_info()

3 года назад
jsonb.sql

Add an enable_groupagg GUC parameter

месяц назад
jsonb_jsonpath.sql

Fix jsonpath .decimal() to honor silent mode

месяц назад
jsonpath.sql

Add additional jsonpath string methods

4 месяца назад
jsonpath_encoding.sql

Allow Unicode escapes in any server encoding, not only UTF-8.

6 лет назад
largeobject.sql

Fix bugs in manipulation of large objects.

3 года назад
limit.sql

Fix deparsing FETCH FIRST <expr> ROWS WITH TIES

год назад
line.sql

Rework pg_input_error_message(), now renamed pg_input_error_info()

3 года назад
lock.sql

Fix misc typos, mostly in comments

7 месяцев назад
lseg.sql

Rework pg_input_error_message(), now renamed pg_input_error_info()

3 года назад
macaddr.sql

Rework pg_input_error_message(), now renamed pg_input_error_info()

3 года назад
macaddr8.sql

Rework pg_input_error_message(), now renamed pg_input_error_info()

3 года назад
maintain_every.sql

Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.

год назад
matview.sql

Improve detection of implicitly-temporary views.

9 месяцев назад
md5.sql

Put tests of md5() function into separate test file

4 года назад
memoize.sql

Discount the metapage when estimating number of index pages visited.

5 месяцев назад
merge.sql

Fix MERGE into a plain inheritance parent table.

год назад
misc.sql

Rearrange core regression tests to reduce cross-script dependencies.

5 лет назад
misc_functions.sql

instrumentation: Standardize ticks to nanosecond conversion method

4 месяца назад
misc_sanity.sql

Remove pg_replication_origin's TOAST table.

год назад
money.sql

Fix missing money overflow checks for INT64_MIN / -1

7 дней назад
multirangetypes.sql

Add an enable_groupagg GUC parameter

месяц назад
mvcc.sql

Fix typo in MVCC test comment

4 года назад
name.sql

Clean up ancient test style

6 лет назад
namespace.sql

Don't try to re-order the subcommands of CREATE SCHEMA.

4 месяца назад
nls.sql

Test PRI* macros even when we can't test NLS translation.

8 месяцев назад
numa.sql

Introduce pg_shmem_allocations_numa view

год назад
numeric.sql

Allow width_bucket()'s "operand" input to be NaN.

год назад
numeric_big.sql

Improve the accuracy of numeric power() for integer exponents.

4 года назад
numerology.sql

Fix overflow in parsing of positional parameter

2 года назад
object_address.sql

pg_dump: avoid assuming how long pg_proc.protrftypes can be.

день назад
oid.sql

Add ssup_datum_uint32_cmp for comparing OIDs

день назад
oid8.sql

Improve portability of test with oid8 comparison function

7 месяцев назад
oidjoins.sql

Build in some knowledge about foreign-key relationships in the catalogs.

6 лет назад
opr_sanity.sql

Fix incorrect declarations of variadic pg_get_*_ddl() functions.

2 месяца назад
partition_aggregate.sql

Fix assertion failure in generate_orderedappend_paths()

9 месяцев назад
partition_info.sql

Fix infer_arbiter_index for partitioned tables

8 месяцев назад
partition_join.sql

Fix misc typos, mostly in comments

7 месяцев назад
partition_merge.sql

Take into account default_tablespace during MERGE/SPLIT PARTITION(S)

2 месяца назад
partition_prune.sql

Fix issue with RANGE's DEFAULT partition pruning

11 дней назад
partition_split.sql

Take into account default_tablespace during MERGE/SPLIT PARTITION(S)

2 месяца назад
password.sql

Restrict password hash length.

2 года назад
path.sql

Rework pg_input_error_message(), now renamed pg_input_error_info()

3 года назад
pg_dependencies.sql

Add input function for data type pg_dependencies

9 месяцев назад
pg_lsn.sql

Rework pg_input_error_message(), now renamed pg_input_error_info()

3 года назад
pg_ndistinct.sql

Add input function for data type pg_ndistinct

9 месяцев назад
plancache.sql

Stabilize plancache test against on-access VM setting

4 месяца назад
planner_est.sql

Avoid collation lookup failure when considering a "char" column.

месяц назад
plpgsql.sql

Force standard_conforming_strings to always be ON.

7 месяцев назад
point.sql

Rework pg_input_error_message(), now renamed pg_input_error_info()

3 года назад
polygon.sql

Rework pg_input_error_message(), now renamed pg_input_error_info()

3 года назад
polymorphism.sql

Provide more-specific error details/hints for function lookup failures.

год назад
portals.sql

Fix UPDATE/DELETE ... WHERE CURRENT OF on a table with virtual columns.

4 месяца назад
portals_p2.sql

Remove useless whitespace at end of lines

16 лет назад
predicate.sql

Teach planner to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest

6 месяцев назад
prepare.sql

Remove too demanding test

2 года назад
prepared_xacts.sql

Add test for row-locking and multixids with prepared transactions

5 месяцев назад
privileges.sql

Teach psql to skip in-line COPY ... FROM STDIN data after a failure.

день назад
psql.sql

Teach psql to skip in-line COPY ... FROM STDIN data after a failure.

день назад
psql_crosstab.sql

Make crosstabview honor boolean/null display settings

2 месяца назад
psql_pipeline.sql

psql: Fix issues with deferred errors in pipelines

2 месяца назад
publication.sql

Don't show tables redundantly when their schema is published.

месяц назад
random.sql

Add date and timestamp variants of random(min, max).

год назад
rangefuncs.sql

Fix type-checking of RECORD-returning functions in FROM, redux.

2 года назад
rangetypes.sql

Check for USAGE privilege on the subtype in CREATE TYPE AS RANGE.

день назад
regex.sql

Force standard_conforming_strings to always be ON.

7 месяцев назад
regproc.sql

Add new OID alias type regdatabase.

год назад
reindex_catalog.sql

Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.

6 лет назад
reloptions.sql

Allow Boolean reloptions to have ternary values

7 месяцев назад
replica_identity.sql

Add pg_constraint rows for not-null constraints

2 года назад
returning.sql

Fix parsing of parenthesised OLD/NEW in RETURNING list.

2 месяца назад
roleattributes.sql

Remove WITH OIDS support, change oid catalog column visibility.

8 лет назад
rowsecurity.sql

Teach psql to skip in-line COPY ... FROM STDIN data after a failure.

день назад
rowtypes.sql

Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.

2 года назад
rules.sql

Disallow renaming a rule to "_RETURN".

месяц назад
sanity_check.sql

Remove AIX support

2 года назад
security_label.sql

Establish conventions about global object names used in regression tests.

10 лет назад
select.sql

Discount the metapage when estimating number of index pages visited.

5 месяцев назад
select_distinct.sql

Add an enable_groupagg GUC parameter

месяц назад
select_distinct_on.sql

Fix test case from a8ccf4e

2 года назад
select_having.sql

Make the behavior of HAVING without GROUP BY conform to the SQL spec. Formerly, if such a clause contained no aggregate functions we mistakenly treated it as equivalent to WHERE. Per spec it must cause the query to be treated as a grouped query of a single group, the same as appearance of aggregate functions would do. Also, the HAVING filter must execute after aggregate function computation even if it itself contains no aggregate functions.

21 год назад
select_implicit.sql

Remove gratuitous uses of deprecated SELECT INTO

6 лет назад
select_into.sql

Add missing BUFFERS OFF in select_into regression tests

2 года назад
select_parallel.sql

Enable BUFFERS with EXPLAIN ANALYZE by default

2 года назад
select_views.sql

Avoid locale-dependent output in select_views regression test.

9 лет назад
sequence.sql

Expose sequence page LSN via pg_get_sequence_data.

10 месяцев назад
spgist.sql

Avoid loss of code coverage with unlogged-index test cases.

4 года назад
sqljson.sql

Fix deparsing of JSON_ARRAY(subquery) with a FORMAT clause

16 дней назад
sqljson_jsontable.sql

Make JSON_TABLE generated path names avoid collisions

месяц назад
sqljson_queryfuncs.sql

Enforce RETURNING typmod on SQL/JSON DEFAULT behavior expressions

месяц назад
stats.sql

Add system view pg_stat_kind_info

месяц назад
stats_ext.sql

Preserve the owner of extended statistics rebuilt by ALTER TABLE.

день назад
stats_import.sql

Fix multirange type handling in pg_restore_attribute_stats()

день назад
stats_rewrite.sql

Add more tests for relation statistics with rewrites

9 месяцев назад
strings.sql

Fix truncation rules for base64 encoding

25 дней назад
subscription.sql

When changing owner of a subscription, do not throw an error.

6 дней назад
subselect.sql

Fix nullability check for a sub-select's upper-level Vars

8 дней назад
sysviews.sql

Add system view pg_stat_recovery

5 месяцев назад
tablesample.sql

Fix some anomalies with NO SCROLL cursors.

5 лет назад
tablespace.sql

Disallow CR and LF in database, role, and tablespace names

6 месяцев назад
temp.sql

tests: Expand temp table tests to some pin related matters

год назад
test_setup.sql

Move contrib/spi testing from core regression tests to contrib/spi.

год назад
text.sql

Rearrange core regression tests to reduce cross-script dependencies.

5 лет назад
tid.sql

Tighten tid input parsing with strtoul() to reject empty fields

5 дней назад
tidrangescan.sql

Add parallelism support for TID Range Scans

9 месяцев назад
tidscan.sql

Enable BUFFERS with EXPLAIN ANALYZE by default

2 года назад
time.sql

Rework pg_input_error_message(), now renamed pg_input_error_info()

3 года назад
timestamp.sql

Improve tests of date_trunc() with infinity and unsupported units

год назад
timestamptz.sql

Improve tests of date_trunc() with infinity and unsupported units

год назад
timetz.sql

Dodge a compiler bug affecting timetz_zone/timetz_izone.

3 года назад
transactions.sql

Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.

3 года назад
triggers.sql

Fix use-after-free of qs in AfterTriggerEndQuery.

3 месяца назад
truncate.sql

Fix TRUNCATE .. CASCADE on partitions

7 лет назад
tsdicts.sql

Fix typos and duplicate words

2 года назад
tsearch.sql

Fix overflows with ts_headline()

3 месяца назад
tsrf.sql

Disallow set-returning functions within window OVER clauses.

месяц назад
tstypes.sql

Rework pg_input_error_message(), now renamed pg_input_error_info()

3 года назад
tuplesort.sql

Improve test coverage in bump.c

2 года назад
txid.sql

Introduce xid8-based functions to replace txid_XXX.

6 лет назад
type_sanity.sql

Record range constructor functions in pg_range

7 месяцев назад
typed_table.sql

Add regression test for ALTER TABLE .. NO INHERIT on typed tables

5 месяцев назад
unicode.sql

Fix off-by-one with NFC recomposition for Hangul U+11A7 (TBASE)

2 месяца назад
union.sql

Add an enable_groupagg GUC parameter

месяц назад
updatable_views.sql

Forbid FOR PORTION OF on views with INSTEAD OF triggers

месяц назад
update.sql

Add hint about not qualifying UPDATE...SET target with relation name.

3 года назад
uuid.sql

Support UUIDv6 in uuid_extract_timestamp().

7 дней назад
vacuum.sql

Add SQL test for TOAST value allocations on rewrite

год назад
vacuum_parallel.sql

Don't overlook indexes during parallel VACUUM.

5 лет назад
varchar.sql

Rework pg_input_error_message(), now renamed pg_input_error_info()

3 года назад
window.sql

Fix COUNT's logic for window run condition support

месяц назад
with.sql

Propagate stadistinct through GROUP BY/DISTINCT in subqueries and CTEs

месяц назад
without_overlaps.sql

Fix WITHOUT OVERLAPS' interaction with domains.

4 месяца назад
write_parallel.sql

Enable parallelism in REFRESH MATERIALIZED VIEW.

5 лет назад
xid.sql

Rework pg_input_error_message(), now renamed pg_input_error_info()

3 года назад
xml.sql

Trim regression test expected output for xml

2 месяца назад
xmlmap.sql

Fix incorrect xmlschema output for types timetz and timestamptz.

4 года назад