]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/sql
removing overly agressive locale normalization
[Evergreen.git] / Open-ILS / src / sql /
2008-07-27 mikerremoving overly agressive locale normalization
2008-07-27 mikerimplement the backend for "max_fine as percent-of-price...
2008-07-26 mikerdropping all support for 8.0 with 1.4 and beyond
2008-07-26 mikeradding set_curcfg() call to tsearch2 configuration...
2008-07-20 mikeradding in-database supported locale, um, support
2008-07-18 mikerprotect against "no bump for type"
2008-07-15 dbsMore preparation for PostgreSQL 8.3 support:
2008-07-15 dbsInitial stab at a PostgreSQL 8.3 full text search schema
2008-07-15 mikeradding upgrade script for the (hopefully) final version...
2008-07-10 mikeradding DELETE_RECORD to the default permission set
2008-07-08 mikercorrect schema definition; thanks to Bill Ott for point...
2008-07-07 dbsRestore PostgreSQL 8.1 support in trunk schema
2008-07-02 mikerupdate the currently indexed data to handle birth/death...
2008-06-26 mikerarray_accum defined in the new aggregate function file
2008-06-22 dbsMove aggregate functions into their own file and add...
2008-06-22 dbsFix typo from 9880 for upgrade SQL as well
2008-06-20 mikerremoving the (value) index, as large records will make...
2008-06-20 mikeradding some indexes that are needed for large installat...
2008-06-19 mikertypo
2008-06-19 mikeradd opac_visible flag to config.copy_status; make Reser...
2008-06-18 mikerfixing reporter extention example
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-18 mikeradd copy locations as a search filter
2008-06-17 mikeractivate the reporter schema extention
2008-06-13 mikeradding copyright statement headers to the schema defini...
2008-06-02 ericksontypo (copy/paste error) max_overdue -> max_fines
2008-05-31 mikeradjust spacing for easier diff backporting
2008-05-31 mikersome new management functions for the materialized...
2008-05-14 mikermoving purpose to record instead of queue
2008-05-14 mikermoving purpose to record instead of queue
2008-05-14 mikeruse a RECORD for LOOP for postgres 8.1 compat
2008-05-13 dbsMissed a deferrable constraint
2008-05-09 dbsMake all foreign keys deferrable, so we can DELETE...
2008-05-04 mikerbreak up the transactions a bit more, and move DROPs...
2008-04-30 mikeradding some more billing report views
2008-04-29 mikerprotecting against existing views
2008-04-28 miker1.2.1 to 1.2.2 upgrade SQL script; will get 1.2 to...
2008-04-28 mikerimproved concurrency detection
2008-04-26 mikerallow deleted records to be visible
2008-04-26 mikerbase materialized simple record on old super_simple_record
2008-04-26 mikeradd reporter.materialized_simple_record to the base...
2008-04-26 mikersql script for upgrading to a materialized version...
2008-04-25 ericksonforward-porting merge_bib_records perm and adding it...
2008-04-24 mikerinitial vandelay schema
2008-04-23 mikeradding helper views for overdue, running and pending...
2008-04-20 dbsUse 950.data.seed-values.sql to avoid referential integ...
2008-04-17 mikeruse the class hint for the fully qualified field name...
2008-04-15 mikerupdating dewey extractor
2008-04-14 mikermoving seed data out of the schema files
2008-04-14 mikeradd new permacrud permissions to the base set
2008-04-07 mikerset some sequences after insertion
2008-04-07 mikeradd "first word" support -- use for callnumber prefix
2008-04-07 mikeradding "first5" function to trim zip codes
2008-04-04 mikeradding bib_level mapping table
2008-04-04 mikeradding bib_level filter support
2008-04-04 mikermake the row unique
2008-04-04 mikeradding backend support for system-supplied "search...
2008-03-27 mikercomment out the debuging NOTICE
2008-03-27 mikeruse POSIX regexp operator instead of ILIKE
2008-03-27 mikerescape regexp-special characters
2008-03-20 mikeradding extra staff checks for record visibility
2008-03-18 mikeractually test for transcendance, not just for a source
2008-03-14 mikeronly using active adjustments
2008-03-12 mikeradding real stylesheet data for mods 2, 3.0 and 3.2...
2008-03-10 mikersome normalization functions for use in in-DB ingest...
2008-03-09 mikeronly search where search_field is true
2008-03-07 mikeradding circ_item_list example reporter view; installing...
2008-03-07 mikeradd preferred language support
2008-03-07 mikerimprove metarecord constituent record test
2008-03-07 mikerwent too far with the aliasing
2008-03-07 mikercut-n-past gotcha
2008-03-07 mikeradding alias qualifier to support more than one search...
2008-03-06 mikerv1 of staged search stored procedure(s)
2008-03-06 dbsMake the seed values work with PostgreSQL 8.1 and up...
2008-02-07 mikeradding index for object perms, and re-tabbing a bit
2008-02-07 mikercross-port the per-object perm scheme from the acq...
2008-02-06 mikeruse serial instead of plain INT for pkey on circ_mod_te...
2008-02-03 mikerinitial in-db circ and hold stuff. this codifies the...
2008-02-01 mikeradding the usr->barcode link
2008-01-28 mikerok fine. use plperlu
2008-01-28 mikerjust use plperl and not plperlu
2008-01-28 mikeradding create_time column to match the IDL
2008-01-23 dbsReorder admin user insert statements to satisfy foreign...
2007-12-28 mikeradding fkey for actor.usr.profile -- Thanks to Jonh...
2007-12-16 mikernail down the IDs of statuses
2007-12-06 mikerfixing i18n infrastructure in the DB
2007-12-06 mikerremoving erroneous commit -- thanks berick!
2007-12-06 mikerhaving the Makefile install the orphaned report detector
2007-12-04 dbsReorder to satisfy FK constraints.
2007-12-04 dbsClean up a few errors in escaped strings.
2007-12-04 dbsEnable translation of seed values stored in database.
2007-12-04 mikerforward porting xpath typo fix from Dan Scott
2007-12-03 mikerpatch suggested by Dan Scott to simplify the in-databas...
2007-11-06 mikeradding internationalization core table to the IDL;...
2007-11-06 mikeradding a view for overdue circs to simplify reporting
2007-11-06 mikerfirst round of i18n magic in cstore
2007-11-05 mikermake use of the postgres password from config via the...
2007-11-03 ericksonTurned all instances of VOLUME_UPDATE into UPDATE_VOLUM...
2007-10-30 mikeradding work_payment type and the /strong/ urging of...
next