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.
Bruce Momjian
4d06e86d04
Revert patch, needs more work:
...
---------------------------------------------------------------------------
Add dynamic record inspection to PL/PgSQL, useful for generic triggers:
tval2 := r.(cname);
or
columns := r.(*);
Titus von Boxberg
20 years ago
..
abstime.sql
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
21 years ago
aggregates.sql
Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(),
20 years ago
alter_table.sql
Revert patch becaues of locking concerns:
20 years ago
arrays.sql
GIN: Generalized Inverted iNdex.
20 years ago
bit.sql
…
boolean.sql
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
21 years ago
box.sql
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
21 years ago
btree_index.sql
…
case.sql
Adjust constant-folding of CASE expressions so that the simple comparison
21 years ago
char.sql
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
21 years ago
circle.sql
…
cluster.sql
Track dependencies on shared objects (which is to say, roles; we already
21 years ago
comments.sql
…
conversion.sql
Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean
20 years ago
copy2.sql
Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in
20 years ago
create_aggregate.sql
…
create_index.sql
GIN: Generalized Inverted iNdex.
20 years ago
create_misc.sql
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
21 years ago
create_operator.sql
…
create_table.sql
GIN: Generalized Inverted iNdex.
20 years ago
create_type.sql
Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit
20 years ago
create_view.sql
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
21 years ago
date.sql
…
delete.sql
Allow an optional alias for the target table to be specified for UPDATE
20 years ago
dependency.sql
Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the
20 years ago
domain.sql
Fix a bunch of problems with domains by making them use special input functions
20 years ago
drop.sql
…
drop_if_exists.sql
DROP IF EXISTS for ROLE/USER/GROUP
20 years ago
errors.sql
Add a regression test to verify that the stack depth checker actually
21 years ago
euc_cn.sql
…
euc_jp.sql
…
euc_kr.sql
…
euc_tw.sql
…
float4.sql
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
21 years ago
float8.sql
Remove grammar productions for prefix and postfix % and ^ operators,
21 years ago
foreign_key.sql
Spell "explicitly" correctly, per Simon.
20 years ago
geometry.sql
…
hash_index.sql
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
21 years ago
horology.sql
Adjust interval-addition test so that it won't fail on DST transition days.
20 years ago
inet.sql
Fix incorrect addition, subtraction, and overflow checking in new
20 years ago
inherit.sql
Add regression tests for the fix committed by Tom for casting between
21 years ago
insert.sql
…
int2.sql
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
21 years ago
int4.sql
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
21 years ago
int8.sql
Add regression test to see if the min/max values of int8 convert correctly.
20 years ago
interval.sql
Attached is the new patch. To summarize:
20 years ago
join.sql
Fix bug introduced into mergejoin logic by performance improvement patch of
20 years ago
limit.sql
…
lseg.sql
…
mule_internal.sql
…
name.sql
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
21 years ago
namespace.sql
…
numeric.sql
Add E'' syntax so eventually normal strings can treat backslashes
21 years ago
numeric_big.sql
…
numerology.sql
…
oid.sql
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
21 years ago
oidjoins.sql
Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can
21 years ago
opr_sanity.sql
GIN: Generalized Inverted iNdex.
20 years ago
path.sql
…
plpgsql.sql
Revert patch, needs more work:
20 years ago
point.sql
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
21 years ago
polygon.sql
Extend r-tree operator classes to handle Y-direction tests equivalent
21 years ago
polymorphism.sql
Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in
20 years ago
portals.sql
Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in
20 years ago
portals_p2.sql
…
prepare.sql
Allow the types of parameters to PREPARE to be inferred. If a parameter's
20 years ago
prepared_xacts.sql
Two-phase commit. Original patch by Heikki Linnakangas, with additional
21 years ago
privileges.sql
Clean up some stray remaining references to pg_shadow, pg_user, pg_group.
21 years ago
random.sql
…
rangefuncs.sql
Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in
20 years ago
reltime.sql
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
21 years ago
rowtypes.sql
Allow an optional alias for the target table to be specified for UPDATE
20 years ago
rules.sql
Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in
20 years ago
sanity_check.sql
…
select.sql
Fix problem with whole-row Vars referencing sub-select outputs, per
20 years ago
select_distinct.sql
Implement IS NOT DISTINCT FROM, update the regression tests and docs.
20 years ago
select_distinct_on.sql
…
select_having.sql
Make the behavior of HAVING without GROUP BY conform to the SQL spec.
21 years ago
select_implicit.sql
…
select_into.sql
…
select_views.sql
…
sequence.sql
Change nextval and other sequence functions to specify their sequence
21 years ago
sql_ascii.sql
…
stats.sql
Create a standard function pg_sleep() to sleep for a specified amount of time.
20 years ago
strings.sql
Enable standard_conforming_strings to be turned on.
20 years ago
subselect.sql
Fix problems with rewriter failing to set Query.hasSubLinks when inserting
20 years ago
temp.sql
Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is
20 years ago
text.sql
…
time.sql
…
timestamp.sql
Add E'' syntax so eventually normal strings can treat backslashes
21 years ago
timestamptz.sql
Add E'' syntax so eventually normal strings can treat backslashes
21 years ago
timetz.sql
…
tinterval.sql
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
21 years ago
transactions.sql
Implement the <> operator for the tid type. Original patch from Mark
20 years ago
triggers.sql
fix typo
20 years ago
truncate.sql
Add CASCADE option to TRUNCATE. Joachim Wieland
20 years ago
type_sanity.sql
Change typreceive function API so that receive functions get the same
21 years ago
union.sql
…
update.sql
Allow an optional alias for the target table to be specified for UPDATE
20 years ago
vacuum.sql
…
varchar.sql
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
21 years ago
without_oid.sql
Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is
20 years ago