Commit Graph

5026 Commits (8a3c7535c540f74714aa82bbb9d1f654cbc94de7)
 

Author SHA1 Message Date
Vadim B. Mikheev 202e523d10 Mistyping by me. 27 years ago
Tom Lane 3c6491ff96 Repair incorrect pg_proc entry for numeric_in. 27 years ago
Tom Lane b5bcef683b Fix some miscellaneous places that were using raw open() or 27 years ago
Tom Lane 71d5d95376 Update hash and join routines to use fd.c's new temp-file 27 years ago
Tom Lane c1167a08ca Add 'temporary file' facility to fd.c, and arrange for temp 27 years ago
Bruce Momjian b0f1880a8e Add new netbsd file. 27 years ago
Michael Meskes e18c912acf *** empty log message *** 27 years ago
Bruce Momjian ef26ad2ebd Remove unused Netbsd files. 27 years ago
Bruce Momjian c22d35be4e Please apply the following patch for regress.sh to do something useful with 27 years ago
Bruce Momjian 5a0b77aa44 Please apply the following patch for regress.sh to do something useful 27 years ago
Vadim B. Mikheev 122abf3af3 Fix LMGR for MVCC. 27 years ago
Tom Lane 86bc1da262 Update regress test for CASE to enable tests involving joins. 27 years ago
Tom Lane ec1f5f78b9 Fix oversights in flatten_tlistentry and replace_clause_joinvar_refs 27 years ago
Tom Lane 5729c3503d fix_indxqual_references didn't cope with ArrayRef nodes, 27 years ago
Tom Lane 9f82f9e459 Fix some nasty coredump bugs in hashjoin. This code was just 27 years ago
Bruce Momjian 5d5cf912bc I have two patches for 6.5.0: 27 years ago
Bruce Momjian 81ff51615d small error message improvement from Dmitry Samersoff 27 years ago
Tom Lane 1afe0b3146 Repair incorrectly-figured snprintf length restriction. 27 years ago
Thomas G. Lockhart 84e832a802 Use sprintf() to convert float8 to a string during conversion to numeric. 27 years ago
Thomas G. Lockhart 54067db642 Allow -t tablename to preserve case if specified as "tablename". 27 years ago
Thomas G. Lockhart 6b5497757f Fix up examples of sh/ksh PATH environment variable definition. 27 years ago
Thomas G. Lockhart 2289009722 Clean up markup for first useful version. 27 years ago
Thomas G. Lockhart 807ad858e2 Include new introductory chapter on SQL from Stefan S. 27 years ago
Thomas G. Lockhart f8aa366ddd Indent markup using emacs. 27 years ago
Thomas G. Lockhart 1def28ff20 Include specific info on available timezones. 27 years ago
Thomas G. Lockhart 2289b403aa Include chapters on security and an intro to SQL. 27 years ago
Thomas G. Lockhart e1900b2b0c First version of markup which can run through jade for html. 27 years ago
Thomas G. Lockhart d8a3a8c0dd Include chapter on security. 27 years ago
Tom Lane 5da466c597 Make sure targetlist generated for subplan does not share 27 years ago
Tom Lane b6c732e63c Correct declaration of array_map() so that it doesn't make 27 years ago
Bruce Momjian 210055ad61 here are some patches for 6.5.0 which I already submitted but have never 27 years ago
Tom Lane da5f1dd722 Revise union_planner and associated routines to clean up breakage 27 years ago
Tom Lane 605d84941d Clean up cost_sort some more: most callers were double-counting 27 years ago
Tom Lane 87d95ca04d Arrange for VACUUM to delete the init file that relcache.c uses 27 years ago
Tom Lane f7d25d2ab6 -T was omitted from getopt() call. 27 years ago
Tom Lane c422e1a93d Fix compile failures in dt.c --- line broken in middle of 27 years ago
Vadim B. Mikheev b4c7a5655d Patch from "Hiroshi Inoue" <Inoue@tpf.co.jp> for 27 years ago
Vadim B. Mikheev 34a84addc7 Use page-level ExtendLock lock instead of table-level - 27 years ago
Bruce Momjian 099164039d cleanup 27 years ago
Bruce Momjian f4dcafc825 Clean up typo causing compile failure. 27 years ago
Tom Lane 17dbeebb5f Fill in reasonable-looking cost estimates in inserted nodes. 27 years ago
Tom Lane 7a7ba33536 Clean up some bogosities in path cost estimation, like 27 years ago
Tom Lane 11a0027e28 Fix nasty little typo that prevented get_cheapest_path_for_joinkeys 27 years ago
Bruce Momjian 52f1b2f3b6 Prevent priority inversion in locking by checking for existing locks 27 years ago
Jan Wieck 7d62e9c719 Bugfix (bug by me in 1.4) in backparsing INSERT ... SELECT 27 years ago
Tom Lane 99f61dac7e Defend against 'update oid'. Someday we might want to support 27 years ago
Tom Lane fd31563777 Aggregate functions didn't work on subscripted array references. 27 years ago
Tom Lane 970583ab4f Several routines in setrefs.c would crash on array refs 27 years ago
Tom Lane 89cf9303fd Fix stupid typo that broke empty-query response... odd that 27 years ago
Jan Wieck 26909a0797 Fixed DECIMAL data type to handle specified precision in atttypmod 27 years ago