]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/ri_triggers.c
Fix encoding issue when lc_monetary or lc_numeric are different encoding
[postgresql] / src / backend / utils / adt / ri_triggers.c
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-11-05 Tom LaneAllow binary-coercible cases in ri_HashCompareOp; there...
2009-08-01 Tom LaneImprove unique-constraint-violation error messages...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-07 Tom LaneFix executor/spi.h to follow our usual conventions...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-09-15 Tom LaneFix caching of foreign-key-checking queries so that...
2008-05-19 Tom LaneCoercion sanity check in ri_HashCompareOp failed to...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-02-18 Tom LaneRemove unnecessary opening of other relation in RI_FKey...
2008-02-07 Tom LaneAvoid misbehavior in foreign key checks when casting...
2008-01-25 Tom LaneRelease any detoasted copies of arrays that are made...
2008-01-03 Tom LaneMake standard maintenance operations (including VACUUM...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-11 Tom LaneArrange for SET LOCAL's effects to persist until the...
2007-08-15 Tom LaneRepair problems occurring when multiple RI updates...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-03-25 Tom LaneClean up the representation of special snapshots by...
2007-03-15 Tom LaneMake use of plancache module for SPI plans. In particu...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-27 Tom LaneAdd some notes about why it's not a bug that RI_FKey_ch...
2006-08-21 Tom LaneMinor code rearrangement to save a few cycles in RI_FKe...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-28 Bruce MomjianMention "table" in "violates foreign key constraint...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-29 Tom LaneUpdate a couple of obsolete comments.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-05-30 Neil ConwayWhen enqueueing after-row triggers for updates of a...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-30 Tom LaneI found a corner case in which it is possible for RI_FK...
2004-10-15 Tom LaneRepair possible failure to update hint bits back to...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-09-10 Tom LaneFire non-deferred AFTER triggers immediately upon query...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-06 Peter EisentrautImplement isolation levels read uncommitted and repeata...
2003-10-31 Jan WieckFix for possible referential integrity violation when...
2003-10-06 Tom LaneDuring ALTER TABLE ADD FOREIGN KEY, try to check the...
2003-10-01 Tom LaneRepair RI trigger visibility problems (this time for...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-28 Tom LaneNow that we have UPDATE tab SET col = DEFAULT, get...
2003-09-25 Tom LaneGet rid of ReferentialIntegritySnapshotOverride by...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-09 Peter EisentrautSome "feature not supported" errors are better syntax...
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-22 Tom LaneError message editing for foreign-key triggers.
2003-06-11 Bruce MomjianDuring looking stuff up for a discussion on -general...
2003-04-26 Tom LaneRepair permissions problem in RI triggers: query parsin...
2003-04-07 Jan WieckAvoid primary key lookup (and lock) if foreign key...
2003-03-27 Tom LaneFix bogus coding of SET DEFAULT ri triggers ... or...
2003-03-15 Tom LaneArrange to print the relevant key values when reporting...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-12-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
2002-11-29 Tom LaneTighten selection of equality and ordering operators...
2002-10-03 Tom LaneHack to make it possible to load CREATE CONSTRAINT...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianI checked all the previous string handling errors and...
2002-07-30 Bruce Momjian This should fix a bug where a row that was...
2002-06-21 Bruce MomjianRemove Jan's copyright, with his approval.
2002-06-20 Bruce MomjianClean up some copyrights.
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-02 Tom LaneMake VACUUM handle schema-qualified relation names...
2002-04-01 Tom LaneAdd tgconstrrelid to stored Trigger structures, make...
2002-04-01 Tom LaneTemporary kluge to let RI triggers work on tables outsi...
2002-03-19 Bruce MomjianFix for trigger handling:
2002-03-06 Bruce MomjianChange made to elog:
2001-11-12 Bruce Momjian Tables without oids wouldn't be able to be
2001-11-12 Tom LaneMake ALTER TABLE RENAME update foreign-key trigger...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-10-05 Tom LaneFurther cleanup of dynahash.c API, in pursuit of portab...
2001-10-01 Tom LaneAnother round of cleanups for dynahash.c (maybe it...
2001-05-31 Tom LaneRI triggers would fail for datatypes using old-style...
2001-05-07 Peter EisentrautFix remaining RI permission problems (cascaded update...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-15 Tom LaneAdd some notes about memory management of RI plans.
2000-12-22 Tom LaneAdd 'ONLY' to queries generated by RI triggers, so...
2000-11-21 Hiroshi Inouekeep relations open until they are no longer needed.
next