Commit Graph

5546 Commits (4197aaa8ae50410cce73fef871b6c5740b705f0c)
 

Author SHA1 Message Date
Tom Lane ab5cafa5d3 Update frontend libpq to remove limits on query lengths, 27 years ago
Tom Lane 130e372b5d Minor improvements to stringinfo package to make it more 27 years ago
Tom Lane f4add18557 Fix quoting problems in mkMakefile.tcldefs.sh.in and 27 years ago
Tom Lane 1f14a9de74 Correct broken entries for pg_proc OIDs 1364 (time(abstime)) 27 years ago
Tom Lane 9202c4f798 Update rules test expected output to conform to slightly 27 years ago
Tom Lane 958600156c Fix several problems in rule deparsing: didn't handle array 27 years ago
Tom Lane 37d20eb855 Clean up some mistakes in handling of uplevel Vars in planner. 27 years ago
Tom Lane 5adebf83b6 Clean up some bugs in oper_select_candidate(), notably the 27 years ago
Tom Lane 42af56e1ea Revise implementation of SubLinks so that there is a consistent, 27 years ago
Tatsuo Ishii edda70c0de Fix vacuum's memory consumption 27 years ago
Tatsuo Ishii 770d0786c2 Add new vpl_num_allocated_pages member to VPageListData. 27 years ago
Tom Lane 2b67dc5387 Alter AllocSet routines so that requests larger than 27 years ago
Tom Lane 1b81fd7793 coerce_type() failed to guard against trying to convert a NULL 27 years ago
Tom Lane a23faeee83 Remove bogus code in oper_exact --- if it didn't find an exact 27 years ago
Tom Lane e8140adb10 Further sort-order twiddling in optimizer: be smart about 27 years ago
Tom Lane c9d040d85e Un-break code generated by ECPGRelease production. 27 years ago
Tom Lane 78114cd4d4 Further planner/optimizer cleanups. Move all set_tlist_references 27 years ago
Tom Lane db436adf76 Major revision of sort-node handling: push knowledge of query 27 years ago
Tom Lane 5588c559e6 Cleanups for int8: guard against null inputs in comparison 27 years ago
Tom Lane d91baea025 Ooops ... I had left some test coding in selfuncs.c that 27 years ago
Bruce Momjian ca5c10f778 Update TODO list. 27 years ago
Tatsuo Ishii 02efaa14e5 Old multi-byte bug. Forgot to rename #ifdef MB to #ifdef MULTIBYTE 27 years ago
Tom Lane abee4c299f Remove extraneous SeqScan node that make_noname was inserting 27 years ago
Tom Lane 6defe4949e Add script that runs the regression tests with all valid 27 years ago
Bruce Momjian 898b21267d Add missing docs semicolon. 27 years ago
Tom Lane ed3f69168f EXPLAIN didn't know about 'Materialize' plan nodes. 27 years ago
Tom Lane 91f82de48a Assign sort keys properly when there are duplicate entries in 27 years ago
Bruce Momjian 55179388f9 Typo fix 27 years ago
Bruce Momjian 972124091d I've sent 3 mails to pgsql-patches. There are two files, one for doc 27 years ago
Bruce Momjian c5d0a1bc42 Fix for perl5 on BSD/OS. 27 years ago
Bruce Momjian aa2cc6ebbe Change >& to > and 2>&1. 27 years ago
Bruce Momjian e69a997d02 Allow BSD yacc and bison to compile pl code. 27 years ago
Tom Lane e6381966c1 Major planner/optimizer revision: get rid of PathOrder node type, 27 years ago
Tom Lane 08320bfb22 Small updates to #include lists for pending optimizer checkin. 27 years ago
Tom Lane c9b128fcdb Move funcid_get_rettype() to lsyscache. 27 years ago
Tom Lane b1baf1ff60 Add get_func_rettype() to general-use lsyscache routines, 27 years ago
Tatsuo Ishii bab13a70ff Fix for Win32 making problem with MB enabled. 27 years ago
Thomas G. Lockhart 3cfd56fcf6 Repair the check for redundant UNIQUE and PRIMARY KEY indices. 27 years ago
Tom Lane 288373f5a4 LispUnion fix changes output ordering for inheritance tests. 27 years ago
Tom Lane 51e29a2be3 LispUnion routine didn't generate a proper union: anytime 27 years ago
Bruce Momjian 448d1ab0ad Update TODO list. 27 years ago
Tom Lane 47f18ec702 Update comments about pathkeys. 27 years ago
Tom Lane 8f9f6e51a8 Clean up optimizer's handling of indexscan quals that need to be 27 years ago
Tom Lane aae034d28c Add commentary to show that even though ExecInitIndexScan() 27 years ago
Bruce Momjian 6075717df0 Update TODO list. 27 years ago
Tom Lane 2ae51c86c9 Minor cleanups and code beautification; eliminate some 27 years ago
Tom Lane 4a1c5cb953 Revise create_nestloop_node's handling of inner indexscan to 27 years ago
Bruce Momjian 158fd5f1c4 > > Prevent sorting if result is already sorted 27 years ago
Tom Lane 5efe31214a Clean up tlist.c tree-walking routines with 27 years ago
Tom Lane 14f84cd821 Store -1 in attdisbursion to signal 'no duplicates in column'. 27 years ago