You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/test/regress/sql
Andrew Dunstan e39b6f953e Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEW 11 years ago
..
.gitignore Add a SECURITY LABEL command. 16 years ago
abstime.sql Remove useless whitespace at end of lines 15 years ago
advisory_lock.sql Add transaction-level advisory locks. 15 years ago
aggregates.sql Repair corner-case bug in array version of percentile_cont(). 11 years ago
alter_generic.sql Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
alter_table.sql Avoid corrupting tables when ANALYZE inside a transaction is rolled back. 11 years ago
arrays.sql Support arrays as input to array_agg() and ARRAY(SELECT ...). 11 years ago
async.sql Regression tests for LISTEN/NOTIFY/UNLISTEN/pg_notify. 13 years ago
bit.sql Remove useless whitespace at end of lines 15 years ago
bitmapops.sql Remove useless whitespace at end of lines 15 years ago
boolean.sql Clean up references to SQL92 13 years ago
box.sql Remove useless whitespace at end of lines 15 years ago
brin.sql Reduce disk footprint of brin regression test 11 years ago
btree_index.sql Add test cases for indexam operations not currently covered. 11 years ago
case.sql Clean up references to SQL92 13 years ago
char.sql Remove useless whitespace at end of lines 15 years ago
circle.sql
cluster.sql Remove useless whitespace at end of lines 15 years ago
collate.linux.utf8.sql Support range data types. 14 years ago
collate.sql Revert "Hopefully-portable regression tests for CREATE/ALTER/DROP COLLATION." 13 years ago
combocid.sql
comments.sql
conversion.sql
copy2.sql copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination 12 years ago
copyselect.sql Have \copy go through SendQuery 14 years ago
create_aggregate.sql Allow polymorphic aggregates to have non-polymorphic state data types. 12 years ago
create_cast.sql Make CREATE TYPE print warnings if a datatype's I/O functions are volatile. 11 years ago
create_function_3.sql Move regression test listing of builtin leakproof functions to opr_sanity.sql. 12 years ago
create_index.sql Avoid instability in output of new REINDEX SCHEMA test. 11 years ago
create_misc.sql Remove useless whitespace at end of lines 15 years ago
create_operator.sql Additional regression tests for CREATE OPERATOR. 13 years ago
create_table.sql Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEW 11 years ago
create_table_like.sql Allow CREATE TABLE (LIKE ...) from composite type 14 years ago
create_type.sql Make CREATE TYPE print warnings if a datatype's I/O functions are volatile. 11 years ago
create_view.sql Partial fix for dropped columns in functions returning composite. 12 years ago
date.sql Add make_date() and make_time() functions. 12 years ago
delete.sql Regression tests for TOAST. 15 years ago
dependency.sql
domain.sql Add support for renaming domain constraints 14 years ago
drop_if_exists.sql Make DROP IF EXISTS more consistently not fail 12 years ago
enum.sql Allow adding values to an enum type created in the current transaction. 13 years ago
equivclass.sql Fix some more problems with nested append relations. 11 years ago
errors.sql Allow empty target list in SELECT. 12 years ago
event_trigger.sql Event Trigger for table_rewrite 11 years ago
float4.sql Remove useless whitespace at end of lines 15 years ago
float8.sql Revert "Add some regression test cases for denormalized float8 input." 14 years ago
foreign_data.sql Implement IMPORT FOREIGN SCHEMA. 12 years ago
foreign_key.sql ALTER TABLE ... ALTER CONSTRAINT for FKs 13 years ago
functional_deps.sql Recognize functional dependency on primary keys. This allows a table's 16 years ago
geometry.sql Revive line type 12 years ago
gin.sql Add test cases for indexam operations not currently covered. 11 years ago
gist.sql Add test cases for indexam operations not currently covered. 11 years ago
guc.sql Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off. 13 years ago
hash_index.sql Remove useless whitespace at end of lines 15 years ago
horology.sql Fix to_timestamp/to_date's handling of consecutive spaces in format string. 12 years ago
hs_primary_extremes.sql Remove useless whitespace at end of lines 15 years ago
hs_primary_setup.sql
hs_standby_allowed.sql regression test: fix hot standby tests by using repeatable read 12 years ago
hs_standby_check.sql
hs_standby_disallowed.sql
hs_standby_functions.sql
indirect_toast.sql Add support for multiple kinds of external toast datums. 13 years ago
inet.sql Add min and max aggregates for inet/cidr data types. 12 years ago
inherit.sql Fix inherited UPDATE/DELETE with UNION ALL subqueries. 12 years ago
insert.sql Regression tests for TOAST. 15 years ago
int2.sql Improve handling of INT_MIN / -1 and related cases. 13 years ago
int4.sql Improve handling of INT_MIN / -1 and related cases. 13 years ago
int8.sql Improve handling of INT_MIN / -1 and related cases. 13 years ago
interval.sql interval: tighten precision specification 11 years ago
join.sql Preserve AND/OR flatness while extracting restriction OR clauses. 12 years ago
json.sql Add json_strip_nulls and jsonb_strip_nulls functions. 11 years ago
jsonb.sql Add several generator functions for jsonb that exist for json. 11 years ago
limit.sql Remove useless whitespace at end of lines 15 years ago
line.sql Revert "Tweak "line" test to avoid negative zeros on some platforms" 12 years ago
lock.sql Add a basic atomic ops API abstracting away platform/architecture details. 11 years ago
lseg.sql Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
macaddr.sql Allow input format xxxx-xxxx-xxxx for macaddr type 11 years ago
matview.sql Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEW 11 years ago
money.sql Add casts from int4 and int8 to numeric. 15 years ago
name.sql
namespace.sql Regression tests for SCHEMA commands 12 years ago
numeric.sql Add generate_series(numeric, numeric). 11 years ago
numeric_big.sql Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
numerology.sql Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
oid.sql Remove useless whitespace at end of lines 15 years ago
oidjoins.sql Update oidjoins regression test for 9.4. 12 years ago
opr_sanity.sql BRIN: Block Range Indexes 11 years ago
path.sql Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
pg_lsn.sql Tweak new regression test case for better portability. 12 years ago
plancache.sql Change plan caching to honor, not resist, changes in search_path. 13 years ago
plpgsql.sql De-reserve most statement-introducing keywords in plpgsql. 11 years ago
point.sql Fix gist_box_same and gist_point_consistent to handle fuzziness correctly. 13 years ago
polygon.sql regression: adjust polygon diagrams to not use tabs 11 years ago
polymorphism.sql Fix getTypeIOParam to support type record[]. 14 years ago
portals.sql Fix failure to set ActiveSnapshot while rewinding a cursor. 12 years ago
portals_p2.sql Remove useless whitespace at end of lines 15 years ago
prepare.sql Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
prepared_xacts.sql Fix a bug with SSI and prepared transactions: 15 years ago
privileges.sql Shore up ADMIN OPTION restrictions. 12 years ago
psql.sql Fix further concerns about psql wrapping in expanded mode having 12 years ago
random.sql Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
rangefuncs.sql Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries. 11 years ago
rangetypes.sql Fix "element <@ range" cost estimation. 13 years ago
regex.sql Fix incorrect search for "x?" style matches in creviterdissect(). 11 years ago
regproc.sql Add to_regprocedure() and to_regoperator(). 12 years ago
reltime.sql
replica_identity.sql psql: conditionally display oids and replication identity 12 years ago
returning.sql
rowsecurity.sql Make rowsecurity test clean up after itself, too. 11 years ago
rowtypes.sql Ensure that RowExprs and whole-row Vars produce the expected column names. 11 years ago
rules.sql Use unaligned output in selected regression queries to reduce diff noise. 12 years ago
sanity_check.sql Use unaligned output in selected regression queries to reduce diff noise. 12 years ago
security_label.sql Move security_label test 11 years ago
select.sql Remove useless whitespace at end of lines 15 years ago
select_distinct.sql
select_distinct_on.sql
select_having.sql
select_implicit.sql Remove useless whitespace at end of lines 15 years ago
select_into.sql Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 14 years ago
select_views.sql Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
sequence.sql Add tests for sequence privileges 11 years ago
spgist.sql Add test cases for indexam operations not currently covered. 11 years ago
stats.sql Add convenience functions pg_sleep_for and pg_sleep_until. 12 years ago
strings.sql Fix regexp_matches() handling of zero-length matches. 13 years ago
subselect.sql Allow simplification of EXISTS() subqueries containing LIMIT. 11 years ago
temp.sql
text.sql Move checking an explicit VARIADIC "any" argument into the parser. 13 years ago
time.sql
timestamp.sql Constructors for interval, timestamp, timestamptz 12 years ago
timestamptz.sql Don't require bleeding-edge timezone data in timestamptz regression test. 11 years ago
timetz.sql
tinterval.sql Remove useless whitespace at end of lines 15 years ago
transactions.sql In RelationClearRelation, postpone cache reload if !IsTransactionState(). 12 years ago
triggers.sql Support automatically-updatable views. 13 years ago
truncate.sql Remove useless whitespace at end of lines 15 years ago
tsdicts.sql Remove useless whitespace at end of lines 15 years ago
tsearch.sql Fix ts_rank_cd() to ignore stripped lexemes 12 years ago
tstypes.sql
txid.sql Handle duplicate XIDs in txid_snapshot. 12 years ago
type_sanity.sql In type_sanity, check I/O functions of built-in types are not volatile. 11 years ago
typed_table.sql Only allow typed tables to hang off composite types, not e.g. tables. 15 years ago
union.sql Forward-patch regression test for "could not find pathkey item to sort". 12 years ago
updatable_views.sql Process withCheckOption exprs in setrefs.c 11 years ago
update.sql Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... 12 years ago
uuid.sql Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
vacuum.sql
varchar.sql Remove useless whitespace at end of lines 15 years ago
window.sql Allow pushdown of WHERE quals into subqueries with window functions. 12 years ago
with.sql Add CREATE RECURSIVE VIEW syntax 13 years ago
without_oid.sql
xml.sql Allow empty content in xml type 12 years ago
xmlmap.sql Add regression tests for XML mapping of domains 13 years ago