Commit Graph

911 Commits (e5ff0b930a8afebecc143cf350db2da2b10d9fca)
 

Author SHA1 Message Date
Bryan Henderson e5ff0b930a Add include of port-protos.h so it works on Ultrix. Thanks Erik Bertelson. 29 years ago
Bryan Henderson 76981276b0 Fix syntax error 29 years ago
Marc G. Fournier 5aea6a0bca minor path problem fix by tgl@mythos.jpl.nasa.gov 29 years ago
Marc G. Fournier d02015d1cc Typo: Change Postgres95 to PostgreSQL 29 years ago
Marc G. Fournier 73b6ffbf76 Improvements to pg_dump to: 29 years ago
Bryan Henderson 14800311d2 Fix mismatching prototype (const int vs int) 29 years ago
Bryan Henderson 2091345297 Add Irix stuff. 29 years ago
Marc G. Fournier 76bf7f9d68 remove zap_ltv from the distribution, since the problem it fixed doesn't 29 years ago
Marc G. Fournier 046873ac90 REmove pg4_dump...its old stuff that is sooo out of date as to be useless... 29 years ago
Marc G. Fournier 5b104c30e9 NeXT port specific changes by: Ovidiu Predescu <ovidiu@bx.logicnet.ro> 29 years ago
Marc G. Fournier a9bfcf459e PORT NeXT requires an isascii() define...put it in config.h, most likely 29 years ago
Marc G. Fournier 151d484ca5 Minor changes for NeXT compile 29 years ago
Marc G. Fournier 3d53b87369 More config.h syncing for limits.h 29 years ago
Marc G. Fournier 8ec5bd06b7 Add NeXT port submitted by: Ovidiu Predescu <ovidiu@bx.logicnet.ro> 29 years ago
Marc G. Fournier 1321fe1a81 Clean up 'if defined()' for header files... 29 years ago
Marc G. Fournier 5f5958cb98 add define for USE_LIMIT_H into NeXT port... 29 years ago
Marc G. Fournier 8251ce7d10 final fix for shared library under BSD44_derived 29 years ago
Marc G. Fournier 0865f587ea Shared library fixes for BSD44_Derived port 29 years ago
Marc G. Fournier ea7a26c84b Fixes: 29 years ago
Marc G. Fournier 3bfbe9a7fd Fixes: 29 years ago
Marc G. Fournier d57d3626cb Just reviewed what I changed as far a dlopen/etc are concerned, and determined 29 years ago
Bryan Henderson 7bfb924aea Silence compiler warnings, fix error in complex compare function. 29 years ago
Bryan Henderson 227015b08e Standardize all LDADD to LD_ADD. 29 years ago
Vadim B. Mikheev 068a4c53af Closing opened indices. 29 years ago
Vadim B. Mikheev 8fa5394c49 Releasing empty root page in _bt_endpoint () to avoid 29 years ago
Marc G. Fournier b5164666a3 someone added pg_listen and pg_notifies to libpgtcl. But first 29 years ago
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