summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2003-04-24Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane
2003-04-22Another round of protocol changes. Backend-to-frontend messages now allTom Lane
2003-04-17First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane
2003-04-08First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane
2003-04-07Avoid primary key lookup (and lock) if foreign key does not changeJan Wieck
2003-03-27This patch implements holdable cursors, following the proposalBruce Momjian
2003-03-27to_char fixes, Karel ZakBruce Momjian
2003-03-25Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian
2003-03-23Instead of storing pg_statistic stavalues entries as text strings, storeTom Lane
2003-03-21Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut
2003-03-21Reimplement NUMERIC datatype using base-10000 arithmetic; also improveTom Lane
2003-03-20Update for new serial functionality.Bruce Momjian
2003-03-20Add ALTER TABLE <tablename> CLUSTER ON <indexname>Bruce Momjian
2003-03-20Todo items:Bruce Momjian
2003-03-20Attached is a patch that limits the range tested by horology toBruce Momjian
2003-03-20This trivial cleans up a little bit of the code inBruce Momjian
2003-03-20Add start time to pg_stat_activityBruce Momjian
2003-03-15Arrange to print the relevant key values when reporting a foreign-keyTom Lane
2003-03-11Add explicit tests for division by zero to all user-accessible integerTom Lane
2003-03-05Turns out new IN implementation has got some problems in an UPDATE orTom Lane
2003-02-19Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.Bruce Momjian
2003-02-19- Modifies LOCKTAG to include a 'classId'. Relation receive a classId ofBruce Momjian
2003-02-19The following patches eliminate the overflows in the j2date() and date2j()Bruce Momjian
2003-02-16COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane
2003-02-13Arrange to give error when a SetOp member statement refers to a variableTom Lane
2003-02-13The "random" regression test uses a function called oidrand(), whichBruce Momjian
2003-02-13Code for WITHOUT OIDS.Bruce Momjian
2003-02-10Fix thinko in new logic about pushing down non-nullability constraints:Tom Lane
2003-02-03Determine the set of constraints applied to a domain at executorTom Lane
2003-01-31Allow a time zone to be specified (and silently ignored) in the inputTom Lane
2003-01-28Extend join-selectivity API (oprjoin interface) so that join type isTom Lane
2003-01-27Upgrade cost estimation for joins, per discussion with Bradley Baetz.Tom Lane
2003-01-25Allow the planner to collapse explicit inner JOINs together, rather thanTom Lane
2003-01-23Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut
2003-01-20IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane
2003-01-16Repair an embarrassingly large number of alphabetization mistakes in theTom Lane
2003-01-15Back out ORDER BY addition to Inet, for Tom.Bruce Momjian
2003-01-15Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane
2003-01-15Add ORDER BY for inet regression, pointed out by Rod Taylor.Bruce Momjian
2003-01-10Read-only transactions, as defined in SQL.Peter Eisentraut
2003-01-05Fix inherited UPDATE for cases where child column numbering doesn'tTom Lane
2003-01-04Partial code review for ALTER DOMAIN patch. Incorporates Rod Taylor'sTom Lane
2003-01-02Enforces NOT NULL constraints to be applied against new PRIMARY KEYTom Lane
2002-12-30Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transactionTom Lane
2002-12-14Initial version of the SQL information schemaPeter Eisentraut
2002-12-13Admit defeat on the prospect of keeping straight exactly which platformsTom Lane
2002-12-13Add a basic regression test for IS DISTINCT FROM, which has spent way tooTom Lane
2002-12-12Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane
2002-12-10Reverse out unintended resultmap change.Tom Lane
2002-12-06Attached are two small patches to expose md5 as a user function -- includingBruce Momjian