aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/large_obj.c
Commit message (Expand)AuthorAge
* Update copyright for 2022Bruce Momjian2022-01-07
* Extend psql's \lo_list/\dl to be able to print large objects' ACLs.Tom Lane2022-01-06
* Remove psql support for server versions preceding 9.2.Tom Lane2021-12-16
* Update copyright for 2021Bruce Momjian2021-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Refactor query cancellation code into src/fe_utils/Michael Paquier2019-12-02
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-14
* Fix set of issues with memory-allocation system calls in frontend codeMichael Paquier2019-05-04
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix behavior of printTable() and friends with externally-invoked pager.Tom Lane2015-12-02
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Update copyright for 2015Bruce Momjian2015-01-06
* Remove the unused argument of PSQLexec().Fujii Masao2014-10-23
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-22
* Add use of asprintf()Peter Eisentraut2013-10-13
* Update copyrights for 2013Bruce Momjian2013-01-01
* Use psql_error() for most psql error calls, per request from Magnus.Bruce Momjian2012-08-25
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-28
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add large object access control.Itagaki Takahiro2009-12-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* In psql, rename trans_* variables to translate_*, for clarity.Bruce Momjian2008-07-14
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Improve the method of localizing column names and other fixed strings inTom Lane2007-12-12
* Teach psql's \lo slash commands to respect quiet mode, and to outputNeil Conway2007-01-20
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Invent an assign-hook mechanism for psql variables similar to the oneTom Lane2006-08-29
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-14
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-28
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-26
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian2005-07-02
* Clarify code to double \\ and '.Bruce Momjian2005-07-01