aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/be-fsstubs.c
Commit message (Expand)AuthorAge
* Update copyright for 2009.Bruce Momjian2009-01-01
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Add server side lo_import(filename, oid) function.Tatsuo Ishii2008-03-22
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian2007-03-03
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian2006-09-07
* Revise large-object access routines to avoid running with CurrentMemoryContextTom Lane2006-04-26
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane2005-06-13
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Ensure that pg_largeobject references opened by lo_import() or lo_export()Tom Lane2004-09-11
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-04
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-28
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* A visit from the message-style police ...Tom Lane2003-07-28
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-22
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-25
* Update copyright to 2002.Bruce Momjian2002-06-20
* Change made to elog:Bruce Momjian2002-03-06
* Allow a non-superuser database owner to vacuum all tables in hisTom Lane2001-06-13
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Remove arbitrary limit on number of simultaneously open large objects.Tom Lane2000-10-24
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-24
* BACKED OUT.Bruce Momjian2000-10-22
* here it is as requested by Bruce.Bruce Momjian2000-10-21
* Back out:Bruce Momjian2000-10-08
* Hello,Bruce Momjian2000-10-08
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane2000-07-07
* TOASTJan Wieck2000-07-03
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-09
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-02
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17