Commit Graph

20277 Commits (299c4420778a81046788a704b72aaba6a8a988cc)
 

Author SHA1 Message Date
Tom Lane 299c442077 Make superuser.c maintain a simple one-entry cache holding the superuser 21 years ago
Tom Lane db86f29617 Marginal hack to save a little bit of time in bpcharin() when typmod is -1, 21 years ago
Tom Lane 7cac50271d Avoid unnecessary call of rangeTableEntry_used() for the result relation 21 years ago
Tom Lane d66daabec9 Remove typeidIsValid() checks in can_coerce_type(). These checks 21 years ago
Tom Lane bbc048319f expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1 21 years ago
Tom Lane e92a88272e Modify hash_search() API to prevent future occurrences of the error 21 years ago
Bruce Momjian ecd70d7526 Add reference to libpq environment variables for client applications. 21 years ago
Tom Lane f8a051604f Bgwriter should PANIC if it runs out of memory for pending-fsyncs 21 years ago
Tom Lane 6d9ee03148 get_expr_result_type has to be prepared to pull type information 21 years ago
Bruce Momjian 70f320495f Remove: 21 years ago
Tom Lane 32e8fc4a28 Arrange to cache fmgr lookup information for an index's access method 21 years ago
Bruce Momjian dd67cf365a Update Farsi FAQ. 21 years ago
Bruce Momjian 42319310dc Add: 21 years ago
Bruce Momjian 770156e157 Add: 21 years ago
Bruce Momjian d4b50caf25 Display only 9 subsecond digits instead of 10 for time values, for 21 years ago
Bruce Momjian 5dafb69e17 Re-order 'else' clause for clarity. 21 years ago
Tom Lane b4176e9f4c Clean up bogus checking of date and numeric fields in DBF files, 21 years ago
Bruce Momjian fbdb203a39 Back out part of patch that should be applied later. 21 years ago
Bruce Momjian 22f0303023 Fix compile of entab to use stdarg.h. Clean up includes. 21 years ago
Neil Conway a4374f9070 Remove second argument from textToQualifiedNameList(), as it is no longer 21 years ago
Tom Lane 357ea45b57 Document that utility commands such as DROP FUNCTION allow argument names 21 years ago
Bruce Momjian 1b3bb23cc8 Use Abs() macro to replace ? :. 21 years ago
Bruce Momjian f35d493d16 Back out: 21 years ago
Bruce Momjian dabde323b2 Back out SQLSTATE and SQLERRM support. 21 years ago
Bruce Momjian 4c862b18f9 Display only 9 not 10 digits of precision for timestamp values when 21 years ago
Neil Conway b3195dae49 Minor cleanup for recent SQLSTATE / SQLERRM patch: spell "successful" 21 years ago
Neil Conway 63e0d612f5 Adjust datetime parsing to be more robust. We now pass the length of the 21 years ago
Tom Lane 15e4d1e2a7 Tweak the backend scanner (and psqlscan.l, which must track the backend 21 years ago
Bruce Momjian 38af680ad5 Add PL/pgSQL SQLSTATE and SQLERRM support which sets these values on 21 years ago
Bruce Momjian 8c792fe9cb At the head of wchareq, length of (multibyte) character is compared by 21 years ago
Bruce Momjian bbb586ff21 Quick patch to adress a recent concern on the mailing list 21 years ago
Bruce Momjian b492c3accc Add parentheses to macros when args are used in computations. Without 21 years ago
Neil Conway 13b729ca52 Editing for the new "Encryption Options" section of the manual. 21 years ago
Tom Lane 872c1497fc Previous fix for "x FULL JOIN y ON true" failed to handle the case 21 years ago
Tom Lane bc6444dc6a Fix PL makefiles to support running regression tests in VPATH builds. 21 years ago
Tom Lane 1a022f71d8 Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath builds. 21 years ago
Tatsuo Ishii a90e9d662e Inserting 5 characters into char(10) does not produce 5 padding spaces 21 years ago
Neil Conway 11a0c3741f Add regression tests for previously-untested PL/Perl features. From 21 years ago
Neil Conway 443f21737d Fix weird indentation of function return type. 21 years ago
Bruce Momjian c0ac38d082 Log queries for client-side prepare/execute. Simon Riggs 21 years ago
Bruce Momjian f534820d4d Put parentheses around use of macro arguments in FMODULO and TMODULO. 21 years ago
Bruce Momjian 09ff9dbe2b Remove more extraneous parentheses in date/time functions. 21 years ago
Neil Conway a99b2852ca Correct a thinko in pgbench that might result in incorrectly ignoring an 21 years ago
Bruce Momjian 4550c1e519 More macro cleanups for date/time. 21 years ago
Bruce Momjian 5ebaae801c Add datetime macros for constants, for clarity: 21 years ago
Bruce Momjian 33d0d4ce96 Remove unnecessary parentheses in datetime/timestamp code. 21 years ago
Tom Lane c1393173aa Avoid redundant relation lock grabs during planning, and make sure 21 years ago
Neil Conway 353f111f98 Fix typo in PL/Perl Safe.pm initialization that prevented the proper 21 years ago
Neil Conway 1b41965d5d Remove some verbiage describing how min() and max() are slow when applied 21 years ago
Neil Conway dd2894dfd6 Consistently do not include a terminating period in single-sentence 21 years ago