summaryrefslogtreecommitdiff
path: root/src/backend/libpq/be-fsstubs.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.0Bruce Momjian2010-02-261-6/+6
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add large object access control.Itagaki Takahiro2009-12-111-1/+47
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-5/+5
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-14/+7
* Add server side lo_import(filename, oid) function.Tatsuo Ishii2008-03-221-6/+27
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian2007-03-031-16/+22
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian2006-09-071-2/+2
* Revise large-object access routines to avoid running with CurrentMemoryContextTom Lane2006-04-261-79/+24
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-4/+4
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-23/+22
* Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane2005-06-131-16/+30
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-6/+6
* Ensure that pg_largeobject references opened by lo_import() or lo_export()Tom Lane2004-09-111-13/+25
* Pgindent run for 8.0.Bruce Momjian2004-08-291-7/+7
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-2/+2
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-281-16/+57
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-101-1/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-3/+3
* A visit from the message-style police ...Tom Lane2003-07-281-2/+2
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-221-29/+46
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-271-4/+4
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-251-5/+5
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Change made to elog:Bruce Momjian2002-03-061-4/+4
* Allow a non-superuser database owner to vacuum all tables in hisTom Lane2001-06-131-2/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-7/+7
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Remove arbitrary limit on number of simultaneously open large objects.Tom Lane2000-10-241-54/+74
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-241-26/+20
* BACKED OUT.Bruce Momjian2000-10-221-4/+2
* here it is as requested by Bruce.Bruce Momjian2000-10-211-2/+4
* Back out:Bruce Momjian2000-10-081-4/+2
* Hello,Bruce Momjian2000-10-081-2/+4
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-1/+3
* Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane2000-07-071-15/+11
* TOASTJan Wieck2000-07-031-2/+2
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-15/+26
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-091-50/+82
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-021-11/+3