aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Remove no-longer-needed hack to add pgsleep.c to regress.so.Tom Lane2005-07-28
* Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane2005-07-26
* Change build of regress.so to use Makefile.shlib instead of dependingTom Lane2005-07-25
* Regenerate badly-obsolete README file.Tom Lane2005-07-24
* Simple constraint exclusion. For now, only child tables of inheritanceTom Lane2005-07-23
* In the stats test, delay for the stats collector to catch up using aTom Lane2005-07-23
* Fix compare_fuzzy_path_costs() to behave a bit more sanely. The originalTom Lane2005-07-22
* Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian2005-07-20
* Make pg_regress accept a command-line option for the temporary installation'sTom Lane2005-07-17
* Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' and relatedTom Lane2005-07-15
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-14
* Change typreceive function API so that receive functions get the sameTom Lane2005-07-10
* I made the patch that implements regexp_replace again.Bruce Momjian2005-07-10
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-07
* In PL/PgSQL, allow a block's label to be optionally specified at theNeil Conway2005-07-02
* Fix platform-dependency in recently added regression tests.Tom Lane2005-07-01
* Avoid function name conflict when plpgsql and rangefuncs regression testsTom Lane2005-07-01
* Migrate rtree_gist functionality into the core system, and add someTom Lane2005-07-01
* Bring syntax of role-related commands into SQL compliance. To avoidTom Lane2005-06-28
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Fix overlooked regression output file.Tom Lane2005-06-26
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-26
* Remove forced CHECKPOINT in regression tests --- redundant now thatTom Lane2005-06-25
* Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane2005-06-24
* unbreak unicode/utf8 testTatsuo Ishii2005-06-24
* Fix bug in CONTINUE statement for PL/pgSQL: when we continue a loop,Neil Conway2005-06-22
* Add a CONTINUE statement to PL/PgSQL, which can be used to begin theNeil Conway2005-06-22
* Cause initdb to create a third standard database "postgres", whichTom Lane2005-06-21
* Change shell syntax that seems not to work right on FreeBSD 6-CURRENTTom Lane2005-06-20
* Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane2005-06-18
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Allow the parameters to PL/PgSQL's RAISE statement to be expressions,Neil Conway2005-06-14
* Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway2005-06-10
* Remove grammar productions for prefix and postfix % and ^ operators,Tom Lane2005-06-08
* Add a function lastval(), which returns the value returned by theNeil Conway2005-06-07
* Add support for an optional INTO clause to PL/PgSQL's EXECUTE command.Neil Conway2005-06-07
* When enqueueing after-row triggers for updates of a table with a foreignNeil Conway2005-05-30
* Display only 9 subsecond digits instead of 10 for time values, forBruce Momjian2005-05-27
* Back out part of patch that should be applied later.Bruce Momjian2005-05-27
* Fix compile of entab to use stdarg.h. Clean up includes.Bruce Momjian2005-05-27
* Back out SQLSTATE and SQLERRM support.Bruce Momjian2005-05-26
* Minor cleanup for recent SQLSTATE / SQLERRM patch: spell "successful"Neil Conway2005-05-26
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-26
* Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values onBruce Momjian2005-05-26
* Implement md5(bytea), update regression tests and documentation. PatchNeil Conway2005-05-20
* Extend the pg_locks system view so that it can fully display all lockTom Lane2005-05-17
* Add a --dbname option to the pg_regress script, and use pl_regressionTom Lane2005-05-17
* Add regression test for consecutive newlines in COPY CSV mode. (There isNeil Conway2005-05-13
* Give pg_regress a --load-language option, so that it can be used to testTom Lane2005-05-11
* Regression tests for the COPY CSV header feature. From Andrew Dunstan.Neil Conway2005-05-10