postgresql/src/backend
Tom Lane 2315df21f8 Fix a couple of places that were assuming debug_query_string couldn't
be NULL ... seems an unsafe assumption.
2006-10-19 19:53:03 +00:00
..
access Add some code to CREATE DATABASE to check for pre-existing subdirectories 2006-10-18 22:44:12 +00:00
bootstrap pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
catalog Clean up local redeclarations of variables with DLLIMPORT, per report 2006-10-19 18:32:48 +00:00
commands Fix a couple of places that were assuming debug_query_string couldn't 2006-10-19 19:53:03 +00:00
executor Fix mishandling of after-trigger state when a SQL function returns multiple 2006-10-12 17:02:24 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Work around reported problem that AIX's getaddrinfo() doesn't seem to zero 2006-10-19 17:26:32 +00:00
main pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
nodes Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. 2006-10-13 21:43:19 +00:00
optimizer pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
parser Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. 2006-10-13 21:43:19 +00:00
po Fix mistyping 2006-08-29 15:47:48 +00:00
port Fix infinite sleep and failes of send in Win32. 2006-10-13 13:59:47 +00:00
postmaster Message style improvements 2006-10-06 17:14:01 +00:00
regex
rewrite Message style improvements 2006-10-06 17:14:01 +00:00
storage Redesign the patch for allocation of shmem space and LWLocks for add-on 2006-10-15 22:04:08 +00:00
tcop Make sure that debug_query_string contains the original query text, 2006-10-19 19:52:22 +00:00
utils Clean up local redeclarations of variables with DLLIMPORT, per report 2006-10-19 18:32:48 +00:00
Makefile On Windows, we know the backend stack size limit because we have to 2006-10-08 17:15:34 +00:00
nls.mk