Commit Graph

21656 Commits (15516c5f0b8c8209e23f36aa6e204e21bea19e6c)
 

Author SHA1 Message Date
Bryan Henderson bd57c3afe5 Quiet compiler warnings about missing prototypes in Linux's bitops.h. 30 years ago
Bryan Henderson 435d4f4a79 Quiet compiler warnings, ignore the ones we can't. 30 years ago
Bryan Henderson e780f0fef3 Ignore compiler warnings, because we can't escape "abstract declarator used 30 years ago
Bruce Momjian 529189f407 Renamed file. Restored SLSUFF to .so. 30 years ago
Bruce Momjian ce7a3b3a82 Enable manual pages to be installed. 30 years ago
Bruce Momjian 99a4dc0598 Copy needed include files into standard directory. 30 years ago
Bruce Momjian b715c3ad96 Change SLSUFF from .so to .o as default. 30 years ago
Bruce Momjian 75f58aef7c New backend directory description file. 30 years ago
Bruce Momjian ca1a20eba4 Fix for -da option of pg_dump. 30 years ago
Bruce Momjian cc7f032289 Fix for return code of psql in manual. 30 years ago
Bruce Momjian 003b76f9ac Fix for error when viewing group access privs. 30 years ago
Bruce Momjian 4b130b2209 Fix for Alter TABLE add column varchar(). Was causing zero length. 30 years ago
Bryan Henderson 620f014621 Fix syntax errors so it runs without error messages. 30 years ago
Bryan Henderson aef6163388 Remove old GetPGData reference that causes warning. 30 years ago
Bryan Henderson 7bf3bae1a4 Add #include <sys/types.h> so it works with Ultrix's in.h 30 years ago
Bruce Momjian 5dd3c5620c Added documentation on new unique index capability. 30 years ago
Bruce Momjian 4024d43069 Added include file needed by memset(). 30 years ago
Bruce Momjian b3ce105b31 Add prototype for new datetime functions. 30 years ago
Bruce Momjian 7085aba53c Remove quote removal. Moved to parser. 30 years ago
Bruce Momjian 36aaf2505d Correct permissions on lo_export(). Open up permissions. 30 years ago
Bruce Momjian 3f53311088 Fix quote/doublequote handling. 30 years ago
Bruce Momjian b847d29785 Remove PERFECT_MEM 30 years ago
Bruce Momjian f8e02c192a Unallocate opaque. 30 years ago
Bruce Momjian a180738ddd Changed " to '. Removed bug section from psql. added reminder for log call 30 years ago
Marc G. Fournier 54c9905d6e Mulitple inclusion of sys/socket.h 30 years ago
Marc G. Fournier 8abc490181 Features added: 30 years ago
Marc G. Fournier eedc75bfe1 Bring in Randy's NOROOT patch 30 years ago
Marc G. Fournier 2081153e69 Fix a comment...was going to fix the <sys/types.h> problem, but 30 years ago
Marc G. Fournier d84057db71 Couple of Ultrix4 related patches submited by: 30 years ago
Marc G. Fournier fb3b9d7661 Fix a comment that wasn't commente'd out 30 years ago
Bruce Momjian fdcf5ff79c Remove comments psql was putting in output, typo's. 30 years ago
Bruce Momjian 0365c51e30 Overhaul MainLoop input processing for quotes, comments, backslashes. 30 years ago
Bryan Henderson f64b840387 Remove most compile-time options, add a few runtime options to make up for it. 30 years ago
Marc G. Fournier 7ac541daf1 moved man pages here, as requested by Bryan 30 years ago
Marc G. Fournier 389fe48cbb Removed man pages...moved to src/man 30 years ago
Bryan Henderson 65a10b1be6 Missed this part when I eliminated $(srcdir); src/bin stuff won't compile. 30 years ago
Bryan Henderson 6b135c9391 Use port-protos.h instead of trying to declare random() and srandom() 30 years ago
Bryan Henderson 902d2b8bac Use -Wno-error option only if compiler is gcc. 30 years ago
Bryan Henderson b4d689070e Use -W options only if compiler is gcc. 30 years ago
Bryan Henderson 200d4a4ec3 Include stdlib.h to gives its NULL, etc. definitions precedence over ours. 30 years ago
Bruce Momjian 25b4ca4284 Added percentage to CASSERT comment. 30 years ago
Marc G. Fournier 07a65b2255 Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> 30 years ago
Bryan Henderson 0cec8fe26c Fix syntax error introduced in last update. 30 years ago
Bryan Henderson b20766ccc4 Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR. 30 years ago
Bryan Henderson fdc1cf2434 Make shared library builds work for BSD44_derived. 30 years ago
Bryan Henderson b269793975 Forgot in yesterday's make file blitz. 30 years ago
Bryan Henderson d7dd9295b7 End of the make file simplifications. 30 years ago
Bryan Henderson 594525aec1 Put shared libraries in main directory, not obj/ 30 years ago
Marc G. Fournier c8708c5f9b Fix for finding the include files 30 years ago
Bryan Henderson b5499249e5 Quiet compiler warnings. 30 years ago