postgresql/src/include
Tom Lane 65ab9f4f24 Add a couple of information functions to support direct checks on whether
a schema is our own temp schema or another backend's temp schema, and use
these in place of some former kluges in information_schema.  Per my
proposal of yesterday.
2006-09-14 22:05:06 +00:00
..
access If we're going to advertise the array overlap/containment operators, 2006-09-10 20:14:20 +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 a couple of information functions to support direct checks on whether 2006-09-14 22:05:06 +00:00
commands Disallow TRUNCATE when there are any pending after-trigger events for 2006-09-04 21:15:56 +00:00
executor Revert FETCH/MOVE int64 patch. Was using incorrect checks for 2006-09-03 03:19:45 +00:00
lib
libpq Specify lo_write() to take a _const_ buffer, to match documentation. 2006-09-07 15:37:25 +00:00
mb
nodes Change processing of extended-Query mode so that an unnamed statement 2006-09-06 20:40:48 +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
rewrite Get rid of the separate RULE privilege for tables: now only a table's owner 2006-09-05 21:08:36 +00:00
storage Specify lo_write() to take a _const_ buffer, to match documentation. 2006-09-07 15:37:25 +00:00
tcop Tweak the behavior of log_duration as proposed by Guillaume Smet: rather 2006-09-08 15:55:53 +00:00
utils If we're going to advertise the array overlap/containment operators, 2006-09-10 20:14:20 +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
getaddrinfo.h WIN32 fixes: 2006-07-06 02:12:32 +00:00
getopt_long.h
Makefile
miscadmin.h sslinfo contrib module - information about current SSL certificate 2006-09-04 15:07:46 +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_config.h.in Revise OpenLDAP configuration and linking to work on more platforms 2006-09-09 03:15:40 +00:00
pg_config.h.win32 WIN32 fixes: 2006-07-06 02:12:32 +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
port.h Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in 2006-09-11 20:10:30 +00:00
postgres_ext.h
postgres_fe.h
postgres.h Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
rusagestub.h
strdup.h