postgresql/src/backend
Tom Lane c8572986ad Allow I/O conversion casts to be applied to or from any type that is a member
of the STRING type category, thereby opening up the mechanism for user-defined
types.  This is mainly for the benefit of citext, though; there aren't likely
to be a lot of types that are all general-purpose character strings.
Per discussion with David Wheeler.
2008-07-30 21:23:17 +00:00
..
access Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor in 2008-07-23 17:29:53 +00:00
bootstrap Reduce the alignment requirement of type "name" from int to char, and arrange 2008-06-24 17:58:27 +00:00
catalog Flip the default typispreferred setting from true to false. This affects 2008-07-30 19:35:13 +00:00
commands Flip the default typispreferred setting from true to false. This affects 2008-07-30 19:35:13 +00:00
executor As noted by Andrew Gierth, there's really no need any more to force a junk 2008-07-26 19:15:35 +00:00
lib Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
libpq Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part. 2008-07-24 17:51:55 +00:00
main Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
nodes Add dump support for SortBy nodes. Needed this while debugging a reported 2008-07-17 16:02:12 +00:00
optimizer Clean up the use of some page-header-access macros: principally, use 2008-07-13 20:45:47 +00:00
parser Allow I/O conversion casts to be applied to or from any type that is a member 2008-07-30 21:23:17 +00:00
po Translation updates 2008-01-31 18:04:52 +00:00
port Fix a couple of bugs in win32 shmem name generation: 2008-07-04 10:50:18 +00:00
postmaster Ratchet up patch to improve autovacuum wraparound messages. 2008-07-23 20:20:10 +00:00
regex Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
rewrite Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00
snowball Implement a few changes to how shared libraries and dynamically loadable 2008-04-07 14:15:58 +00:00
storage Fix a race condition that I introduced into sinvaladt.c during the recent 2008-07-18 14:45:48 +00:00
tcop Adjust things so that the query_string of a cached plan and the sourceText of 2008-07-18 20:26:06 +00:00
tsearch Create a type-specific typanalyze routine for tsvector, which collects stats 2008-07-14 00:51:46 +00:00
utils Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() 2008-07-30 17:05:05 +00:00
Makefile Enable probes to work with Mac OS X Leopard and other OSes that will 2008-03-17 19:44:41 +00:00
common.mk We need to rebuild objfiles.txt when one of the subdirectories' objfiles.txt 2008-03-17 18:24:56 +00:00
nls.mk Add a new ereport auxiliary function errdetail_log(), which works the same as 2008-03-24 18:08:47 +00:00