Commit Graph

68 Commits (964ec46cfe95028ca166dd5579e07b22c7434a91)

Author SHA1 Message Date
Tom Lane 234a02b2a8 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Tom Lane ad004ce787 Change ILIKE to invoke lower() and then do plain LIKE comparison when 19 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Neil Conway fb627b76cc Cosmetic code cleanup: fix a bunch of places that used "return (expr);" 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane 8889685555 Suppress signed-vs-unsigned-char warnings. 20 years ago
Bruce Momjian 8c792fe9cb At the head of wchareq, length of (multibyte) character is compared by 20 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane b6a1d25b0a Error message editing in utils/adt. Again thanks to Joe Conway for doing 22 years ago
Peter Eisentraut 77f7763b55 Remove all traces of multibyte and locale options. Clean up comments 23 years ago
Bruce Momjian 595a5a78e0 > Okay. When you get back to the original issue, the gold is hidden in 23 years ago
Tatsuo Ishii ed7baeaf4d Remove #ifdef MULTIBYTE per hackers list discussion. 23 years ago
Bruce Momjian a334ae3f22 As suggested by Tom, this patch restricts the right-hand argument of 23 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 23 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tatsuo Ishii 219bd1e4fb Optimization for single byte encodings. 24 years ago
Bruce Momjian c1fbf06654 > Here's a revised patch. Changes: 24 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tatsuo Ishii d81fd94d40 Fix ILIKE bug (only in multi-byte case) 25 years ago
Tom Lane 8ae9ad1cb8 Reimplement LIKE/ESCAPE as operators so that indexscan optimization 25 years ago
Tatsuo Ishii 88d7b4a250 Add multibyte support for both LIKE and ILIKE 25 years ago
Thomas G. Lockhart 5ab40f0b85 Reimplement MULTIBYTE support (oops). Not tested, but it does compile. 25 years ago
Thomas G. Lockhart 12e1c9efad Clean up code to remove the explicit backslash cruft. 25 years ago
Thomas G. Lockhart 30ab107dbf Implement LIKE/ESCAPE. Change parser to use like()/notlike() 25 years ago
Tom Lane 65da0d66b4 Fix misuse of StrNCpy to copy and add null to non-null-terminated data. 25 years ago
Tom Lane 8ecac94bb2 Functions on 'text' type updated to new fmgr style. 'text' is 25 years ago
Bruce Momjian 7fe8722295 Add () around define -1. 25 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Bruce Momjian 86ef36c907 New NameStr macro to convert Name to Str. No need for var.data anymore. 26 years ago
Tom Lane bee7cd2a36 Repair logic error in LIKE: should not return LIKE_ABORT 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 26 years ago
Bruce Momjian a71802e12e Final cleanup. 26 years ago
Bruce Momjian 9b645d481c Update #include cleanups 26 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 26 years ago
Bruce Momjian 0cf1b79528 Cleanup of /include #include's, for 6.6 only. 26 years ago
Tom Lane bad3b3068d Repair recently-introduced error in makeIndexable for LIKE: 26 years ago
Bruce Momjian 07842084fe pgindent run over code. 26 years ago
Bruce Momjian 25541a5cd3 LIKE cleanup. 27 years ago
Bruce Momjian 265c283e1b > > > This patches src/bin/psql/psql.c. 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago