Home
last modified time | relevance | path

Searched refs:history_buf (Results 1 – 25 of 127) sorted by relevance

123456

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/psql/
H A Dmainloop.c75 history_buf = createPQExpBuffer(); in MainLoop()
78 PQExpBufferBroken(history_buf)) in MainLoop()
117 resetPQExpBuffer(history_buf); in MainLoop()
294 pg_append_history(line, history_buf); in MainLoop()
295 pg_send_history(history_buf); in MainLoop()
332 pg_send_history(history_buf); in MainLoop()
339 pg_append_history(line, history_buf); in MainLoop()
340 pg_send_history(history_buf); in MainLoop()
401 pg_append_history(line, history_buf); in MainLoop()
430 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/psql/
H A Dmainloop.c75 history_buf = createPQExpBuffer(); in MainLoop()
78 PQExpBufferBroken(history_buf)) in MainLoop()
117 resetPQExpBuffer(history_buf); in MainLoop()
294 pg_append_history(line, history_buf); in MainLoop()
295 pg_send_history(history_buf); in MainLoop()
332 pg_send_history(history_buf); in MainLoop()
339 pg_append_history(line, history_buf); in MainLoop()
340 pg_send_history(history_buf); in MainLoop()
401 pg_append_history(line, history_buf); in MainLoop()
430 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/psql/
H A Dmainloop.c75 history_buf = createPQExpBuffer(); in MainLoop()
78 PQExpBufferBroken(history_buf)) in MainLoop()
117 resetPQExpBuffer(history_buf); in MainLoop()
294 pg_append_history(line, history_buf); in MainLoop()
295 pg_send_history(history_buf); in MainLoop()
332 pg_send_history(history_buf); in MainLoop()
339 pg_append_history(line, history_buf); in MainLoop()
340 pg_send_history(history_buf); in MainLoop()
401 pg_append_history(line, history_buf); in MainLoop()
430 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/bin/psql/
H A Dmainloop.c75 history_buf = createPQExpBuffer(); in MainLoop()
78 PQExpBufferBroken(history_buf)) in MainLoop()
117 resetPQExpBuffer(history_buf); in MainLoop()
294 pg_append_history(line, history_buf); in MainLoop()
295 pg_send_history(history_buf); in MainLoop()
332 pg_send_history(history_buf); in MainLoop()
339 pg_append_history(line, history_buf); in MainLoop()
340 pg_send_history(history_buf); in MainLoop()
401 pg_append_history(line, history_buf); in MainLoop()
430 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/bin/psql/
H A Dmainloop.c75 history_buf = createPQExpBuffer(); in MainLoop()
78 PQExpBufferBroken(history_buf)) in MainLoop()
117 resetPQExpBuffer(history_buf); in MainLoop()
294 pg_append_history(line, history_buf); in MainLoop()
295 pg_send_history(history_buf); in MainLoop()
332 pg_send_history(history_buf); in MainLoop()
339 pg_append_history(line, history_buf); in MainLoop()
340 pg_send_history(history_buf); in MainLoop()
401 pg_append_history(line, history_buf); in MainLoop()
430 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/bin/psql/
H A Dmainloop.c75 history_buf = createPQExpBuffer(); in MainLoop()
78 PQExpBufferBroken(history_buf)) in MainLoop()
117 resetPQExpBuffer(history_buf); in MainLoop()
294 pg_append_history(line, history_buf); in MainLoop()
295 pg_send_history(history_buf); in MainLoop()
332 pg_send_history(history_buf); in MainLoop()
339 pg_append_history(line, history_buf); in MainLoop()
340 pg_send_history(history_buf); in MainLoop()
401 pg_append_history(line, history_buf); in MainLoop()
430 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/bin/psql/
H A Dmainloop.c75 history_buf = createPQExpBuffer(); in MainLoop()
78 PQExpBufferBroken(history_buf)) in MainLoop()
117 resetPQExpBuffer(history_buf); in MainLoop()
294 pg_append_history(line, history_buf); in MainLoop()
295 pg_send_history(history_buf); in MainLoop()
332 pg_send_history(history_buf); in MainLoop()
339 pg_append_history(line, history_buf); in MainLoop()
340 pg_send_history(history_buf); in MainLoop()
401 pg_append_history(line, history_buf); in MainLoop()
430 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/bin/psql/
H A Dmainloop.c77 history_buf = createPQExpBuffer(); in MainLoop()
80 PQExpBufferBroken(history_buf)) in MainLoop()
119 resetPQExpBuffer(history_buf); in MainLoop()
311 pg_append_history(line, history_buf); in MainLoop()
312 pg_send_history(history_buf); in MainLoop()
363 pg_send_history(history_buf); in MainLoop()
370 pg_append_history(line, history_buf); in MainLoop()
371 pg_send_history(history_buf); in MainLoop()
437 pg_append_history(line, history_buf); in MainLoop()
466 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/bin/psql/
H A Dmainloop.c77 history_buf = createPQExpBuffer(); in MainLoop()
80 PQExpBufferBroken(history_buf)) in MainLoop()
119 resetPQExpBuffer(history_buf); in MainLoop()
311 pg_append_history(line, history_buf); in MainLoop()
312 pg_send_history(history_buf); in MainLoop()
363 pg_send_history(history_buf); in MainLoop()
370 pg_append_history(line, history_buf); in MainLoop()
371 pg_send_history(history_buf); in MainLoop()
437 pg_append_history(line, history_buf); in MainLoop()
466 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/bin/psql/
H A Dmainloop.c77 history_buf = createPQExpBuffer(); in MainLoop()
80 PQExpBufferBroken(history_buf)) in MainLoop()
119 resetPQExpBuffer(history_buf); in MainLoop()
311 pg_append_history(line, history_buf); in MainLoop()
312 pg_send_history(history_buf); in MainLoop()
363 pg_send_history(history_buf); in MainLoop()
370 pg_append_history(line, history_buf); in MainLoop()
371 pg_send_history(history_buf); in MainLoop()
437 pg_append_history(line, history_buf); in MainLoop()
466 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/bin/psql/
H A Dmainloop.c77 history_buf = createPQExpBuffer(); in MainLoop()
80 PQExpBufferBroken(history_buf)) in MainLoop()
119 resetPQExpBuffer(history_buf); in MainLoop()
311 pg_append_history(line, history_buf); in MainLoop()
312 pg_send_history(history_buf); in MainLoop()
363 pg_send_history(history_buf); in MainLoop()
370 pg_append_history(line, history_buf); in MainLoop()
371 pg_send_history(history_buf); in MainLoop()
437 pg_append_history(line, history_buf); in MainLoop()
466 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/bin/psql/
H A Dmainloop.c77 history_buf = createPQExpBuffer(); in MainLoop()
80 PQExpBufferBroken(history_buf)) in MainLoop()
119 resetPQExpBuffer(history_buf); in MainLoop()
311 pg_append_history(line, history_buf); in MainLoop()
312 pg_send_history(history_buf); in MainLoop()
363 pg_send_history(history_buf); in MainLoop()
370 pg_append_history(line, history_buf); in MainLoop()
371 pg_send_history(history_buf); in MainLoop()
437 pg_append_history(line, history_buf); in MainLoop()
466 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/bin/psql/
H A Dmainloop.c77 history_buf = createPQExpBuffer(); in MainLoop()
80 PQExpBufferBroken(history_buf)) in MainLoop()
119 resetPQExpBuffer(history_buf); in MainLoop()
311 pg_append_history(line, history_buf); in MainLoop()
312 pg_send_history(history_buf); in MainLoop()
363 pg_send_history(history_buf); in MainLoop()
370 pg_append_history(line, history_buf); in MainLoop()
371 pg_send_history(history_buf); in MainLoop()
437 pg_append_history(line, history_buf); in MainLoop()
466 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/bin/psql/
H A Dmainloop.c77 history_buf = createPQExpBuffer(); in MainLoop()
80 PQExpBufferBroken(history_buf)) in MainLoop()
119 resetPQExpBuffer(history_buf); in MainLoop()
311 pg_append_history(line, history_buf); in MainLoop()
312 pg_send_history(history_buf); in MainLoop()
363 pg_send_history(history_buf); in MainLoop()
370 pg_append_history(line, history_buf); in MainLoop()
371 pg_send_history(history_buf); in MainLoop()
437 pg_append_history(line, history_buf); in MainLoop()
466 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/bin/psql/
H A Dmainloop.c77 history_buf = createPQExpBuffer(); in MainLoop()
80 PQExpBufferBroken(history_buf)) in MainLoop()
119 resetPQExpBuffer(history_buf); in MainLoop()
421 pg_append_history(line, history_buf); in MainLoop()
422 pg_send_history(history_buf); in MainLoop()
473 pg_send_history(history_buf); in MainLoop()
480 pg_append_history(line, history_buf); in MainLoop()
481 pg_send_history(history_buf); in MainLoop()
547 pg_append_history(line, history_buf); in MainLoop()
580 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/bin/psql/
H A Dmainloop.c77 history_buf = createPQExpBuffer(); in MainLoop()
80 PQExpBufferBroken(history_buf)) in MainLoop()
119 resetPQExpBuffer(history_buf); in MainLoop()
421 pg_append_history(line, history_buf); in MainLoop()
422 pg_send_history(history_buf); in MainLoop()
473 pg_send_history(history_buf); in MainLoop()
480 pg_append_history(line, history_buf); in MainLoop()
481 pg_send_history(history_buf); in MainLoop()
547 pg_append_history(line, history_buf); in MainLoop()
580 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/bin/psql/
H A Dmainloop.c77 history_buf = createPQExpBuffer(); in MainLoop()
80 PQExpBufferBroken(history_buf)) in MainLoop()
119 resetPQExpBuffer(history_buf); in MainLoop()
421 pg_append_history(line, history_buf); in MainLoop()
422 pg_send_history(history_buf); in MainLoop()
473 pg_send_history(history_buf); in MainLoop()
480 pg_append_history(line, history_buf); in MainLoop()
481 pg_send_history(history_buf); in MainLoop()
547 pg_append_history(line, history_buf); in MainLoop()
580 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/bin/psql/
H A Dmainloop.c77 history_buf = createPQExpBuffer(); in MainLoop()
80 PQExpBufferBroken(history_buf)) in MainLoop()
119 resetPQExpBuffer(history_buf); in MainLoop()
421 pg_append_history(line, history_buf); in MainLoop()
422 pg_send_history(history_buf); in MainLoop()
473 pg_send_history(history_buf); in MainLoop()
480 pg_append_history(line, history_buf); in MainLoop()
481 pg_send_history(history_buf); in MainLoop()
547 pg_append_history(line, history_buf); in MainLoop()
580 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/bin/psql/
H A Dmainloop.c77 history_buf = createPQExpBuffer(); in MainLoop()
80 PQExpBufferBroken(history_buf)) in MainLoop()
119 resetPQExpBuffer(history_buf); in MainLoop()
421 pg_append_history(line, history_buf); in MainLoop()
422 pg_send_history(history_buf); in MainLoop()
473 pg_send_history(history_buf); in MainLoop()
480 pg_append_history(line, history_buf); in MainLoop()
481 pg_send_history(history_buf); in MainLoop()
547 pg_append_history(line, history_buf); in MainLoop()
580 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/bin/psql/
H A Dmainloop.c77 history_buf = createPQExpBuffer(); in MainLoop()
80 PQExpBufferBroken(history_buf)) in MainLoop()
119 resetPQExpBuffer(history_buf); in MainLoop()
421 pg_append_history(line, history_buf); in MainLoop()
422 pg_send_history(history_buf); in MainLoop()
473 pg_send_history(history_buf); in MainLoop()
480 pg_append_history(line, history_buf); in MainLoop()
481 pg_send_history(history_buf); in MainLoop()
547 pg_append_history(line, history_buf); in MainLoop()
580 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/bin/psql/
H A Dmainloop.c77 history_buf = createPQExpBuffer(); in _ProtocolValue()
80 PQExpBufferBroken(history_buf)) in _ProtocolValue()
119 resetPQExpBuffer(history_buf); in _ProtocolValue()
421 pg_append_history(line, history_buf); in _ProtocolValue()
422 pg_send_history(history_buf); in _ProtocolValue()
473 pg_send_history(history_buf); in _ProtocolValue()
480 pg_append_history(line, history_buf); in _ProtocolValue()
481 pg_send_history(history_buf); in _ProtocolValue()
547 pg_append_history(line, history_buf); in _ProtocolValue()
580 pg_send_history(history_buf); in _ProtocolValue()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/psql/
H A Dmainloop.c76 history_buf = createPQExpBuffer(); in MainLoop()
79 PQExpBufferBroken(history_buf)) in MainLoop()
118 resetPQExpBuffer(history_buf); in MainLoop()
437 pg_append_history(line, history_buf); in MainLoop()
438 pg_send_history(history_buf); in MainLoop()
489 pg_send_history(history_buf); in MainLoop()
496 pg_append_history(line, history_buf); in MainLoop()
497 pg_send_history(history_buf); in MainLoop()
569 pg_append_history(line, history_buf); in MainLoop()
602 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/psql/
H A Dmainloop.c76 history_buf = createPQExpBuffer(); in MainLoop()
79 PQExpBufferBroken(history_buf)) in MainLoop()
118 resetPQExpBuffer(history_buf); in MainLoop()
437 pg_append_history(line, history_buf); in MainLoop()
438 pg_send_history(history_buf); in MainLoop()
489 pg_send_history(history_buf); in MainLoop()
496 pg_append_history(line, history_buf); in MainLoop()
497 pg_send_history(history_buf); in MainLoop()
569 pg_append_history(line, history_buf); in MainLoop()
602 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/bin/psql/
H A Dmainloop.c76 history_buf = createPQExpBuffer(); in MainLoop()
79 PQExpBufferBroken(history_buf)) in MainLoop()
118 resetPQExpBuffer(history_buf); in MainLoop()
437 pg_append_history(line, history_buf); in MainLoop()
438 pg_send_history(history_buf); in MainLoop()
489 pg_send_history(history_buf); in MainLoop()
496 pg_append_history(line, history_buf); in MainLoop()
497 pg_send_history(history_buf); in MainLoop()
569 pg_append_history(line, history_buf); in MainLoop()
602 pg_send_history(history_buf); in MainLoop()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/psql/
H A Dmainloop.c76 history_buf = createPQExpBuffer(); in MainLoop()
79 PQExpBufferBroken(history_buf)) in MainLoop()
118 resetPQExpBuffer(history_buf); in MainLoop()
437 pg_append_history(line, history_buf); in MainLoop()
438 pg_send_history(history_buf); in MainLoop()
489 pg_send_history(history_buf); in MainLoop()
496 pg_append_history(line, history_buf); in MainLoop()
497 pg_send_history(history_buf); in MainLoop()
569 pg_append_history(line, history_buf); in MainLoop()
602 pg_send_history(history_buf); in MainLoop()
[all …]

123456