Commit Graph

26984 Commits (3dc59beae236aa3560d5bb53a2ff89ed54038e4e)
 

Author SHA1 Message Date
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
Tom Lane 2e835a4961 Fix the code that adds regclass constants to a plan's list of relation OIDs 18 years ago
Tom Lane 19a6bace94 Clean up a number of bogosities around pltcl's handling of the Tcl "result": 18 years ago
Tom Lane 9dac1b460f Rewrite docs section about routine vacuuming --- it's gotten rather mangled of 18 years ago
Andrew Dunstan 2ac64dba44 Prevent CVS from mangling script 18 years ago
Andrew Dunstan 3f850cbdc5 Add script to find .c and .h files that are missing CVS PostgreSQL markers 18 years ago
Tom Lane 906f27dd73 Make DROP INDEX lock the parent table before locking the index. This behavior 18 years ago
Tom Lane 71ff461a18 Fix 64-bit problem in recent patch. 18 years ago
Tom Lane a0b012a1ab Rearrange ALTER TABLE syntax processing as per my recent proposal: the 18 years ago
Alvaro Herrera bd2ef8707f In log_filename documentation, mention that strftime is not used directly to 18 years ago
Tom Lane 0cefb50f3c Refactor the handling of the various DropStmt variants so that when multiple 18 years ago
Bruce Momjian 95ce4ee943 Modify TODO entry to be a function: 18 years ago
Tom Lane 55a56845ed Improve the various elog messages in tuptoaster.c to report which TOAST table 18 years ago
Bruce Momjian 2319ddf3f1 Use macro to document size of ecpg sqlerrmc string. 18 years ago
Bruce Momjian 635131b159 Update item to mention target list problem: 18 years ago
Heikki Linnakangas a213f1ee6c Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation 18 years ago
Tom Lane c4f2a0458d Improve reporting of dependencies in DROP to work like the scheme that we 18 years ago
Bruce Momjian ebff1d4dc6 Add: 18 years ago
Bruce Momjian 70da495d84 Fix spelling mistake in postgresql.conf. 18 years ago
Heikki Linnakangas 15dc3f59c7 Update "help" output to reflect that \timing now takes an optional on/off 18 years ago
Heikki Linnakangas 8b64a2642a Add optional on/off argument to \timing. 18 years ago
Heikki Linnakangas 96675bff1f Fix bug in the WAL recovery code to finish an incomplete split. 18 years ago
Neil Conway 109940c635 Editorialization for the text emitted by the "help" psql command. 18 years ago
Tom Lane 99b8ebec64 Create a script to handle stamping release version numbers into files, 18 years ago
Heikki Linnakangas 0f5c606f41 Comment fix, should say TSQuery instead of TSVector. 18 years ago
Alvaro Herrera 96063da99d Make XML building work silently on VPATH builds (untested on regular builds). 18 years ago
Tom Lane 0b510ad920 Fix unportable (and incorrect anyway) usage of LL constant suffix that 18 years ago