postgresql/src/backend/commands
Tom Lane 2f0d43b251 Review uses of IsUnderPostmaster, change some tests to look at
whereToSendOutput instead because they are really inquiring about
the correct client communication protocol.  Update some comments.
This is pointing towards supporting regular FE/BE client protocol
in a standalone backend, per discussion a month or so back.
2004-01-28 21:02:40 +00:00
..
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
aggregatecmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
alter.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
analyze.c Code cleanup, mostly in the smgr: 2004-01-06 18:07:32 +00:00
async.c Here's the latest win32 signals code, this time in the form of a patch 2004-01-27 00:45:26 +00:00
cluster.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
comment.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
conversioncmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
copy.c Review uses of IsUnderPostmaster, change some tests to look at 2004-01-28 21:02:40 +00:00
dbcommands.c More janitorial work: remove the explicit casting of NULL literals to a 2004-01-07 18:56:30 +00:00
define.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
explain.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
functioncmds.c Apply the core parts of Dennis Bjorklund's patch to allow function 2004-01-06 23:55:19 +00:00
indexcmds.c Clean up the usage of canonicalize_qual(): in particular, be consistent 2003-12-28 21:57:37 +00:00
lockcmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
opclasscmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
operatorcmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
portalcmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
prepare.c More janitorial work: remove the explicit casting of NULL literals to a 2004-01-07 18:56:30 +00:00
proclang.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
schemacmds.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
sequence.c Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is 2004-01-10 23:28:45 +00:00
tablecmds.c Review uses of IsUnderPostmaster, change some tests to look at 2004-01-28 21:02:40 +00:00
trigger.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
typecmds.c Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is 2004-01-10 23:28:45 +00:00
user.c Ensure that close() and fclose() are checked for errors, at least in 2004-01-26 22:35:32 +00:00
vacuum.c More janitorial work: remove the explicit casting of NULL literals to a 2004-01-07 18:56:30 +00:00
vacuumlazy.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
variable.c Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path 2004-01-19 19:04:40 +00:00
view.c Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time 2004-01-14 23:01:55 +00:00