summaryrefslogtreecommitdiff
path: root/src/bin/psql/large_obj.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix behavior of printTable() and friends with externally-invoked pager.Tom Lane2015-12-021-1/+1
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-261-3/+1
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-111-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Remove the unused argument of PSQLexec().Fujii Masao2014-10-231-6/+6
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-221-4/+4
* Add use of asprintf()Peter Eisentraut2013-10-131-4/+4
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Use psql_error() for most psql error calls, per request from Magnus.Bruce Momjian2012-08-251-3/+3
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-281-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-4/+4
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-171-2/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add large object access control.Itagaki Takahiro2009-12-111-8/+23
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* In psql, rename trans_* variables to translate_*, for clarity.Bruce Momjian2008-07-141-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Improve the method of localizing column names and other fixed strings inTom Lane2007-12-121-3/+5
* Teach psql's \lo slash commands to respect quiet mode, and to outputNeil Conway2007-01-201-4/+38
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Invent an assign-hook mechanism for psql variables similar to the oneTom Lane2006-08-291-5/+3
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-4/+1
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-141-3/+12
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-281-16/+3
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-261-2/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-4/+4
* Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian2005-07-021-4/+8
* Clarify code to double \\ and '.Bruce Momjian2005-07-011-2/+2
* Add -L option to psql to log sessions.Bruce Momjian2005-06-141-2/+2
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-3/+3
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* psql consistency fixes from Greg Sabino Mullane: have \df show schema andNeil Conway2004-09-101-4/+5
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Add tablespace location display for psql \d.Bruce Momjian2004-07-121-4/+1
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-211-24/+4
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-3/+3
* Update psql for some features of new FE/BE protocol. There is aTom Lane2003-06-281-175/+87
* Missing calls to PQclear in large_obj.c and describe.c.Tom Lane2003-06-271-1/+3
* Fix breakage from recent variable-handling changes.Tom Lane2003-04-181-15/+16
* I'm continuing to work on cleaning up code in psql. As things appearBruce Momjian2003-03-201-18/+18
* Fix psql to cope with autocommit off, at least during startup.Tom Lane2002-10-151-11/+11