aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Update "expected" regression test output for the recent stats collectorNeil Conway2005-05-09
* Change catalog entries for record_out and record_send to show only oneTom Lane2005-04-30
* First cut at planner support for bitmap index scans. Lots to do yet,Tom Lane2005-04-22
* Rethink original decision to use AND/OR Expr nodes to represent bitmapTom Lane2005-04-21
* Add aggsortop column to pg_aggregate, so that MIN/MAX optimization canTom Lane2005-04-12
* Create the planner mechanism for optimizing simple MIN and MAX queriesTom Lane2005-04-11
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-11
* Fix some issues with missing or too many newlines atTom Lane2005-04-07
* Allow plpgsql functions to omit RETURN command when the function returnsTom Lane2005-04-07
* Fix minor breakage to regression tests induced in previous commit -- I hadNeil Conway2005-04-07
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-07
* plpgsql does OUT parameters, as per my proposal a few weeks ago.Tom Lane2005-04-05
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-31
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Add Windows-specific variant comparison file.Tom Lane2005-03-26
* Add another ORDER BY to rules test to eliminate platform-specificTom Lane2005-03-26
* Have libpgport link before libpq so that PG client applications are moreBruce Momjian2005-03-25
* Tweak planner to use a minimum size estimate of 10 pages for aTom Lane2005-03-24
* Add CVS \r\n regression tests.Bruce Momjian2005-03-16
* Add support for Win1252 encoding.Bruce Momjian2005-03-14
* Allow ALTER FUNCTION to change a function's strictness, volatility, andNeil Conway2005-03-14
* Make the behavior of HAVING without GROUP BY conform to the SQL spec.Tom Lane2005-03-10
* Rename canonical encodings, per Peter:Bruce Momjian2005-03-07
* Implement max() and min() aggregates for array types. Patch from KojuNeil Conway2005-02-28
* This patch changes makes some significant changes to how compilationNeil Conway2005-02-22
* Add a regression test to verify that the stack depth checker actuallyTom Lane2005-02-11
* Adjust input routines for float4, float8 and oid to reject the empty stringNeil Conway2005-02-11
* Adjust constant-folding of CASE expressions so that the simple comparisonTom Lane2005-02-02
* Add support for temporary views, including documentation and regressionNeil Conway2005-02-02
* Adjust estimate_num_groups() to not clamp per-relation group countTom Lane2005-02-01
* When dealing with multiple grouping columns coming from the same table,Tom Lane2005-01-28
* Generalize TRUNCATE to support truncating multiple tables in oneTom Lane2005-01-27
* Add regression tests for recent cursor/savepoint bug fixed by Alvaro andNeil Conway2005-01-27
* Regression tests for recent bugfix to ALTER TABLE ADD COLUMN: ensure thatNeil Conway2005-01-25
* This patch updates the regression tests to allow "make installcheck" toNeil Conway2005-01-22
* Add some basic regression tests for refcursors in PL/PgSQL.Neil Conway2005-01-19
* This trivial patch adds a regression test for CASE expressions that useNeil Conway2005-01-17