postgresql/src
Alvaro Herrera 3c2aa0c6f2 psql: complain if pg_dump custom-format is detected
Apparently, this is a very common mistake for users to make; it is
better to have it fail reasonably rather than throw potentially a large
number of errors.  Since we have a magic string at the start of the
file, we can detect the case easily and there's no other possible useful
behavior anyway.

Author: Craig Ringer
2014-10-24 07:14:09 -03:00
..
backend Update README.tuplock 2014-10-23 20:51:58 -03:00
bin psql: complain if pg_dump custom-format is detected 2014-10-24 07:14:09 -03:00
common Small message fixes 2014-08-09 00:07:00 -04:00
include Add a function to get the authenticated user ID. 2014-10-23 08:18:45 -04:00
interfaces Ensure libpq reports a suitable error message on unexpected socket EOF. 2014-10-22 18:41:44 -04:00
makefiles MinGW: Use -static-libgcc when linking a DLL. 2014-10-21 22:55:47 -04:00
pl Translation updates 2014-10-05 23:23:50 -04:00
port MinGW: Link with shell32.dll instead of shfolder.dll. 2014-10-21 22:55:43 -04:00
template Remove Alpha and Tru64 support. 2014-06-28 21:46:15 +02:00
test In type_sanity, check I/O functions of built-in types are not volatile. 2014-10-23 15:59:40 -04:00
timezone Support timezone abbreviations that sometimes change. 2014-10-16 15:22:10 -04:00
tools Add valgrind suppression for padding bytes in twophase records. 2014-09-01 15:59:44 +02:00
tutorial Adjust blank lines around PG_MODULE_MAGIC defines, for consistency 2014-07-10 14:02:08 -04:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
Makefile.global.in MinGW: Link with shell32.dll instead of shfolder.dll. 2014-10-21 22:55:43 -04:00
Makefile.shlib MinGW: Use -static-libgcc when linking a DLL. 2014-10-21 22:55:47 -04:00
nls-global.mk Setup error context callback for transaction lock waits 2014-03-19 15:10:36 -03:00
win32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00