..
.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
Share transition state between different aggregates when possible.
11 years ago
alter_generic.sql
Fix some typos in regression test comments.
11 years ago
alter_operator.sql
Fix entirely broken permissions test in new alter_operator regression test.
11 years ago
alter_table.sql
Reduce lock levels for ALTER TABLE SET autovacuum storage options
11 years ago
arrays.sql
Fix bug around assignment expressions containing indirections.
11 years ago
async.sql
Add new function pg_notification_queue_usage.
11 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
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
Clean up references to SQL92
13 years ago
char.sql
Remove useless whitespace at end of lines
15 years ago
circle.sql
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
19 years ago
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
Show sort ordering options in EXPLAIN output.
11 years ago
combocid.sql
Avoid incrementing the CommandCounter when CommandCounterIncrement is called
18 years ago
comments.sql
Implement nested block comments in the backend and in psql.
26 years ago
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
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
Don't warn about creating temporary or unlogged hash indexes.
11 years ago
create_misc.sql
Remove useless whitespace at end of lines
15 years ago
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
Allow CREATE TABLE (LIKE ...) from composite type
14 years ago
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
Regression tests for TOAST.
15 years ago
dependency.sql
Create a separate grantable privilege for TRUNCATE, rather than having it be
18 years ago
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
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
Fix typos in comments
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
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
Recognize functional dependency on primary keys. This allows a table's
16 years ago
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
Second try at stabilizing query plans in rowsecurity regression test.
11 years ago
groupingsets.sql
Fix flattening of nested grouping sets.
11 years ago
guc.sql
Add an optional missing_ok argument to SQL function current_setting().
11 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
Allow read only connections during recovery, known as Hot Standby.
16 years ago
hs_standby_allowed.sql
regression test: fix hot standby tests by using repeatable read
12 years ago
hs_standby_check.sql
Allow read only connections during recovery, known as Hot Standby.
16 years ago
hs_standby_disallowed.sql
Allow read only connections during recovery, known as Hot Standby.
16 years ago
hs_standby_functions.sql
Allow read only connections during recovery, known as Hot Standby.
16 years ago
indirect_toast.sql
Add support for multiple kinds of external toast datums.
13 years ago
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
Regression tests for TOAST.
15 years ago
insert_conflict.sql
Check the relevant index element in ON CONFLICT unique index inference.
11 years ago
int2.sql
Add documentation and regression tests concerning rounding of numerics.
11 years ago
int4.sql
Add documentation and regression tests concerning rounding of numerics.
11 years ago
int8.sql
Add documentation and regression tests concerning rounding of numerics.
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 treatment of nulls in jsonb_agg and jsonb_object_agg
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
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
21 years ago
namespace.sql
Regression tests for SCHEMA commands
12 years ago
numeric.sql
Add documentation and regression tests concerning rounding of numerics.
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
object_address.sql
Add transforms to pg_get_object_address and friends
11 years ago
oid.sql
Remove useless whitespace at end of lines
15 years ago
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
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
Repair mishandling of cached cast-expression trees 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 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
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
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
Remove extra newlines at end and beginning of files, add missing newlines
16 years ago
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 incorrect search for "x?" style matches in creviterdissect().
11 years ago
regproc.sql
Add new OID alias type regnamespace
11 years ago
reltime.sql
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
21 years ago
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
rolenames.sql
Allow CURRENT/SESSION_USER to be used in certain commands
11 years ago
rowsecurity.sql
Use appropriate command type when retrieving relation's policies.
11 years ago
rowtypes.sql
Ensure that RowExprs and whole-row Vars produce the expected column names.
11 years ago
rules.sql
Fix yet another bug in ON CONFLICT rule deparsing.
11 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
Alter some gratuitous uses of "ANSI" when "SQL standard" might have been
17 years ago
select_distinct_on.sql
Fix assertion failure when a SELECT DISTINCT ON expression is volatile.
17 years ago
select_having.sql
Make the behavior of HAVING without GROUP BY conform to the SQL spec.
21 years ago
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
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
Fix regexp_matches() handling of zero-length matches.
13 years ago
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
Don't refer to the database name "regression" inside the regression test
18 years ago
text.sql
Move checking an explicit VARIADIC "any" argument into the parser.
13 years ago
time.sql
Please find attached two patches for documentation and regression tests
20 years ago
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
Please find attached two patches for documentation and regression tests
20 years ago
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
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
11 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
Extend GIN to support partial-match searches, and extend tsquery to support
18 years ago
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
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
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 support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
11 years ago
without_oid.sql
Combine cmin and cmax fields of HeapTupleHeaders into a single field, by
19 years ago
xml.sql
Fix namespace handling in xpath function
11 years ago
xmlmap.sql
Add regression tests for XML mapping of domains
13 years ago