postgresql/src/backend
Bruce Momjian ebcaa5fcde Remove BSD/OS (BSDi) port. There are no known users upgrading to
Postgres 9.2, and perhaps no existing users either.
2012-05-03 10:58:44 -04:00
..
access Avoid repeated CLOG access from heap_hot_search_buffer. 2012-05-02 12:40:07 -04:00
bootstrap
catalog Converge all SQL-level statistics timing values to float8 milliseconds. 2012-04-30 14:03:33 -04:00
commands Rename I/O timing statistics columns to blk_read_time and blk_write_time. 2012-04-29 18:13:33 -04:00
executor Rename I/O timing statistics columns to blk_read_time and blk_write_time. 2012-04-29 18:13:33 -04:00
foreign Add GetForeignColumnOptions() to foreign.c, and add some documentation. 2012-03-07 18:20:58 -05:00
lib
libpq Lots of doc corrections. 2012-04-23 22:43:09 -04:00
main Remove dead ports 2012-05-01 22:11:12 +03:00
nodes Recast "ONLY" column CHECK constraints as NO INHERIT 2012-04-20 23:56:57 -03:00
optimizer Fix oversight in recent parameterized-path patch. 2012-04-26 14:17:44 -04:00
parser Lots of doc corrections. 2012-04-23 22:43:09 -04:00
po
port Remove BSD/OS (BSDi) port. There are no known users upgrading to 2012-05-03 10:58:44 -04:00
postmaster Converge all SQL-level statistics timing values to float8 milliseconds. 2012-04-30 14:03:33 -04:00
regex Merge dissect() into cdissect() to remove a pile of near-duplicate code. 2012-02-24 18:40:31 -05:00
replication Cast some printf arguments to avoid possibly-nonportable behavior. 2012-03-23 20:18:04 -04:00
rewrite Add some infrastructure for contrib/pg_stat_statements. 2012-03-27 15:17:40 -04:00
snowball
storage Further corrections from the department of redundancy department. 2012-05-02 11:11:25 -04:00
tcop Remove duplicate words in comments. 2012-05-02 10:20:27 +03:00
tsearch Even more duplicate word removal, in the spirit of the season 2012-05-02 20:56:03 +03:00
utils Remove BSD/OS (BSDi) port. There are no known users upgrading to 2012-05-03 10:58:44 -04:00
.gitignore
common.mk Call check_keywords.pl in maintainer-check 2012-02-27 13:53:12 +02:00
Makefile Fix incorrect make maintainer-clean rule. 2012-04-07 18:16:50 -04:00
nls.mk