summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-2618-38/+38
* Remove forced CHECKPOINT in regression tests --- redundant now thatTom Lane2005-06-251-5/+1
* Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane2005-06-243-8/+11
* unbreak unicode/utf8 testTatsuo Ishii2005-06-243-3/+3
* Fix bug in CONTINUE statement for PL/pgSQL: when we continue a loop,Neil Conway2005-06-222-2/+66
* Add a CONTINUE statement to PL/PgSQL, which can be used to begin theNeil Conway2005-06-222-0/+231
* Cause initdb to create a third standard database "postgres", whichTom Lane2005-06-215-11/+11
* Change shell syntax that seems not to work right on FreeBSD 6-CURRENTTom Lane2005-06-201-2/+2
* Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane2005-06-181-2/+2
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-175-3/+355
* Allow the parameters to PL/PgSQL's RAISE statement to be expressions,Neil Conway2005-06-142-24/+64
* Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway2005-06-102-0/+98
* Remove grammar productions for prefix and postfix % and ^ operators,Tom Lane2005-06-086-12/+12
* Add a function lastval(), which returns the value returned by theNeil Conway2005-06-072-0/+86
* Add support for an optional INTO clause to PL/PgSQL's EXECUTE command.Neil Conway2005-06-072-0/+67
* When enqueueing after-row triggers for updates of a table with a foreignNeil Conway2005-05-302-0/+78
* Display only 9 subsecond digits instead of 10 for time values, forBruce Momjian2005-05-271-20/+20
* Back out part of patch that should be applied later.Bruce Momjian2005-05-271-20/+20
* Fix compile of entab to use stdarg.h. Clean up includes.Bruce Momjian2005-05-271-20/+20
* Back out SQLSTATE and SQLERRM support.Bruce Momjian2005-05-262-47/+0
* Minor cleanup for recent SQLSTATE / SQLERRM patch: spell "successful"Neil Conway2005-05-262-3/+4
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-262-0/+10