postgresql/src/bin/psql
Peter Eisentraut 5b6d08cd29 Add use of asprintf()
Add asprintf(), pg_asprintf(), and psprintf() to simplify string
allocation and composition.  Replacement implementations taken from
NetBSD.

Reviewed-by: Álvaro Herrera <alvherre@2ndquadrant.com>
Reviewed-by: Asif Naeem <anaeem.it@gmail.com>
2013-10-13 00:09:18 -04:00
..
po Translation updates 2013-10-07 16:51:52 -04:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
command.c Add use of asprintf() 2013-10-13 00:09:18 -04:00
command.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
common.c Add use of asprintf() 2013-10-13 00:09:18 -04:00
common.h psql: fix startup crash caused by PSQLRC containing a tilde 2013-04-04 12:56:24 -04:00
copy.c Add use of asprintf() 2013-10-13 00:09:18 -04:00
copy.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
create_help.pl pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
describe.c Allow aggregate functions to be VARIADIC. 2013-09-03 17:08:46 -04:00
describe.h psql: Let \l accept a pattern 2013-03-04 15:17:40 +00:00
help.c psql: Make \pset without arguments show all settings. 2013-10-03 15:18:02 -04:00
help.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
input.c Add use of asprintf() 2013-10-13 00:09:18 -04:00
input.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
large_obj.c Add use of asprintf() 2013-10-13 00:09:18 -04:00
large_obj.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
mainloop.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
mainloop.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
Makefile Update copyrights for 2013 2013-01-01 17:15:01 -05:00
mbprint.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
mbprint.h Fix indentation of \d footers for non-ASCII cases. 2012-03-07 19:25:59 -05:00
nls.mk Translation updates 2013-09-02 02:43:18 -04:00
print.c psql: honor 'footer' option for expanded output 2013-09-10 19:07:06 -04:00
print.h Add a latex-longtable output format to psql 2013-01-17 11:39:38 -05:00
prompt.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
prompt.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
psqlrc.sample Fix filename mention in psqlrc.sample file. 2004-04-22 14:33:49 +00:00
psqlscan.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
psqlscan.l Also update psqlscan.l with the UESCAPE error rule changes. 2013-03-14 20:31:27 +02:00
settings.h Create a psql command \gset to store query results into psql variables. 2013-02-02 17:06:38 -05:00
startup.c Add use of asprintf() 2013-10-13 00:09:18 -04:00
stringutils.c Add support for piping COPY to/from an external program. 2013-02-27 18:22:31 +02:00
stringutils.h Add support for piping COPY to/from an external program. 2013-02-27 18:22:31 +02:00
tab-complete.c Add use of asprintf() 2013-10-13 00:09:18 -04:00
tab-complete.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
variables.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
variables.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00