Commit Graph

27310 Commits (607b2be7bb230ea4c558cb3101794f94de35ab85)
 

Author SHA1 Message Date
Bruce Momjian c96d5df53e Add psql TODO item: 18 years ago
Teodor Sigaev 8eee65c996 ltree support for multibyte encodings. Patch was made by 18 years ago
Heikki Linnakangas 995fb74202 Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size. 18 years ago
Tom Lane 7ea9b997ef Remove unnecessary coziness of GIN code with datum copying. Now that 18 years ago
Tom Lane 4a8d573cda If pnstrdup is going to be promoted to a generally available function, 18 years ago
Tom Lane dcc2334736 Consider a clause to be outerjoin_delayed if it references the nullable side 18 years ago
Magnus Hagander f6c1dece9a Fix standalone libpq build on win32. 18 years ago
Tom Lane 2c2161a47d Improve planner's estimation of the size of an append relation: rather than 18 years ago
Bruce Momjian f95b5334a7 Mention actual function names in documentation of how to pass binary 18 years ago
Bruce Momjian 5d747ddd75 Add to TODO: 18 years ago
Tom Lane 8530c82fc4 Clarify plpgsql documentation by not treating IF THEN ELSE IF ... as a 18 years ago
Tom Lane 623f8a0969 Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4 18 years ago
Bruce Momjian 68057055f6 Use SGML table to show backslash string escapes, rather than have them 18 years ago
Bruce Momjian 476fad2d91 Add MERGE TODO URL: 18 years ago
Bruce Momjian 4688e6d9cb Fix pg_ctl bug where detection of binary location from postmaster.opts 18 years ago
Teodor Sigaev 5ff9899933 Fix bug "select lower('asd') = 'asd'" returns false with multibyte encoding 18 years ago
Michael Meskes 13c843d085 Synced parser 18 years ago
Bruce Momjian 46dd4db31e Add TODO about security: 18 years ago
Bruce Momjian 9c1d897b94 More FAQ URL updates from Curtis Gallant. 18 years ago
Bruce Momjian 7cc1fb4768 Simplify 'pg_ctl restart' detection of first argument in 18 years ago
Bruce Momjian 54b9a968ed Update FAQ URLs as suggested by Curtis Gallant. 18 years ago
Bruce Momjian 1fc2fbe51f Add to TODO: 18 years ago
Bruce Momjian 067f1e5fa8 Fix 'pg_ctl restart' to preserve command-line arguments. 18 years ago
Bruce Momjian a1183238be Use SYSTEMQUOTE as concatentation to strings, rather than %s printf 18 years ago
Bruce Momjian 124c22d5fd Remove use of postmaster.opts.default by pg_ctl. 18 years ago
Tom Lane 5f6f840e93 Reduce the alignment requirement of type "name" from int to char, and arrange 18 years ago
Bruce Momjian 3dc59beae2 TODO item done: 18 years ago
Tom Lane 320c7eb8c6 Oops, make the MSVC build put fmgroids.h where it needs to be. 18 years ago
Bruce Momjian 815aa2c8e8 Add TODO: 18 years ago
Bruce Momjian 2047021fdb Add URL for Merge. 18 years ago
Bruce Momjian d34cf008a9 Backup wording improvement. 18 years ago
Bruce Momjian fe0dbfe6f3 Add to TODO: 18 years ago
Bruce Momjian c09174fb95 Add item: 18 years ago
Bruce Momjian 2296e29998 Add libpq comment about how to determine the format used for passing 18 years ago
Bruce Momjian 01930cea03 Add TODO: 18 years ago
Bruce Momjian f6ec7430f9 Merge duplicate upper/lower/initcap() routines in oracle_compat.c and 18 years ago
Tom Lane eeee06919f Fix Gen_fmgrtab.sh to not rely on hard-wired knowledge of the column numbers 18 years ago
Tom Lane dab421d2f0 Seems I was too optimistic in supposing that sinval's maxMsgNum could be 18 years ago
Tom Lane fad153ec45 Rewrite the sinval messaging mechanism to reduce contention and avoid 18 years ago
Tom Lane 30dc388a0d Fix a few places that were non-multibyte-safe in tsearch configuration file 18 years ago
Bruce Momjian e3ae27894a Add URL for: 18 years ago
Alvaro Herrera a3540b0f65 Improve our #include situation by moving pointer types away from the 18 years ago
Tom Lane d1da215d32 Fix compiler warning introduced by recent patch. Tsk tsk. 18 years ago
Tom Lane fbeb9da22b Improve error reporting for problems in text search configuration files 18 years ago
Bruce Momjian 9de09c087d Move wchar2char() and char2wchar() from tsearch into /mb to be easier to 18 years ago
Neil Conway 3eb9da524d Fix a few typos in the DTrace docs. Patch from Euler Taveira de Oliveira, 18 years ago
Tom Lane 86fdb32bd0 Remove freeBackends counter from the sinval shared memory area. We used to 18 years ago
Tom Lane b163baa89c Clean up some problems with redundant cross-type arithmetic operators. Add 18 years ago
Bruce Momjian 4274726d42 Add URL for introduction to multibyte programming in C. 18 years ago
Bruce Momjian dc69c0362f Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and use 18 years ago