postgresql/src/backend
Alvaro Herrera 55f927a46e Refactor NUM_cache_remove calls in error report path to a PG_TRY block.
The code in the new block was not reindented; it will be fixed by pgindent
eventually.
2009-08-10 20:16:05 +00:00
..
access Document that LocalSetXLogInsertAllowed can be re-executed. 2009-08-08 16:39:17 +00:00
bootstrap Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT 2009-08-02 22:14:53 +00:00
catalog Fix some omissions in the dependency-object-class support for SQL/MED objects. 2009-08-07 15:27:56 +00:00
commands Extend EXPLAIN to support output in XML or JSON format. 2009-08-10 05:46:50 +00:00
executor Improve plpgsql's ability to cope with rowtypes containing dropped columns, 2009-08-06 20:44:32 +00:00
foreign Somebody seems to have thought they could get away without checking for 2009-06-11 16:14:18 +00:00
lib Assorted minor refactoring in EXPLAIN. 2009-07-24 21:08:42 +00:00
libpq Disallow empty passwords in LDAP authentication, the same way 2009-06-25 11:30:08 +00:00
main Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nodes Merge the Constraint and FkConstraint node types into a single type. 2009-07-30 02:45:38 +00:00
optimizer Support hex-string input and output for type BYTEA. 2009-08-04 16:08:37 +00:00
parser Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT 2009-08-02 22:14:53 +00:00
po Translation updates for 8.4 release. 2009-06-26 19:33:52 +00:00
port Reserve the shared memory region during backend startup on Windows, so 2009-07-24 20:12:42 +00:00
postmaster Fast shutdown stop should forcibly disconnect any active backends, even 2009-08-07 05:58:55 +00:00
regex 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
rewrite 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
snowball Update copyright for 2009. 2009-01-01 17:24:05 +00:00
storage Improve error messages in md.c. When a filesystem operation like open() or 2009-08-05 18:01:54 +00:00
tcop Create a multiplexing structure for signals to Postgres child processes. 2009-07-31 20:26:23 +00:00
tsearch Make backend header files C++ safe 2009-07-16 06:33:46 +00:00
utils Refactor NUM_cache_remove calls in error report path to a PG_TRY block. 2009-08-10 20:16:05 +00:00
common.mk Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00
Makefile Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nls.mk Convert the core lexer and parser into fully reentrant code, by making use 2009-07-13 02:02:20 +00:00