summaryrefslogtreecommitdiff
path: root/src/bin/psql/large_obj.c
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-02Fix behavior of printTable() and friends with externally-invoked pager.Tom Lane
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-10-23Remove the unused argument of PSQLexec().Fujii Masao
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-22Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane
2013-10-13Add use of asprintf()Peter Eisentraut
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-26Use psql_error() for most psql error calls, per request from Magnus.Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-04-28Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-17Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-11Add large object access control.Itagaki Takahiro
2009-01-01Update copyright for 2009.Bruce Momjian
2008-07-14In psql, rename trans_* variables to translate_*, for clarity.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-12Improve the method of localizing column names and other fixed strings inTom Lane
2007-01-20Teach psql's \lo slash commands to respect quiet mode, and to outputNeil Conway
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-08-29Invent an assign-hook mechanism for psql variables similar to the oneTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-06-14Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane
2006-05-28Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane
2006-05-26Use E'' strings internally only when standard_conforming_strings =Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-02Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian
2005-07-01Clarify code to double \\ and '.Bruce Momjian
2005-06-14Add -L option to psql to log sessions.Bruce Momjian
2005-02-22Use _() macro consistently rather than gettext(). Add translationBruce Momjian
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-09-10psql consistency fixes from Greg Sabino Mullane: have \df show schema andNeil Conway
2004-08-29Update copyright to 2004.Bruce Momjian
2004-07-12Add tablespace location display for psql \d.Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-21COMMENT ON casts, conversions, languages, operator classes, andTom Lane
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-08-04pgindent run.Bruce Momjian
2003-06-28Update psql for some features of new FE/BE protocol. There is aTom Lane
2003-06-27Missing calls to PQclear in large_obj.c and describe.c.Tom Lane
2003-04-18Fix breakage from recent variable-handling changes.Tom Lane