postgresql/src/backend
Tom Lane a0b76dc662 Create a separate grantable privilege for TRUNCATE, rather than having it be
always owner-only.  The TRUNCATE privilege works identically to the DELETE
privilege so far as interactions with the rest of the system go.

Robert Haas
2008-09-08 00:47:41 +00:00
..
access Fix strategy propagation to scanEntry for partial match by moving propagation 2008-09-04 11:47:05 +00:00
bootstrap Prevent memory leaks in our various bison parsers when an error occurs 2008-09-02 20:37:55 +00:00
catalog Create a separate grantable privilege for TRUNCATE, rather than having it be 2008-09-08 00:47:41 +00:00
commands Create a separate grantable privilege for TRUNCATE, rather than having it be 2008-09-08 00:47:41 +00:00
executor Support set-returning functions in the target lists of Agg and Group plan 2008-09-08 00:22:56 +00:00
lib Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
libpq Rearrange the code in auth.c so that all functions for a single authentication 2008-08-01 11:41:12 +00:00
main Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
nodes Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
optimizer Fix an oversight in the 8.2 patch that improved mergejoin performance by 2008-09-05 21:07:29 +00:00
parser Prevent memory leaks in our various bison parsers when an error occurs 2008-09-02 20:37:55 +00:00
po Translation updates 2008-01-31 18:04:52 +00:00
port Fix a couple of bugs in win32 shmem name generation: 2008-07-04 10:50:18 +00:00
postmaster Unconditionally write the statsfile when SIGHUP is received, to minimize 2008-08-25 18:55:43 +00:00
regex Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
rewrite Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
snowball Implement a few changes to how shared libraries and dynamically loadable 2008-04-07 14:15:58 +00:00
storage Introduce the concept of relation forks. An smgr relation can now consist 2008-08-11 11:05:11 +00:00
tcop Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
tsearch Create a type-specific typanalyze routine for tsvector, which collects stats 2008-07-14 00:51:46 +00:00
utils Create a separate grantable privilege for TRUNCATE, rather than having it be 2008-09-08 00:47:41 +00:00
Makefile Remove all traces that suggest that a non-Bison yacc might be supported, and 2008-08-29 13:02:33 +00:00
common.mk Code coverage testing with gcov. Documentation is in the regression test 2008-09-05 12:11:18 +00:00
nls.mk Add a new ereport auxiliary function errdetail_log(), which works the same as 2008-03-24 18:08:47 +00:00