summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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-31Add per-user and per-database connection limit options.Tom Lane
2005-07-30Please find attached diffs for documentation and simple regressionBruce Momjian
2005-07-28Remove no-longer-needed hack to add pgsleep.c to regress.so.Tom Lane
2005-07-26Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane
2005-07-25Change build of regress.so to use Makefile.shlib instead of dependingTom Lane
2005-07-24Regenerate badly-obsolete README file.Tom Lane
2005-07-23Simple constraint exclusion. For now, only child tables of inheritanceTom Lane
2005-07-23In the stats test, delay for the stats collector to catch up using aTom Lane
2005-07-22Fix compare_fuzzy_path_costs() to behave a bit more sanely. The originalTom Lane
2005-07-20Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian
2005-07-17Make pg_regress accept a command-line option for the temporary installation'sTom Lane
2005-07-15Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' and relatedTom Lane
2005-07-14Integrate autovacuum functionality into the backend. There's still aTom 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-28Bring syntax of role-related commands into SQL compliance. To avoidTom Lane
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-06-26Fix overlooked regression output file.Tom Lane
2005-06-26Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian
2005-06-25Remove forced CHECKPOINT in regression tests --- redundant now thatTom Lane
2005-06-24Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane
2005-06-24unbreak unicode/utf8 testTatsuo Ishii
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-21Cause initdb to create a third standard database "postgres", whichTom Lane
2005-06-20Change shell syntax that seems not to work right on FreeBSD 6-CURRENTTom Lane
2005-06-18Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane
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
2005-05-30When enqueueing after-row triggers for updates of a table with a foreignNeil Conway
2005-05-27Display only 9 subsecond digits instead of 10 for time values, forBruce Momjian
2005-05-27Back out part of patch that should be applied later.Bruce Momjian
2005-05-27Fix compile of entab to use stdarg.h. Clean up includes.Bruce Momjian
2005-05-26Back out SQLSTATE and SQLERRM support.Bruce Momjian
2005-05-26Minor cleanup for recent SQLSTATE / SQLERRM patch: spell "successful"Neil Conway
2005-05-26Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway
2005-05-26Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values onBruce Momjian
2005-05-20Implement md5(bytea), update regression tests and documentation. PatchNeil Conway
2005-05-17Extend the pg_locks system view so that it can fully display all lockTom Lane