]> granicus.if.org Git - postgresql/history - src/test
Assorted fixes for Cygwin:
[postgresql] / src / test /
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...
2002-08-18 Tom LaneCode review for 'at character n' patch --- point at...
2002-08-18 Bruce MomjianMore changes to match new error format.
2002-08-18 Bruce MomjianModify regression tests to match new error reporting...
2002-08-17 Bruce Momjian[ Newest version of patch applied.]
2002-08-17 Bruce MomjianImprove documentation of trigger firing queue handling...
2002-08-15 Bruce MomjianTom Lane wrote:
2002-08-15 Bruce MomjianAs discussed on several occasions previously, the new...
2002-08-14 Tatsuo IshiiAdd Cyrillic and other encodings for encoding conversion.
2002-08-13 Bruce MomjianChange NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS...
2002-08-11 Tom LaneCode review of CLUSTER patch. Clean up problems with...
2002-08-11 Tom LaneMake cluster regress test functional.
2002-08-10 Bruce MomjianMajor improvement in CLUSTER which preserves table...
2002-08-10 Tom LaneAdd a sanity check to make sure that all system catalog...
2002-08-08 Tom LaneMake the standard system views schema-aware.
2002-08-06 Tatsuo IshiiAdd SQL99 CONVERT() function.
2002-08-06 Bruce MomjianOf course, the simple change has ripple effects! Here...
2002-08-04 Bruce MomjianAttached are two patches to implement and document...
2002-08-04 Thomas G. LockhartAllow bit string constants without fully-specified...
2002-08-04 Bruce Momjian[ Previous patch reversed.]
2002-08-04 Bruce MomjianChange messages like this:
2002-08-04 Bruce MomjianThis patch fixes in intermittent failure in the regress...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-30 Bruce MomjianIMPROVED VERSION APPLIED:
2002-07-25 Tatsuo IshiiImplement DROP CONVERSION
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-07-20 Tom LaneCode review for SHOW output changes; fix horology expec...
2002-07-20 Bruce MomjianFix regression tests for new SHOW output.
2002-07-20 Bruce MomjianAdd new configure files for missing-oid patch.
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-20 Bruce MomjianAdd new vacuum regression test files.
2002-07-20 Bruce MomjianThis patch fixes a regression caused by my recent chang...
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-07-18 Bruce MomjianNew depend code doesn't need sequence drop.
2002-07-18 Bruce MomjianBack out BETWEEN node patch, was causing initdb failure.
2002-07-18 Bruce Momjian New depend code auto-drops sequence, fix copy2.out.
2002-07-18 Bruce Momjianhere are the copy2.sql and copy2.out files for the...
2002-07-18 Bruce MomjianThe attached patch (against HEAD) implements
2002-07-18 Bruce MomjianFinished the Between patch Christopher started.
2002-07-16 Tom LaneAdd code to extract dependencies from an expression...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-11 Bruce MomjianChange error messages ExecAppend->ExecInsert and ExecRe...
2002-07-11 Tatsuo IshiiAdd new CREATE CONVERSION/DROP CONVERSION command.
2002-07-06 Bruce MomjianI've fixed up the way domain constraints (not null...
2002-07-02 Bruce MomjianBack out regress/results changes. Real CVS problem...
2002-07-02 Bruce MomjianFix removal of results directory on 'make clean'. ...
2002-06-26 Bruce MomjianThe attached patch fixes some spelling mistakes, makes the
2002-06-25 Bruce MomjianBack out cleanup patch. Got old version and needs...
2002-06-25 Bruce MomjianThe attached patch fixes some spelling mistakes, makes the
2002-06-20 Bruce MomjianAdd missing regression files for SRF.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-20 Bruce MomjianAttached is a regression test patch for SRFs. I based...
2002-06-20 Bruce MomjianImprove COPY syntax to use WITH clause, keep backward...
2002-06-17 Bruce MomjianBack out accidental COPY data changes.
2002-06-17 Bruce MomjianMerge ALTER GROUP ADD/DROP rules by creating add_drop...
2002-06-11 Thomas G. LockhartImplement SQL99 OVERLAY(). Allows substitution of a...
2002-05-22 Peter EisentrautAdd optional "validator" function to languages that...
2002-05-19 Peter EisentrautRemove bitrotten view_perms test. Add some similar...
2002-05-18 Peter EisentrautAllow functions to be executed with the privileges...
2002-05-17 Tom LaneGet rid of the last few uses of typeidTypeName() rather...
2002-05-14 Peter EisentrautMake regression tests locale-proof by setting some...
2002-05-03 Tom LaneRetire xlateSqlType/xlateSqlFunc; all type name transla...
2002-05-01 Tom LaneImprove lexer's error reporting. You get the whole...
2002-04-28 Tom LaneSecond try at fixing join alias variables. Instead...
next