summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fix problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane2005-11-232-0/+97
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-9/+9
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-212-0/+119
* DROP objecttype IF EXISTS for the following objects:Andrew Dunstan2005-11-194-2/+161
* Change array_push and array_cat so that they retain the lower bound ofTom Lane2005-11-191-12/+12
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-173-7/+116
* R-tree is dead ... long live GiST.Tom Lane2005-11-073-98/+1
* Provide a --no-locale option for pg_regress and a corresponding NOLOCALE=1Andrew Dunstan2005-11-012-8/+19
* Remove justify_hours call from interval_mul and interval_div, and makeTom Lane2005-10-251-1/+1
* Improve testlibpq3.c's example of PQexecParams() usage to include sendingTom Lane2005-10-201-47/+107
* Standard pgindent run for 8.1.Bruce Momjian2005-10-155-54/+47
* Update regression output for new prepare transaction error messages.Bruce Momjian2005-10-131-1/+1
* When a function not returning RECORD has a single OUT parameter, useTom Lane2005-10-062-16/+16
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-063-7/+2
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-027-20/+158
* Print proper cause of statement cancel, user interaction or timeout.Bruce Momjian2005-09-191-2/+2
* Adjust regression for new cancel query message.Bruce Momjian2005-09-161-2/+2
* Tweak the PL/PgSQL regression tests to catch the recently reported bugNeil Conway2005-09-142-10/+10
* Create the pg_pltemplate system catalog to hold template informationTom Lane2005-09-081-1/+2
* Update regression tests for new USA timezone data. Mea culpa for notTom Lane2005-09-081-15/+15
* Implement a preliminary 'template' facility for procedural languages,Tom Lane2005-09-051-20/+3
* Add regression tests for disabling constraints.Bruce Momjian2005-08-302-0/+105
* enable_constraint_exclusion => constraint_exclusionBruce Momjian2005-08-221-3/+2
* Allow the pgstat views to show toast tables as well as regular tablesTom Lane2005-08-151-4/+4
* Clean up some stray remaining references to pg_shadow, pg_user, pg_group.Tom Lane2005-08-152-48/+48
* ALTER TABLE OWNER must change the ownership of the table's rowtype too.Tom Lane2005-08-042-3/+10
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-012-0/+100
* Add per-user and per-database connection limit options.Tom Lane2005-07-311-1/+1
* Please find attached diffs for documentation and simple regressionBruce Momjian2005-07-304-0/+56
* Remove no-longer-needed hack to add pgsleep.c to regress.so.Tom Lane2005-07-281-13/+3
* Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane2005-07-261-1/+1
* Change build of regress.so to use Makefile.shlib instead of dependingTom Lane2005-07-251-18/+28
* Regenerate badly-obsolete README file.Tom Lane2005-07-241-279/+277
* Simple constraint exclusion. For now, only child tables of inheritanceTom Lane2005-07-231-12/+13
* In the stats test, delay for the stats collector to catch up using aTom Lane2005-07-235-44/+42
* Fix compare_fuzzy_path_costs() to behave a bit more sanely. The originalTom Lane2005-07-225-1476/+1476
* Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian2005-07-201-7/+7
* Make pg_regress accept a command-line option for the temporary installation'sTom Lane2005-07-172-5/+19
* Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' and relatedTom Lane2005-07-152-0/+90
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-141-1/+2
* Change typreceive function API so that receive functions get the sameTom Lane2005-07-102-14/+25
* I made the patch that implements regexp_replace again.Bruce Momjian2005-07-102-0/+35
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-079-3/+89
* In PL/PgSQL, allow a block's label to be optionally specified at theNeil Conway2005-07-022-4/+107
* Fix platform-dependency in recently added regression tests.Tom Lane2005-07-012-18/+18
* Avoid function name conflict when plpgsql and rangefuncs regression testsTom Lane2005-07-012-8/+8
* Migrate rtree_gist functionality into the core system, and add someTom Lane2005-07-016-4/+527
* Bring syntax of role-related commands into SQL compliance. To avoidTom Lane2005-06-281-1/+1
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-284-43/+46
* Fix overlooked regression output file.Tom Lane2005-06-261-1/+1