summaryrefslogtreecommitdiff
path: root/src/backend/libpq/be-fsstubs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-13/+15
* Add:Bruce Momjian2000-01-261-2/+3
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-101-3/+3
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-3/+3
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-5/+5
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-7/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Add configurable option controlling security checks in LO functions.Tom Lane1999-06-041-1/+5
* Clean up memory leaks in LO operations by freeing LO's privateTom Lane1999-05-311-22/+78
* pgindent run over code.Bruce Momjian1999-05-251-11/+9
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-5/+4