summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-05-22Finish initial markup of cvs.sgml, and include it in the programmer's guideThomas G. Lockhart
and the integrated doc. Clean up other markup.
1999-05-21Change perl Makefile test.Bruce Momjian
1999-05-21Disable fix. Didn't work.Bruce Momjian
1999-05-21Fix typo and attempt default fix.Bruce Momjian
1999-05-21*** empty log message ***Michael Meskes
1999-05-21Treat {} as special regex too.Bruce Momjian
1999-05-21add retest, a regex testing programTatsuo Ishii
1999-05-21Fix problem with | in ~ comparison using index.Bruce Momjian
1999-05-21Add material about postmaster startup failure messages;Tom Lane
update material about client connection failure messages.
1999-05-21Report strerror() rather than errno in low-level backend libpqTom Lane
failure messages.
1999-05-21Added a long section about proper use of the optimizer-hintTom Lane
clauses in CREATE OPERATOR. Needs markup work.
1999-05-21Minor updates to libpq documentation.Tom Lane
1999-05-20Removed the automatic installation of built procedural languagesJan Wieck
from initdb again. Added two new commands, createlang and destroylang to bin. These hopefully end this damned mklang.sql discussion. Jan
1999-05-20Generate distinct error messages for trigger function not foundTom Lane
and trigger function found but returns wrong type.
1999-05-20Fixed shift/reduce conflictJan Wieck
SelectStmt and CursorStmt tried to parse FOR UPDATE ... / FOR READ ONLY. Cursor now checks that it is read only by looking at forUpdate of Query. SelectStmt handles FOR READ ONLY too. Jan
1999-05-20overwriting a large object now worksTatsuo Ishii
1999-05-20Add reference pages on user interface applications.Thomas G. Lockhart
1999-05-20Rearrange and consolidate the Admin Guide.Thomas G. Lockhart
Add reference pages for utilities and remove standalone chapters for same. Add material for an appendix on date/time properties, but not yet integrated with the User's Guide. Break up the former chapter on pg_options into Admin and Programmer's Guides.
1999-05-20Very minor improvements in CREATE OPERATOR docs.Tom Lane
1999-05-20Update CREATE FUNCTION docs: mention use of AS clause withTom Lane
INTERNAL functions, add a warning about trying to overload function names for dynamically loaded C functions (from old man page).
1999-05-20Update SGML docs with some changes I made to test/regress/READMETom Lane
many moons ago, but forgot to put here.
1999-05-20Doco updates for change to handling of INTERNAL functionTom Lane
entries (prosrc is now name of C-level function).
1999-05-19Minor improvements to postmaster/backend man pages.Tom Lane
1999-05-19Dec ALpha patchesBruce Momjian
1999-05-19Dec alpha patches.Bruce Momjian
1999-05-19Remove 4096 string limited key on block sizeBruce Momjian
1999-05-19Upgrade to PyGreSQL (2.4)Bruce Momjian
1999-05-19Bring python up to date ...Marc G. Fournier
From: D'Arcy J.M. Cain <darcy@druid.net>
1999-05-18Add Aggref and ArrayRef to the set of node types that transformExprTom Lane
will pass through rather than spitting up. This is necessary to handle cases where coerce_type causes a subexpression to be retransformed, as in SELECT count(*) + 1.0 FROM table
1999-05-18Forgot the CHANGELOGPeter Mount
1999-05-18Internationalisation of error messagesPeter Mount
1999-05-18Now that hashjoin is reliable for large joins (knock on wood),Tom Lane
remove optimizer's arbitrary limit on how large a join it will use hashing for. (The limit was too large to prevent the problems we'd been seeing, anyway...)
1999-05-18Remove no-longer-used fields in Hash and HashJoin nodes.Tom Lane
1999-05-18Rewrite hash join to use simple linked lists instead of aTom Lane
fixed-size hashtable. This should prevent 'hashtable out of memory' errors, unless you really do run out of memory. Note: target size for hashtable is now taken from -S postmaster switch, not -B, since it is local memory in the backend rather than shared memory.
1999-05-18Transactions in ImageViewerPeter Mount
1999-05-18*** empty log message ***Michael Meskes
1999-05-17Fixed Internationalization of error messages.Peter Mount
1999-05-17Minor bug fixes. Replaced DateStyle support with ISO.Peter Mount
1999-05-17All works on linux now by my tests and regression(with patch below).Bruce Momjian
ALTER TABLE RENAME with extents. Ole Gjerde
1999-05-17Skip junk nodes when comparing UNION target list lengths.Bruce Momjian
1999-05-17Change resjunk to a boolean.Bruce Momjian
1999-05-17Fixed latest regression diff's by omitting viewowner in SELECT from pg_views.Jan Wieck
Jan
1999-05-17This is actually more of a fundamental problem with mdtruncate. ItBruce Momjian
looks like someone just didn't add support for multiple segments for truncation. The following patch seems to do the right thing, for me at least. It passed my tests, my data looks right(no data that shouldn't be in there) and regression is ok. Ole Gjerde
1999-05-17Add pythonBruce Momjian
1999-05-17Re-add python.Bruce Momjian
1999-05-17Updates for 6.5.Bruce Momjian
1999-05-17Update pointers to where the register/mailing list pages are found on theMarc G. Fournier
wweb site ..
1999-05-17Prior patch added 2 more characters to string allocatedTom Lane
for SERIAL column's constraint, but forgot to increase space palloc'd...
1999-05-17SELECT * error message fix.Bruce Momjian
1999-05-17Apply freebsd specific patches dealign with ELF system from FreeBSD'sMarc G. Fournier
ports collection ...