| 2008-07-15 | 
Bruce Momjian | Add to TODO: | 
commit | commitdiff | tree | 
| 2008-07-15 | 
Bruce Momjian | Add TODO: | 
commit | commitdiff | tree | 
| 2008-07-15 | 
Bruce Momjian | Done: | 
commit | commitdiff | tree | 
| 2008-07-15 | 
Bruce Momjian | Have psql \d show the value of sequence columns. | 
commit | commitdiff | tree | 
| 2008-07-15 | 
Bruce Momjian | Clarify that locale names on Windows are more verbose. | 
commit | commitdiff | tree | 
| 2008-07-14 | 
Bruce Momjian | Add comment about literal strings in our syntax not...  | 
commit | commitdiff | tree | 
| 2008-07-14 | 
Bruce Momjian | Add to TODO: | 
commit | commitdiff | tree | 
| 2008-07-14 | 
Bruce Momjian | Add column storage type to psql \d+ display. | 
commit | commitdiff | tree | 
| 2008-07-14 | 
Bruce Momjian | In psql, rename trans_* variables to translate_*, for...  | 
commit | commitdiff | tree | 
| 2008-07-14 | 
Bruce Momjian | Done: | 
commit | commitdiff | tree | 
| 2008-07-14 | 
Bruce Momjian | Add URL for: | 
commit | commitdiff | tree | 
| 2008-07-14 | 
Bruce Momjian | Done, per Simon: | 
commit | commitdiff | tree | 
| 2008-07-14 | 
Tom Lane | Clean up buildfarm failures arising from the seemingly...  | 
commit | commitdiff | tree | 
| 2008-07-14 | 
Tom Lane | Create a type-specific typanalyze routine for tsvector...  | 
commit | commitdiff | tree | 
| 2008-07-13 | 
Tom Lane | Change the PageGetContents() macro to guarantee its...  | 
commit | commitdiff | tree | 
| 2008-07-13 | 
Tom Lane | Clean up the use of some page-header-access macros...  | 
commit | commitdiff | tree | 
| 2008-07-12 | 
Tom Lane | Fix a couple of stray misuses of "binary compatible". | 
commit | commitdiff | tree | 
| 2008-07-12 | 
Peter Eisentraut | More replacements of binary compatible to binary coercible. | 
commit | commitdiff | tree | 
| 2008-07-12 | 
Tom Lane | Don't make --enable-cassert turn on RANDOMIZE_ALLOCATED...  | 
commit | commitdiff | tree | 
| 2008-07-12 | 
Tom Lane | Const-ify the arguments of str_tolower() and friends...  | 
commit | commitdiff | tree | 
| 2008-07-11 | 
Tom Lane | Multi-column GIN indexes.  Teodor Sigaev | 
commit | commitdiff | tree | 
| 2008-07-11 | 
Teodor Sigaev | Add caching of query to GIN/GiST consistent function. | 
commit | commitdiff | tree | 
| 2008-07-11 | 
Peter Eisentraut | Allow binary-coercible types for cast function argument...  | 
commit | commitdiff | tree | 
| 2008-07-11 | 
Alvaro Herrera | Make sure we only try to free snapshots that have been...  | 
commit | commitdiff | tree | 
| 2008-07-11 | 
Neil Conway | Fix a few typos in comments in snapmgr.c, and sort...  | 
commit | commitdiff | tree | 
| 2008-07-10 | 
Tom Lane | Add unchangeable GUC "variables" segment_size, wal_bloc...  | 
commit | commitdiff | tree | 
| 2008-07-10 | 
Tom Lane | Tighten up SS_finalize_plan's computation of valid_para...  | 
commit | commitdiff | tree | 
| 2008-07-10 | 
Tom Lane | Fix mis-calculation of extParam/allParam sets for plan...  | 
commit | commitdiff | tree | 
| 2008-07-09 | 
Tom Lane | Increase PG_SYSLOG_LIMIT (the max line length sent...  | 
commit | commitdiff | tree | 
| 2008-07-08 | 
Tom Lane | Fix performance bug in write_syslog(): the code to...  | 
commit | commitdiff | tree | 
| 2008-07-08 | 
Heikki Linnakangas | Fix WAL file cutoff point calculation in pg_standby. | 
commit | commitdiff | tree | 
| 2008-07-08 | 
Neil Conway | Minor improvements to the Gin internal documentation. | 
commit | commitdiff | tree | 
| 2008-07-08 | 
Bruce Momjian | Add comment for deadlock_timeout: | 
commit | commitdiff | tree | 
| 2008-07-07 | 
Tom Lane | Fix estimate_num_groups() to assume that GROUP BY expre...  | 
commit | commitdiff | tree | 
| 2008-07-07 | 
Tom Lane | Fix AT TIME ZONE (in all three variants) so that we...  | 
commit | commitdiff | tree | 
| 2008-07-07 | 
Peter Eisentraut | Added documentation for function xmlagg. | 
commit | commitdiff | tree | 
| 2008-07-06 | 
Tom Lane | Prevent integer overflows during units conversion when...  | 
commit | commitdiff | tree | 
| 2008-07-04 | 
Teodor Sigaev | Fix initialization of GinScanEntryData.partialMatch | 
commit | commitdiff | tree | 
| 2008-07-04 | 
Magnus Hagander | Fix a couple of bugs in win32 shmem name generation: | 
commit | commitdiff | tree | 
| 2008-07-03 | 
Tom Lane | Add a function pg_get_keywords() to let clients find...  | 
commit | commitdiff | tree | 
| 2008-07-03 | 
Peter Eisentraut | Don't refer to the database name "regression" inside...  | 
commit | commitdiff | tree | 
| 2008-07-03 | 
Peter Eisentraut | Don't print the name of the database in psql \z. | 
commit | commitdiff | tree | 
| 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 | 
| next |