postgresql/src/include
Tom Lane 95a03e9cdf Another round of code cleanup on bufmgr. Use BM_VALID flag to keep track
of whether we have successfully read data into a buffer; this makes the
error behavior a bit more transparent (IMHO anyway), and also makes it
work correctly for local buffers which don't use Start/TerminateBufferIO.
Collapse three separate functions for writing a shared buffer into one.
This overlaps a bit with cleanups that Neil proposed awhile back, but
seems not to have committed yet.
2004-04-21 18:06:30 +00:00
..
access This is a cleanup patch for access/transam/xact.c. It only removes some 2004-04-05 03:11:39 +00:00
bootstrap
catalog check_sql_fn_retval has always thought that we supported doing 2004-04-02 23:14:08 +00:00
commands Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and 2004-03-23 19:35:17 +00:00
executor Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
lib
libpq Here's an attempt at new socket and signal code for win32. 2004-04-12 16:19:18 +00:00
mb Add PQmbdsplen() which returns the "display length" of a character. 2004-03-15 10:41:26 +00:00
nodes Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
optimizer Extend set-operation planning to keep track of the sort ordering induced 2004-04-07 18:17:25 +00:00
parser Tweak findTargetlistEntry so that bare names occurring in GROUP BY clauses 2004-04-18 18:12:58 +00:00
port * Most changes are to fix warnings issued when compiling win32 2004-04-19 17:42:59 +00:00
regex
rewrite
storage Another round of code cleanup on bufmgr. Use BM_VALID flag to keep track 2004-04-21 18:06:30 +00:00
tcop Exit backend from SIGTERM or FATAL by simulating client EOF, rather than 2004-04-11 00:54:45 +00:00
utils > >>1. change the type of "log_statement" option from boolean to string, 2004-04-07 05:05:50 +00:00
c.h Move non-blocking code into its own /port file, for code clarity. 2004-03-10 21:12:49 +00:00
fmgr.h Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
funcapi.h Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
getaddrinfo.h
getopt_long.h
Makefile
miscadmin.h Here's an attempt at new socket and signal code for win32. 2004-04-12 16:19:18 +00:00
pg_config_manual.h Replace max_expr_depth parameter with a max_stack_depth parameter that 2004-03-24 22:40:29 +00:00
pg_config.h.in Handle draft version of getpwuid_r() that accepts only four arguments. 2004-03-20 15:39:27 +00:00
pg_config.h.win32
pgstat.h Corrects a typo, introduces missing variables, and rearranges the 2004-03-09 05:11:53 +00:00
port.h * Most changes are to fix warnings issued when compiling win32 2004-04-19 17:42:59 +00:00
postgres_ext.h Revise syntax-error reporting behavior to give pleasant results for 2004-03-21 22:29:11 +00:00
postgres_fe.h
postgres.h
rusagestub.h
strdup.h