1999-11-27 |
Tom Lane | Oops, forgot to commit this one last week. Part of... |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Bruce Momjian | Change // to /* */ |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Bruce Momjian | Fix missing prototype psql warning. |
commit | commitdiff | tree | snapshot |
1999-11-26 |
Bruce Momjian | * Includes tab completion. It's not magic, but it's... |
commit | commitdiff | tree | snapshot |
1999-11-25 |
Bruce Momjian | Fix for bool casting. |
commit | commitdiff | tree | snapshot |
1999-11-25 |
Jan Wieck | Added another single byte oriented decompressor, useful for |
commit | commitdiff | tree | snapshot |
1999-11-25 |
Bruce Momjian | Add opid to selectivity function call. |
commit | commitdiff | tree | snapshot |
1999-11-25 |
Bruce Momjian | Enable pg_statistic cache use. |
commit | commitdiff | tree | snapshot |
1999-11-24 |
Bruce Momjian | Cleanup for pg_statistic commit. |
commit | commitdiff | tree | snapshot |
1999-11-24 |
Bruce Momjian | Add pg_statistic index, add missing Hiroshi file. |
commit | commitdiff | tree | snapshot |
1999-11-24 |
Tatsuo Ishii | Add multi-byte support to lztextlen() |
commit | commitdiff | tree | snapshot |
1999-11-24 |
Bruce Momjian | Rename heap_replace to heap_update. |
commit | commitdiff | tree | snapshot |
1999-11-24 |
Bruce Momjian | Rename heap_replace to heap_update. |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Bruce Momjian | Tid access method feature from Hiroshi Inoue, Inoue... |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Bruce Momjian | ecpg ECPGFree fix from Rene Hogendoorn. |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Bruce Momjian | Fix _cplusplus test in both trees. |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Bruce Momjian | Cleanup paths in install files. |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Bruce Momjian | Change v6.5.2 to 6.5.2. |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Bruce Momjian | Update opclass to be non-unique. |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Tom Lane | Update for change of 'duplicate key' message. |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Tom Lane | Reduce ReleaseLruFile failure from FATAL to ERROR grade... |
commit | commitdiff | tree | snapshot |
1999-11-23 |
Tom Lane | verify_password() leaked a file descriptor if it failed... |
commit | commitdiff | tree | snapshot |
1999-11-22 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-11-22 |
Bruce Momjian | Add system indexes to match all caches. |
commit | commitdiff | tree | snapshot |
1999-11-22 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-11-22 |
Tom Lane | Clean up some problems in error recovery --- elog(... |
commit | commitdiff | tree | snapshot |
1999-11-22 |
Tom Lane | Come to think of it, DropBuffers() could have the same... |
commit | commitdiff | tree | snapshot |
1999-11-22 |
Tom Lane | ReleaseRelationBuffers() failed to check for I/O in... |
commit | commitdiff | tree | snapshot |
1999-11-21 |
Tom Lane | Combine index_info and find_secondary_indexes into... |
commit | commitdiff | tree | snapshot |
1999-11-21 |
Tom Lane | index_destroy() must grab exclusive access to the paren... |
commit | commitdiff | tree | snapshot |
1999-11-21 |
Tom Lane | Clean up comments. |
commit | commitdiff | tree | snapshot |
1999-11-21 |
Tom Lane | Change backend-side COPY to write files with permission... |
commit | commitdiff | tree | snapshot |
1999-11-21 |
Tom Lane | Repair problem exposed by Jan's new parallel-regression... |
commit | commitdiff | tree | snapshot |
1999-11-21 |
Tom Lane | Tweak run_check.sh so it prints the name of each test... |
commit | commitdiff | tree | snapshot |
1999-11-20 |
Tom Lane | My latest fixes to gram.y cause CREATE TABLE t (f1... |
commit | commitdiff | tree | snapshot |
1999-11-20 |
Tom Lane | Fix problems with CURRENT_DATE and related functions... |
commit | commitdiff | tree | snapshot |
1999-11-20 |
Tom Lane | Fix a couple of portability problems in Jan's first... |
commit | commitdiff | tree | snapshot |
1999-11-19 |
Jan Wieck | New parallel regression test shell and related things. |
commit | commitdiff | tree | snapshot |
1999-11-18 |
Bruce Momjian | Fix for arm32 and fix for dbname with dash. |
commit | commitdiff | tree | snapshot |
1999-11-18 |
Jan Wieck | Changed pg_rewrite attributes ev_qual and ev_action... |
commit | commitdiff | tree | snapshot |
1999-11-17 |
Bruce Momjian | Fix problem with temp tables shown in regression test... |
commit | commitdiff | tree | snapshot |
1999-11-17 |
Jan Wieck | Some minor corrections to the LZ compression. In fact... |
commit | commitdiff | tree | snapshot |
1999-11-17 |
Jan Wieck | The new LZ compression and an lztext data type based... |
commit | commitdiff | tree | snapshot |
1999-11-16 |
Bruce Momjian | Fix lookup of temp table names that I missed yesterday. |
commit | commitdiff | tree | snapshot |
1999-11-16 |
Tom Lane | Modify elog() logic so that it won't try to longjmp... |
commit | commitdiff | tree | snapshot |
1999-11-16 |
Bruce Momjian | Commit to make clearer distinction for temp names and... |
commit | commitdiff | tree | snapshot |
1999-11-15 |
Tatsuo Ishii | Tree dividing is not appropriate in Rtree. |
commit | commitdiff | tree | snapshot |
1999-11-15 |
Tom Lane | Clean up possible memory leakage in nodeSubplan |
commit | commitdiff | tree | snapshot |
1999-11-15 |
Tom Lane | Implement subselects in target lists. Also, relax... |
commit | commitdiff | tree | snapshot |
1999-11-15 |
Tom Lane | Update sanity_check regress test to pass now that pg_index |
commit | commitdiff | tree | snapshot |
1999-11-14 |
Tom Lane | Fix typo so it actually compiles... |
commit | commitdiff | tree | snapshot |
1999-11-14 |
Bruce Momjian | Add recreate index notice to vacuum error. |
commit | commitdiff | tree | snapshot |
1999-11-14 |
Tom Lane | Tweak make rules for parse.h and fmgr.h to avoid bug... |
commit | commitdiff | tree | snapshot |
1999-11-14 |
Bruce Momjian | Add index recreation suggestion to end of world error... |
commit | commitdiff | tree | snapshot |
1999-11-14 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Bruce Momjian | Fix for psql control-d and .psqlrc that I broke. Fix... |
commit | commitdiff | tree | snapshot |
1999-11-13 |
Bruce Momjian | The \p\g fix didn't turn out to be so bad. It even... |
commit | commitdiff | tree | snapshot |
1999-11-12 |
Bruce Momjian | Update NT readme with new name. |
commit | commitdiff | tree | snapshot |
1999-11-12 |
Tom Lane | Fix ExecSubPlan to handle nulls per the SQL spec -... |
commit | commitdiff | tree | snapshot |
1999-11-11 |
Bruce Momjian | Update for documentation in libpq changes. |
commit | commitdiff | tree | snapshot |
1999-11-11 |
Bruce Momjian | In the spirit of TODO item |
commit | commitdiff | tree | snapshot |
1999-11-10 |
Bruce Momjian | Cleanup of psql \copyright |
commit | commitdiff | tree | snapshot |
1999-11-08 |
Bruce Momjian | psql makefile fix from Keith Parks |
commit | commitdiff | tree | snapshot |
1999-11-07 |
Bruce Momjian | New NameStr macro to convert Name to Str. No need... |
commit | commitdiff | tree | snapshot |
1999-11-06 |
Bruce Momjian | exit recursion fix from Massimo |
commit | commitdiff | tree | snapshot |
1999-11-06 |
Bruce Momjian | Fix for recusive exit call from Massimo. |
commit | commitdiff | tree | snapshot |
1999-11-06 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-11-06 |
Bruce Momjian | Sort help file names, from Peter Eisentraut |
commit | commitdiff | tree | snapshot |
1999-11-06 |
Bruce Momjian | Add Linux ARM. |
commit | commitdiff | tree | snapshot |
1999-11-05 |
Bruce Momjian | Update psql banner |
commit | commitdiff | tree | snapshot |
1999-11-05 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-11-05 |
Bruce Momjian | Update psql display. |
commit | commitdiff | tree | snapshot |
1999-11-05 |
Tom Lane | environment variable set by MULTIBYTE startup code... |
commit | commitdiff | tree | snapshot |
1999-11-05 |
Bruce Momjian | Update \? display. |
commit | commitdiff | tree | snapshot |
1999-11-05 |
Bruce Momjian | Make pager on by default. |
commit | commitdiff | tree | snapshot |
1999-11-05 |
Bruce Momjian | Clean up \? psql display. |
commit | commitdiff | tree | snapshot |
1999-11-05 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-11-05 |
Bruce Momjian | Update man pages for new banner. |
commit | commitdiff | tree | snapshot |
1999-11-05 |
Bruce Momjian | psql banner cleanup |
commit | commitdiff | tree | snapshot |
1999-11-05 |
Bruce Momjian | clean up startup banner |
commit | commitdiff | tree | snapshot |
1999-11-04 |
Bruce Momjian | Fix EOF/control-D display in psql. |
commit | commitdiff | tree | snapshot |
1999-11-04 |
Bruce Momjian | Update to psql, run pgindent. |
commit | commitdiff | tree | snapshot |
1999-11-04 |
Bruce Momjian | psql cleanup |
commit | commitdiff | tree | snapshot |
1999-11-04 |
Bruce Momjian | Update psql with man pages and new version of help. |
commit | commitdiff | tree | snapshot |
1999-11-04 |
Bruce Momjian | Major psql overhaul by Peter Eisentraut. |
commit | commitdiff | tree | snapshot |
1999-11-04 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
1999-11-04 |
Bruce Momjian | Improve getopt and readline support, from Peter Eisentraut. |
commit | commitdiff | tree | snapshot |
1999-11-04 |
Bruce Momjian | Update bsdi for bsd/os 4.1 |
commit | commitdiff | tree | snapshot |
1999-11-04 |
Hiroshi Inoue | Make it possible to execute crashed CREATE/DROP command... |
commit | commitdiff | tree | snapshot |
1999-11-02 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-11-02 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-11-02 |
Bruce Momjian | update for pgaccess |
commit | commitdiff | tree | snapshot |
1999-11-01 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
1999-11-01 |
Bruce Momjian | Update pgaccess |
commit | commitdiff | tree | snapshot |
1999-11-01 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
1999-11-01 |
Bruce Momjian | Update for pgaccess 0.98. |
commit | commitdiff | tree | snapshot |
1999-11-01 |
Bruce Momjian | Update for 6.5.3. |
commit | commitdiff | tree | snapshot |
1999-11-01 |
Tom Lane | Eliminate RewritePreprocessQuery, which was taking an |
commit | commitdiff | tree | snapshot |
next |