sokwedb
2023-10-01 Karl O. PincSimplify logic
2023-10-01 Karl O. PincReformat with black
2023-10-01 Karl O. PincMove make documentation above make db
2023-10-01 Karl O. PincDirectories must exist before the RST can
2023-10-01 Karl O. PincPut dependencies in the right order
2023-10-01 Karl O. PincMove secondexpansion make code into it's own file
2023-10-01 Karl O. PincPut cluster creation stuff in it's own file
2023-10-01 Karl O. PincGive the database connection variables their own doc...
2023-10-01 Karl O. PincAdd dependencies everywhere psql is called
2023-10-01 Karl O. PincAdd db comments for columns
2023-10-01 Karl O. PincColumn names should not contain underscores
2023-10-01 Karl O. PincBasics of putting comments into the db
2023-10-01 Karl O. PincPut julian_to() into it's own file
2023-09-28 Karl O. PincUse make function instead of shell function
2023-09-28 Karl O. PincFix removal of leading empty lines
2023-09-28 Karl O. PincBetter function documentation
2023-09-28 Karl O. PincProvide overview of how to use the make system
2023-09-28 Karl O. PincAdd table of contents to the doc's readme
2023-09-27 Karl O. PincThere is no master shell script to make and configure...
2023-09-20 Karl O. PincReformat with black
2023-09-20 Karl O. PincBuild triggers after views
2023-09-18 Karl O. PincMove generated doc files into sphinx-doc directory
2023-09-18 Karl O. PincSupport including view definitions into the documentation
2023-09-18 Karl O. PincCombine 2 targets into one line
2023-09-18 Karl O. PincVariable for latex (pdf) prerequeistes
2023-09-17 Karl O. PincImprove cluster creation docs after review with Stevan
2023-09-16 Karl O. PincMake doc indentation consistant
2023-09-16 Stevan Earlfix: ensure consistent db config file sorting
2023-09-16 Stevan Earlfix: spacing
2023-09-16 Stevan Earlfix: configuration name default_transaction_isolation
2023-09-16 Karl O. PincAdd comments to explain what's generated
2023-09-16 Karl O. PincFix line length
2023-09-15 Karl O. PincDo not alter the stored configurations on error
2023-09-15 UbuntuCommit the expected Azure server configs to revision...
2023-09-15 UbuntuNew targets for comparing Azure PG server configuration
2023-09-15 UbuntuImprove config diff docs
2023-09-15 UbuntuCommit expected PG Azure db settings to revision control
2023-09-15 UbuntuFix compare-db-settings to work with Azure
2023-09-15 UbuntuAdd pending_restart column to compare-db-settings
2023-09-15 UbuntuFix use of psql_setup.sh
2023-09-15 Karl O. PincNew targets for comparing db configurations
2023-09-14 Karl O. PincDocumentation formatting
2023-09-14 UbuntuAdd targets for building cluster hosts on Azure
2023-09-14 Karl O. PincFix footnote numbering
2023-09-14 Karl O. PincFix punctuation
2023-09-14 Karl O. PincSet the default transaction isolation to serializable
2023-09-14 Karl O. PincAvoid hardcoding in Makefiles
2023-09-13 Karl O. PincSet default time zone in cluster setup
2023-09-13 Karl O. PincBetter comment
2023-09-13 Karl O. PincDrop the PUBLIC schema with a cluster initialization...
2023-09-13 Karl O. PincAdd comments to SokweDB group roles
2023-09-13 Karl O. PincBetter superuser docs
2023-09-13 Karl O. PincImprove docs
2023-09-12 Karl O. PincBetter docs for macro
2023-09-12 Karl O. PincAvoid spurious newlines in generated RST
2023-09-12 Karl O. PincRemove files used in attempt to match input lines with...
2023-09-12 Karl O. PincRequire new databases have a commnt
2023-09-12 Karl O. PincMake all the group-ish roles during cluster setup
2023-09-12 Karl O. PincAdjust permission system for Azure's lack of the SUPERU...
2023-09-11 Karl O. PincKludge to work-around lack of SUPERUSER role properties...
2023-09-11 Karl O. PincDocument date input and output formats
2023-09-11 Karl O. PincGrant permissions to sequences
2023-09-11 Karl O. PincRemove unused (macro) types
2023-09-11 Karl O. PincThe unknown individual can't be deleted or altered...
2023-09-11 Karl O. PincImprove description
2023-09-11 Karl O. PincFix link anchors
2023-09-10 Karl O. PincGive macros dealing with speical values better names
2023-09-10 Karl O. PincFix connection db in hint
2023-09-10 Karl O. PincFix column name in error message
2023-09-08 Karl O. PincAdd create-adminuser-root target to build system
2023-09-08 Karl O. PincAdd set-password build target
2023-09-08 Karl O. PincBeginnings of a cluster initialization build setup
2023-09-08 Karl O. PincChange variable name from SOKWEDB_DB to TARGET_DB
2023-09-07 UbuntuQualify the login with a (short) hostname for azure
2023-09-07 UbuntuNo reason to expand PSQL_ARGS_MINIMAL dynamically
2023-09-07 UbuntuFix spelling of azure pg host
2023-09-07 UbuntuTake $(ORDER) out of the dependencies
2023-09-07 Karl O. PincInitial database construction
2023-09-05 Karl O. PincFiddle with m4 include path resolution
2023-09-04 Karl O. PincUse $CMD_TARGETS instead of $TARGETS for uniqueness...
2023-09-04 Karl O. PincExplain the use of PEOPLE.Active
2023-09-03 Karl O. PincAdd command installation to build system
2023-09-03 Karl O. PincSupport creations and deletions
2023-09-03 Karl O. PincScript to send email notifications of git push-s
2023-09-01 Karl O. PincDocument the PEOPLE.Active column
2023-09-01 Karl O. PincAdd replacement for the boolean data type
2023-09-01 Karl O. PincProvide function descriptions
2023-08-31 Karl O. PincUse the Sphinx replace directive for function link...
2023-08-31 Karl O. PincWe're not using underscores before ID in column names
2023-08-31 Karl O. PincFix link text for DEPARTTYPES
2023-08-30 Karl O. PincAdd doc section for functions; julian() and julian_to...
2023-08-30 Karl O. PincFix link anchor
2023-08-22 Karl O. PincFix so setting $LOCALHTML supports change of image...
2023-08-22 Karl O. PincBreak overlong line
2023-08-22 Karl O. PincFix so images build after `make clean`
2023-08-22 Karl O. PincTypeo in comment
2023-07-28 Karl O. PincFix full copyright statement
2023-07-28 Karl O. PincChange macro prefix to sdb_
2023-07-27 Karl O. PincMerge branch 'master' of ssh://sokwe.janegoodall.org...
2023-07-26 Stevanfeat: update requirements
next