summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-03removed postgresqlfs as this for exposing the databse to a fuse filesystem an...HEADmasterAndreas Baumann
2024-03-03added postgresqlfs and armos-pg to READMEAndreas Baumann
2023-08-05ignore clang croaking about negative shifts in TYPE_MAXAndreas Baumann
2023-08-03added THREAD_ID helper in a util.h, done away with warnings on numerical thre...Andreas Baumann
2023-08-03fixing for platforms, where pthread_t is not numeric (as for musl, where it i...Andreas Baumann
2023-08-03suppress error if getconf LFS_* failsAndreas Baumann
2018-06-07adapted to new web page and git locationAndreas Baumann
2018-06-07removed docker file as there is manual work to set up pgfuse properlyAndreas Baumann
2018-06-05updated READMEAndreas Baumann
2018-06-05moved bugs from githubAndreas Baumann
2017-12-08forgot to readd Fedora 27 in spec fileAndreas Baumann
2017-12-07fixed Fedora Rawhide verision to 99Andreas Baumann
2017-12-07added Fedora RawhideAndreas Baumann
2017-12-07updated fc25 and fc26 in spec fileAndreas Baumann
2016-10-20fixed DH_COMPAT to 5 (for Ubuntu 16.10)Andreas Baumann
2016-10-07removed old Fedora versions and added FC24Andreas Baumann
2016-04-12adapted for Fedora 23Andreas Baumann
2015-10-18fixed to quilt Debian formatAndreas Baumann
2015-10-18fix around flag to string printf formatAndreas Baumann
2015-10-18made some O_xxx flags probedAndreas Baumann
2015-10-18.Andreas Baumann
2015-10-18added a missing fcntl.h includeAndreas Baumann
2015-10-18more version errors on rhelAndreas Baumann
2015-10-18build directory fix for OBS redhat buildsAndreas Baumann
2015-10-18some OBS build fixes and cleanupsAndreas Baumann
2015-10-18updated and integrated OBS build filesAndreas Baumann
2015-10-18added phony to default Makefile targetsAndreas Baumann
2015-08-290.0.2 versionAndreas Baumann
2015-06-27..Andreas Baumann
2015-06-27..Andreas Baumann
2015-06-27..Andreas Baumann
2015-06-27..Andreas Baumann
2015-06-27.Andreas Baumann
2015-06-27..Andreas Baumann
2015-06-27added a Dockerfile for automatic build testsAndreas Baumann
2015-06-11fixed pgfuse specific options in usageAndreas Baumann
2015-06-11fixed some simpler cases of ctime/mtime/atime handlingAndreas Baumann
2015-06-11added documentation of blocksize option in man pageAndreas Baumann
2015-06-11added comment about mountint in /etc/fstab (issue #5)Andreas Baumann
2015-06-11updated copyright and email addressAndreas Baumann
2015-06-02fixed some 'return 1' to exit( EXIT_FAILURE ) in main when check Postgresql c...Andreas Baumann
2015-05-17cherry picked statfs fixAndreas Baumann
2015-05-10some more ctime, mtime fixesAndreas Baumann
2015-05-10updated man page for noatimeAndreas Baumann
2015-05-10fixed noatimeAndreas Baumann
2015-05-10added a noatime mount option, not working yetAndreas Baumann
2015-05-10eliminated duplicate code in getattr/fgetattr (root cause for times not being...Andreas Baumann
2015-05-09forgot to set *time in fgetattrAndreas Baumann
2015-05-07removed a newlineAndreas Baumann
2015-05-07fixed the rename problem (EEXIST if the destination file exists isAndreas Baumann