]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src/sql/Pg/090.schema.action.sql
Two new tables in action schema: fieldset and fieldset_col_val.
[working/Evergreen.git] / Open-ILS / src / sql / Pg / 090.schema.action.sql
2010-07-21 scottmkTwo new tables in action schema: fieldset and fieldset_...
2010-07-06 mikeruse SQL function for speed, instead of PLPGSQL
2010-07-06 mikerintegrate serial.unit by relaxing fkeys against asset...
2010-07-06 ericksonadded stored proc to return the distinct set of target...
2010-06-04 dbsImprove circ transaction performance by indexing NULL...
2010-06-01 mikeradd usr_setting_type of history.hold.retention_start...
2010-05-28 ericksonrepaired misnamed function oils_json_to_string -> oils_...
2010-05-27 mikeradding function to return holds visible to the user...
2010-05-27 mikerfunctions and settings for purging circs and user-setta...
2010-05-21 mikerPatch from Jason Stephenson which adds "IF EXISTS"...
2010-03-10 scottmk1. Eliminate somed source_definitions from the IDL...
2009-12-02 ericksonadded stored proc to take a circ and determine the...
2009-11-16 dbsCorrect long-standing, wide-spread "recurance" and...
2009-11-13 phasefxremove the NOT NULL from here to match the upgrade...
2009-11-06 mikerthinko in push-due_date trigger function
2009-11-05 mikerforward-porting r14786 and r14787: use a trigger to...
2009-11-03 scottmkAdd column shelf_expire_time to action.hold_request.
2009-11-03 scottmkAdd column prev_dest to action.transit_copy and
2009-11-02 scottmkChange default of mint_condition to true
2009-11-02 scottmkAdd mint_condition column to asset.copy, auditor.asset_...
2009-10-21 ericksoninstead of manually updating the claims-never-checked...
2009-10-21 scottmk1. Add column to actor.usr: claims_never_checked_out_count.
2009-10-20 mikerAdding support for pushing to the front of the hold...
2009-09-26 mikerFix targetting trac ticket #70 -- populate the xact_typ...
2009-09-24 scottmkModify a pre-delete trigger, and add a post-delete...
2009-09-22 scottmk1. Add new column parent_circ to action.circulation...
2009-09-18 scottmkAdd new column checkin_scan_time to action.circulation,
2009-09-15 mikermoving the the upgrade SQL scripts to an unversioned...
2009-09-15 scottmkAdd checkin_workstation column to action.circulation.
2009-08-20 scottmkAnother typo [sigh...]
2009-08-20 scottmkCorrecting a typo...
2009-08-20 scottmkNew column: action.hold_request.shelf_time
2009-07-21 scottmkOops -- correcting carelessness of previous change
2009-07-21 scottmkAdding a column "workstation" to action.circulation
2009-07-16 scottmkCreate a bunch of new indexes so that the new actor...
2009-07-13 ericksonadded 'staff' column to indicate a staff-created hold...
2009-07-08 scottmkAdd an ON DELETE CASCADE clause to the foreign key...
2009-06-23 mikermoving the record-merge stored proc to the end of the...
2009-06-18 scottmkAdd table action.hold_request_note, class "ahrn"
2009-06-11 mikerjoins in the all_circulations reporting view were ...
2009-05-25 dbsSerials: point MFHD records at the master bib record...
2009-04-15 mikerhave the merge proc delete the source record after...
2009-04-15 mikerteaching record merge function how to copy over 856...
2009-04-13 dbsClean up another minor typo (not referenced anywhere...
2009-02-07 dbsMake all FKs deferrable again
2009-02-06 miker/actually/ pin the ids, and set the sequence appropriately
2009-02-06 mikeradd patron-opac cause, and comments about IDs
2009-02-06 mikeradding hold-cancel cause and note table and fields...
2008-12-29 mikermaterialized summary of billable transaction balances
2008-11-06 mikermoving the asset merge stored proc to a later (dependan...
2008-06-18 mikeradding circ id to the all_circs view; adding BEFORE...
2008-06-18 mikeradding table (and view, for combining) to record "patro...
2008-06-13 mikeradding copyright statement headers to the schema defini...
2008-05-09 dbsMake all foreign keys deferrable, so we can DELETE...
2008-01-28 mikeradding create_time column to match the IDL
2007-12-06 mikerremoving erroneous commit -- thanks berick!
2007-12-06 mikerhaving the Makefile install the orphaned report detector
2007-09-12 mikerfrozen hold auto-thaw support ... should have been...
2007-06-18 mikeradding backend and object support for hold freezing
2007-01-12 mikerindexes supporting collections queries
2006-09-01 mikeradding some indexes for transits
2006-08-29 mikeradding some useful indexes
2006-08-25 mikeradding support for non-cat inhouse use
2006-08-11 mikeradding pkeys to inherited tables
2006-08-09 mikerremoving some constraints to make circs "forever-able"
2006-08-04 mikeradding cancel_time support to hold_request
2006-07-14 mikerusing timestamptz instead of date
2006-06-26 mikerremoving "char" from the schema...
2006-05-03 mikeradding selection_ou
2006-03-13 mikerupdating money.bnm_desk_payment.cash_drawer (fkey to...
2006-02-17 mikeradding useful indexes
2006-01-20 mikercirc corner case support; container "public" flag
2005-12-27 mikeradded cirulation view
2005-09-06 mikertracking more data
2005-09-02 mikerstats work; adding columns for stat tracking
2005-08-25 mikerminor field reordering for better on-disk layout
2005-07-27 mikeradding copy_status to transit records
2005-07-26 mikertrigger tweak
2005-07-26 mikertrigger tweak
2005-07-26 mikerupdating views
2005-07-26 mikerschema tweaks
2005-07-25 mikerarg! cut-n-paste error
2005-07-24 mikermoving sql files to dir matching the Open-ILS driver...