]> granicus.if.org Git - postgresql/history - src/test
Add support for multi-row VALUES clauses as part of INSERT statements
[postgresql] / src / test /
2006-08-01 Bruce MomjianRemove extra argument to printf().
2006-08-01 Andrew Dunstanhave pg_regress fall back on testing with the canonical...
2006-07-30 Bruce MomjianFix WIN32 wait() return value macros to be accurate...
2006-07-28 Tom LaneSQL2003-standard statistical aggregates, by Sergey...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-07-27 Tom LaneOriginal coding of pg_regress.c made the results and...
2006-07-27 Peter EisentrautAllow units to be specified with configuration settings.
2006-07-25 Tom LaneRemove hard-wired lists of timezone abbreviations in...
2006-07-25 Andrew DunstanUse correct ifdef test for cygwin, namely __CYGWIN__...
2006-07-24 Andrew DunstanRemove dubious and redundant (we think) setting of...
2006-07-22 Andrew DunstanAdd libdir to PATH for Cygwin as well as WIN32 - should...
2006-07-21 Tom LaneAh, I finally realize why Magnus wanted to add a -...
2006-07-20 Tom LaneAs a stopgap to get the Windows buildfarm members runni...
2006-07-20 Tom LanePrint out diff status code when we think there's a...
2006-07-20 Tom LaneSuppress unused-variable compiler warning, per Andrew...
2006-07-20 Tom LaneFix pg_regress.c to report tests in a parallel group...
2006-07-20 Tom LaneMake pg_regress.c get paths from pg_config_paths.h...
2006-07-19 Tom LaneAdjust spawn_process() to avoid unnecessary overhead...
2006-07-19 Tom LaneAdjust pg_regress to print out the exact string given...
2006-07-19 Tom Lanekill() is declared in <signal.h> per Single Unix Spec.
2006-07-19 Tom LaneTweak command quoting for Windows (I'd forgotten about...
2006-07-19 Tom LaneRemove unnecessary inclusion of libpq into pg_regress...
2006-07-19 Tom LaneRewrite pg_regress as a C program instead of a shell...
2006-07-18 Tom LaneMake pg_regress a tad simpler and more general-purpose...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Teodor SigaevAdd support to GIN for =(anyarray,anyarray) operation
2006-07-06 Bruce MomjianPlease find attached two patches for documentation...
2006-07-02 Neil ConwayDo a pass of code review for the ALTER TABLE ADD INHERI...
2006-07-02 Bruce MomjianALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT...
2006-06-29 Tom LaneChange TRUNCATE's method for searching for foreign...
2006-06-27 Bruce MomjianAdd INCLUDING CONSTRAINTS to CREATE TABLE LIKE.
2006-06-26 Tom LaneChange the row constructor syntax (ROW(...)) so that...
2006-06-18 Tom LaneIncrease timeout in statement_timeout test from 1 secon...
2006-05-30 Tom LaneCode review for magic-block patch. Remove separate...
2006-05-30 Bruce MomjianAdd pgmagic header block to store compile-time constants:
2006-05-30 Bruce MomjianRevert patch, needs more work:
2006-05-30 Bruce MomjianAdd dynamic record inspection to PL/PgSQL, useful for...
2006-05-30 Bruce MomjianBack out patch, wrong previous commit message.
2006-05-30 Bruce MomjianAdd regexp_replace() to string functions section.
2006-05-28 Andrew Dunstan fix typo
2006-05-28 Andrew DunstanTG_table_name and TG_table_schema for plpgsql, plus...
2006-05-21 Tom LaneChange the backend to reject strings containing invalid...
2006-05-19 Alvaro HerreraAdd last-vacuum/analyze-time columns to the stats colle...
2006-05-11 Tom LaneCode review for standard_conforming_strings patch....
2006-05-05 Bruce MomjianSeems some NetBSD 3.0 x86 systems still need float8...
2006-05-05 Bruce MomjianUse regression results float8-small-is-zero only for...
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2006-04-15 Tom LaneSupport the syntax
2006-04-06 Peter EisentrautBuild src/test/regress/README during tarball making...
2006-04-05 Tom LaneFix a bunch of problems with domains by making them...
2006-04-02 Tom LaneAdjust interval-addition test so that it won't fail...
2006-03-23 Tom LaneFix plpgsql to pass only one copy of any given plpgsql...
2006-03-23 Tom LaneAdd error location info to ResTarget parse nodes. ...
2006-03-19 Tom LaneAdjust join_1.out to match Windows behavior for new...
2006-03-17 Tom LaneFix bug introduced into mergejoin logic by performance...
2006-03-14 Tom LaneMissed this file in previous commit :-(
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-10 Neil ConwayImplement 4 new aggregate functions from SQL2003. Speci...
2006-03-07 Tom LaneRemove the stub support we had for UNION JOIN; per...
2006-03-06 Bruce MomjianAttached is the new patch. To summarize:
2006-03-06 Bruce MomjianEnable standard_conforming_strings to be turned on.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-03 Tom LaneAdd CASCADE option to TRUNCATE. Joachim Wieland
2006-03-02 Tom LaneFix ancient error in large objects usage example: overw...
2006-02-28 Tom LaneAllow the syntax CREATE TYPE foo, with no parameters...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-26 Neil ConwayImplement the <> operator for the tid type. Original...
2006-02-19 Neil ConwayAdd TABLESPACE and ON COMMIT clauses to CREATE TABLE...
2006-02-18 Peter EisentrautAdd support for Windows codepages 1253, 1254, 1255...
2006-02-12 Bruce MomjianRevert patch becaues of locking concerns:
2006-02-12 Tom LaneApply code-reviewed version of for-scalar-list patch...
2006-02-12 Bruce MomjianAllow PL/pgSQL FOR statement to return values to scalar...
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-02-12 Tom LaneUndo changes of trailing space in recently-committed...
2006-02-11 Bruce MomjianAllow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
2006-02-11 Tom LaneFix incorrect addition, subtraction, and overflow check...
2006-02-11 Bruce MomjianAdd INET/CIDR operators: and, or, not, plus int8, minus...
2006-02-10 Bruce MomjianAllow psql multi-line column values to align in the...
2006-02-04 Andrew DunstanDROP IF EXISTS for ROLE/USER/GROUP
2006-02-04 Bruce MomjianMove thread_test directory from /tools to /test so...
2006-01-26 Tom LaneClean up the INET-vs-CIDR situation. Get rid of the...
2006-01-25 Bruce MomjianUpdate regression error message for NUMERIC range overf...
2006-01-22 Neil ConwayAllow an optional alias for the target table to be...
2006-01-21 Bruce MomjianAdd GRANT ON SEQUENCE syntax to support sequence-only...
2006-01-18 Neil ConwayAdd a new system view, pg_cursors, that displays the...
2006-01-16 Neil ConwayChange the parameter_types column of the pg_prepared_st...
2006-01-15 Neil ConwayAdd regression tests to verify that domain constraints...
2006-01-15 Neil ConwayAllow the types of parameters to PREPARE to be inferred...
2006-01-11 Tom LaneCreate a standard function pg_sleep() to sleep for...
2006-01-10 Tom LaneImprove error messages for missing-FROM-entry cases...
2006-01-08 Neil ConwayAdd a new system view, pg_prepared_statements, that...
2006-01-05 Bruce MomjianRemove BEOS port.
2006-01-05 Bruce MomjianRemove QNX port.
2005-12-28 Bruce MomjianUpdate regression tests for new referential integrity...
2005-12-28 Bruce MomjianAdd COPY CSV test that tests CSV output of \.
2005-12-28 Bruce MomjianAdd regression tests for CSV and \., and add automatic...
2005-12-28 Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-12-14 Tom LaneFix problem with whole-row Vars referencing sub-select...
2005-12-11 Neil ConwayImplement IS NOT DISTINCT FROM, update the regression...
next