Commit Graph

5476 Commits (ca5c10f7784d30e9527308e400cd50376ba6bd3f)
 

Author SHA1 Message Date
Bruce Momjian ca5c10f778 Update TODO list. 26 years ago
Tatsuo Ishii 02efaa14e5 Old multi-byte bug. Forgot to rename #ifdef MB to #ifdef MULTIBYTE 26 years ago
Tom Lane abee4c299f Remove extraneous SeqScan node that make_noname was inserting 26 years ago
Tom Lane 6defe4949e Add script that runs the regression tests with all valid 26 years ago
Bruce Momjian 898b21267d Add missing docs semicolon. 26 years ago
Tom Lane ed3f69168f EXPLAIN didn't know about 'Materialize' plan nodes. 26 years ago
Tom Lane 91f82de48a Assign sort keys properly when there are duplicate entries in 26 years ago
Bruce Momjian 55179388f9 Typo fix 26 years ago
Bruce Momjian 972124091d I've sent 3 mails to pgsql-patches. There are two files, one for doc 26 years ago
Bruce Momjian c5d0a1bc42 Fix for perl5 on BSD/OS. 26 years ago
Bruce Momjian aa2cc6ebbe Change >& to > and 2>&1. 26 years ago
Bruce Momjian e69a997d02 Allow BSD yacc and bison to compile pl code. 26 years ago
Tom Lane e6381966c1 Major planner/optimizer revision: get rid of PathOrder node type, 26 years ago
Tom Lane 08320bfb22 Small updates to #include lists for pending optimizer checkin. 26 years ago
Tom Lane c9b128fcdb Move funcid_get_rettype() to lsyscache. 26 years ago
Tom Lane b1baf1ff60 Add get_func_rettype() to general-use lsyscache routines, 26 years ago
Tatsuo Ishii bab13a70ff Fix for Win32 making problem with MB enabled. 26 years ago
Thomas G. Lockhart 3cfd56fcf6 Repair the check for redundant UNIQUE and PRIMARY KEY indices. 26 years ago
Tom Lane 288373f5a4 LispUnion fix changes output ordering for inheritance tests. 26 years ago
Tom Lane 51e29a2be3 LispUnion routine didn't generate a proper union: anytime 26 years ago
Bruce Momjian 448d1ab0ad Update TODO list. 26 years ago
Tom Lane 47f18ec702 Update comments about pathkeys. 26 years ago
Tom Lane 8f9f6e51a8 Clean up optimizer's handling of indexscan quals that need to be 26 years ago
Tom Lane aae034d28c Add commentary to show that even though ExecInitIndexScan() 26 years ago
Bruce Momjian 6075717df0 Update TODO list. 26 years ago
Tom Lane 2ae51c86c9 Minor cleanups and code beautification; eliminate some 26 years ago
Tom Lane 4a1c5cb953 Revise create_nestloop_node's handling of inner indexscan to 26 years ago
Bruce Momjian 158fd5f1c4 > > Prevent sorting if result is already sorted 26 years ago
Tom Lane 5efe31214a Clean up tlist.c tree-walking routines with 26 years ago
Tom Lane 14f84cd821 Store -1 in attdisbursion to signal 'no duplicates in column'. 26 years ago
Tom Lane 5af4b04f31 Move get_attdisbursion to lsyscache. Clean up get_typdefault. 26 years ago
Tom Lane e9054829a2 Update comments about attdisbursion. NO code change. 26 years ago
Vadim B. Mikheev 1ecb43a40c Re-use free space on index pages with duplicates. 26 years ago
Tom Lane 10d6d411a8 Rewrite fix_indxqual_references, which was entirely bogus for 26 years ago
Tom Lane ecef2caae9 Clean up routines in setrefs.c by replacing individual tree 26 years ago
Tom Lane 6bc601b648 Create a standardized expression_tree_mutator support routine 26 years ago
Bruce Momjian f0b651ac6b replace #Include . 26 years ago
Tom Lane 4488b69b4c Fix nbtree's failure to clear BTScans list during xact abort. 26 years ago
Tom Lane fb491a5854 For a unique-key attribute (no duplicate values), vacuum analyze 26 years ago
Thomas G. Lockhart a76ad509fe Remove old man pages. All info is in new man pages or other docs. 26 years ago
Thomas G. Lockhart d0a1919852 Use sgml/Makefile to generate man sections, so just "make man" there. 26 years ago
Thomas G. Lockhart 7af929cd79 Switch from old man pages to new ones generated from sgml. 26 years ago
Thomas G. Lockhart 13d1a3c06d Remove emacs properties block from end of file. 26 years ago
Thomas G. Lockhart c9ff1a5a75 Update references to char2 type by using char(2). 26 years ago
Thomas G. Lockhart f11bdb9db5 Allow nsgmls to validate input by defining the document type. 26 years ago
Bruce Momjian 4cddd482c1 Fix so BSD yacc works on file. 26 years ago
Thomas G. Lockhart c879556780 Fix markup to allow clean man pages. 26 years ago
Thomas G. Lockhart 6b07527721 Fix cross-reference markup so that only the *title* of the Operators 26 years ago
Thomas G. Lockhart 777a4f71f0 Remove explicit references to ref/ path in file names; use vpath instead. 26 years ago
Thomas G. Lockhart 4f1766f1ea Try to clarify characteristics of the SERIAL type. 26 years ago