summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use proper types so it compiles on DEC C89. Thanks Erik Bertelson.Bryan Henderson1997-01-083-11/+10
* Change the way ipc.h is included because sys/ipc.h on Ultrix is broken.Bryan Henderson1997-01-085-18/+13
* Add include of port-protos.h so it works on Ultrix. Thanks Erik Bertelson.Bryan Henderson1997-01-081-1/+3
* Fix syntax errorBryan Henderson1997-01-081-2/+2
* minor path problem fix by tgl@mythos.jpl.nasa.govMarc G. Fournier1997-01-081-2/+2
* Typo: Change Postgres95 to PostgreSQLMarc G. Fournier1997-01-081-2/+2
* Improvements to pg_dump to:Marc G. Fournier1997-01-072-4/+56
* Fix mismatching prototype (const int vs int)Bryan Henderson1997-01-061-2/+2
* Add Irix stuff.Bryan Henderson1997-01-062-29/+34
* REmove pg4_dump...its old stuff that is sooo out of date as to be useless...Marc G. Fournier1997-01-065-2299/+0
* NeXT port specific changes by: Ovidiu Predescu <ovidiu@bx.logicnet.ro>Marc G. Fournier1997-01-061-5/+1
* PORT NeXT requires an isascii() define...put it in config.h, most likelyMarc G. Fournier1997-01-061-0/+3
* Minor changes for NeXT compileMarc G. Fournier1997-01-062-7/+8
* More config.h syncing for limits.hMarc G. Fournier1997-01-061-11/+10
* Add NeXT port submitted by: Ovidiu Predescu <ovidiu@bx.logicnet.ro>Marc G. Fournier1997-01-065-0/+162
* Clean up 'if defined()' for header files...Marc G. Fournier1997-01-061-12/+10
* add define for USE_LIMIT_H into NeXT port...Marc G. Fournier1997-01-061-0/+1
* final fix for shared library under BSD44_derivedMarc G. Fournier1997-01-051-2/+2
* Shared library fixes for BSD44_Derived portMarc G. Fournier1997-01-051-3/+8
* Fixes:Marc G. Fournier1997-01-051-2/+5
* Fixes:Marc G. Fournier1997-01-051-2/+2
* Just reviewed what I changed as far a dlopen/etc are concerned, and determinedMarc G. Fournier1997-01-052-12/+1
* Silence compiler warnings, fix error in complex compare function.Bryan Henderson1997-01-052-1/+43
* Standardize all LDADD to LD_ADD.Bryan Henderson1997-01-054-21/+19
* Closing opened indices.Vadim B. Mikheev1997-01-051-1/+5
* Releasing empty root page in _bt_endpoint () to avoidVadim B. Mikheev1997-01-051-2/+10
* someone added pg_listen and pg_notifies to libpgtcl. But firstMarc G. Fournier1997-01-033-31/+20
* documentation updating to 6.0 releaseBruce Momjian1997-01-031-12/+10
* FreeBSD doesn't require the dl{open,close,sym,error} functions, as they areMarc G. Fournier1997-01-032-5/+16
* fix for previous fixBruce Momjian1997-01-021-5/+3
* psql paren. with \r fix.Bruce Momjian1997-01-021-3/+8
* ALTER TABLE (text) fixBruce Momjian1997-01-021-4/+4
* Fix for SELECT INTO ... GROUP/ORDER BY where table already exists unlink error.Bruce Momjian1997-01-012-3/+12
* Make error messages more explicit, PQtrace() output more readable.Bryan Henderson1996-12-312-138/+186
* Rename Makefile to GNUmakefile to catch people using other makes.Bryan Henderson1996-12-312-68/+74
* Fixed realloc for increasing tempRels list.Vadim B. Mikheev1996-12-311-2/+3
* ReleaseTmpRelBuffers () releases buffers in LOCAL buffer pool nowVadim B. Mikheev1996-12-311-1/+19
* Put $(CURSES_LIB) in Makefile.global to replace similar thing in psql/Makefile.Bryan Henderson1996-12-302-12/+19
* Check that PQendcopy succeeded. Issue error message if not.Bryan Henderson1996-12-301-7/+15
* explain changeBruce Momjian1996-12-293-13/+23
* typo fixBruce Momjian1996-12-291-2/+2
* New EXPLAIN manual page.Bruce Momjian1996-12-291-0/+14
* Changed EXPLAIN option names.Bruce Momjian1996-12-291-2/+2
* Improved EXPLAIN option handling.Bruce Momjian1996-12-291-6/+16
* Fix expected regression output.Bruce Momjian1996-12-281-6/+6
* Fixed errors in create statement.Bruce Momjian1996-12-281-3/+3
* Fixed error where = should be ==.Bruce Momjian1996-12-281-2/+3
* Fixed Assert check where ! should be !=.Bruce Momjian1996-12-281-2/+2
* Here is a bug fix and some spelling changes for the complex number tutorialBruce Momjian1996-12-282-9/+10
* Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a fullBruce Momjian1996-12-288-29/+31