summaryrefslogtreecommitdiff
path: root/src/test/regress/sql
AgeCommit message (Expand)Author
2006-02-11Fix incorrect addition, subtraction, and overflow checking in newTom Lane
2006-02-11Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian
2006-02-04DROP IF EXISTS for ROLE/USER/GROUPAndrew Dunstan
2006-01-26Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane
2006-01-22Allow an optional alias for the target table to be specified for UPDATENeil Conway
2006-01-18Add a new system view, pg_cursors, that displays the currently availableNeil Conway
2006-01-15Add regression tests to verify that domain constraints on parametersNeil Conway
2006-01-15Allow the types of parameters to PREPARE to be inferred. If a parameter'sNeil Conway
2006-01-11Create a standard function pg_sleep() to sleep for a specified amount of time.Tom Lane
2006-01-08Add a new system view, pg_prepared_statements, that can be used toNeil Conway
2005-12-28Add COPY CSV test that tests CSV output of \.Bruce Momjian
2005-12-28Add regression tests for CSV and \., and add automatic quoting of aBruce Momjian
2005-12-28Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane
2005-12-14Fix problem with whole-row Vars referencing sub-select outputs, perTom Lane
2005-12-11Implement IS NOT DISTINCT FROM, update the regression tests and docs.Neil Conway
2005-12-07Spell "explicitly" correctly, per Simon.Tom Lane
2005-12-05Add regression test to see if the min/max values of int8 convert correctly.Tom Lane
2005-11-23Fix problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane
2005-11-21Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera
2005-11-19DROP objecttype IF EXISTS for the following objects:Andrew Dunstan
2005-11-17Make SQL arrays support null elements. This commit fixes the core arrayTom Lane
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-10-06Revise pgstats stuff to fix the problems with not counting accessesTom Lane
2005-10-02Change nextval and other sequence functions to specify their sequenceTom Lane
2005-09-14Tweak the PL/PgSQL regression tests to catch the recently reported bugNeil Conway
2005-08-30Add regression tests for disabling constraints.Bruce Momjian
2005-08-15Clean up some stray remaining references to pg_shadow, pg_user, pg_group.Tom Lane
2005-08-04ALTER TABLE OWNER must change the ownership of the table's rowtype too.Tom Lane
2005-08-01Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane
2005-07-30Please find attached diffs for documentation and simple regressionBruce Momjian
2005-07-23In the stats test, delay for the stats collector to catch up using aTom Lane
2005-07-15Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' and relatedTom Lane
2005-07-10Change typreceive function API so that receive functions get the sameTom Lane
2005-07-10I made the patch that implements regexp_replace again.Bruce Momjian
2005-07-07Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane
2005-07-02In PL/PgSQL, allow a block's label to be optionally specified at theNeil Conway
2005-07-01Fix platform-dependency in recently added regression tests.Tom Lane
2005-07-01Avoid function name conflict when plpgsql and rangefuncs regression testsTom Lane
2005-07-01Migrate rtree_gist functionality into the core system, and add someTom Lane
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-06-26Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian
2005-06-24Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane
2005-06-22Fix bug in CONTINUE statement for PL/pgSQL: when we continue a loop,Neil Conway
2005-06-22Add a CONTINUE statement to PL/PgSQL, which can be used to begin theNeil Conway
2005-06-17Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane
2005-06-14Allow the parameters to PL/PgSQL's RAISE statement to be expressions,Neil Conway
2005-06-10Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway
2005-06-08Remove grammar productions for prefix and postfix % and ^ operators,Tom Lane
2005-06-07Add a function lastval(), which returns the value returned by theNeil Conway
2005-06-07Add support for an optional INTO clause to PL/PgSQL's EXECUTE command.Neil Conway