postgresql/src/backend
Peter Eisentraut b34f8f409b Show schemas in information_schema.schemata that the current has access to
Before, it would only show schemas that the current user owns.  Per
discussion, the new behavior is more useful and consistent for PostgreSQL.
2013-09-09 22:25:37 -04:00
..
access Introduce InvalidCommandId. 2013-09-09 16:25:29 -04:00
bootstrap Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. 2013-07-02 09:47:01 -04:00
catalog Show schemas in information_schema.schemata that the current has access to 2013-09-09 22:25:37 -04:00
commands Update comments concerning PGC_S_TEST. 2013-09-03 18:56:22 -04:00
executor Allow aggregate functions to be VARIADIC. 2013-09-03 17:08:46 -04:00
foreign Arrange to cache FdwRoutine structs in foreign tables' relcache entries. 2013-03-06 23:48:09 -05:00
lib Reset the binary heap in MergeAppend rescans. 2013-08-30 19:15:21 -04:00
libpq Fix typo in comment. 2013-08-16 16:26:22 +03:00
main Renovate display of non-ASCII messages on Windows. 2013-06-26 11:17:33 -04:00
nodes Allow aggregate functions to be VARIADIC. 2013-09-03 17:08:46 -04:00
optimizer In locate_grouping_columns(), don't expect an exact match of Var typmods. 2013-08-23 17:30:53 -04:00
parser Allow aggregate functions to be VARIADIC. 2013-09-03 17:08:46 -04:00
po Translation updates 2013-09-02 02:43:18 -04:00
port Message style improvements 2013-08-07 22:48:40 -04:00
postmaster Make error wording more consistent 2013-08-29 12:42:28 -04:00
regex Fix regex match failures for backrefs combined with non-greedy quantifiers. 2013-07-18 21:22:37 -04:00
replication Fix typo in comment. 2013-09-03 13:17:09 +03:00
rewrite Eliminate pg_rewrite.ev_attr column and related dead code. 2013-09-05 14:03:43 -05:00
snowball Update copyrights for 2013 2013-01-01 17:15:01 -05:00
storage Expose fsync_fname as a public API. 2013-09-04 11:15:00 -04:00
tcop Don't VALGRIND_PRINTF() each query string. 2013-09-06 19:42:00 -04:00
tsearch pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
utils Eliminate pg_rewrite.ev_attr column and related dead code. 2013-09-05 14:03:43 -05:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Call check_keywords.pl in maintainer-check 2012-02-27 13:53:12 +02:00
Makefile Move relpath() to libpgcommon 2013-02-21 22:46:17 -03:00
nls.mk Translation updates 2013-09-02 02:43:18 -04:00