sokwedb
2023-11-28 Karl O. PincRequire COMM_IDS.Name be unique
2023-11-26 Karl O. PincImprove hint; SokweDB has "admin"s and no real superusers
2023-11-26 Karl O. PincDocument the "lib" schema
2023-11-26 Karl O. PincFix typo
2023-11-26 Karl O. PincMove triggers and functions the user need not see into...
2023-11-19 Karl O. PincDo not need to remove primary key declaration, the...
2023-11-12 Karl O. PincConvert data into the tidy schema
2023-11-09 Karl O. PincSeparate psql setup vars for different schemas
2023-11-09 Karl O. PincStop if there's an error loading the db
2023-11-09 Karl O. PincMake executable
2023-11-09 Karl O. PincChange default conversion schema to "raw"
2023-11-09 Karl O. PincSeparate file for db speed settings
2023-11-09 Karl O. PincMake "old" the default db for converting
2023-11-09 Karl O. PincSystem to load MS Access dump into Postgres
2023-11-07 Karl O. PincUse variable instead of hardcoding
2023-11-03 Karl O. PincRedo the table name arrow
2023-10-30 Karl O. PincConfigure Sphinx theme and RST figures to display SVG...
2023-10-27 Karl O. PincThe demography er diagram
2023-10-20 Karl O. Pinc... Move system-level commands into the sokwe_server repo
2023-10-15 Karl O. PincDocument hardcoding of cluster init and provide related...
2023-10-13 Karl O. PincFix copyright/author contact info
2023-10-13 Karl O. Pinc... New command to support VPN for port forwarding to pg...
2023-10-12 Stevan Earldocs: added url to wikipage on build system
2023-10-09 Karl O. Pinc... Transaction isolation is now configured to be serializable
2023-10-09 Karl O. Pinc... New az server settings removed "anon" from available...
2023-10-09 Karl O. Pinc... No need to end db comments with a newline
2023-10-09 Karl O. Pinc... Only look for db comments in *.rst files
2023-10-09 Karl O. Pinc... Improve cluster creation docs
2023-10-09 Karl O. Pinc... Must be able to assume the role to create an object...
2023-10-09 Karl O. Pinc... Improve error message when group is wrong
2023-10-07 Karl O. Pinc... Fix latex doc builds
2023-10-07 Karl O. Pinc... Account for empty db/schemas/*/create/ directories
2023-10-07 Karl O. Pinc... There is nothing in the upload directory; temporarly...
2023-10-07 Karl O. Pinc... Properly pass the schema to gen_func_comment_tmpl()
2023-10-07 Karl O. Pinc... Avoid a stack trace when raising DuplicateError
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
next