postgresql/src/backend
2014-01-19 13:27:22 +01:00
..
access Fix missing parentheses resulting in wrong order of dereference. 2014-01-15 11:00:50 -05:00
bootstrap Fix possible crashes due to using elog/ereport too early in startup. 2014-01-11 16:36:07 -05:00
catalog Make various variables const (read-only). 2014-01-18 16:04:32 -05:00
commands Add CREATE TABLESPACE ... WITH ... Options 2014-01-18 20:59:31 -05:00
executor Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE. 2014-01-13 14:42:16 -05:00
foreign
lib
libpq Move username lookup functions from /port to /common 2014-01-10 18:03:28 -05:00
main Fix possible crashes due to using elog/ereport too early in startup. 2014-01-11 16:36:07 -05:00
nodes Add CREATE TABLESPACE ... WITH ... Options 2014-01-18 20:59:31 -05:00
optimizer
parser Add CREATE TABLESPACE ... WITH ... Options 2014-01-18 20:59:31 -05:00
po
port
postmaster Fix VACUUM's reporting of dead-tuple counts to the stats collector. 2014-01-18 19:24:33 -05:00
regex Make various variables const (read-only). 2014-01-18 16:04:32 -05:00
replication Fix Hot Standby feedback sending when streaming busily. 2014-01-16 23:15:41 +02:00
rewrite
snowball
storage Logging running transactions every 15 seconds. 2014-01-15 12:41:20 -05:00
tcop Add ALTER TABLESPACE ... MOVE command 2014-01-18 18:56:40 -05:00
tsearch Make various variables const (read-only). 2014-01-18 16:04:32 -05:00
utils Adjust the SSL connection notification message 2014-01-19 13:27:22 +01:00
.gitignore
common.mk
Makefile
nls.mk