postgresql/src/include
Bruce Momjian bc24d5b976 Now bind displays prepare as detail, and execute displays prepare and
optionally bind.  I re-added the "statement:" label so people will
understand why the line is being printed (it is log_*statement
behavior).

Use single quotes for bind values, instead of double quotes, and double
literal single quotes in bind values (and document that).  I also made
use of the DETAIL line to have much cleaner output.
2006-08-29 02:11:30 +00:00
..
access Optimize the case where a btree indexscan has current and mark positions 2006-08-24 01:18:34 +00:00
bootstrap Add a hack so that get_type_io_data() can work from bootstrap.c's 2006-08-15 22:36:17 +00:00
catalog Add the ability to create indexes 'concurrently', that is, without 2006-08-25 04:06:58 +00:00
commands Add the ability to create indexes 'concurrently', that is, without 2006-08-25 04:06:58 +00:00
executor Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. 2006-08-27 23:47:58 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
mb Change the backend to reject strings containing invalidly-encoded multibyte 2006-05-21 20:05:21 +00:00
nodes Move xact.c's partial support for Lists of TransactionIds into pg_list.h. 2006-08-27 19:11:46 +00:00
optimizer Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. 2006-08-12 02:52:06 +00:00
parser Add support for multi-row VALUES clauses as part of INSERT statements 2006-08-02 01:59:48 +00:00
port Return inline to win32.h because code was OK, but keep additional 2006-08-10 01:41:29 +00:00
postmaster Add a feature for automatic initialization and finalization of dynamically 2006-08-08 19:15:09 +00:00
regex Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
rewrite Allow each C include file to compile on its own by including any needed 2006-07-11 13:54:25 +00:00
storage Add a function GetLockConflicts() to lock.c to report xacts holding 2006-08-27 19:14:34 +00:00
tcop Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was 2006-08-12 20:05:56 +00:00
utils Now bind displays prepare as detail, and execute displays prepare and 2006-08-29 02:11:30 +00:00
c.h Return inline to win32.h because code was OK, but keep additional 2006-08-10 01:41:29 +00:00
fmgr.h Seems some C compilers think 'restrict' is a fully reserved word. 2006-08-16 04:32:49 +00:00
funcapi.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
getaddrinfo.h WIN32 fixes: 2006-07-06 02:12:32 +00:00
getopt_long.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
Makefile Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
miscadmin.h Add server support for "plugin" libraries that can be used for add-on tasks 2006-08-15 18:26:59 +00:00
pg_config.h.in DTrace support, with a small initial set of probes 2006-07-24 16:32:45 +00:00
pg_config.h.win32 WIN32 fixes: 2006-07-06 02:12:32 +00:00
pg_config_manual.h Make the planner estimate costs for nestloop inner indexscans on the basis 2006-06-06 17:59:58 +00:00
pg_trace.h DTrace support, with a small initial set of probes 2006-07-24 16:32:45 +00:00
pgstat.h Add a 'waiting' column to pg_stat_activity to carry the same information 2006-08-19 01:36:34 +00:00
pgtime.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
port.h Update Win32 CMD quoting rules information location, CMD /?, from 2006-08-18 15:47:08 +00:00
postgres.h Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
postgres_ext.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
postgres_fe.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
rusagestub.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
strdup.h Fix an obsolete file path mentioned in a comment. 2004-01-25 22:19:42 +00:00