postgresql/src/backend
Bruce Momjian 2c773296f8 Add array_fill() to create arrays initialized with a value.
Pavel Stehule
2008-07-16 00:48:54 +00:00
..
access Clean up the use of some page-header-access macros: principally, use 2008-07-13 20:45:47 +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 Create a type-specific typanalyze routine for tsvector, which collects stats 2008-07-14 00:51:46 +00:00
commands Clean up the use of some page-header-access macros: principally, use 2008-07-13 20:45:47 +00:00
executor Fix mis-calculation of extParam/allParam sets for plan nodes, as seen in 2008-07-10 01:17:29 +00:00
lib Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
libpq Use error message wordings for permissions checks on .pgpass and SSL private 2008-03-31 02:43:14 +00:00
main Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
nodes Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00
optimizer Clean up the use of some page-header-access macros: principally, use 2008-07-13 20:45:47 +00:00
parser Add a function pg_get_keywords() to let clients find out the set of keywords 2008-07-03 20:58:47 +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 Teach autovacuum how to determine whether a temp table belongs to a crashed 2008-07-01 02:09:34 +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 Change the PageGetContents() macro to guarantee its result is maxalign'd, 2008-07-13 21:50:04 +00:00
tcop Rearrange ALTER TABLE syntax processing as per my recent proposal: the 2008-06-15 01:25:54 +00:00
tsearch Create a type-specific typanalyze routine for tsvector, which collects stats 2008-07-14 00:51:46 +00:00
utils Add array_fill() to create arrays initialized with a value. 2008-07-16 00:48:54 +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