summaryrefslogtreecommitdiff
path: root/pgsql.c
AgeCommit message (Expand)Author
2015-06-11updated copyright and email addressAndreas Baumann
2015-05-07fixed the rename problem (EEXIST if the destination file exists isAndreas Baumann
2013-04-17improved statfs (symlink handling, handling of default PGDATA)Andreas Baumann
2013-04-17some code rearrangments around statfs functionsAndreas Baumann
2013-04-16added some OIDs to path code for the blocks free operationAndreas Baumann
2013-04-15changed return type of free/used functions (64-bit)Andreas Baumann
2013-04-15started to rewrite, removed dependecy on shell/PerlAndreas Baumann
2013-04-15added statsfs patch from Роман БородинAndreas Baumann
2012-05-08another truncate logical error fixedAndreas Baumann
2012-05-07-Andreas Baumann
2012-05-06Merge branch 'master' of github.com:andreasbaumann/pgfuseAndreas Baumann
2012-05-06added padding on truncateAndreas Baumann
2012-05-06small fixesAndreas Baumann
2012-05-06added mount option blocksize, can be set when creating the filsystemAndreas Baumann
2012-05-01fixed small size_t issue, passes the bonnie test nowAndreas Baumann
2012-05-01removed a lot of casts around off_t and size_tAndreas Baumann
2012-05-01more cleanup around 64-bit id/inodesAndreas Baumann
2012-05-01-Andreas Baumann
2012-05-01ids and block numbers are bigints too nowAndreas Baumann
2012-04-30changed size to a bigintAndreas Baumann
2012-04-26normal file renames and moves between directories workAndreas Baumann
2012-04-25some work for renameAndreas Baumann
2012-04-24split get_meta function in two, one working with path, one with idAndreas Baumann
2012-04-24fixed segfault on size==0Andreas Baumann
2012-04-24removed 'path' in schema, translating path now iteratively to id viaAndreas Baumann
2012-04-21fixed for RHEL5Andreas Baumann
2012-04-21another try to fix around absent be64toh macrosAndreas Baumann
2012-04-21small fixAndreas Baumann
2012-04-20-Andreas Baumann
2012-04-20some counterfixesAndreas Baumann
2012-04-20fixed some compilation issues on Centos 6Andreas Baumann
2012-04-20substr on bytea is from 1, not from 0 offset (read docu :-) )Andreas Baumann
2012-04-20fixed some nasty bugsAndreas Baumann
2012-04-19removed funny locking ideas and ref_counter in database, this isAndreas Baumann
2012-04-19fixed severe read bugAndreas Baumann
2012-04-19added first simple transaction policy (per FUSE operation)Andreas Baumann
2012-04-19reimplemented truncateAndreas Baumann
2012-04-19reference counting pushed to databaseAndreas Baumann
2012-04-18got a first working version without a maxsize limitAndreas Baumann
2012-04-17storing ctime,mtime,atime now, mtime and atime are not set correctly everywhe...Andreas Baumann
2012-04-16added local symlinks, stil a cross directory problemAndreas Baumann
2012-04-14mode, uid and gid are stored nowAndreas Baumann
2012-04-13replace isdir with mode (in database and in code)Andreas Baumann
2012-04-13added unlink for files and corrected rmdirAndreas Baumann
2012-04-12implemented rmdirAndreas Baumann
2012-04-10some rearangementsAndreas Baumann