index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
libpq
/
be-fsstubs.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Refactor permissions checks for large objects.
Tom Lane
2017-11-09
*
Restrict lo_import()/lo_export() via SQL permissions not hard-wired checks.
Tom Lane
2017-11-09
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
Fix saving and restoring umask
Peter Eisentraut
2017-09-22
*
Require update permission for the large object written by lo_put().
Tom Lane
2017-08-07
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Rename C symbols for backend lo_ functions
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Rename lo_create(oid, bytea) to lo_from_bytea().
Tom Lane
2014-06-12
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add large object functions catering to SQL callers.
Noah Misch
2013-10-27
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Add OpenTransientFile, with automatic cleanup at end-of-xact.
Heikki Linnakangas
2012-11-27
*
Remove unnecessary overhead in backend's large-object operations.
Tom Lane
2012-10-09
*
Code review for 64-bit-large-object patch.
Tom Lane
2012-10-08
*
Add API for 64-bit large object access. Now users can access up to
Tatsuo Ishii
2012-10-07
*
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-21
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Use symbolic names not octal constants for file permission flags.
Tom Lane
2010-12-10
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Add large object access control.
Itagaki Takahiro
2009-12-11
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2008-03-25
*
Add server side lo_import(filename, oid) function.
Tatsuo Ishii
2008-03-22
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Add lo_truncate() to backend and libpq for large object truncation.
Bruce Momjian
2007-03-03
*
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-02-27
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Specify lo_write() to take a _const_ buffer, to match documentation.
Bruce Momjian
2006-09-07
*
Revise large-object access routines to avoid running with CurrentMemoryContext
Tom Lane
2006-04-26
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Adjust lo_open() so that specifying INV_READ without INV_WRITE creates
Tom Lane
2005-06-13
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Restructure subtransaction handling to reduce resource consumption,
Tom Lane
2004-09-16
*
Ensure that pg_largeobject references opened by lo_import() or lo_export()
Tom Lane
2004-09-11
[next]