summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2005-04-07Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway
2005-04-05plpgsql does OUT parameters, as per my proposal a few weeks ago.Tom Lane
2005-03-31First phase of OUT-parameters project. We can now define and use SQLTom Lane
2005-03-29Convert oidvector and int2vector into variable-length arrays. ThisTom Lane
2005-03-26Add Windows-specific variant comparison file.Tom Lane
2005-03-26Add another ORDER BY to rules test to eliminate platform-specificTom Lane
2005-03-25Have libpgport link before libpq so that PG client applications are moreBruce Momjian
2005-03-24Tweak planner to use a minimum size estimate of 10 pages for aTom Lane
2005-03-16Add CVS \r\n regression tests.Bruce Momjian
2005-03-14Add support for Win1252 encoding.Bruce Momjian
2005-03-14Allow ALTER FUNCTION to change a function's strictness, volatility, andNeil Conway
2005-03-10Make the behavior of HAVING without GROUP BY conform to the SQL spec.Tom Lane
2005-03-07Rename canonical encodings, per Peter:Bruce Momjian
2005-02-28Implement max() and min() aggregates for array types. Patch from KojuNeil Conway
2005-02-22This patch changes makes some significant changes to how compilationNeil Conway
2005-02-11Add a regression test to verify that the stack depth checker actuallyTom Lane
2005-02-11Adjust input routines for float4, float8 and oid to reject the empty stringNeil Conway
2005-02-02Adjust constant-folding of CASE expressions so that the simple comparisonTom Lane
2005-02-02Add support for temporary views, including documentation and regressionNeil Conway
2005-02-01Adjust estimate_num_groups() to not clamp per-relation group countTom Lane
2005-01-28When dealing with multiple grouping columns coming from the same table,Tom Lane
2005-01-27Generalize TRUNCATE to support truncating multiple tables in oneTom Lane
2005-01-27Add regression tests for recent cursor/savepoint bug fixed by Alvaro andNeil Conway
2005-01-25Regression tests for recent bugfix to ALTER TABLE ADD COLUMN: ensure thatNeil Conway