postgresql/src
Tom Lane 8bfe93c5c8 pg_dump and pg_restore were stripping quotes and downcasing some but
not all SQL identifiers taken from command line arguments.  We decided
years ago that that was a bad idea: identifiers taken from the command
line should be treated as literally correct.  Remove the inconsistent
code that has crept in recently.  Also fix pg_dump so that the combination
of --schema and --table does what you'd expect, namely dump exactly one
table from exactly one schema.  Per gripe from Deepak Bhole of Red Hat.
2003-06-11 16:29:42 +00:00
..
backend Well, the discussion about SSL a bit back perked my interest and I did 2003-06-11 15:05:50 +00:00
bin pg_dump and pg_restore were stripping quotes and downcasing some but 2003-06-11 16:29:42 +00:00
corba Convert files from DOS format to normal text. 2000-12-03 14:43:59 +00:00
data I've sent 3 mails to pgsql-patches. There are two files, one for doc 1999-08-16 20:27:19 +00:00
include Add missing DLLIMPORT for cpu_index_tuple_cost to 2003-06-11 15:01:15 +00:00
interfaces Make sure a variable is no longer referenced when it is removed. 2003-06-11 06:39:13 +00:00
makefiles Support for Intel compiler on Linux 2003-06-05 16:07:25 +00:00
pl Ensure that in all flex lexers that are part of the backend, a 2003-05-29 22:30:02 +00:00
port Allow interfaces to compile under MingGW/Win32 by adding _P to symbols 2003-05-16 04:59:24 +00:00
template Allow Win32 to compile under MinGW. Major changes are: 2003-05-15 16:35:30 +00:00
test Implement outer-level aggregates to conform to the SQL spec, with 2003-06-06 15:04:03 +00:00
tools Make Win32 tests to match existing Cygwin tests, where appropriate. 2003-04-18 01:03:42 +00:00
tutorial Replace functional-index facility with expressional indexes. Any column 2003-05-28 16:04:02 +00:00
utils Re-add Win32 missing files, I think. 2002-11-02 02:00:35 +00:00
bcc32.mak Attached is a patch to provide makefiles, etc. to allow the compilation 2002-12-30 21:07:26 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile Assorted fixes for Cygwin: 2002-09-05 18:28:46 +00:00
Makefile.global.in Add configure thread tests. 2003-05-27 16:36:50 +00:00
Makefile.shlib Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +00:00
nls-global.mk Avoid shell syntax error if list of languages is empty. 2002-09-02 22:19:42 +00:00
win32.mak Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00