postgresql/src/backend
Tom Lane 5725b9d9af Support type modifiers for user-defined types, and pull most knowledge
about typmod representation for standard types out into type-specific
typmod I/O functions.  Teodor Sigaev, with some editorialization by
Tom Lane.
2006-12-30 21:21:56 +00:00
..
access Support type modifiers for user-defined types, and pull most knowledge 2006-12-30 21:21:56 +00:00
bootstrap On systems that have setsid(2) (which should be just about everything except 2006-11-21 20:59:53 +00:00
catalog Support type modifiers for user-defined types, and pull most knowledge 2006-12-30 21:21:56 +00:00
commands Support type modifiers for user-defined types, and pull most knowledge 2006-12-30 21:21:56 +00:00
executor Fix failure due to accessing an already-freed tuple descriptor in a plan 2006-12-26 21:37:20 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Minor fix for LDAP authentication: if an error occurs, we need to 2006-11-06 01:27:52 +00:00
main pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
nodes Support type modifiers for user-defined types, and pull most knowledge 2006-12-30 21:21:56 +00:00
optimizer Enable btree_predicate_proof() to make proofs involving cross-data-type 2006-12-28 19:53:05 +00:00
parser Support type modifiers for user-defined types, and pull most knowledge 2006-12-30 21:21:56 +00:00
po Translation updates 2006-12-02 01:16:16 +00:00
port Patch of Win32 Encoding problem for server messages using 2006-12-04 22:23:40 +00:00
postmaster Add a txn_start column to pg_stat_activity. This makes it easier to 2006-12-06 18:06:48 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
rewrite
storage Modify local buffer management to request memory for local buffers in blocks 2006-12-27 22:31:54 +00:00
tcop Activate WIN32_STACK_RLIMIT override only on platforms where this is 2006-12-14 20:51:14 +00:00
utils Support type modifiers for user-defined types, and pull most knowledge 2006-12-30 21:21:56 +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