]> granicus.if.org Git - postgresql/history - src/test
Don't try to free executor state of an InitPlan early --- this breaks
[postgresql] / src / test /
2002-12-14 Peter EisentrautInitial version of the SQL information schema
2002-12-13 Tom LaneAdmit defeat on the prospect of keeping straight exactl...
2002-12-13 Tom LaneAdd a basic regression test for IS DISTINCT FROM, which...
2002-12-12 Tom LanePreliminary code review for domain CHECK constraints...
2002-12-10 Tom LaneReverse out unintended resultmap change.
2002-12-06 Bruce MomjianAttached are two small patches to expose md5 as a user...
2002-12-06 Bruce MomjianRe-addd Rod's ALTER DOMAIN patch.
2002-12-06 Bruce MomjianBack out ALTER DOMAIN patch until missing file appears.
2002-12-06 Bruce MomjianALTER DOMAIN .. SET / DROP NOT NULL
2002-12-04 Bruce MomjianMake usesysid consistently int4, not oid.
2002-11-23 Tom LaneFix regression test breakage from triggers patch.
2002-11-23 Bruce MomjianUpdate regression for new patches. Bump up catversion.
2002-11-23 Bruce MomjianTransaction safe Truncate
2002-11-23 Bruce MomjianThis patch implements FOR EACH STATEMENT triggers,...
2002-11-21 Tom LaneWups, stuck ORDER BY on wrong query while trying to...
2002-11-21 Tom LaneNetBSD versions 1.6 and (we hope) later can use the...
2002-11-21 Tom LaneFinish implementation of hashed aggregation. Add enabl...
2002-11-19 Bruce MomjianUpdate regression for ALL missing from CLUSTER.
2002-11-16 Bruce MomjianFix CLUSTER regression failure caused by new patch...
2002-11-15 Bruce MomjianNew version attached. The following is implemented:
2002-11-15 Bruce MomjianAdd DOMAIN check constraints.
2002-11-13 Tom LaneUse cat instead of echo or awk, to avoid portability...
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-12 Tom LaneUpdate AIX resultmap for horology tests, per Andreas.
2002-11-12 Tom LaneRemove NO_MKTIME_BEFORE_1970. I had speculated that...
2002-11-11 Tom LaneCode review for ON COMMIT patch. Make the actual on...
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-11-10 Bruce MomjianThis patch makes a minor cleanup to the implementation...
2002-11-08 Tom LaneRevise geometry regression testing to eliminate most...
2002-11-02 Tom LaneRemove encoding lookups from grammar stage, push them...
2002-11-01 Tom LaneReduce messages associated with shell-type function...
2002-11-01 Tom LaneUpdate to match expected results on OS X 10.2.
2002-11-01 Tom LaneCorrect ordering of geometry/freebsd entries, add one...
2002-11-01 Tom LaneUpdate for test changes.
2002-10-30 Bruce MomjianAdd additional ORDER BY to join regression test, per...
2002-10-30 Bruce MomjianRemove /src/utils. Is final cleanup of getopt.c resure...
2002-10-29 Bruce MomjianUpdate regression for FreeBSD 4.7, for Larry Rosenman
2002-10-28 Bruce MomjianAdd ORDER BY to join regression test.
2002-10-22 Tom Lanecreate_index test must run after create_misc test.
2002-10-22 Peter EisentrautUpdate for test changes.
2002-10-21 Bruce MomjianFix ALTER TABLE ... ADD COLUMN for inheritance cases.
2002-10-19 Tom LaneFix rewrite code so that rules are in fact executed...
2002-10-19 Bruce MomjianThis patch adds some missing functions for float8 math...
2002-10-19 Bruce MomjianMake regression tests safe for autocommit = 'off'.
2002-10-03 Tom LaneRestore NOTICEs that were mistakenly removed from trigg...
2002-10-02 Tom LaneAlter scale selection for NUMERIC division and transcen...
2002-09-28 Tom LaneMake the world at least somewhat safe for zero-column...
2002-09-24 Tom LaneChange default privileges for languages and functions...
2002-09-24 Peter EisentrautTweak conversion names to follow the established naming...
2002-09-22 Tom LaneReplace pg_attribute.attisinherited with attislocal...
2002-09-22 Tom LaneBring SIMILAR TO and SUBSTRING into some semblance...
2002-09-22 Tom LaneMove most of the error checking for foreign-key constra...
2002-09-20 Tom LaneUpdate regression expected results for to_char() change.
2002-09-20 Bruce MomjianFixed this problem and added regression tests in domain...
2002-09-19 Tom LaneDepartment of second thoughts: suppressing implicit...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-17 Bruce MomjianRemove src/test/regress/sql: plpgsql-nsp-testing.sql...
2002-09-12 Bruce Momjian> Sean Chittenden <sean@chittenden.org> writes:
2002-09-12 Bruce MomjianJoe Conway wrote:
2002-09-07 Bruce MomjianChanges to documentation and the regression tests for...
2002-09-05 Tom LaneImprove opr_sanity regression test to check oprltcmpop...
2002-09-05 Tom LaneUpdate oidjoins regression test for 7.3 catalogs.
2002-09-05 Peter EisentrautAssorted fixes for Cygwin:
2002-09-04 Peter EisentrautRemove sh -x option that snuck in somehow.
2002-09-03 Tom Laneconversion test fails if there is an existing user...
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-09-02 Tom LaneDepartment of second thoughts: make checks for replacin...
2002-09-02 Tatsuo IshiiFix conversion regressin test failure.
2002-09-02 Bruce MomjianI guess the intention was to test incomplete SELECT...
2002-09-02 Bruce MomjianOkay, attached is a patch that moves the alter table...
2002-09-02 Bruce MomjianFix ordering regression problem on freebsd/alpha by...
2002-09-02 Tom LaneCREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.
2002-09-01 Tom Laneplpgsql functions can return RECORD, per Neil Conway.
2002-08-31 Tom LaneCode review for domain-constraints patch. Use a new...
2002-08-31 Tom LaneCode review for pg_locks feature. Make shmemoffset...
2002-08-30 Tom LaneFix for breakage of C-coded SRFs, from Joe Conway.
2002-08-30 Tom LaneAdd attisinherited column to pg_attribute; use it to...
2002-08-30 Tom LanePL/pgSQL functions can return sets. Neil Conway's...
2002-08-29 Tatsuo Ishiiupdate mbregress expected files
2002-08-29 Tom LaneFix ruleutils to dump column definition lists for anony...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-28 Bruce MomjianThe following small patch provides a couple of minor...
2002-08-27 Bruce MomjianThrow error on pg_atoi(''), regression adjustments.
2002-08-27 Bruce MomjianMake change for pg_locks table.
2002-08-27 Tom LanePREPARE/EXECUTE statements. Patch by Neil Conway,...
2002-08-27 Bruce MomjianI attach a little patch to make CLUSTER set and reset...
2002-08-26 Tom LaneModify array operations to include array's element...
2002-08-24 Tom LaneThe cstring datatype can now be copied, passed around...
2002-08-23 Tom LaneFurther cleanup around the edges of OPAQUE/pseudotype...
2002-08-22 Tom LaneTranspose info from src/pl/plpgsql/test/README into...
2002-08-22 Tom LaneCode review for recent TRUNCATE changes. Tighten relat...
2002-08-22 Bruce Momjian# Disallow TRUNCATE on tables that are involved in...
2002-08-22 Bruce MomjianAdd:
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-20 Tom LaneUpdate expected files for recent changes of domain...
2002-08-20 Bruce MomjianThis patch improves the behavior of FOUND in PL/PgSQL...
2002-08-20 Bruce Momjian- test for indexes on a domain
2002-08-19 Tom LaneFix pg_dump to dump serial columns as serials. Per...
2002-08-18 Peter EisentrautMake pg_dump output more portable and more pleasing...
next