]> granicus.if.org Git - postgresql/history - src
Make btree index structure adjustments and WAL logging changes needed to
[postgresql] / src /
2003-02-21 Tom LaneMake btree index structure adjustments and WAL logging...
2003-02-20 Tom LaneFix timestamptz_in so that parsing of 'now'::timestampt...
2003-02-19 Bruce MomjianBack out LOCKTAG changes by Rod Taylor, pending code...
2003-02-19 Tatsuo IshiiFix for GUC client_encoding variable not being handled
2003-02-19 Michael MeskesAdded DATABASE command as alias to CONNECT TO.
2003-02-19 Bruce MomjianThis patch makes the following changes to the documenta...
2003-02-19 Bruce MomjianHere's the patch I promised over on HACKERS - it alters the
2003-02-19 Bruce Momjian- Modifies LOCKTAG to include a 'classId'. Relation...
2003-02-19 Bruce MomjianAllow PQcmdTuples to return row counts for MOVE and...
2003-02-19 Bruce MomjianHere's some changes I made last night to psql's common...
2003-02-19 Bruce MomjianAt present it is impossible to kill createuser except...
2003-02-19 Bruce MomjianThe following patches eliminate the overflows in the...
2003-02-18 Bruce MomjianUpdate README.
2003-02-18 Tom LaneAsync_NotifyHandler must save and restore ImmediateInte...
2003-02-18 Bruce MomjianRename 'holder' references to 'proclock' for PROCLOCK...
2003-02-17 Michael MeskesAdded Informix "database" command.
2003-02-16 Tom LaneBack off previous patch to skip projection step in...
2003-02-16 Tom LaneCOALESCE() and NULLIF() are now first-class expressions...
2003-02-15 Tom LaneMarginal tweaks to make sure that roundoff error won...
2003-02-15 Tom LaneTeach planner how to propagate pathkeys from sub-SELECT...
2003-02-14 Bruce MomjianPropogate pg_ctl -D to the postmaster as a -D flag...
2003-02-14 Tom LaneFix SPI result logic for case where there are multiple...
2003-02-14 Bruce MomjianMake pg_dump/restore safer for autocommit=off in postgr...
2003-02-14 Michael MeskesIn Informix mode ecpg should still be able to parse...
2003-02-14 Bruce MomjianUpdate FAQ's in head and 7.3.X.
2003-02-14 Michael Meskes- Synced parser and keyword file.
2003-02-14 Tom LaneFix some of the breakage from the IPV6 patch.
2003-02-14 Tom LaneRemove bogus manipulation of SIGPIPE; the backend alrea...
2003-02-13 Tom LaneRepair incorrect indexing for atttypmod, per Brad McLean.
2003-02-13 Tom LaneResult of lo_read() is int, not size_t. Per Oleg Drokin.
2003-02-13 Tom LaneParser was dropping foreign-key constraints on the...
2003-02-13 Tom LaneRepair rule permissions-checking bug reported by Tim...
2003-02-13 Tom LaneArrange to give error when a SetOp member statement...
2003-02-13 Michael MeskesJust intermediate results for backup reasons.
2003-02-13 Tom LanetransformExpr() was missing some cases it ought to...
2003-02-13 Tom LaneSuppress gcc warning.
2003-02-13 Tom LanePrevent timetz2tm() from scribbling on its input in...
2003-02-13 Michael Meskes- Applied error reporting patch by Matthew Vanecek
2003-02-13 Bruce Momjian[ Revert patch ]
2003-02-13 Bruce MomjianThis patch fixes an error in the usage message for...
2003-02-13 Bruce MomjianThis trivial patch removes the usage of some old statis...
2003-02-13 Bruce MomjianAdds in NO MAXVALUE and NO MINVALUE options for create...
2003-02-13 Bruce MomjianThe "random" regression test uses a function called...
2003-02-13 Bruce MomjianCode for WITHOUT OIDS.
2003-02-13 Bruce MomjianThis patch makes pg_get_constraintdef support UNIQUE...
2003-02-13 Bruce Momjian> ================================================...
2003-02-13 Bruce Momjian[ dumping schemas ]
2003-02-13 Bruce Momjian[ Have readline save edit history.]
2003-02-12 Barry LindApplied patch to update translation file, submitted...
2003-02-12 Barry LindPatch to messages file from Holger Klawitter to add...
2003-02-11 Peter EisentrautFix buffer clearing bug.
2003-02-11 Tom LaneUse a varno not chosen at random for dummy variables...
2003-02-10 Tom LaneFix thinko in new logic about pushing down non-nullabil...
2003-02-10 Tom LaneAdd code to show join rule (for outer and IN joins...
2003-02-10 Tom LaneGet rid of last few vestiges of parsetree dependency...
2003-02-09 Tom LaneDetect case where an outer join can be reduced to a...
2003-02-09 Barry Lindupped build# to 201
2003-02-09 Barry LindBetter error message on character set mismatches during...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-09 Tom LaneRemove bogus comment (too freely copied & pasted).
2003-02-09 Tom LaneMake further use of new bitmapset code: executor's...
2003-02-08 Tom LaneReplace planner's representation of relation sets,...
2003-02-07 Dave Cramerapplied Kris Jurka's patch for numeric
2003-02-07 Tom LaneRevise mechanism for getting rid of temp tables at...
2003-02-06 Tom LaneMake flatten_join_alias_vars() do the right thing when...
2003-02-06 Tom LaneCreate a GUC variable REGEX_FLAVOR to control the type...
2003-02-06 Tom LaneFix core dump when pltcl_elog is called with wrong...
2003-02-05 Tom LaneAllow qualified type names in CREATE CAST, DROP CAST...
2003-02-05 Tom LaneReplace regular expression package with Henry Spencer...
2003-02-05 Dave Cramerpatch from Oliver Jowett to implement some of the jdbc3...
2003-02-04 Dave CramerApplied Kris Jurkas patch to fix rollback and SQLException
2003-02-04 Dave Cramerapplied patch from Oliver Jowett
2003-02-04 Barry LindTwo patches from Kris Jurka. One fixes a problem with...
2003-02-04 Barry LindPatch from Nic Ferrier to add support for result sets...
2003-02-04 Tom LaneMinor code cleanup: remove no-longer-useful pull_subpla...
2003-02-04 Tom LaneDetect duplicate aggregate calls and evaluate only...
2003-02-03 Tom Lane#ifdef out stuff that shouldn't be compiled when not...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2003-02-03 Bruce MomjianDon't print NO ACTION foreign key actions in dumps...
2003-02-03 Tom LaneTweak planner and executor to avoid doing ExecProject...
2003-02-03 Bruce MomjianMove pg_service.conf.sample to /interfaces/libpq.
2003-02-03 Bruce MomjianChange MOVE LAST to MOVE ALL.
2003-02-02 Tom LaneImplement EXPLAIN EXECUTE. By Neil Conway, with some...
2003-02-02 Tom LaneFix nodeUnique to behave correctly when reversing direc...
2003-02-01 Tom LaneRemove restriction that cast functions cannot be volati...
2003-02-01 Tom LaneCleaner solution to the problem of loading pre-7.3...
2003-02-01 Tom LaneChanges of 6-Sep-02 broke pg_restore's ability to recog...
2003-02-01 Tom LaneFix assign_session_authorization() to not be confused...
2003-02-01 Tom LanePrevent core dump from calling Tcl_DontCallWhenDeleted...
2003-02-01 Tom LaneApply ljb's patch to prevent both memory leak and core...
2003-01-31 Tom LaneMake plpython's spi_execute interface handle NULLs...
2003-01-31 Tom LaneClean up plpython error reporting so that its regressio...
2003-01-31 Tom LaneTweak bison build rules so that we get the same error...
2003-01-31 Tom LaneAllow a time zone to be specified (and silently ignored...
2003-01-31 Tom LaneHandle mixed-case names properly in plpgsql_parse_tripw...
2003-01-30 Tom LaneFix regression in .pgpass support. From Neil Conway.
2003-01-29 Tom LaneSPI_exec shouldn't return SPI_OK_SELECT if it hasn...
2003-01-29 Bruce MomjianUpdate release steps.
2003-01-29 Tom LaneTweak ArrayCount() to forestall possible access to...
2003-01-29 Tom LaneGuard against array overrun, per report from Yichen...
next