summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2005-05-17Add a --dbname option to the pg_regress script, and use pl_regressionTom Lane
2005-05-13Add regression test for consecutive newlines in COPY CSV mode. (There isNeil Conway
2005-05-11Give pg_regress a --load-language option, so that it can be used to testTom Lane
2005-05-10Regression tests for the COPY CSV header feature. From Andrew Dunstan.Neil Conway
2005-05-09Update "expected" regression test output for the recent stats collectorNeil Conway
2005-04-30Change catalog entries for record_out and record_send to show only oneTom Lane
2005-04-22First cut at planner support for bitmap index scans. Lots to do yet,Tom Lane
2005-04-21Rethink original decision to use AND/OR Expr nodes to represent bitmapTom Lane
2005-04-12Add aggsortop column to pg_aggregate, so that MIN/MAX optimization canTom Lane
2005-04-11Create the planner mechanism for optimizing simple MIN and MAX queriesTom Lane
2005-04-11Fix interaction between materializing holdable cursors and firingTom Lane
2005-04-07Fix some issues with missing or too many newlines atTom Lane
2005-04-07Allow plpgsql functions to omit RETURN command when the function returnsTom Lane
2005-04-07Fix minor breakage to regression tests induced in previous commit -- I hadNeil Conway