Commit Graph

  • 77a76c28c5 BUGFIX: Postgres now checks for a constraint before trying to delete it Geoff Munn 2010-02-17 20:19:22 +0000
  • bcd163ff06 ENHANCEMENT Fixes to PostgreSQLDatabaseConfigurationHelper to support the installer changes in r99001 Sean Harvey 2010-02-15 05:37:17 +0000
  • 459d1ffe60 MINOR Reverted r98779 Sean Harvey 2010-02-12 03:28:04 +0000
  • d6b425cd6f MINOR Fixed missing connection required for testing credentials Sean Harvey 2010-02-11 11:54:54 +0000
  • ad3a3083a9 MINOR changed package name of file to be proper one Sean Harvey 2010-02-11 11:04:53 +0000
  • e2ec1fca0e MINOR Removed return of connection which is not used any longer Sean Harvey 2010-02-11 10:08:42 +0000
  • 10a59a9a8d MINOR Renamed variables and keys to conincide with r98795 Sean Harvey 2010-02-11 10:00:13 +0000
  • 48635c5167 FEATURE Added PostgreSQLDatabaseConfigurationHelper which is related to the installer Sean Harvey 2010-02-11 07:38:51 +0000
  • b36f2a2ae2 ENHANCEMENT PostgreSQLDatabase now automatically creates the database if it doesn't exist, previously you had to manually create one before it can be used Sean Harvey 2010-02-11 04:40:07 +0000
  • d124ad8a5a MINOR: fixing the precision and casting behaviour of datetime helpers Andreas Piening 2010-02-04 21:30:10 +0000
  • 6a2fe2d48b ENHANCEMENT: added datetime helper functions, support for double, helper function for qualifying order terms Andreas Piening 2010-02-04 04:29:37 +0000
  • f1b2bfcfe3 Change log, license and readme files included Geoff Munn 2009-12-03 21:15:11 +0000
  • 7ea01e108e BUG FIX: actual available classes of a page now returned Geoff Munn 2009-11-26 21:19:18 +0000
  • 7516f0bad5 API CHANGE: returned field types no longer trigger dev/build changes Geoff Munn 2009-11-24 23:53:38 +0000
  • ec8997bdf8 API CHANGE: plpgsql now created if triggers are required, full text search columns and other indexes now inherited by partitioned tables Geoff Munn 2009-11-24 22:46:55 +0000
  • 08a348654c API CHANGE: Better handling of CLUSTER BY statements Geoff Munn 2009-11-02 01:58:51 +0000
  • 1dd46ab8a6 BUGFIX: Updated postgresql module for the 2.4 class renaming. Sam Minnee 2009-11-01 21:59:54 +0000
  • dee6be2506 API CHANGE: support for table partitions, tablespaces and index clustering Geoff Munn 2009-10-08 01:19:15 +0000
  • 508da2b933 API CHANGE: searchengine function fixed to use extendedSQL() Geoff Munn 2009-10-05 20:26:41 +0000
  • 5a96d9620c BUG FIX: searchEngine() now takes into account the locality API CHANGE: Integer replaces Numeric for the Int() type, and it defaults to 32 in precision Geoff Munn 2009-10-05 02:03:00 +0000
  • 74954dc374 BUGFIX: empty limit arrays filtered out Geoff Munn 2009-10-02 02:35:32 +0000
  • f6a5fa8925 API CHANGE: Transactions now supported. Geoff Munn 2009-10-01 21:01:23 +0000
  • 88ac09848b BUG FIX: debug data removed Geoff Munn 2009-09-30 20:45:12 +0000
  • b0b0383229 BUG FIX: Offset/Limit arrays now handled properly Geoff Munn 2009-09-30 20:44:28 +0000
  • a6b1647a11 MINOR FIX: debug statement removed, drop table statement re-enabled Geoff Munn 2009-09-30 03:53:12 +0000
  • fbd150d352 MINOR FIX: order by syntax error fixed Geoff Munn 2009-09-30 03:50:27 +0000
  • 172ca7e4ea BUG FIX: spelling mistake fixed Geoff Munn 2009-09-29 22:19:48 +0000
  • a8b5ee4297 API CHANGE: GIN / GiST options can now be set Geoff Munn 2009-09-29 21:59:05 +0000
  • c3eb6d991f BUG FIXE: Limit/offset fixed Geoff Munn 2009-09-29 20:59:45 +0000
  • 05c47f09cb BUG FIX: index names now created properly Geoff Munn 2009-09-17 00:10:30 +0000
  • b0780eeff6 All the most recent changes to get unit tests working Geoff Munn 2009-09-16 03:51:38 +0000
  • f460491bbc MINOR Updated PostgreSQLDatabase to support additional CREATE TABLE options in alterTable() and createTable() Ingo Schommer 2009-05-19 21:47:48 +0000
  • 6672499e1a Outstanding Postgres fixes Geoff Munn 2009-04-05 23:20:09 +0000
  • dfb831cd38 API CHANGE: postgres boolean type changed to smallint Geoff Munn 2009-03-12 21:58:20 +0000
  • e1add0138e API CHANGE: addslashes function Geoff Munn 2009-03-12 02:48:48 +0000
  • d89cfb89ca API CHANGE: index support now includes btree, hash and rtree Geoff Munn 2009-03-04 21:55:40 +0000
  • eef4c04b35 API CHANGE: Postgres now detects enums on database rebuilds Geoff Munn 2009-03-03 21:46:27 +0000
  • fe153edf11 API CHANGE: Most columns should no longer appear as having been changed. Geoff Munn 2009-02-17 03:57:21 +0000
  • 8214a7d8ff Postgres now supports indexes, tsearch Geoff Munn 2009-02-13 02:46:54 +0000
  • 59bc2da75f SQL definition function included Geoff Munn 2009-01-09 04:01:37 +0000
  • 5d9364721d GiST and Tsvector references removed so DB/build will work Geoff Munn 2009-01-09 03:43:28 +0000
  • b493435b5b MINOR: Small boundary condition bugfix Sam Minnee 2008-11-23 23:52:06 +0000
  • cbe1b93928 Improvements to get PostgreSQL database working alongside the current trunk Sam Minnee 2008-11-23 23:29:09 +0000
  • f2199ee0a8 Adding postgresql module Sam Minnee 2008-11-23 01:20:39 +0000
  • f6906dd9f3 Adding postgresql module Sam Minnee 2008-11-23 01:20:28 +0000
  • 1f1c230d6c Adding postgresql module Sam Minnee 2008-11-23 01:20:23 +0000