Commit Graph

885 Commits (9d81f5297bd766f5e23236b0f8a9af47a6f4ee8a)
 

Author SHA1 Message Date
Bruce Momjian 9d81f5297b Migration file changes 29 years ago
Bruce Momjian de6f613cf8 moved migration files 29 years ago
Bruce Momjian a6ae2ae88a update TODO 29 years ago
Bruce Momjian 461d22206f documentation updating to 6.0 release 29 years ago
Marc G. Fournier 4f8db3eb4c FreeBSD doesn't require the dl{open,close,sym,error} functions, as they are 29 years ago
Bruce Momjian 24632b0ee0 fix for previous fix 29 years ago
Bruce Momjian 6e2341a48e psql paren. with \r fix. 29 years ago
Bruce Momjian 1a395b7256 ALTER TABLE (text) fix 29 years ago
Bruce Momjian 6da0055274 Fix for SELECT INTO ... GROUP/ORDER BY where table already exists unlink error. 29 years ago
Bryan Henderson 8fb0ac8898 Make error messages more explicit, PQtrace() output more readable. 29 years ago
Bryan Henderson e2da92f1c3 Rename Makefile to GNUmakefile to catch people using other makes. 29 years ago
Vadim B. Mikheev 7266928e77 Fixed realloc for increasing tempRels list. 29 years ago
Vadim B. Mikheev ae753b86b5 ReleaseTmpRelBuffers () releases buffers in LOCAL buffer pool now 29 years ago
Bryan Henderson 9b94bcea21 Put $(CURSES_LIB) in Makefile.global to replace similar thing in psql/Makefile. 29 years ago
Bryan Henderson 7ab0ceb824 Check that PQendcopy succeeded. Issue error message if not. 29 years ago
Bruce Momjian 765dd2a4c0 explain change 29 years ago
Bruce Momjian bf6fdeebb5 typo fix 29 years ago
Bruce Momjian b0030c6c42 New EXPLAIN manual page. 29 years ago
Bruce Momjian 2d291ab093 Changed EXPLAIN option names. 29 years ago
Bruce Momjian 4415e481ef Improved EXPLAIN option handling. 29 years ago
Bruce Momjian e981bcb0c3 Fix expected regression output. 29 years ago
Bruce Momjian 8cc2eb66ec Fixed errors in create statement. 29 years ago
Bruce Momjian bbc0d47773 Fixed error where = should be ==. 29 years ago
Bruce Momjian fd12c8f85e Fixed Assert check where ! should be !=. 29 years ago
Bruce Momjian 221d7296aa Here is a bug fix and some spelling changes for the complex number tutorial 29 years ago
Bruce Momjian cb6cb7745d Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a full 29 years ago
Bruce Momjian a2b7f62976 Updated changes for 6.0. 29 years ago
Bruce Momjian d4dbfdb4c0 Patch for copy from stdin. 29 years ago
Bryan Henderson 15526ff0ac Add messages to assist in problem diagnosis. Eliminate lines > 80 characters. 29 years ago
Bryan Henderson 634b38aa86 Add asserts to check for file descriptor ring corruption. 29 years ago
Vadim B. Mikheev 4a5135c34e There was JMP_BUF defined in config.h. And SIGJMP_BUF later. 29 years ago
Bryan Henderson 645b587788 Remove use of "bool", which user program may not have defined. This .h file 29 years ago
Bryan Henderson af30fe7852 Remove use of "bool", which user program may not have defined. 29 years ago
Bruce Momjian 8c72118527 Documentatoin update 29 years ago
Bruce Momjian e8f43854ac pq/signal() portability patch. Also psql copy prompt fix. 29 years ago
Bryan Henderson 7f00f11c01 Fix syntax of \copy in \? display. 29 years ago
Bruce Momjian 9643e8ba37 Added needed prototype. 29 years ago
Bruce Momjian 0cb22cb7ef Removal of unused CppConcat defines. 29 years ago
Bruce Momjian b1765f4637 Note the => changes to == after a connect and stays that way on subsequent 29 years ago
Bruce Momjian 89b2807170 Added include files needed for getpid prototype. 29 years ago
Bruce Momjian d419e11cb6 Change %ud to %u 29 years ago
Bruce Momjian 0681513693 In file: .../src/backend/postmaster/postmaster.c I found 3 leaks and 29 years ago
Bruce Momjian 28a08fd4ac I have this annoying habit (among others) of putting 29 years ago
Bruce Momjian c5aaba2c34 In src/backend/catalog/pg_operator.c in OperatorDef, there 29 years ago
Bruce Momjian df0eee9963 Removal of CppConcat from indexam.c. 29 years ago
Bruce Momjian 0fde972e25 Added mention of CUSTOM_COPT to file. 29 years ago
Bryan Henderson 9b55904647 Clarify error message about trying to PQgetvalue() nonexistent row. 29 years ago
Bryan Henderson ab90c18d12 Fix Solaris stuff so it compiles. Thanks Keith Parks. 29 years ago
Bryan Henderson d9e10180ee Add some quotes so it works on more shells. 29 years ago
Bryan Henderson d6c06feb18 Add cast to quiet compiler warning. 29 years ago