postgresql/src/backend
Robert Haas d7c734841b Reduce messages about implicit indexes and sequences to DEBUG1.
Per recent discussion on pgsql-hackers, these messages are too
chatty for most users.
2012-07-04 20:35:29 -04:00
..
access Fix a stupid bug I introduced into XLogFlush(). 2012-07-02 15:33:59 -04:00
bootstrap Remove misplaced sanity check from heap_create(). 2012-06-14 09:58:53 -04:00
catalog Forgot an #include in the previous patch :-( 2012-07-03 16:40:15 -04:00
commands Reduce messages about implicit indexes and sequences to DEBUG1. 2012-07-04 20:35:29 -04:00
executor Fix memory leak in ARRAY(SELECT ...) subqueries. 2012-06-21 17:27:19 -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 Remove duplicate, unnecessary, variable declaration 2012-07-04 16:17:30 +02:00
main Unify calling conventions for postgres/postmaster sub-main functions 2012-06-25 21:30:12 +03:00
nodes Suppress compiler warnings in readfuncs.c. 2012-06-30 22:27:49 -04:00
optimizer Make UtilityContainsQuery recurse until it finds a non-utility Query. 2012-06-27 23:18:30 -04:00
parser Reduce messages about implicit indexes and sequences to DEBUG1. 2012-07-04 20:35:29 -04:00
po Translation updates 2011-08-17 14:07:46 +03:00
port Remove misleading hints about reducing the System V request size. 2012-07-03 10:07:47 -04:00
postmaster Unify calling conventions for postgres/postmaster sub-main functions 2012-06-25 21:30:12 +03:00
regex Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
replication Always treat a standby returning an an invalid flush location as async 2012-07-04 15:14:42 +02:00
rewrite Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. 2012-06-30 16:45:14 -04:00
snowball Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
storage When LWLOCK_STATS is defined, count spindelays. 2012-06-26 16:06:07 -04:00
tcop Make UtilityContainsQuery recurse until it finds a non-utility Query. 2012-06-27 23:18:30 -04:00
tsearch Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
utils Add wchar -> mb conversion routines. 2012-07-04 17:10:10 -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