]> granicus.if.org Git - postgresql/history - src/test
Adjust TupleHashTables to use MinimalTuple format for contained tuples.
[postgresql] / src / test /
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...
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-12-07 Tom LaneSpell "explicitly" correctly, per Simon.
2005-12-05 Tom LaneAdd regression test to see if the min/max values of...
2005-11-28 Alvaro HerreraInstall pg_regress where PGXS' "make installcheck"...
2005-11-28 Tom LaneChange the parser to translate "foo [NOT] IN (expressio...
2005-11-23 Tom LaneFix problems with rewriter failing to set Query.hasSubL...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-21 Alvaro HerreraImplement DROP OWNED and REASSIGN OWNED. These new...
2005-11-19 Andrew DunstanDROP objecttype IF EXISTS for the following objects:
2005-11-19 Tom LaneChange array_push and array_cat so that they retain...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-11-01 Andrew DunstanProvide a --no-locale option for pg_regress and a corre...
2005-10-25 Tom LaneRemove justify_hours call from interval_mul and interva...
2005-10-20 Tom LaneImprove testlibpq3.c's example of PQexecParams() usage...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Bruce MomjianUpdate regression output for new prepare transaction...
2005-10-06 Tom LaneWhen a function not returning RECORD has a single OUT...
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-09-19 Bruce MomjianPrint proper cause of statement cancel, user interactio...
2005-09-16 Bruce MomjianAdjust regression for new cancel query message.
2005-09-14 Neil ConwayTweak the PL/PgSQL regression tests to catch the recent...
2005-09-08 Tom LaneCreate the pg_pltemplate system catalog to hold templat...
2005-09-08 Tom LaneUpdate regression tests for new USA timezone data....
2005-09-05 Tom LaneImplement a preliminary 'template' facility for procedu...
2005-08-30 Bruce MomjianAdd regression tests for disabling constraints.
2005-08-22 Bruce Momjianenable_constraint_exclusion => constraint_exclusion
2005-08-15 Tom LaneAllow the pgstat views to show toast tables as well...
2005-08-15 Tom LaneClean up some stray remaining references to pg_shadow...
next