postgresql/src/backend
Tom Lane 60d3c9fdf4 Declare the arguments of AllocateFile() as const char *, not char *.
This is consistent with the standard definition of fopen().
2006-03-04 21:32:47 +00:00
..
access This patch makes the error message strings throughout the backend 2006-03-01 06:30:32 +00:00
bootstrap Make all command-line options of postmaster and postgres the same. See 2006-01-05 10:07:46 +00:00
catalog Fix a typo. 2006-03-03 04:31:07 +00:00
commands Prevent lazy_space_alloc from making requests that exceed MaxAllocSize, 2006-03-04 19:09:09 +00:00
executor Teach nodeSort and nodeMaterial to optimize out unnecessary overhead 2006-02-28 05:48:44 +00:00
lib Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
libpq Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro 2006-01-24 16:38:42 +00:00
main Set progname early in the postmaster/postgres binary, rather than doing 2006-02-01 00:31:59 +00:00
nodes Add CASCADE option to TRUNCATE. Joachim Wieland 2006-03-03 03:30:54 +00:00
optimizer Improve tuplesort.c to support variable merge order. The original coding 2006-02-19 05:54:06 +00:00
parser Add CASCADE option to TRUNCATE. Joachim Wieland 2006-03-03 03:30:54 +00:00
po Remove DOS line endings ("\r\n") from several .po files. DOS line endings 2006-01-01 10:13:56 +00:00
port This patch makes the error message strings throughout the backend 2006-03-01 06:30:32 +00:00
postmaster Add code comment about Linux stack randomization and shared memory. 2006-02-01 16:00:06 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
rewrite Restructure planner's handling of inheritance. Rather than processing 2006-01-31 21:39:25 +00:00
storage Declare the arguments of AllocateFile() as const char *, not char *. 2006-03-04 21:32:47 +00:00
tcop Make the COPY command return a command tag that includes the number of 2006-03-03 19:54:10 +00:00
utils Incorporate a couple of recent tuplesort.c improvements into tuplestore.c. 2006-03-04 19:30:12 +00:00
Makefile Remove QNX port. 2006-01-05 01:56:30 +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