| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1999-11-08 | psql makefile fix from Keith Parks | Bruce Momjian | |
| 1999-11-07 | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | |
| Fewer calls to nameout. Better use of RelationGetRelationName. | |||
| 1999-11-06 | exit recursion fix from Massimo | Bruce Momjian | |
| 1999-11-06 | Fix for recusive exit call from Massimo. | Bruce Momjian | |
| 1999-11-06 | Sort help file names, from Peter Eisentraut | Bruce Momjian | |
| 1999-11-06 | Add Linux ARM. | Bruce Momjian | |
| 1999-11-05 | Update psql banner | Bruce Momjian | |
| 1999-11-05 | Update psql display. | Bruce Momjian | |
| 1999-11-05 | environment variable set by MULTIBYTE startup code should be | Tom Lane | |
| stored in malloc'd space, not in a static variable. Otherwise environment variable list is corrupted if libpq is dynamically unlinked... | |||
| 1999-11-05 | Update \? display. | Bruce Momjian | |
| 1999-11-05 | Make pager on by default. | Bruce Momjian | |
| 1999-11-05 | Clean up \? psql display. | Bruce Momjian | |
| 1999-11-05 | psql banner cleanup | Bruce Momjian | |
| 1999-11-05 | clean up startup banner | Bruce Momjian | |
| 1999-11-04 | Fix EOF/control-D display in psql. | Bruce Momjian | |
| 1999-11-04 | Update to psql, run pgindent. | Bruce Momjian | |
| 1999-11-04 | psql cleanup | Bruce Momjian | |
| 1999-11-04 | Update psql with man pages and new version of help. | Bruce Momjian | |
| 1999-11-04 | Major psql overhaul by Peter Eisentraut. | Bruce Momjian | |
| 1999-11-04 | autoconf | Bruce Momjian | |
| 1999-11-04 | Improve getopt and readline support, from Peter Eisentraut. | Bruce Momjian | |
| 1999-11-04 | Update bsdi for bsd/os 4.1 | Bruce Momjian | |
| 1999-11-04 | Make it possible to execute crashed CREATE/DROP commands again. | Hiroshi Inoue | |
| Now indexes of pg_class and pg_type are unique indexes and guarantee the uniqueness of correponding attributes. heap_create() was changed to take another boolean parameter which allows to postpone the creation of disk file. The name of rd_nonameunlinked was changed to rd_unlinked. It is used generally(not only for noname relations) now. Requires initdb. | |||
| 1999-11-02 | *** empty log message *** | Michael Meskes | |
| 1999-11-02 | *** empty log message *** | Michael Meskes | |
| 1999-11-02 | update for pgaccess | Bruce Momjian | |
| 1999-11-01 | autoconf | Bruce Momjian | |
| 1999-11-01 | Update pgaccess | Bruce Momjian | |
| 1999-11-01 | autoconf | Bruce Momjian | |
| 1999-11-01 | Update for pgaccess 0.98. | Bruce Momjian | |
| 1999-11-01 | Eliminate RewritePreprocessQuery, which was taking an | Tom Lane | |
| unreasonable amount of time to clean up after a vanished parser problem. Don't call fireRIRonSubselect when we know there are no subselects, either. | |||
| 1999-11-01 | Eliminate some unbelievably cheesy code in _copyConst(). | Tom Lane | |
| Apparently, back in the dim reaches of prehistory, the parser couldn't be trusted to label Const nodes with the correct constbyval value ... and someone preferred to patch around this in copyObject rather than fix the problem at the source. The problem is long gone, but the hack lingered on. Until now. | |||
| 1999-11-01 | Inline check for full buffer in appendStringInfoChar. | Tom Lane | |
| 1999-11-01 | Don't call ExecOpenIndices if pg_class relhasindex shows there are no | Tom Lane | |
| indexes to open. Avoid unnecessary work in ExecCheckPerm, too. | |||
| 1999-11-01 | Eliminate local inefficiencies in updateTargetListEntry, make_var, and | Tom Lane | |
| make_const --- don't repeat cache searches that aren't needed. | |||
| 1999-11-01 | formatting cleanup | Bruce Momjian | |
| 1999-11-01 | Update version for 7.0. | Bruce Momjian | |
| 1999-11-01 | Allow indexes on system catalogs for use in cache code. | Bruce Momjian | |
| Thanks to Hiroshi | |||
| 1999-10-31 | autoconf | Bruce Momjian | |
| 1999-10-31 | Update to pgaccess 0.98. | Bruce Momjian | |
| 1999-10-31 | Rule dumper failed to affix '*' to inheritable RTEs. | Tom Lane | |
| 1999-10-31 | Update for 0.98 pgaccess | Bruce Momjian | |
| 1999-10-31 | Update for 0.98. | Bruce Momjian | |
| 1999-10-31 | autoconf | Bruce Momjian | |
| 1999-10-31 | Update pgaccess makefile for 0.98 | Bruce Momjian | |
| 1999-10-30 | Avoid duplicate ExecTypeFromTL() call in ExecInitJunkFilter() by passing | Tom Lane | |
| in the TupleDesc that the caller already has (for call from ExecMain) or can make just as easily as ExecInitJunkFilter() can (for call from ExecAppend). Also, don't bother to build a junk filter for an INSERT operation that doesn't actually need one, which is the normal case. | |||
| 1999-10-30 | Rearrange heap_beginscan to eliminate extra call on | Tom Lane | |
| mdnblocks. Bad enough it does an lseek, but to do it twice for no reason... | |||
| 1999-10-30 | Skip invoking set_uppernode_references() for a RESULT node | Tom Lane | |
| that has no subplan --- saves a material amount of time for a simple INSERT ... VALUES query. | |||
| 1999-10-30 | Rewrite preprocess_targetlist() to reduce overhead for simple INSERTs. | Tom Lane | |
| In particular, don't bother to look up type information for attributes where we're not actually going to use it, and avoid copying entire tlist structure when it's not necessary. | |||
| 1999-10-30 | Update pgaccess for 0.98. | Bruce Momjian | |
