postgresql/src/backend
Tom Lane bc421c35b1 If we're gonna use ExecRelationIsTargetRelation here, might as well
simplify a bit further.
2007-07-31 16:36:07 +00:00
..
access Create a new dedicated Postgres process, "wal writer", which exists to write 2007-07-24 04:54:09 +00:00
bootstrap Create a new dedicated Postgres process, "wal writer", which exists to write 2007-07-24 04:54:09 +00:00
catalog Arrange to put TOAST tables belonging to temporary tables into special schemas 2007-07-25 22:16:18 +00:00
commands Fix incorrect optimization of foreign-key checks. When an UPDATE on the 2007-07-17 17:45:28 +00:00
executor If we're gonna use ExecRelationIsTargetRelation here, might as well 2007-07-31 16:36:07 +00:00
lib Tweak the code in a couple of places to try to deliver more user-friendly 2007-05-28 16:43:24 +00:00
libpq Silence compiler warning on mingw 2007-07-24 11:16:36 +00:00
main Cleanup the bootstrap code a little, and rename "dummy procs" in the code 2007-03-07 13:35:03 +00:00
nodes Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, 2007-07-17 05:02:03 +00:00
optimizer Fix predicate-proving logic to cope with binary-compatibility cases when 2007-07-24 17:22:07 +00:00
parser Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, 2007-07-17 05:02:03 +00:00
po Translation updates 2006-12-02 01:16:16 +00:00
port Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). 2007-07-02 20:11:55 +00:00
postmaster Create a new dedicated Postgres process, "wal writer", which exists to write 2007-07-24 04:54:09 +00:00
regex Wording cleanup for error messages. Also change can't -> cannot. 2007-02-01 19:10:30 +00:00
rewrite Separate parse-analysis for utility commands out of parser/analyze.c 2007-06-23 22:12:52 +00:00
storage Remove FileUnlink(), which wasn't being used anywhere and interacted poorly 2007-07-26 15:15:18 +00:00
tcop Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, 2007-07-17 05:02:03 +00:00
utils Fix security definer functions with polymorphic arguments. This case has 2007-07-31 15:49:49 +00:00
Makefile Make it possible, and default, for MingW to build with SSPI support 2007-07-24 09:00:27 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00