Commit Graph

4606 Commits (75007a72d6d3387c1e5cd6ba11e06c76513bfd64)
 

Author SHA1 Message Date
Marc G. Fournier 75007a72d6 Have configure check for use of %lld for int64, and if that fails, check for 27 years ago
Tom Lane a431aaec44 Export include/utils/mcxt.h so that external stuff can include 27 years ago
Tom Lane 86c2eadb18 Modify mcxt.h so that it doesn't pull in half of creation. 27 years ago
Tom Lane dffb88b024 Cleaner autoconf tests for int8 support. 27 years ago
Bruce Momjian a564d2bf0f geqo now at 11 tables 27 years ago
Michael Meskes 6f66fd8c2e *** empty log message *** 27 years ago
Bruce Momjian 60bb92af33 Really remove Recipe. 27 years ago
Tom Lane 6c51355612 Eliminate duplicated code in dt.h 27 years ago
Tom Lane d19fc4cacb Reduce DEF_MAXBACKENDS to 32 so that default configuration 27 years ago
Tom Lane 731603a92b A few further tweaks to shared memory space estimation. 27 years ago
Michael Meskes 03842eb03b *** empty log message *** 27 years ago
Michael Meskes 9db6b7f3f7 *** empty log message *** 27 years ago
Tom Lane e0345e09bf Partial fix for copied-plan bugs reported by Hiroshi Inoue: 27 years ago
Tom Lane b204d10c79 Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder, 27 years ago
Marc G. Fournier d077c61492 From: Michael Meskes <Michael_Meskes@topmail.de> 27 years ago
Tom Lane 51f0f6ddc8 Fix pg_operator entries for mergejoinable operators with different left and 27 years ago
Tom Lane dc77be0432 Fix executor to work correctly with mergejoins where left and 27 years ago
Tom Lane 98f739454c Remove recipe.o from Makefile ... dead code not quite dead enough, 27 years ago
Tom Lane 1e006ba2ad Put back T_RecipeStmt, since the system doesn't actually build 27 years ago
Tom Lane b775655e8a Someone forgot to commit gram.c and parse.h after his latest 27 years ago
Bruce Momjian c438520b91 Remove reference to recipe.h. 27 years ago
Bruce Momjian 6df955fd3b Fix problem with selectivity error in added columns with ALTER TABLE. 27 years ago
Bruce Momjian f3f7c2acde update comments 27 years ago
Bruce Momjian 02fa3e4394 Thank you for the advice. I concluded that current inet code has a 27 years ago
Marc G. Fournier fa9db42a6e From: Michael Meskes <Michael_Meskes@topmail.de> 27 years ago
Thomas G. Lockhart e17d8448f2 Add parameters to function calls to pass back table qualifications. 27 years ago
Thomas G. Lockhart 9fd28029eb Add a few other parser-only nodes for debugging help. 27 years ago
Thomas G. Lockhart 0a8e9c4e7f Define JoinExpr structure for outer join syntax. 27 years ago
Thomas G. Lockhart 70600bd6f1 Clean up error messages. 27 years ago
Thomas G. Lockhart 681c587d22 Do a better job of selecting candidates among functions 27 years ago
Thomas G. Lockhart b4def32439 Include some new code for outer joins. Disabled by default, but enable by 27 years ago
Thomas G. Lockhart 449020f782 Put in explicit checks for implicit index name lengths. 27 years ago
Thomas G. Lockhart 03d5c070f0 Modify the outer join placeholder code with something closer to working 27 years ago
Thomas G. Lockhart 8f0a76f012 Bring debugging print statement declarations up to date. 27 years ago
Thomas G. Lockhart 889c1530c9 Add constants for outer join states in executor. 27 years ago
Thomas G. Lockhart 25cccc05aa Fix typos in comments. 27 years ago
Thomas G. Lockhart 6d73a8c0cb Add first code to help with outer joins. 27 years ago
Thomas G. Lockhart 97287e1d13 Fix typo in comment. 27 years ago
Thomas G. Lockhart e587f202e4 Update error messages with more consistant format. 27 years ago
Thomas G. Lockhart 4335a3779b Add many new test cases. 27 years ago
Thomas G. Lockhart dfdb2e5fb0 Remove non-portable queries by replacing getpgusername() with a constant 27 years ago
Thomas G. Lockhart 4aa0e645e2 First tests using JOIN syntax. 27 years ago
Thomas G. Lockhart 348ab94822 Rearrange order of subdirectory creation to help generate parse.h 27 years ago
Bruce Momjian 1e70c1fe5d comments cleanup. 27 years ago
Bruce Momjian 7fe29ecefc comment cleanup. 27 years ago
Bruce Momjian 01ec673cba ifdef out append(). 27 years ago
Bruce Momjian 9aa7e899dc Ok. I found an align problem in lobj that might not appear other than 27 years ago
Tom Lane bcfdc9df04 Repair some pretty serious problems in dynahash.c and 27 years ago
Bruce Momjian ceb233ed11 more cleanup 27 years ago
Bruce Momjian 1ed5cbbfd8 Final optimizer cleanups. 27 years ago