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
Noah Misch 01ba7894f3 Make BYPASSRLS behave like superuser RLS bypass. 10 years ago
..
.gitignore
abstime.sql
advisory_lock.sql
aggregates.sql Repair corner-case bug in array version of percentile_cont(). 11 years ago
alter_generic.sql Fix some typos in regression test comments. 11 years ago
alter_table.sql Fix pg_dump to handle inherited NOT VALID check constraints correctly. 10 years ago
arrays.sql Fix bug around assignment expressions containing indirections. 11 years ago
async.sql
bit.sql
bitmapops.sql
boolean.sql
box.sql
brin.sql Fix brin regression test so it actually tests cidr. 11 years ago
btree_index.sql Add test cases for indexam operations not currently covered. 11 years ago
case.sql
char.sql
circle.sql
cluster.sql
collate.linux.utf8.sql
collate.sql Show sort ordering options in EXPLAIN output. 11 years ago
combocid.sql
comments.sql
conversion.sql Improve test for CONVERT() with GB18030 <-> UTF8. 11 years ago
copy2.sql Fix null-pointer-deref crash while doing COPY IN with check constraints. 11 years ago
copyselect.sql
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 Don't warn about creating temporary or unlogged hash indexes. 11 years ago
create_misc.sql
create_operator.sql Allow named parameters to be specified using => in addition to := 11 years ago
create_table.sql Fix lost persistence setting during REINDEX INDEX 11 years ago
create_table_like.sql
create_type.sql Fix pg_dump to dump shell types. 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
dependency.sql
domain.sql Use the typcache to cache constraints for domain types. 11 years ago
drop_if_exists.sql Make DROP IF EXISTS more consistently not fail 12 years ago
enum.sql
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 Fix typos in comments 11 years ago
float4.sql
float8.sql
foreign_data.sql Allow foreign tables to participate in inheritance. 11 years ago
foreign_key.sql Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT. 11 years ago
functional_deps.sql
geometry.sql Add geometry/range functions to support BRIN inclusion 11 years ago
gin.sql Add test cases for indexam operations not currently covered. 11 years ago
gist.sql Fix potential platform dependence in gist regression test. 11 years ago
groupingsets.sql Fix flattening of nested grouping sets. 11 years ago
guc.sql
hash_index.sql
horology.sql Fix to_timestamp/to_date's handling of consecutive spaces in format string. 12 years ago
hs_primary_extremes.sql
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
inet.sql Add geometry/range functions to support BRIN inclusion 11 years ago
inherit.sql Fix eclass_useful_for_merging to give valid results for appendrel children. 11 years ago
insert.sql
insert_conflict.sql Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation. 10 years ago
int2.sql Upgrade src/port/rint.c to be POSIX-compliant. 11 years ago
int4.sql Upgrade src/port/rint.c to be POSIX-compliant. 11 years ago
int8.sql Upgrade src/port/rint.c to be POSIX-compliant. 11 years ago
interval.sql interval: tighten precision specification 11 years ago
join.sql Improve regression test case to avoid depending on system catalog stats. 11 years ago
json.sql Fix treatment of nulls in jsonb_agg and jsonb_object_agg 11 years ago
jsonb.sql Fix the fastpath rule for jsonb_concat with an empty operand. 10 years ago
limit.sql
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
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
name.sql
namespace.sql Regression tests for SCHEMA commands 12 years ago
numeric.sql Fix possible internal overflow in numeric multiplication. 10 years ago
numeric_big.sql
numerology.sql
object_address.sql Add transforms to pg_get_object_address and friends 11 years ago
oid.sql
oidjoins.sql Update oidjoins regression test for 9.5. 11 years ago
opr_sanity.sql Check that all aliases of a built-in function have same leakproof property. 11 years ago
path.sql
pg_lsn.sql Tweak new regression test case for better portability. 12 years ago
plancache.sql
plpgsql.sql Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks. 11 years ago
point.sql
polygon.sql regression tests: remove polygon diagrams 11 years ago
polymorphism.sql Allow named parameters to be specified using => in addition to := 11 years ago
portals.sql Fix failure to set ActiveSnapshot while rewinding a cursor. 12 years ago
portals_p2.sql
prepare.sql
prepared_xacts.sql Remove unnecessary and unreliable test 11 years ago
privileges.sql Improve regression test coverage of table lock modes vs permissions. 11 years ago
psql.sql psql: add asciidoc output format 11 years ago
random.sql
rangefuncs.sql Support flattening of empty-FROM subqueries and one-row VALUES tables. 11 years ago
rangetypes.sql Add geometry/range functions to support BRIN inclusion 11 years ago
regex.sql Fix potential infinite loop in regular expression execution. 10 years ago
regproc.sql Add new OID alias type regnamespace 11 years ago
reltime.sql
replica_identity.sql psql: conditionally display oids and replication identity 12 years ago
returning.sql Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 11 years ago
roleattributes.sql Clean up roles from roleattributes test 11 years ago
rolenames.sql Allow CURRENT/SESSION_USER to be used in certain commands 11 years ago
rowsecurity.sql Make BYPASSRLS behave like superuser RLS bypass. 10 years ago
rowtypes.sql Ensure that RowExprs and whole-row Vars produce the expected column names. 11 years ago
rules.sql Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation. 10 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
select_distinct.sql
select_distinct_on.sql
select_having.sql
select_implicit.sql
select_into.sql
select_views.sql Improve qual pushdown for RLS and SB views 11 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 Have TRUNCATE update pgstat tuple counters 11 years ago
strings.sql
subselect.sql Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 11 years ago
tablesample.sql Redesign tablesample method API, and do extensive code review. 11 years ago
temp.sql
text.sql
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
transactions.sql Fix subtransaction cleanup after an outer-subtransaction portal fails. 10 years ago
triggers.sql Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 11 years ago
truncate.sql
tsdicts.sql
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
union.sql Forward-patch regression test for "could not find pathkey item to sort". 12 years ago
updatable_views.sql Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 11 years ago
update.sql Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 11 years ago
uuid.sql Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
vacuum.sql Avoid unexpected slowdown in vacuum regression test. 11 years ago
varchar.sql
window.sql Allow pushdown of WHERE quals into subqueries with window functions. 12 years ago
with.sql Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 11 years ago
without_oid.sql
xml.sql Fix namespace handling in xpath function 11 years ago
xmlmap.sql