1999-08-17 |
Tom Lane | Add script that runs the regression tests with all... |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Bruce Momjian | Add missing docs semicolon. |
commit | commitdiff | tree | snapshot |
1999-08-16 |
Tom Lane | EXPLAIN didn't know about 'Materialize' plan nodes. |
commit | commitdiff | tree | snapshot |
1999-08-16 |
Tom Lane | Assign sort keys properly when there are duplicate... |
commit | commitdiff | tree | snapshot |
1999-08-16 |
Bruce Momjian | Typo fix |
commit | commitdiff | tree | snapshot |
1999-08-16 |
Bruce Momjian | I've sent 3 mails to pgsql-patches. There are two... |
commit | commitdiff | tree | snapshot |
1999-08-16 |
Bruce Momjian | Fix for perl5 on BSD/OS. |
commit | commitdiff | tree | snapshot |
1999-08-16 |
Bruce Momjian | Change >& to > and 2>&1. |
commit | commitdiff | tree | snapshot |
1999-08-16 |
Bruce Momjian | Allow BSD yacc and bison to compile pl code. |
commit | commitdiff | tree | snapshot |
1999-08-16 |
Tom Lane | Major planner/optimizer revision: get rid of PathOrder... |
commit | commitdiff | tree | snapshot |
1999-08-16 |
Tom Lane | Small updates to #include lists for pending optimizer... |
commit | commitdiff | tree | snapshot |
1999-08-16 |
Tom Lane | Move funcid_get_rettype() to lsyscache. |
commit | commitdiff | tree | snapshot |
1999-08-16 |
Tom Lane | Add get_func_rettype() to general-use lsyscache routines, |
commit | commitdiff | tree | snapshot |
1999-08-16 |
Tatsuo Ishii | Fix for Win32 making problem with MB enabled. |
commit | commitdiff | tree | snapshot |
1999-08-15 |
Thomas G. Lockhart | Repair the check for redundant UNIQUE and PRIMARY KEY... |
commit | commitdiff | tree | snapshot |
1999-08-14 |
Tom Lane | LispUnion fix changes output ordering for inheritance... |
commit | commitdiff | tree | snapshot |
1999-08-14 |
Tom Lane | LispUnion routine didn't generate a proper union: anytime |
commit | commitdiff | tree | snapshot |
1999-08-13 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-08-13 |
Tom Lane | Update comments about pathkeys. |
commit | commitdiff | tree | snapshot |
1999-08-12 |
Tom Lane | Clean up optimizer's handling of indexscan quals that... |
commit | commitdiff | tree | snapshot |
1999-08-12 |
Tom Lane | Add commentary to show that even though ExecInitIndexScan() |
commit | commitdiff | tree | snapshot |
1999-08-10 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-08-10 |
Tom Lane | Minor cleanups and code beautification; eliminate some |
commit | commitdiff | tree | snapshot |
1999-08-10 |
Tom Lane | Revise create_nestloop_node's handling of inner indexsc... |
commit | commitdiff | tree | snapshot |
1999-08-09 |
Bruce Momjian | > > Prevent sorting if result is already sorted |
commit | commitdiff | tree | snapshot |
1999-08-09 |
Tom Lane | Clean up tlist.c tree-walking routines with |
commit | commitdiff | tree | snapshot |
1999-08-09 |
Tom Lane | Store -1 in attdisbursion to signal 'no duplicates... |
commit | commitdiff | tree | snapshot |
1999-08-09 |
Tom Lane | Move get_attdisbursion to lsyscache. Clean up get_typd... |
commit | commitdiff | tree | snapshot |
1999-08-09 |
Tom Lane | Update comments about attdisbursion. NO code change. |
commit | commitdiff | tree | snapshot |
1999-08-09 |
Vadim B. Mikheev | Re-use free space on index pages with duplicates. |
commit | commitdiff | tree | snapshot |
1999-08-09 |
Tom Lane | Rewrite fix_indxqual_references, which was entirely... |
commit | commitdiff | tree | snapshot |
1999-08-09 |
Tom Lane | Clean up routines in setrefs.c by replacing individual... |
commit | commitdiff | tree | snapshot |
1999-08-09 |
Tom Lane | Create a standardized expression_tree_mutator support... |
commit | commitdiff | tree | snapshot |
1999-08-09 |
Bruce Momjian | replace #Include . |
commit | commitdiff | tree | snapshot |
1999-08-08 |
Tom Lane | Fix nbtree's failure to clear BTScans list during xact... |
commit | commitdiff | tree | snapshot |
1999-08-08 |
Tom Lane | For a unique-key attribute (no duplicate values), vacuu... |
commit | commitdiff | tree | snapshot |
1999-08-08 |
Thomas G. Lockhart | Remove old man pages. All info is in new man pages... |
commit | commitdiff | tree | snapshot |
1999-08-08 |
Thomas G. Lockhart | Use sgml/Makefile to generate man sections, so just... |
commit | commitdiff | tree | snapshot |
1999-08-08 |
Thomas G. Lockhart | Switch from old man pages to new ones generated from... |
commit | commitdiff | tree | snapshot |
1999-08-08 |
Thomas G. Lockhart | Remove emacs properties block from end of file. |
commit | commitdiff | tree | snapshot |
1999-08-08 |
Thomas G. Lockhart | Update references to char2 type by using char(2). |
commit | commitdiff | tree | snapshot |
1999-08-08 |
Thomas G. Lockhart | Allow nsgmls to validate input by defining the document... |
commit | commitdiff | tree | snapshot |
1999-08-07 |
Bruce Momjian | Fix so BSD yacc works on file. |
commit | commitdiff | tree | snapshot |
1999-08-06 |
Thomas G. Lockhart | Fix markup to allow clean man pages. |
commit | commitdiff | tree | snapshot |
1999-08-06 |
Thomas G. Lockhart | Fix cross-reference markup so that only the *title... |
commit | commitdiff | tree | snapshot |
1999-08-06 |
Thomas G. Lockhart | Remove explicit references to ref/ path in file names... |
commit | commitdiff | tree | snapshot |
1999-08-06 |
Thomas G. Lockhart | Try to clarify characteristics of the SERIAL type. |
commit | commitdiff | tree | snapshot |
1999-08-06 |
Tom Lane | Revise generation of hashjoin paths: generate one path per |
commit | commitdiff | tree | snapshot |
1999-08-05 |
Tom Lane | parse_coerce fix allows early simplification of one |
commit | commitdiff | tree | snapshot |
1999-08-05 |
Tom Lane | Revise parse_coerce() to handle coercion of int and... |
commit | commitdiff | tree | snapshot |
1999-08-05 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-08-03 |
Tom Lane | Fix ELF test so it doesn't spit up on all non-ELF syste... |
commit | commitdiff | tree | snapshot |
1999-08-02 |
Tom Lane | Add a VACUUM command in hopes of making pg_upgrade... |
commit | commitdiff | tree | snapshot |
1999-08-02 |
Michael Meskes | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-08-02 |
Tom Lane | Further selectivity-estimation work. Speed up eqsel() |
commit | commitdiff | tree | snapshot |
1999-08-02 |
Marc G. Fournier | back out last... |
commit | commitdiff | tree | snapshot |
1999-08-02 |
Marc G. Fournier | testing somethign... |
commit | commitdiff | tree | snapshot |
1999-08-01 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
1999-08-01 |
Bruce Momjian | I didn't see any further discussion so here is, I hope... |
commit | commitdiff | tree | snapshot |
1999-08-01 |
Bruce Momjian | Update NT readme. |
commit | commitdiff | tree | snapshot |
1999-08-01 |
Tom Lane | First step in fixing selectivity-estimation code. eqsel and |
commit | commitdiff | tree | snapshot |
1999-08-01 |
Tom Lane | Add another ORDER BY to rules test; got tired of it... |
commit | commitdiff | tree | snapshot |
1999-07-31 |
Tom Lane | Re-enable pg_upgrade, after adding checks that the... |
commit | commitdiff | tree | snapshot |
1999-07-31 |
Tom Lane | Add some more verbiage to man page's directions for... |
commit | commitdiff | tree | snapshot |
1999-07-31 |
Tom Lane | Add comments for attdisbursion field --- NO code change. |
commit | commitdiff | tree | snapshot |
1999-07-30 |
Tom Lane | Update comments about clause selectivity estimation. |
commit | commitdiff | tree | snapshot |
1999-07-30 |
Bruce Momjian | Make usecatupd disabled for normal users, and allow... |
commit | commitdiff | tree | snapshot |
1999-07-30 |
Tom Lane | Further cleanups of indexqual processing: simplify... |
commit | commitdiff | tree | snapshot |
1999-07-30 |
Marc G. Fournier | There is one section that changed, concernign startup... |
commit | commitdiff | tree | snapshot |
1999-07-30 |
Marc G. Fournier | v6.6's HISTORY file should reflect changes that went... |
commit | commitdiff | tree | snapshot |
1999-07-30 |
Marc G. Fournier | just testing a script... |
commit | commitdiff | tree | snapshot |
1999-07-30 |
Bruce Momjian | Remove extra #endif |
commit | commitdiff | tree | snapshot |
1999-07-30 |
Marc G. Fournier | Nothing changed, just testing cvslog ... |
commit | commitdiff | tree | snapshot |
1999-07-30 |
Bruce Momjian | Fix description of psql flags -t and -q. |
commit | commitdiff | tree | snapshot |
1999-07-30 |
Tom Lane | Fix coredump seen when doing mergejoin between indexed... |
commit | commitdiff | tree | snapshot |
1999-07-30 |
Tom Lane | Update comments for create_indexscan_node(). |
commit | commitdiff | tree | snapshot |
1999-07-29 |
Bruce Momjian | Remove comment after optimization flag. |
commit | commitdiff | tree | snapshot |
1999-07-29 |
Tom Lane | Add support for Case exprs to fix_indxqual_references, |
commit | commitdiff | tree | snapshot |
1999-07-29 |
Tom Lane | Add equal() funcs for Case nodes ... amazing we had not |
commit | commitdiff | tree | snapshot |
1999-07-28 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-07-28 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-07-28 |
Tom Lane | Allow a_expr not just AexprConst in the right-hand... |
commit | commitdiff | tree | snapshot |
1999-07-28 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-07-27 |
Tom Lane | Correct bug in best_innerjoin(): it should check all the |
commit | commitdiff | tree | snapshot |
1999-07-27 |
Tom Lane | My recent optimizer changes caused a different plan to |
commit | commitdiff | tree | snapshot |
1999-07-27 |
Tom Lane | First cut at doing LIKE/regex indexing optimization in |
commit | commitdiff | tree | snapshot |
1999-07-26 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-07-26 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-07-25 |
Tom Lane | Further work on planning of indexscans. Cleaned up... |
commit | commitdiff | tree | snapshot |
1999-07-25 |
Tom Lane | Remove 'restrictinfojoinid' field from RestrictInfo... |
commit | commitdiff | tree | snapshot |
1999-07-24 |
Tom Lane | Clean up messy clause-selectivity code in clausesel... |
commit | commitdiff | tree | snapshot |
1999-07-23 |
Tom Lane | Minor code beautification, extensive improvement of |
commit | commitdiff | tree | snapshot |
1999-07-23 |
Tom Lane | Exit cleanups I made yesterday caused pq_close() to be |
commit | commitdiff | tree | snapshot |
1999-07-22 |
Bruce Momjian | Alpha spinlock fix from Uncle George <gatgul@voicenet... |
commit | commitdiff | tree | snapshot |
1999-07-22 |
Thomas G. Lockhart | Complete merge of all old man page information. |
commit | commitdiff | tree | snapshot |
1999-07-22 |
Thomas G. Lockhart | Complete merge of all old man page information. |
commit | commitdiff | tree | snapshot |
1999-07-22 |
Tom Lane | Plug several holes in backend's ability to cope with |
commit | commitdiff | tree | snapshot |
1999-07-20 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-07-20 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
1999-07-20 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
next |