sokwedb
2023-10-07 Karl O. Pinc... Add an informative error message for when comment SQL...
2023-10-06 Karl O. Pinc... Add caution about installing db components in a piece...
2023-10-06 Karl O. Pinc... Ensure function installation into the db is before...
2023-10-06 Karl O. Pinc... Be consistent with PSQL_DEPENDS dependency placement
2023-10-06 Karl O. Pinc... Fix install target docs
2023-10-06 Karl O. Pinc... Remove <schema>/comments/ with clean-db
2023-10-06 Karl O. PincDocument default pg host
2023-10-06 Karl O. PincImprove DATABASE TARGETS docs
2023-10-06 Karl O. PincName the devloper's database "sokwedb_dev", not "sokwed...
2023-10-06 Karl O. PincAdd user management commands: sokwedb-user-add, sokwedb...
2023-10-05 Karl O. PincRemove unnecessary program
2023-10-05 Karl O. PincMuch improve the build system's performance
2023-10-05 Karl O. PincFix to cleanup comment sql
2023-10-04 Karl O. PincFix indentation
2023-10-04 Karl O. PincRun comments taken from the docs through Sphinx to...
2023-10-04 Karl O. PincFix trigger RETURN statements
2023-10-04 Karl O. PincBetter sentence
2023-10-03 Karl O. PincAll non-html formats have the same epilog
2023-10-01 Karl O. PincFix to capture comments at the end of a file
2023-10-01 Karl O. PincEmpty lines do not end indent blocks
2023-10-01 Karl O. PincTrigger functions must RETURN
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
next