Commit Graph

4212 Commits (f6a9ed044517296374e9eec652f72fe3eddae1c7)

Author SHA1 Message Date
Bruce Momjian f6a9ed0445 Hello, 27 years ago
Bruce Momjian 983fc97672 The isWritable method in ResultSetMetaData returns the logically 27 years ago
Bruce Momjian d13fe29000 I have a problem with Access97 not working properly when entering new 27 years ago
Bruce Momjian fd80c102fa There are errors in the PGmoney class in the conversion routines over 27 years ago
Bruce Momjian 817a3e6d39 Enclosed below I have a patch to allow a btree index on the int8 type. 27 years ago
Michael Meskes f9f458be10 *** empty log message *** 27 years ago
Vadim B. Mikheev 2a76aa23e0 We have to return dummy tuple for empty targetlist! 27 years ago
Tom Lane f8f0efb43d Make type 'regproc' binary-compatible with int4 and oid, 27 years ago
Tom Lane 3bca9c6c4b Fix some typos in argument and result types in pg_proc 27 years ago
Marc G. Fournier 1c264e68c5 From: Constantin Teodorescu <teo@flex.ro> 27 years ago
Marc G. Fournier f34240de06 Changes to fix/improve the dynamic loading on NT 27 years ago
Bruce Momjian f7430af934 Fix OR index selectivity problem. 27 years ago
Bruce Momjian c831d08fac Fix for Alpha OR selectivity bug. 27 years ago
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