| 2008-07-03 | 
Peter Eisentraut | Clean up weird whitespace.  Separate patch to simplifiy...  | 
commit | commitdiff | tree | 
| 2008-07-03 | 
Joe Conway | When an ERROR happens on a dblink remote connection...  | 
commit | commitdiff | tree | 
| 2008-07-03 | 
Tom Lane | Fix psql's \d and allied commands to work with all...  | 
commit | commitdiff | tree | 
| 2008-07-03 | 
Bruce Momjian | Update source code comment about when to use gettext_no...  | 
commit | commitdiff | tree | 
| 2008-07-03 | 
Tom Lane | Fix transaction-lifespan memory leak in xpath().  Repor...  | 
commit | commitdiff | tree | 
| 2008-07-01 | 
Bruce Momjian | Documentation patch by Kevin L. McBride explaining...  | 
commit | commitdiff | tree | 
| 2008-07-01 | 
Tom Lane | Remove GUC extra_desc strings that are redundant with...  | 
commit | commitdiff | tree | 
| 2008-07-01 | 
Bruce Momjian | Add URL for: | 
commit | commitdiff | tree | 
| 2008-07-01 | 
Bruce Momjian | Add to TODO: | 
commit | commitdiff | tree | 
| 2008-07-01 | 
Heikki Linnakangas | Move volatility, language, etc. modifiers before functi...  | 
commit | commitdiff | tree | 
| 2008-07-01 | 
Heikki Linnakangas | Extend VacAttrStats to allow typanalyze functions to...  | 
commit | commitdiff | tree | 
| 2008-07-01 | 
Magnus Hagander | "debug" level was supposed to be hidden, since it's...  | 
commit | commitdiff | tree | 
| 2008-07-01 | 
Magnus Hagander | Split apart message_level_options into one set for...  | 
commit | commitdiff | tree | 
| 2008-07-01 | 
Tom Lane | Fix identify_system_timezone() so that it tests the...  | 
commit | commitdiff | tree | 
| 2008-07-01 | 
Tom Lane | Teach autovacuum how to determine whether a temp table...  | 
commit | commitdiff | tree | 
| 2008-07-01 | 
Bruce Momjian | Issue psql connection warnings on connection start...  | 
commit | commitdiff | tree | 
| 2008-06-30 | 
Bruce Momjian | Fix recovery.conf boolean variables to take the same...  | 
commit | commitdiff | tree | 
| 2008-06-30 | 
Bruce Momjian | Add psql TODO: | 
commit | commitdiff | tree | 
| 2008-06-30 | 
Bruce Momjian | Add psql TODO item: | 
commit | commitdiff | tree | 
| 2008-06-30 | 
Teodor Sigaev | ltree support for multibyte encodings. Patch was made by | 
commit | commitdiff | tree | 
| 2008-06-30 | 
Heikki Linnakangas | Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_acti...  | 
commit | commitdiff | tree | 
| 2008-06-29 | 
Tom Lane | Remove unnecessary coziness of GIN code with datum...  | 
commit | commitdiff | tree | 
| 2008-06-28 | 
Tom Lane | If pnstrdup is going to be promoted to a generally...  | 
commit | commitdiff | tree | 
| 2008-06-27 | 
Tom Lane | Consider a clause to be outerjoin_delayed if it referen...  | 
commit | commitdiff | tree | 
| 2008-06-27 | 
Magnus Hagander | Fix standalone libpq build on win32. | 
commit | commitdiff | tree | 
| 2008-06-27 | 
Tom Lane | Improve planner's estimation of the size of an append...  | 
commit | commitdiff | tree | 
| 2008-06-27 | 
Bruce Momjian | Mention actual function names in documentation of how...  | 
commit | commitdiff | tree | 
| 2008-06-27 | 
Bruce Momjian | Add to TODO: | 
commit | commitdiff | tree | 
| 2008-06-27 | 
Tom Lane | Clarify plpgsql documentation by not treating IF THEN...  | 
commit | commitdiff | tree | 
| 2008-06-27 | 
Tom Lane | Modify the recently-added probe for -Wl,--as-needed...  | 
commit | commitdiff | tree | 
| 2008-06-26 | 
Bruce Momjian | Use SGML table to show backslash string escapes, rather...  | 
commit | commitdiff | tree | 
| 2008-06-26 | 
Bruce Momjian | Add MERGE TODO URL: | 
commit | commitdiff | tree | 
| 2008-06-26 | 
Bruce Momjian | Fix pg_ctl bug where detection of binary location from...  | 
commit | commitdiff | tree | 
| 2008-06-26 | 
Teodor Sigaev | Fix bug "select lower('asd') = 'asd'" returns false...  | 
commit | commitdiff | tree | 
| 2008-06-26 | 
Michael Meskes | Synced parser | 
commit | commitdiff | tree | 
| 2008-06-26 | 
Bruce Momjian | Add TODO about security: | 
commit | commitdiff | tree | 
| 2008-06-26 | 
Bruce Momjian | More FAQ URL updates from Curtis Gallant. | 
commit | commitdiff | tree | 
| 2008-06-26 | 
Bruce Momjian | Simplify 'pg_ctl restart' detection of first argument in | 
commit | commitdiff | tree | 
| 2008-06-26 | 
Bruce Momjian | Update FAQ URLs as suggested by Curtis Gallant. | 
commit | commitdiff | tree | 
| 2008-06-26 | 
Bruce Momjian | Add to TODO: | 
commit | commitdiff | tree | 
| 2008-06-26 | 
Bruce Momjian | Fix 'pg_ctl restart' to preserve command-line arguments. | 
commit | commitdiff | tree | 
| 2008-06-26 | 
Bruce Momjian | Use SYSTEMQUOTE as concatentation to strings, rather...  | 
commit | commitdiff | tree | 
| 2008-06-26 | 
Bruce Momjian | Remove use of postmaster.opts.default by pg_ctl. | 
commit | commitdiff | tree | 
| 2008-06-24 | 
Tom Lane | Reduce the alignment requirement of type "name" from...  | 
commit | commitdiff | tree | 
| 2008-06-24 | 
Bruce Momjian | TODO item done: | 
commit | commitdiff | tree | 
| 2008-06-24 | 
Tom Lane | Oops, make the MSVC build put fmgroids.h where it needs...  | 
commit | commitdiff | tree | 
| 2008-06-23 | 
Bruce Momjian | Add TODO: | 
commit | commitdiff | tree | 
| 2008-06-23 | 
Bruce Momjian | Add URL for Merge. | 
commit | commitdiff | tree | 
| 2008-06-23 | 
Bruce Momjian | Backup wording improvement. | 
commit | commitdiff | tree | 
| 2008-06-23 | 
Bruce Momjian | Add to TODO: | 
commit | commitdiff | tree | 
| 2008-06-23 | 
Bruce Momjian | Add item: | 
commit | commitdiff | tree | 
| 2008-06-23 | 
Bruce Momjian | Add libpq comment about how to determine the format...  | 
commit | commitdiff | tree | 
| 2008-06-23 | 
Bruce Momjian | Add TODO: | 
commit | commitdiff | tree | 
| 2008-06-23 | 
Bruce Momjian | Merge duplicate upper/lower/initcap() routines in oracl...  | 
commit | commitdiff | tree | 
| 2008-06-23 | 
Tom Lane | Fix Gen_fmgrtab.sh to not rely on hard-wired knowledge...  | 
commit | commitdiff | tree | 
| 2008-06-20 | 
Tom Lane | Seems I was too optimistic in supposing that sinval...  | 
commit | commitdiff | tree | 
| 2008-06-19 | 
Tom Lane | Rewrite the sinval messaging mechanism to reduce conten...  | 
commit | commitdiff | tree | 
| 2008-06-19 | 
Tom Lane | Fix a few places that were non-multibyte-safe in tsearc...  | 
commit | commitdiff | tree | 
| 2008-06-19 | 
Bruce Momjian | Add URL for: | 
commit | commitdiff | tree | 
| 2008-06-19 | 
Alvaro Herrera | Improve our #include situation by moving pointer types...  | 
commit | commitdiff | tree | 
| 2008-06-18 | 
Tom Lane | Fix compiler warning introduced by recent patch.  Tsk...  | 
commit | commitdiff | tree | 
| 2008-06-18 | 
Tom Lane | Improve error reporting for problems in text search...  | 
commit | commitdiff | tree | 
| 2008-06-18 | 
Bruce Momjian | Move wchar2char() and char2wchar() from tsearch into...  | 
commit | commitdiff | tree | 
| 2008-06-18 | 
Neil Conway | Fix a few typos in the DTrace docs. Patch from Euler...  | 
commit | commitdiff | tree | 
| 2008-06-17 | 
Tom Lane | Remove freeBackends counter from the sinval shared...  | 
commit | commitdiff | tree | 
| 2008-06-17 | 
Tom Lane | Clean up some problems with redundant cross-type arithm...  | 
commit | commitdiff | tree | 
| 2008-06-17 | 
Bruce Momjian | Add URL for introduction to multibyte programming in C. | 
commit | commitdiff | tree | 
| 2008-06-17 | 
Bruce Momjian | Move USE_WIDE_UPPER_LOWER define to c.h, and remove...  | 
commit | commitdiff | tree | 
| 2008-06-17 | 
Tom Lane | Fix the code that adds regclass constants to a plan...  | 
commit | commitdiff | tree | 
| 2008-06-17 | 
Tom Lane | Clean up a number of bogosities around pltcl's handling...  | 
commit | commitdiff | tree | 
| 2008-06-16 | 
Tom Lane | Rewrite docs section about routine vacuuming --- it...  | 
commit | commitdiff | tree | 
| 2008-06-15 | 
Andrew Dunstan | Prevent CVS from mangling script | 
commit | commitdiff | tree | 
| 2008-06-15 | 
Andrew Dunstan | Add script to find .c and .h files that are missing...  | 
commit | commitdiff | tree | 
| 2008-06-15 | 
Tom Lane | Make DROP INDEX lock the parent table before locking...  | 
commit | commitdiff | tree | 
| 2008-06-15 | 
Tom Lane | Fix 64-bit problem in recent patch. | 
commit | commitdiff | tree | 
| 2008-06-15 | 
Tom Lane | Rearrange ALTER TABLE syntax processing as per my recen...  | 
commit | commitdiff | tree | 
| 2008-06-14 | 
Alvaro Herrera | In log_filename documentation, mention that strftime...  | 
commit | commitdiff | tree | 
| 2008-06-14 | 
Tom Lane | Refactor the handling of the various DropStmt variants...  | 
commit | commitdiff | tree | 
| 2008-06-13 | 
Bruce Momjian | Modify TODO entry to be a function: | 
commit | commitdiff | tree | 
| 2008-06-13 | 
Tom Lane | Improve the various elog messages in tuptoaster.c to...  | 
commit | commitdiff | tree | 
| 2008-06-12 | 
Bruce Momjian | Use macro to document size of ecpg sqlerrmc string. | 
commit | commitdiff | tree | 
| 2008-06-12 | 
Bruce Momjian | Update item to mention target list problem: | 
commit | commitdiff | tree | 
| 2008-06-12 | 
Heikki Linnakangas | Refactor XLogOpenRelation() and XLogReadBuffer() in...  | 
commit | commitdiff | tree | 
| 2008-06-11 | 
Tom Lane | Improve reporting of dependencies in DROP to work like...  | 
commit | commitdiff | tree | 
| 2008-06-11 | 
Bruce Momjian | Add: | 
commit | commitdiff | tree | 
| 2008-06-11 | 
Bruce Momjian | Fix spelling mistake in postgresql.conf. | 
commit | commitdiff | tree | 
| 2008-06-11 | 
Heikki Linnakangas | Update "help" output to reflect that \timing now takes...  | 
commit | commitdiff | tree | 
| 2008-06-11 | 
Heikki Linnakangas | Add optional on/off argument to \timing. | 
commit | commitdiff | tree | 
| 2008-06-11 | 
Heikki Linnakangas | Fix bug in the WAL recovery code to finish an incomplet...  | 
commit | commitdiff | tree | 
| 2008-06-10 | 
Neil Conway | Editorialization for the text emitted by the "help...  | 
commit | commitdiff | tree | 
| 2008-06-10 | 
Tom Lane | Create a script to handle stamping release version...  | 
commit | commitdiff | tree | 
| 2008-06-10 | 
Heikki Linnakangas | Comment fix, should say TSQuery instead of TSVector. | 
commit | commitdiff | tree | 
| 2008-06-10 | 
Alvaro Herrera | Make XML building work silently on VPATH builds (untest...  | 
commit | commitdiff | tree | 
| 2008-06-09 | 
Tom Lane | Fix unportable (and incorrect anyway) usage of LL const...  | 
commit | commitdiff | tree | 
| 2008-06-09 | 
Bruce Momjian | Update Japanese FAQ. | 
commit | commitdiff | tree | 
| 2008-06-09 | 
Tom Lane | Fix datetime input functions to correctly detect intege...  | 
commit | commitdiff | tree | 
| 2008-06-09 | 
Tom Lane | Fix an ALTER TABLE test case so that it actually tests...  | 
commit | commitdiff | tree | 
| 2008-06-09 | 
Neil Conway | Further tweak for comment in CheckDeadLock(), per Tom. | 
commit | commitdiff | tree | 
| 2008-06-09 | 
Neil Conway | Fix typo in comment. | 
commit | commitdiff | tree | 
| 2008-06-08 | 
Alvaro Herrera | Fix breakage caused by conflicting patches, as evidence...  | 
commit | commitdiff | tree | 
| next |