summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2006-06-18Increase timeout in statement_timeout test from 1 second to 2 seconds.Tom Lane
2006-05-30Code review for magic-block patch. Remove separate header file pgmagic.h,Tom Lane
2006-05-30Add pgmagic header block to store compile-time constants:Bruce Momjian
2006-05-30Revert patch, needs more work:Bruce Momjian
2006-05-30Add dynamic record inspection to PL/PgSQL, useful for generic triggers:Bruce Momjian
2006-05-30Back out patch, wrong previous commit message.Bruce Momjian
2006-05-30Add regexp_replace() to string functions section.Bruce Momjian
2006-05-28 fix typoAndrew Dunstan
2006-05-28TG_table_name and TG_table_schema for plpgsql, plus docs and regression.Andrew Dunstan
2006-05-21Change the backend to reject strings containing invalidly-encoded multibyteTom Lane
2006-05-19Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera
2006-05-11Code review for standard_conforming_strings patch. Fix it so it does notTom Lane
2006-05-05Seems some NetBSD 3.0 x86 systems still need float8-small-is-zero, soBruce Momjian
2006-05-05Use regression results float8-small-is-zero only for NetBSD < 3.0.Bruce Momjian
2006-05-02GIN: Generalized Inverted iNdex.Teodor Sigaev
2006-04-15Support the syntaxTom Lane
2006-04-06Build src/test/regress/README during tarball making like the otherPeter Eisentraut
2006-04-05Fix a bunch of problems with domains by making them use special input functionsTom Lane
2006-04-02Adjust interval-addition test so that it won't fail on DST transition days.Tom Lane
2006-03-23Fix plpgsql to pass only one copy of any given plpgsql variable into a SQLTom Lane
2006-03-23Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane
2006-03-19Adjust join_1.out to match Windows behavior for new mergejoin regressionTom Lane
2006-03-17Fix bug introduced into mergejoin logic by performance improvement patch ofTom Lane
2006-03-14Missed this file in previous commit :-(Tom Lane
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-03-10Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(),Neil Conway
2006-03-07Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane
2006-03-06Attached is the new patch. To summarize:Bruce Momjian
2006-03-06Enable standard_conforming_strings to be turned on.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-03Add CASCADE option to TRUNCATE. Joachim WielandTom Lane
2006-03-02Fix ancient error in large objects usage example: overwrite() subroutineTom Lane
2006-02-28Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane
2006-02-27Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut
2006-02-26Implement the <> operator for the tid type. Original patch from MarkNeil Conway
2006-02-19Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway
2006-02-18Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut
2006-02-12Revert patch becaues of locking concerns:Bruce Momjian
2006-02-12Apply code-reviewed version of for-scalar-list patch: mostly, fixingTom Lane
2006-02-12Allow PL/pgSQL FOR statement to return values to scalars as well asBruce Momjian
2006-02-12I've created a new shared catalog table pg_shdescription to storeBruce Momjian
2006-02-12Undo changes of trailing space in recently-committed expected files.Tom Lane
2006-02-11Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian
2006-02-11Fix incorrect addition, subtraction, and overflow checking in newTom Lane
2006-02-11Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian
2006-02-10Allow psql multi-line column values to align in the proper columnsBruce Momjian
2006-02-04DROP IF EXISTS for ROLE/USER/GROUPAndrew Dunstan
2006-02-04Move thread_test directory from /tools to /test so source-only tarballsBruce Momjian
2006-01-26Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane