2001-02-07 |
Tom Lane | Back-patch password leak fix for Vaschenko. REL7_0_PATCHES github/REL7_0_PATCHES |
commit | commitdiff | tree |
2001-01-14 |
Tom Lane | Back-patch fix for crash in GetRawDatabaseInfo(), just... |
commit | commitdiff | tree |
2001-01-04 |
Tom Lane | Back-patch fix for 'btree: failed to add item to the... |
commit | commitdiff | tree |
2000-12-09 |
Tatsuo Ishii | Fix a bug in conversion from big5 to EUC_TW (CNS 11643... |
commit | commitdiff | tree |
2000-11-17 |
Tatsuo Ishii | Fix bugs in EUC_TW support. This fix includes patches... |
commit | commitdiff | tree |
2000-11-17 |
Tatsuo Ishii | Recongizing PGCLIENTENCODING has been broken since... |
commit | commitdiff | tree |
2000-11-12 |
Bruce Momjian | Add new 7.0.3 item to all places. |
commit | commitdiff | tree |
2000-11-12 |
Marc G. Fournier | put a quick, short note in about Tom's last bug fix... REL7_0_3 |
commit | commitdiff | tree |
2000-11-10 |
Tom Lane | Stopgap patch for problem with cursors using hash joins... |
commit | commitdiff | tree |
2000-11-03 |
Bruce Momjian | cleanup |
commit | commitdiff | tree |
2000-11-03 |
Bruce Momjian | Brand 7.0.3. |
commit | commitdiff | tree |
2000-11-02 |
Jan Wieck | Added pg_dumpaccounts utility script in contrib. |
commit | commitdiff | tree |
2000-11-02 |
Jan Wieck | Revoked changes for pg_dumpaccounts |
commit | commitdiff | tree |
2000-11-02 |
Jan Wieck | New dump utility script pg_dumpaccounts. |
commit | commitdiff | tree |
2000-11-02 |
Tatsuo Ishii | Fix for inserting/copying longer multibyte strings... |
commit | commitdiff | tree |
2000-10-22 |
Tom Lane | Back-patch fix for bogus clearing of BufferDirtiedByMe. |
commit | commitdiff | tree |
2000-10-22 |
Tom Lane | Fix to_char() to avoid coredump on NULL input. Not... |
commit | commitdiff | tree |
2000-10-19 |
Tom Lane | Fix time_larger, time_smaller, timetz_larger, timetz_sm... |
commit | commitdiff | tree |
2000-10-19 |
Tom Lane | Back-patch fix for AM/PM boundary problem in to_char(). |
commit | commitdiff | tree |
2000-10-19 |
Tom Lane | Back-patch CommandCounterIncrement fix. |
commit | commitdiff | tree |
2000-10-17 |
Tom Lane | Patch VACUUM problem with moving chain of update tuples... |
commit | commitdiff | tree |
2000-10-06 |
Tom Lane | Back-patch nodeMaterial to honor chgParam by recomputin... |
commit | commitdiff | tree |
2000-10-04 |
Hiroshi Inoue | avoid database-wide restart on write error |
commit | commitdiff | tree |
2000-09-30 |
Tom Lane | Back-patch fix for TRUNCATE failure on relations with... |
commit | commitdiff | tree |
2000-09-25 |
Tom Lane | Back-patch fix to grab read lock on a buffer while... |
commit | commitdiff | tree |
2000-09-23 |
Tom Lane | Back-patch code to deduce implied equalities from trans... |
commit | commitdiff | tree |
2000-09-23 |
Tom Lane | Back-patch fix for subselect in targetlist of Append... |
commit | commitdiff | tree |
2000-09-23 |
Tom Lane | Back-patch fix to make pg_dump dump 'iscachable' flag... |
commit | commitdiff | tree |
2000-09-23 |
Tom Lane | Back-patch fix that allows AllocateFile() to return... |
commit | commitdiff | tree |
2000-09-23 |
Tom Lane | Back-patch fix for '.' not in PATH at build time, per... |
commit | commitdiff | tree |
2000-09-23 |
Tom Lane | Back-patch fix to include kernel errno message in all... |
commit | commitdiff | tree |
2000-09-23 |
Tom Lane | Back-patch fix for 'Sorcerer's Apprentice' syndrome... |
commit | commitdiff | tree |
2000-09-23 |
Tom Lane | Back-patch fix for erroneous use of strcmp(). |
commit | commitdiff | tree |
2000-09-23 |
Tom Lane | Back-patch fix for erroneous selectivity of not-equals. |
commit | commitdiff | tree |
2000-09-23 |
Tom Lane | Apply Jeroen van Vianen's patch for failure to check... |
commit | commitdiff | tree |
2000-09-23 |
Tom Lane | Back-patch fix to copy sub-Query nodes before planning... |
commit | commitdiff | tree |
2000-09-23 |
Tom Lane | Back-patch fix to remove bogus use of int4out(). |
commit | commitdiff | tree |
2000-09-23 |
Tom Lane | Back-patch fix for erroneous free() of getpwuid() result. |
commit | commitdiff | tree |
2000-09-20 |
Hiroshi Inoue | Cancel request while waiting for a lock should try... |
commit | commitdiff | tree |
2000-09-19 |
Tom Lane | Back-patch fix to ensure that VACUUM always calls Flush... |
commit | commitdiff | tree |
2000-09-15 |
Tatsuo Ishii | Allow PL/pgSQL accept non ascii identifiers |
commit | commitdiff | tree |
2000-09-08 |
Tom Lane | Back-patch fix for bogus plans involving non-mark/resto... |
commit | commitdiff | tree |
2000-09-07 |
Tatsuo Ishii | Fix psql crash. If MULTIBYTE is enabled, \l+ dumps... |
commit | commitdiff | tree |
2000-08-30 |
Tom Lane | Back-patch fix to ensure we abort any open transaction... |
commit | commitdiff | tree |
2000-08-28 |
Marc G. Fournier | oops, in v7.x its USE_SYSLOG, not ENABLE_SYSLOG |
commit | commitdiff | tree |
2000-08-28 |
Marc G. Fournier | backpatch the --enable-syslog functionality to REL7_0... |
commit | commitdiff | tree |
2000-07-27 |
Tom Lane | Back-patch primary fix for planner recursion bug. |
commit | commitdiff | tree |
2000-07-26 |
Tatsuo Ishii | SELECT ... FOR UPDATE neglects duplicate key checking. |
commit | commitdiff | tree |
2000-07-13 |
Tom Lane | Backpatch backwards-index-scan fix. |
commit | commitdiff | tree |
2000-07-07 |
Tom Lane | Back-patch StrNCpy fix. |
commit | commitdiff | tree |
2000-06-28 |
Tom Lane | Back-patch COPY WITH OIDS leak fix. |
commit | commitdiff | tree |
2000-06-24 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree |
2000-06-15 |
Tom Lane | Back-patch large-object fix. |
commit | commitdiff | tree |
2000-06-15 |
Bruce Momjian | Backpatch jdbc fixes into 7.0.X. |
commit | commitdiff | tree |
2000-06-14 |
Thomas G. Lockhart | Fix markup to allow doc building. |
commit | commitdiff | tree |
2000-06-12 |
Bruce Momjian | Brand 7.1 release. Also update jdbc version in release... |
commit | commitdiff | tree |
2000-06-10 |
Bruce Momjian | update developers faq |
commit | commitdiff | tree |
2000-06-09 |
Bruce Momjian | Update bsdi faq. |
commit | commitdiff | tree |
2000-06-09 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree |
2000-06-06 |
Tom Lane | Backpatch SearchSysCacheTupleCopy fix for init_fcache. |
commit | commitdiff | tree |
2000-06-06 |
Tom Lane | Back-patch typeTypeName() fix into REL7_0. |
commit | commitdiff | tree |
2000-06-05 |
Bruce Momjian | Update install for upgraders. REL7_0_2 |
commit | commitdiff | tree |
2000-06-05 |
Bruce Momjian | Fix error message wording |
commit | commitdiff | tree |
2000-06-05 |
Bruce Momjian | Update for 7.0.2. |
commit | commitdiff | tree |
2000-06-02 |
Bruce Momjian | update |
commit | commitdiff | tree |
2000-06-02 |
Bruce Momjian | Update faq's. |
commit | commitdiff | tree |
2000-06-02 |
Bruce Momjian | Add fix to index length |
commit | commitdiff | tree |
2000-06-01 |
Tom Lane | Lexer defended us against overlength plain identifiers... |
commit | commitdiff | tree |
2000-06-01 |
Bruce Momjian | Update 7.0.1 for Tatsuo |
commit | commitdiff | tree |
2000-06-01 |
Bruce Momjian | Mention pg_upgrade |
commit | commitdiff | tree |
2000-06-01 |
Bruce Momjian | Fixups for 7.0.1 |
commit | commitdiff | tree |
2000-05-31 |
Tom Lane | Back-patch fix to recognize clause pairs involving... |
commit | commitdiff | tree |
2000-05-30 |
Bruce Momjian | Update pg_hba.conf with more examples |
commit | commitdiff | tree |
2000-05-30 |
Bruce Momjian | Update pg_hba.conf.sample with better examples and... |
commit | commitdiff | tree |
2000-05-30 |
Bruce Momjian | Copy pg_ident.conf.sample into /lib directory. Rename... |
commit | commitdiff | tree |
2000-05-29 |
Tom Lane | Back-patch tz name length fixes into REL7_0. |
commit | commitdiff | tree |
2000-05-28 |
Tom Lane | array_map() needs to guard against a NULL input array... |
commit | commitdiff | tree |
2000-05-28 |
Tom Lane | fastpath neglected to pass a valid isNull flag to the... |
commit | commitdiff | tree |
2000-05-28 |
Tatsuo Ishii | Make EUC_CN support more robust. |
commit | commitdiff | tree |
2000-05-28 |
Tatsuo Ishii | Change date of documents. |
commit | commitdiff | tree |
2000-05-28 |
Bruce Momjian | fix typo |
commit | commitdiff | tree |
2000-05-27 |
Bruce Momjian | Add README.kerbros |
commit | commitdiff | tree |
2000-05-27 |
Bruce Momjian | Improve pg_hba.conf examples |
commit | commitdiff | tree |
2000-05-26 |
Tom Lane | Reduce eqsel()'s fudge-factor for estimating the freque... |
commit | commitdiff | tree |
2000-05-26 |
Bruce Momjian | Fix \h SELECT to not show SELECT INTO. |
commit | commitdiff | tree |
2000-05-26 |
Tatsuo Ishii | Fix too long syslog message problem |
commit | commitdiff | tree |
2000-05-26 |
Tom Lane | Generate a reasonable error message when an aggregate... |
commit | commitdiff | tree |
2000-05-26 |
Bruce Momjian | Spell fix |
commit | commitdiff | tree |
2000-05-26 |
Bruce Momjian | Fix initlocation syntax example for createdb |
commit | commitdiff | tree |
2000-05-26 |
Tom Lane | More paranoia about global variables containing referen... |
commit | commitdiff | tree |
2000-05-26 |
Tom Lane | After closing frontend socket, set MyProcPort->sock... |
commit | commitdiff | tree |
2000-05-25 |
Tom Lane | Add some elog(DEBUG)'s to help diagnose mdblindwrt... |
commit | commitdiff | tree |
2000-05-25 |
Tom Lane | Clean up sloppy coding of _outAExpr(). |
commit | commitdiff | tree |
2000-05-25 |
Tom Lane | Modify raw parsetree representation returned by gram... |
commit | commitdiff | tree |
2000-05-25 |
Tom Lane | Do table renaming in a sane order: physical file rename... |
commit | commitdiff | tree |
2000-05-25 |
Tom Lane | heap_drop() should flush the relcache entry for the |
commit | commitdiff | tree |
2000-05-25 |
Tom Lane | Quote database name so that not-all-lowercase names... |
commit | commitdiff | tree |
2000-05-25 |
Bruce Momjian | ! * Users doing non-blocking connections need... |
commit | commitdiff | tree |
2000-05-25 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree |
2000-05-25 |
Bruce Momjian | Spell fix |
commit | commitdiff | tree |
next |