]> granicus.if.org Git - postgresql/history - src/test
Pass shared memory address on command line to exec'ed backend.
[postgresql] / src / test /
2003-04-29 Tom LaneCode review for holdable-cursors patch. Fix error...
2003-04-28 Tom LaneOkay, I've had it with PQsetdbLogin having slightly...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-04-17 Tom LaneFirst phase of FE/BE protocol modifications: new Startu...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-04-07 Jan WieckAvoid primary key lookup (and lock) if foreign key...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-03-27 Bruce Momjianto_char fixes, Karel Zak
2003-03-25 Bruce MomjianUse PQfreemem() consistently, and document its use...
2003-03-23 Tom LaneInstead of storing pg_statistic stavalues entries as...
2003-03-21 Peter EisentrautMake "win" a separate port from "cygwin". This means...
2003-03-21 Tom LaneReimplement NUMERIC datatype using base-10000 arithmeti...
2003-03-20 Bruce MomjianUpdate for new serial functionality.
2003-03-20 Bruce MomjianAdd ALTER TABLE <tablename> CLUSTER ON <indexname>
2003-03-20 Bruce MomjianTodo items:
2003-03-20 Bruce MomjianAttached is a patch that limits the range tested by...
2003-03-20 Bruce MomjianThis trivial cleans up a little bit of the code in
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-03-15 Tom LaneArrange to print the relevant key values when reporting...
2003-03-11 Tom LaneAdd explicit tests for division by zero to all user...
2003-03-05 Tom LaneTurns out new IN implementation has got some problems...
2003-02-19 Bruce MomjianBack out LOCKTAG changes by Rod Taylor, pending code...
2003-02-19 Bruce Momjian- Modifies LOCKTAG to include a 'classId'. Relation...
2003-02-19 Bruce MomjianThe following patches eliminate the overflows in the...
2003-02-16 Tom LaneCOALESCE() and NULLIF() are now first-class expressions...
2003-02-13 Tom LaneArrange to give error when a SetOp member statement...
2003-02-13 Bruce MomjianThe "random" regression test uses a function called...
2003-02-13 Bruce MomjianCode for WITHOUT OIDS.
2003-02-10 Tom LaneFix thinko in new logic about pushing down non-nullabil...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2003-01-31 Tom LaneAllow a time zone to be specified (and silently ignored...
2003-01-28 Tom LaneExtend join-selectivity API (oprjoin interface) so...
2003-01-27 Tom LaneUpgrade cost estimation for joins, per discussion with...
2003-01-25 Tom LaneAllow the planner to collapse explicit inner JOINs...
2003-01-23 Peter EisentrautGrant options, and cascading revoke. Grant options...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2003-01-16 Tom LaneRepair an embarrassingly large number of alphabetizatio...
2003-01-15 Bruce MomjianBack out ORDER BY addition to Inet, for Tom.
2003-01-15 Tom LaneAllow merge and hash joins to occur on arbitrary expres...
2003-01-15 Bruce MomjianAdd ORDER BY for inet regression, pointed out by Rod...
2003-01-10 Peter EisentrautRead-only transactions, as defined in SQL.
2003-01-05 Tom LaneFix inherited UPDATE for cases where child column numbe...
2003-01-04 Tom LanePartial code review for ALTER DOMAIN patch. Incorporat...
2003-01-02 Tom LaneEnforces NOT NULL constraints to be applied against...
2002-12-30 Tom LaneCode review for CLUSTER ALL patch. Fix bogus locking...
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.
next