| 1999-05-27 |
Thomas G. Lockhart | FAQs contributed for this release. |
commit | commitdiff | tree |
| 1999-05-27 |
Thomas G. Lockhart | Markup fixes. |
commit | commitdiff | tree |
| 1999-05-27 |
Thomas G. Lockhart | Markup fixes. |
commit | commitdiff | tree |
| 1999-05-27 |
Thomas G. Lockhart | Significant updates from Vince Vielhaber. |
commit | commitdiff | tree |
| 1999-05-27 |
Thomas G. Lockhart | Remove disclaimer about exact numeric types. They work... |
commit | commitdiff | tree |
| 1999-05-27 |
Thomas G. Lockhart | Refresh FreeBSD info. |
commit | commitdiff | tree |
| 1999-05-27 |
Thomas G. Lockhart | Significant update from Vince Vielhaber. |
commit | commitdiff | tree |
| 1999-05-27 |
Bruce Momjian | Update release notes for 6.5. |
commit | commitdiff | tree |
| 1999-05-27 |
Bruce Momjian | Clean up release sgml file. |
commit | commitdiff | tree |
| 1999-05-27 |
Bruce Momjian | I am not sure if libpq++ will compile with non g++... |
commit | commitdiff | tree |
| 1999-05-27 |
Bruce Momjian | Fix for crypt memory leak, from James Thompson |
commit | commitdiff | tree |
| 1999-05-26 |
Tom Lane | Patch from Andreas: when CREATE TABLE is followed by... |
commit | commitdiff | tree |
| 1999-05-26 |
Tom Lane | Fix pg_dump to use the same maximum-query-size constant as |
commit | commitdiff | tree |
| 1999-05-26 |
Bruce Momjian | Fix compile of plpgsql by adding 'extern int yylineno.' |
commit | commitdiff | tree |
| 1999-05-26 |
Bruce Momjian | Display numeric precision on \d. |
commit | commitdiff | tree |
| 1999-05-26 |
Bruce Momjian | Allow GROUPs to be dumped properly. |
commit | commitdiff | tree |
| 1999-05-26 |
Thomas G. Lockhart | Add chapters on CVS access, MVCC, SQL theory to the... |
commit | commitdiff | tree |
| 1999-05-26 |
Thomas G. Lockhart | Chapter on multi-version concurrency control from Vadim. |
commit | commitdiff | tree |
| 1999-05-26 |
Thomas G. Lockhart | Add new reference pages for postmaster and postgres. |
commit | commitdiff | tree |
| 1999-05-26 |
Thomas G. Lockhart | First copy from the man pages. |
commit | commitdiff | tree |
| 1999-05-26 |
Bruce Momjian | Fix for NT from Horak Daniel |
commit | commitdiff | tree |
| 1999-05-26 |
Bruce Momjian | Disable use of -o and -d pg_dump options together.... |
commit | commitdiff | tree |
| 1999-05-26 |
Bruce Momjian | Add fix for 0x7fU constants to pgindent |
commit | commitdiff | tree |
| 1999-05-26 |
Bruce Momjian | Allow pg_dump -v display proper table/sequence count... |
commit | commitdiff | tree |
| 1999-05-26 |
Bruce Momjian | Make functions static or NOT_USED as appropriate. |
commit | commitdiff | tree |
| 1999-05-26 |
Marc G. Fournier | Give BEOS a chance ... |
commit | commitdiff | tree |
| 1999-05-25 |
Bruce Momjian | Another pgindent run. Sorry folks. |
commit | commitdiff | tree |
| 1999-05-25 |
Bruce Momjian | Make 0x007f -> (unsigned)0x7f to make pgindent happy. |
commit | commitdiff | tree |
| 1999-05-25 |
Vadim B. Mikheev | Get rid of page-level locking in btree-s. |
commit | commitdiff | tree |
| 1999-05-25 |
Vadim B. Mikheev | Get rid of page-level locking in btree-s. |
commit | commitdiff | tree |
| 1999-05-25 |
Bruce Momjian | pgindent run over code. |
commit | commitdiff | tree |
| 1999-05-25 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree |
| 1999-05-25 |
Jan Wieck | Bugfix - Range table entries that are unused after... |
commit | commitdiff | tree |
| 1999-05-25 |
Jan Wieck | Fixed bug in rules event qualification output. |
commit | commitdiff | tree |
| 1999-05-25 |
Bruce Momjian | FIx for 0.0.0.0/0 output as 00/0. |
commit | commitdiff | tree |
| 1999-05-23 |
Tom Lane | Do not assign output columns to junk attributes created... |
commit | commitdiff | tree |
| 1999-05-23 |
Tom Lane | Detect case of invalid use of GROUP BY when there are no |
commit | commitdiff | tree |
| 1999-05-23 |
Bruce Momjian | Remove more -B parameters not needed. |
commit | commitdiff | tree |
| 1999-05-23 |
Bruce Momjian | Remove -B from wisconsin test. |
commit | commitdiff | tree |
| 1999-05-23 |
Vadim B. Mikheev | Fix tuple chain moving bug found by "Hiroshi Inoue... |
commit | commitdiff | tree |
| 1999-05-23 |
Bruce Momjian | Here it is. Remove or rename the current interfaces... |
commit | commitdiff | tree |
| 1999-05-22 |
Tom Lane | Update commentary in sample GEQO config file. |
commit | commitdiff | tree |
| 1999-05-22 |
Tom Lane | Reduce default GEQO 'effort' setting to MEDIUM always. |
commit | commitdiff | tree |
| 1999-05-22 |
Tom Lane | Modify aset.c logic so that blocks requested from mallo... |
commit | commitdiff | tree |
| 1999-05-22 |
Tom Lane | Improve error message from failed LOAD command (include |
commit | commitdiff | tree |
| 1999-05-22 |
Tom Lane | Allow GEQO effort to be specified numerically, as well as |
commit | commitdiff | tree |
| 1999-05-22 |
Tom Lane | Modify backend switch parsing to prevent 'insecure... |
commit | commitdiff | tree |
| 1999-05-22 |
Bruce Momjian | Fix for select 1;select 2 without trailing semi. |
commit | commitdiff | tree |
| 1999-05-22 |
Bruce Momjian | Fix for DEFAULT ''. |
commit | commitdiff | tree |
| 1999-05-22 |
Bruce Momjian | Make postgres prompt backend>, and remove PARSEDEBUG. |
commit | commitdiff | tree |
| 1999-05-22 |
Thomas G. Lockhart | Finish initial markup of cvs.sgml, and include it in... |
commit | commitdiff | tree |
| 1999-05-21 |
Bruce Momjian | Change perl Makefile test. |
commit | commitdiff | tree |
| 1999-05-21 |
Bruce Momjian | Disable fix. Didn't work. |
commit | commitdiff | tree |
| 1999-05-21 |
Bruce Momjian | Fix typo and attempt default fix. |
commit | commitdiff | tree |
| 1999-05-21 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree |
| 1999-05-21 |
Bruce Momjian | Treat {} as special regex too. |
commit | commitdiff | tree |
| 1999-05-21 |
Tatsuo Ishii | add retest, a regex testing program |
commit | commitdiff | tree |
| 1999-05-21 |
Bruce Momjian | Fix problem with | in ~ comparison using index. |
commit | commitdiff | tree |
| 1999-05-21 |
Tom Lane | Add material about postmaster startup failure messages; |
commit | commitdiff | tree |
| 1999-05-21 |
Tom Lane | Report strerror() rather than errno in low-level backen... |
commit | commitdiff | tree |
| 1999-05-21 |
Tom Lane | Added a long section about proper use of the optimizer... |
commit | commitdiff | tree |
| 1999-05-21 |
Tom Lane | Minor updates to libpq documentation. |
commit | commitdiff | tree |
| 1999-05-20 |
Jan Wieck | Removed the automatic installation of built procedural... |
commit | commitdiff | tree |
| 1999-05-20 |
Tom Lane | Generate distinct error messages for trigger function... |
commit | commitdiff | tree |
| 1999-05-20 |
Jan Wieck | Fixed shift/reduce conflict |
commit | commitdiff | tree |
| 1999-05-20 |
Tatsuo Ishii | overwriting a large object now works |
commit | commitdiff | tree |
| 1999-05-20 |
Thomas G. Lockhart | Add reference pages on user interface applications. |
commit | commitdiff | tree |
| 1999-05-20 |
Thomas G. Lockhart | Rearrange and consolidate the Admin Guide. |
commit | commitdiff | tree |
| 1999-05-20 |
Tom Lane | Very minor improvements in CREATE OPERATOR docs. |
commit | commitdiff | tree |
| 1999-05-20 |
Tom Lane | Update CREATE FUNCTION docs: mention use of AS clause... |
commit | commitdiff | tree |
| 1999-05-20 |
Tom Lane | Update SGML docs with some changes I made to test/regre... |
commit | commitdiff | tree |
| 1999-05-20 |
Tom Lane | Doco updates for change to handling of INTERNAL function |
commit | commitdiff | tree |
| 1999-05-19 |
Tom Lane | Minor improvements to postmaster/backend man pages. |
commit | commitdiff | tree |
| 1999-05-19 |
Bruce Momjian | Dec ALpha patches |
commit | commitdiff | tree |
| 1999-05-19 |
Bruce Momjian | Dec alpha patches. |
commit | commitdiff | tree |
| 1999-05-19 |
Bruce Momjian | Remove 4096 string limited key on block size |
commit | commitdiff | tree |
| 1999-05-19 |
Bruce Momjian | Upgrade to PyGreSQL (2.4) |
commit | commitdiff | tree |
| 1999-05-19 |
Marc G. Fournier | Bring python up to date ... |
commit | commitdiff | tree |
| 1999-05-18 |
Tom Lane | Add Aggref and ArrayRef to the set of node types that... |
commit | commitdiff | tree |
| 1999-05-18 |
Peter Mount | Forgot the CHANGELOG |
commit | commitdiff | tree |
| 1999-05-18 |
Peter Mount | Internationalisation of error messages |
commit | commitdiff | tree |
| 1999-05-18 |
Tom Lane | Now that hashjoin is reliable for large joins (knock... |
commit | commitdiff | tree |
| 1999-05-18 |
Tom Lane | Remove no-longer-used fields in Hash and HashJoin nodes. |
commit | commitdiff | tree |
| 1999-05-18 |
Tom Lane | Rewrite hash join to use simple linked lists instead... |
commit | commitdiff | tree |
| 1999-05-18 |
Peter Mount | Transactions in ImageViewer |
commit | commitdiff | tree |
| 1999-05-18 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree |
| 1999-05-17 |
Peter Mount | Fixed Internationalization of error messages. |
commit | commitdiff | tree |
| 1999-05-17 |
Peter Mount | Minor bug fixes. Replaced DateStyle support with ISO. |
commit | commitdiff | tree |
| 1999-05-17 |
Bruce Momjian | All works on linux now by my tests and regression(with... |
commit | commitdiff | tree |
| 1999-05-17 |
Bruce Momjian | Skip junk nodes when comparing UNION target list lengths. |
commit | commitdiff | tree |
| 1999-05-17 |
Bruce Momjian | Change resjunk to a boolean. |
commit | commitdiff | tree |
| 1999-05-17 |
Jan Wieck | Fixed latest regression diff's by omitting viewowner... |
commit | commitdiff | tree |
| 1999-05-17 |
Bruce Momjian | This is actually more of a fundamental problem with... |
commit | commitdiff | tree |
| 1999-05-17 |
Bruce Momjian | Add python |
commit | commitdiff | tree |
| 1999-05-17 |
Bruce Momjian | Re-add python. |
commit | commitdiff | tree |
| 1999-05-17 |
Bruce Momjian | Updates for 6.5. |
commit | commitdiff | tree |
| 1999-05-17 |
Marc G. Fournier | Update pointers to where the register/mailing list... |
commit | commitdiff | tree |
| 1999-05-17 |
Tom Lane | Prior patch added 2 more characters to string allocated |
commit | commitdiff | tree |
| 1999-05-17 |
Bruce Momjian | SELECT * error message fix. |
commit | commitdiff | tree |
| 1999-05-17 |
Marc G. Fournier | Apply freebsd specific patches dealign with ELF system... |
commit | commitdiff | tree |
| next |