summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add new reference pages adapted from Jose'.Thomas G. Lockhart1998-09-055-0/+1134
|
* Minor fix to add paragraph break.Thomas G. Lockhart1998-09-051-0/+1
|
* Use alternate form for long-long-int to be compatible with AIX.Thomas G. Lockhart1998-09-051-2/+2
| | | | %Ld worked with gcc, but %lld works with both gcc and AIX.
* offsetof cleanup.Bruce Momjian1998-09-042-6/+6
|
* t_bits alignment fix from Tatsuo IshiiBruce Momjian1998-09-042-6/+8
|
* Try this snprintf() implementation, used in sendmail...Marc G. Fournier1998-09-041-58/+309
|
* From: David Hartwig <daybee@bellatlantic.net>Marc G. Fournier1998-09-041-55/+55
| | | | | | | | | | | | | I put some extra checks to make sure a query was a good candidate for rewrite into a UNION. Besides the existing checks: 1. Make sure the AND/OR tree was rectangular. ( i.e. 3 X 4 or 10 X 3) 2. Only one table. 3. Must have an AND dimension. 4. At least 9 OP expressions total Also cleaned up and commented.
* libpgtcl cleanups for Tom Lane.Bruce Momjian1998-09-043-12/+13
|
* Allow insert statements to have every columnThomas G. Lockhart1998-09-031-6/+21
| | | | supplied by a DEFAULT clause. Enables INSERT INTO TABLE DEFAULT VALUES...
* Update to match newest gram.c since both are generated from gram.y.Thomas G. Lockhart1998-09-031-228/+227
| | | | Should be done every time gram.c is refreshed.
* Oops missing file.Bruce Momjian1998-09-031-0/+213
|
* patch cleanups.Bruce Momjian1998-09-032-5/+5
|
* [Part #1: Type: text/plain, Encoding: 7bit, Size: 59]Bruce Momjian1998-09-035-6/+59
| | | | | | I will be cleaning this up more before the Oct 1 deadline. David Hartwig. AND/OR fix.
* Fix ifdef.Bruce Momjian1998-09-031-2/+2
|
* New stuff from Peter Mount for jdbc.Bruce Momjian1998-09-038-198/+198
|
* New stuff for 6.4 jdbc.Bruce Momjian1998-09-035-3/+551
| | | | Peter mount
* > Yikes, that is certainly not standard C. I have never seen thatBruce Momjian1998-09-032-2/+37
| | | | | | | | | | before. > Looks like a GNU-ism. I nice one, but still a GNU-ism. Sorry, I didn't know it is a GNU extension. I have written this patch which should fix the problem. Let me know if you still have problems. Massimo Dal Zotto
* Remove \r\n in windows makefile.Bruce Momjian1998-09-031-64/+64
|
* O2. Seems tas() for PPC (storage/buffer/s_lock.c) never works ifBruce Momjian1998-09-031-13/+16
| | | | | | | | | | compiled with -O0. Included are patches that should fix the problem (of course I have confirmed -O2 works with this patch). BTW, here is a platforms/regression test failure(serious one--backend death) matrix. Tatsuo Ishii
* Oops. I'll fix this.Bruce Momjian1998-09-031-2/+3
| | | | | | | Here are patches for bin/createdb/createdb.sh. -- Tatsuo Ishii t-ishii@sra.co.jp
* Attached is a patch to remove the definitions of libpq's internalBruce Momjian1998-09-0312-430/+516
| | | | | | | | | | | | | | | | | structs from libpq-fe.h, as we previously discussed. There turned out to be sloppy coding practices in more places than I had realized :-(, but all in all I think it was a well-worth-while exercise. I ended up adding several routines to libpq's API in order to respond to application requirements that were exposed by this work. I owe the docs crew updates for libpq.sgml to describe these changes. I'm way too tired to work on the docs tonight, however. This is the last major change I intend to submit for 6.4. I do want to see if I can make libpgtcl work with Tcl 8.0 before we go final, but hopefully that will be a minor bug fix.
* > David Hartwig wrote:Bruce Momjian1998-09-023-11/+13
| | | | | | | | | | | | | | > > Please apply this HAVING regression patch. > > My bad. It is caused by a known bug having to do with GROUP BY. It ain't$ > > nothing to do with HAVING. For some reason the bug went away for a while, $ > > script. It must have, because that is how I created the expected file. :( > > > > A patch to the regression will be forthcoming. >
* Fix for indexing problems.Bruce Momjian1998-09-027-33/+15
|
* Update to support the CREATE TABLE DEFAULT VALUES statement in gram.y.Thomas G. Lockhart1998-09-021-10442/+8896
|
* Support CREATE TABLE DEFAULT VALUES statement.Thomas G. Lockhart1998-09-021-1/+12
|
* Add more new pages.Thomas G. Lockhart1998-09-026-0/+837
|
* autoconfBruce Momjian1998-09-021-475/+280
|
* Fix for install pathBruce Momjian1998-09-022-16/+3
|
* updateBruce Momjian1998-09-021-5/+5
|
* install file search fixBruce Momjian1998-09-021-5/+5
|
* autoconfBruce Momjian1998-09-021-279/+473
|
* Configure fix for install script search.Bruce Momjian1998-09-025-7/+25
|
* re-add bsdi makefileBruce Momjian1998-09-011-0/+0
|
* bsdi cleanupBruce Momjian1998-09-014-4/+6
|
* cleanupBruce Momjian1998-09-011-15/+13
|
* Fix message delimiters for substitution by sed script during installation.Thomas G. Lockhart1998-09-011-3/+3
| | | | They were missing a "PG_" prefix so were not substituted properly.
* Add new files from Oliver and Thomas.Thomas G. Lockhart1998-09-0116-8/+3423
|
* Remove mention of the migration directory since this info has alreadyThomas G. Lockhart1998-09-011-12/+1
| | | | been integrated into here.
* Put in explicit reference to the ref/ subdirectory to help emacs.Thomas G. Lockhart1998-09-011-3/+3
|
* Initial information for Linux/Unix installation.Thomas G. Lockhart1998-09-011-27/+147
|
* cleanups of indexing.cBruce Momjian1998-09-011-5/+3
|
* cleanupBruce Momjian1998-09-013-13/+13
|
* cleanupBruce Momjian1998-09-012-6/+6
|
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01574-24071/+26547
|
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01329-4388/+4380
|
* indexing.c cleanups.Bruce Momjian1998-08-313-11/+8
|
* Fix for regprocBruce Momjian1998-08-313-19/+30
|
* Fix for regprocout, use underscore, not parens.Bruce Momjian1998-08-311-3/+4
|
* OR clause index fixBruce Momjian1998-08-313-15/+13
|
* Two spaces after a colon.Bruce Momjian1998-08-311-6/+6
|