index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
large_obj.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Extend psql's \lo_list/\dl to be able to print large objects' ACLs.
Tom Lane
2022-01-06
*
Remove psql support for server versions preceding 9.2.
Tom Lane
2021-12-16
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Refactor query cancellation code into src/fe_utils/
Michael Paquier
2019-12-02
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
*
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
*
Fix set of issues with memory-allocation system calls in frontend code
Michael Paquier
2019-05-04
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix behavior of printTable() and friends with externally-invoked pager.
Tom Lane
2015-12-02
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Remove the unused argument of PSQLexec().
Fujii Masao
2014-10-23
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-22
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Use psql_error() for most psql error calls, per request from Magnus.
Bruce Momjian
2012-08-25
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-04-28
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
Tom Lane
2010-02-17
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Add large object access control.
Itagaki Takahiro
2009-12-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
In psql, rename trans_* variables to translate_*, for clarity.
Bruce Momjian
2008-07-14
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Improve the method of localizing column names and other fixed strings in
Tom Lane
2007-12-12
*
Teach psql's \lo slash commands to respect quiet mode, and to output
Neil Conway
2007-01-20
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Invent an assign-hook mechanism for psql variables similar to the one
Tom Lane
2006-08-29
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Clean up psql's control-C handling to avoid longjmp'ing out of random
Tom Lane
2006-06-14
*
Fix up pg_dump to do string escaping fully correctly for client encoding
Tom Lane
2006-05-28
*
Use E'' strings internally only when standard_conforming_strings =
Bruce Momjian
2006-05-26
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Add E'' to internally created SQL strings that contain backslashes.
Bruce Momjian
2005-07-02
*
Clarify code to double \\ and '.
Bruce Momjian
2005-07-01
[next]