..
.gitignore
…
abstime.out
…
advisory_lock.out
…
aggregates.out
Deduplicate "invalid input syntax" messages for various types.
8 years ago
alter_generic.out
doc: Update uses of the word "procedure"
7 years ago
alter_operator.out
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
8 years ago
alter_table.out
Deduplicate "invalid input syntax" messages for various types.
8 years ago
amutils.out
Support index INCLUDE in the AM properties interface.
8 years ago
arrays.out
Improve expression evaluation test coverage.
9 years ago
async.out
Add new function pg_notification_queue_usage.
11 years ago
bit.out
…
bitmapops.out
…
boolean.out
Expand AND/OR regression tests around NULL handling.
8 years ago
box.out
Fix support for some operators (&<, &>, $<|, |&>) in box operator class
9 years ago
brin.out
Fix BRIN cost estimation
9 years ago
btree_index.out
Fix upper limit for vacuum_cleanup_index_scale_factor
8 years ago
case.out
Faster expression evaluation and targetlist projection.
9 years ago
char.out
…
char_1.out
…
char_2.out
…
circle.out
…
cluster.out
Ignore partitioned indexes where appropriate
8 years ago
collate.icu.utf8.out
Update non-default collation tests for getObjectDescription() changes.
8 years ago
collate.linux.utf8.out
Update non-default collation tests for getObjectDescription() changes.
8 years ago
collate.out
Improve English wording of some other getObjectDescription() messages.
8 years ago
combocid.out
Fix locking a tuple updated by an aborted (sub)transaction
9 years ago
comments.out
…
conversion.out
Establish conventions about global object names used in regression tests.
10 years ago
copy2.out
Deduplicate "invalid input syntax" messages for various types.
8 years ago
copydml.out
COPY (INSERT/UPDATE/DELETE .. RETURNING ..)
10 years ago
copyselect.out
…
create_aggregate.out
Improve spelling of new FINALFUNC_MODIFY aggregate attribute.
8 years ago
create_am.out
Remove no-op GiST support functions in the core GiST opclasses.
8 years ago
create_cast.out
…
create_function_3.out
Mop-up for letting VOID-returning SQL functions end with a SELECT.
8 years ago
create_index.out
Improve psql's \d command to show whether index columns are key columns.
8 years ago
create_misc.out
Improve regression test coverage of regress.c.
8 years ago
create_operator.out
Change PROCEDURE to FUNCTION in CREATE OPERATOR syntax
7 years ago
create_procedure.out
psql: Add option for procedures to \df
8 years ago
create_table.out
Remove undocumented restriction against duplicate partition key columns.
8 years ago
create_table_like.out
Fix CREATE TABLE / LIKE with bigint identity column
8 years ago
create_type.out
Fix format_type() to restore its old behavior.
8 years ago
create_view.out
Clean up duplicate role and schema names in regression tests.
8 years ago
date.out
Allow negative years in make_date to represent BC years
9 years ago
dbsize.out
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
10 years ago
delete.out
…
dependency.out
Establish conventions about global object names used in regression tests.
10 years ago
domain.out
Improve English wording of some other getObjectDescription() messages.
8 years ago
drop_if_exists.out
Establish conventions about global object names used in regression tests.
10 years ago
drop_operator.out
Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator.
10 years ago
enum.out
Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.
8 years ago
equivclass.out
Reduce "X = X" to "X IS NOT NULL", if it's easy to do so.
8 years ago
errors.out
Spelling fixes in code comments
9 years ago
event_trigger.out
Fast ALTER TABLE ADD COLUMN with a non-NULL default
8 years ago
expressions.out
Improve expression evaluation test coverage.
9 years ago
fast_default.out
Allow for pg_upgrade of attributes with missing values
8 years ago
float4-exp-three-digits.out
Revert "Test conversion of NaN between float4 and float8."
8 years ago
float4.out
Revert "Test conversion of NaN between float4 and float8."
8 years ago
float8-exp-three-digits-win32.out
Avoid wrong results for power() with NaN input on more platforms.
8 years ago
float8-small-is-zero.out
Avoid wrong results for power() with NaN input on more platforms.
8 years ago
float8-small-is-zero_1.out
Avoid wrong results for power() with NaN input on more platforms.
8 years ago
float8.out
Avoid wrong results for power() with NaN input on more platforms.
8 years ago
foreign_data.out
Clarify use of temporary tables within partition trees
8 years ago
foreign_key.out
Foreign keys on partitioned tables
8 years ago
func_index.out
Use pg_stat_get_xact* functions within xacts
8 years ago
functional_deps.out
…
geometry.out
Improve plural handling in error message
8 years ago
geometry_1.out
Fix up secondary expected files
8 years ago
geometry_2.out
Fix up secondary expected files
8 years ago
gin.out
Make GIN regression test stable.
10 years ago
gist.out
Add more tests for reloptions
8 years ago
groupingsets.out
Repair crash with unsortable grouping sets.
8 years ago
guc.out
Establish conventions about global object names used in regression tests.
10 years ago
hash_func.out
Introduce 64-bit hash functions with a 64-bit seed.
8 years ago
hash_index.out
Add more tests for reloptions
8 years ago
hash_part.out
Use custom hash opclass for hash partition pruning
8 years ago
horology.out
Implement TZH and TZM timestamp format patterns
8 years ago
hs_standby_allowed.out
Better fix for sequence access in hot standby test
9 years ago
hs_standby_check.out
…
hs_standby_disallowed.out
…
hs_standby_functions.out
Remove all references to "xlog" from SQL-callable functions in pg_proc.
9 years ago
identity.out
Revert MERGE patch
8 years ago
index_including.out
Improve psql's \d command to show whether index columns are key columns.
8 years ago
indexing.out
Fix crash when ALTER TABLE recreates indexes on partitions
8 years ago
indirect_toast.out
Clean up duplicate table and function names in regression tests.
8 years ago
inet.out
Create an SP-GiST opclass for inet/cidr.
9 years ago
inherit.out
Add tests for inheritance trees mixing permanent and temporary relations
8 years ago
init_privs.out
Fix typos in comments.
9 years ago
insert.out
Use custom hash opclass for hash partition pruning
8 years ago
insert_conflict.out
Update expected output of new test
8 years ago
int2.out
Hand code string to integer conversion for performance.
8 years ago
int4.out
Deduplicate "invalid input syntax" messages for various types.
8 years ago
int8-exp-three-digits.out
Mop-up for 3522d0eaba, which missed some alternative output files.
8 years ago
int8.out
Deduplicate "invalid input syntax" messages for various types.
8 years ago
interval.out
Fix integer-overflow problems in interval comparison.
9 years ago
join.out
Fix misprocessing of equivalence classes involving record_eq().
8 years ago
json.out
Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().
8 years ago
json_encoding.out
Factor out encoding specific tests for json
10 years ago
json_encoding_1.out
Factor out encoding specific tests for json
10 years ago
jsonb.out
Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().
8 years ago
limit.out
Add regression tests exercising more code paths in nodeLimit.c.
8 years ago
line.out
…
lock.out
Add more infinite recursion detection while locking a view.
8 years ago
lseg.out
…
macaddr.out
hash: Add write-ahead logging support.
9 years ago
macaddr8.out
Add support for EUI-64 MAC addresses as macaddr8
9 years ago
matview.out
Remove useless and rather expensive stanza in matview regression test.
9 years ago
misc_functions.out
Add num_nulls() and num_nonnulls() to count NULL arguments.
10 years ago
misc_sanity.out
Add toast tables to most system catalogs
8 years ago
money.out
Fix precision and rounding issues in money multiplication and division.
9 years ago
name.out
Message style and wording fixes
10 years ago
namespace.out
Clean up duplicate role and schema names in regression tests.
8 years ago
numeric.out
Make numeric power() handle NaNs according to the modern POSIX spec.
8 years ago
numeric_big.out
Fix corner-case loss of precision in numeric pow() calculation
10 years ago
numerology.out
…
numerology_1.out
…
object_address.out
Enable failure to rename a partitioned index
8 years ago
oid.out
…
oidjoins.out
Update oidjoins regression test for v11.
8 years ago
opr_sanity.out
Mark built-in btree comparison functions as leakproof where it's safe.
8 years ago
partition_aggregate.out
Avoid generating bogus paths with partitionwise aggregate.
8 years ago
partition_join.out
Fix wrong order of operations in inheritance_planner.
7 years ago
partition_prune.out
Fix executor prune failure when plan already pruned
7 years ago
password.out
Don't allow logging in with empty password.
9 years ago
path.out
…
pg_lsn.out
…
plancache.out
Add plan_cache_mode setting
8 years ago
plpgsql.out
Add strict_multi_assignment and too_many_rows plpgsql checks
8 years ago
point.out
…
polygon.out
Add polygon opclass for SP-GiST
8 years ago
polymorphism.out
Clean up duplicate table and function names in regression tests.
8 years ago
portals.out
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
8 years ago
portals_p2.out
…
prepare.out
…
prepared_xacts.out
Remove unnecessary dependency on statement_timeout in prepared_xacts test.
9 years ago
prepared_xacts_1.out
Remove unnecessary dependency on statement_timeout in prepared_xacts test.
9 years ago
privileges.out
Revert MERGE patch
8 years ago
psql.out
Provide a test for variable existence in psql
8 years ago
psql_crosstab.out
Fix incorrect error reporting for duplicate data in \crosstabview.
9 years ago
publication.out
Logical replication support for TRUNCATE
8 years ago
random.out
…
rangefuncs.out
Clean up duplicate table and function names in regression tests.
8 years ago
rangetypes.out
Fix typcache's failure to treat ranges as container types.
8 years ago
regex.linux.utf8.out
Make locale-dependent regex character classes work for large char codes.
9 years ago
regex.out
Implement regexp_match(), a simplified alternative to regexp_matches().
9 years ago
regproc.out
Establish conventions about global object names used in regression tests.
10 years ago
reloptions.out
Minor fixes for reloptions tests
8 years ago
reltime.out
…
replica_identity.out
hash: Add write-ahead logging support.
9 years ago
returning.out
…
roleattributes.out
Establish conventions about global object names used in regression tests.
10 years ago
rolenames.out
Clean up duplicate role and schema names in regression tests.
8 years ago
rowsecurity.out
Fix misc typos, mostly in comments.
8 years ago
rowtypes.out
Consider syntactic form when disambiguating function vs column reference.
8 years ago
rules.out
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
8 years ago
sanity_check.out
Fix wrong validation of top-parent pointer during page deletion in Btree.
8 years ago
security_label.out
Establish conventions about global object names used in regression tests.
10 years ago
select.out
Remove dead code for temporary relations in partition planning
8 years ago
select_distinct.out
Disable physical tlist if any Var would need multiple sortgroupref labels.
10 years ago
select_distinct_on.out
…
select_having.out
…
select_having_1.out
…
select_having_2.out
…
select_implicit.out
…
select_implicit_1.out
…
select_implicit_2.out
…
select_into.out
Clean up duplicate table and function names in regression tests.
8 years ago
select_parallel.out
Hand code string to integer conversion for performance.
8 years ago
select_views.out
Avoid locale-dependent output in select_views regression test.
9 years ago
sequence.out
Improve English wording of some other getObjectDescription() messages.
8 years ago
spgist.out
Add more tests for reloptions
8 years ago
stats.out
Allow bitmap scans to operate as index-only scans when possible.
8 years ago
stats_ext.out
Message style fixes
8 years ago
strings.out
Add user-callable SHA-2 functions
8 years ago
subscription.out
Fix ALTER SUBSCRIPTION grammar ambiguity
9 years ago
subselect.out
Set scan direction appropriately for SubPlans (bug #15336 )
7 years ago
sysviews.out
Add GUC enable_partition_pruning
8 years ago
tablesample.out
Don't scan partitioned tables.
9 years ago
temp.out
…
text.out
Improve plural handling in error message
8 years ago
tidscan.out
Improve regression test coverage for TID scanning.
9 years ago
time.out
…
timestamp.out
Be more careful about out-of-range dates and timestamps.
10 years ago
timestamptz.out
Deduplicate "invalid input syntax" messages for various types.
8 years ago
timetz.out
Improve plural handling in error message
8 years ago
tinterval.out
…
transactions.out
Improve savepoint error messages
8 years ago
triggers.out
Add test case for EEOP_INNER_SYSVAR/EEOP_OUTER_SYSVAR executor opcodes.
8 years ago
truncate.out
Fix FK checks of TRUNCATE involving partitioned tables
8 years ago
tsdicts.out
Improve regression test coverage for src/backend/tsearch/spell.c.
8 years ago
tsearch.out
Remove tsearch test contained russian characters, missed in
8 years ago
tsrf.out
Fix create_scan_plan's handling of sortgrouprefs for physical tlists.
8 years ago
tstypes.out
Ensure that a tsquery like '!foo' matches empty tsvectors.
9 years ago
txid.out
Add a txid_status function.
9 years ago
type_sanity.out
Set proargmodes for satisfies_hash_partition.
8 years ago
typed_table.out
Suppress less info in regression tests using DROP CASCADE.
9 years ago
union.out
Fix UNION/INTERSECT/EXCEPT over no columns.
8 years ago
updatable_views.out
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
8 years ago
update.out
Allow UPDATE to move rows between partitions.
8 years ago
uuid.out
hash: Add write-ahead logging support.
9 years ago
vacuum.out
Add regression tests for VACUUM and ANALYZE with relation skips
7 years ago
varchar.out
…
varchar_1.out
…
varchar_2.out
…
window.out
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
8 years ago
with.out
Revert MERGE patch
8 years ago
without_oid.out
…
write_parallel.out
Allow DML commands that create tables to use parallel query.
8 years ago
xml.out
Set correct context for XPath evaluation
8 years ago
xml_1.out
Set correct context for XPath evaluation
8 years ago
xml_2.out
Set correct context for XPath evaluation
8 years ago
xmlmap.out
Fix cursor_to_xml in tableforest false mode
9 years ago
xmlmap_1.out
Fix cursor_to_xml in tableforest false mode
9 years ago