postgresql/src/backend
Tom Lane 3769fa5fc6 Make pg_tablespace_location(0) return the database's default tablespace.
This definition is convenient when applying the function to the
reltablespace column of pg_class, since that's what zero means there;
and it doesn't interfere with any other plausible use of the function.
Per gripe from Bruce Momjian.
2012-04-10 21:43:14 -04:00
..
access Teach SLRU code to avoid replacing I/O-busy pages. 2012-04-08 23:05:55 -04:00
bootstrap Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
catalog Remove useless variable to suppress compiler warning. 2012-04-07 16:44:43 -04:00
commands Dept of second thoughts: improve the API for AnalyzeForeignTable. 2012-04-06 16:04:10 -04:00
executor New GUC, track_iotiming, to track I/O timings. 2012-03-27 14:55:02 -04:00
foreign Add GetForeignColumnOptions() to foreign.c, and add some documentation. 2012-03-07 18:20:58 -05:00
lib Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
libpq Clean up compiler warnings from unused variables with asserts disabled 2012-03-21 23:33:10 +02:00
main Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodes Don't bother copying empty support arrays in a zero-column MergeJoin. 2012-04-09 11:41:54 -04:00
optimizer Add some infrastructure for contrib/pg_stat_statements. 2012-03-27 15:17:40 -04:00
parser Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock 2012-04-06 10:21:40 +01:00
po Translation updates 2011-08-17 14:07:46 +03:00
port Unbreak Windows builds broken by pgpipe removal. 2012-03-29 04:11:57 -04:00
postmaster Do stack-depth checking in all postmaster children. 2012-04-08 19:07:55 +03: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 Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
storage Publish checkpoint timing information to pg_stat_bgwriter. 2012-04-05 14:04:37 -04:00
tcop set_stack_base() no longer needs to be called in PostgresMain. 2012-04-08 19:39:12 +03:00
tsearch Collect and use element-frequency statistics for arrays. 2012-03-03 20:20:57 -05:00
utils Make pg_tablespace_location(0) return the database's default tablespace. 2012-04-10 21:43:14 -04:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
Makefile Fix incorrect make maintainer-clean rule. 2012-04-07 18:16:50 -04:00
common.mk Call check_keywords.pl in maintainer-check 2012-02-27 13:53:12 +02:00
nls.mk Sort file list when creating gettext-files 2011-12-27 20:20:56 +02:00