Commit Graph

7679 Commits (bc2cf76a591f6fb10edd5272da8ba74f4dd1fec2)
 

Author SHA1 Message Date
Tatsuo Ishii bc2cf76a59 Make makeObjectName multibyte aware. Currently, it may produce 26 years ago
Tatsuo Ishii 88d7b4a250 Add multibyte support for both LIKE and ILIKE 26 years ago
Tom Lane 0147b1934f Fix a many-legged critter reported by chifungfan@yahoo.com: under the 26 years ago
Tom Lane 94e90d9a86 Add some more Assert checks. 26 years ago
Tom Lane 7893462e44 Move pg_checkretval out of the planner (where it never belonged) into 26 years ago
Tom Lane 469673f966 Fix format_type() to display correct lengths for BIT/BIT VARYING. 26 years ago
Tom Lane e67ff6b670 fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum 26 years ago
Tom Lane b503cbe319 First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. 26 years ago
Tom Lane d594eecde2 Standardize on just one spelling of BITSPERBYTE. 26 years ago
Peter Eisentraut 81ddc46c8c coupla minor fixes in the `make dist' support code 26 years ago
Peter Eisentraut a67343d67d Substitute libdir into createlang as last resort so one doesn't have to set 26 years ago
Peter Eisentraut 9b3d66ecbd Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all the 26 years ago
Tom Lane 4b8f1bcb9c Make functional indexes accept binary-compatible functions, for example 26 years ago
Peter Eisentraut 5cfbf3aba2 ./configure --without-CXX errroneously tried to use a C++ compiler named "no" 26 years ago
Tom Lane 37168b8da4 Clean up handling of variable-free qual clauses. System now does the 26 years ago
Tom Lane 766fb7f707 Mop-up for removal of ':' and ';' operators ... like, say, actually 26 years ago
Tom Lane 134fdf34d6 Fix ruleutils to produce correct output for array assignment, such 26 years ago
Tom Lane c333d2b329 Update comments for some parse node types. 26 years ago
Tom Lane 4951a8826d copyObject() and equal() now know about all parse-time node types, 26 years ago
Tom Lane 66fd8f854f Remove debugging Assert that should never have been committed in the 26 years ago
Tom Lane 7090c3e858 Make debug_assertions default to ON, when compiled in at all, for 26 years ago
Hiroshi Inoue b0d5036c7c CREATE btree INDEX takes dead tuples into account when old transactions 26 years ago
Thomas G. Lockhart 5ab40f0b85 Reimplement MULTIBYTE support (oops). Not tested, but it does compile. 26 years ago
Tom Lane 62e29fe2e7 Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' 26 years ago
Philip Warner 8fc32374be Buf fix to pg_restire -S option in getopts 26 years ago
Tom Lane 0224177400 TOAST mop-up work: update comments for tuple-size-related symbols such 26 years ago
Tom Lane d2165a4a5d Fix incorrect example of CAST syntax (was missing required parentheses). 26 years ago
Philip Warner a222f3afe9 - version # change in header 26 years ago
Philip Warner 74e3311085 - Support for iscachable when dumping functions 26 years ago
Thomas G. Lockhart 7f6e021ca8 Allow LIKE and ILIKE as TokenId (and hence ColId) to make sure that they 26 years ago
Thomas G. Lockhart 12e1c9efad Clean up code to remove the explicit backslash cruft. 26 years ago
Thomas G. Lockhart 371a485dba Include the case-insensitive LIKE prototypes. 26 years ago
Thomas G. Lockhart 701de35a3f Forgot to update the regression test output. 26 years ago
Tom Lane 9426047021 Clean up bogosities in use of random(3) and srandom(3) --- do not assume 26 years ago
Thomas G. Lockhart 259489bab7 Implement LIKE/ESCAPE. Change parser to use like()/notlike() 26 years ago
Thomas G. Lockhart 30ab107dbf Implement LIKE/ESCAPE. Change parser to use like()/notlike() 26 years ago
Thomas G. Lockhart df40234639 Support SQL99 embedded double-quote syntax for quoted identifiers. 26 years ago
Tom Lane c3e2a951b4 Toast all the system-table columns that seem to need it. It turns out 26 years ago
Tom Lane 8ae23135bc Clean up inefficiency in ExecRelCheck, and cause it to do the right 26 years ago
Tom Lane 925418d2fa Ensure that catcache 'busy' flags are reset at transaction abort. 26 years ago
Tom Lane 465a3b0a24 Copy sub-Query nodes to avoid trouble when same sub-Query is linked to 26 years ago
Bruce Momjian 75b61043b0 > I had to back out the patch. It only compiles with multi-byte enabled. 26 years ago
Philip Warner 4ebb751219 - Minor fix to create temp table for xrefs 26 years ago
Philip Warner c2e302071f - Only disable triggers for the table being loaded 26 years ago
Bruce Momjian 129f1a31aa Back out to_ascii patch from Karel. 26 years ago
Bruce Momjian 403e522f15 Add missing files from Karel, tip from Jan. 26 years ago
Bruce Momjian 317ff59ced to_ascii( text ) 26 years ago
Hiroshi Inoue a1464e971c Subclasses inherit constraints of super classes properly 26 years ago
Tom Lane dd8ad64118 Fix tuptoaster bugs induced by making bytea toastable. Durn thing was 26 years ago
Tom Lane ed9ca68758 Convert inet-related functions to new fmgr style. I have also taken it 26 years ago