]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2006-06-12  Tom LaneMinor code cleanup: make the WIN32 case less gratuitous...
2006-06-11  Tom LaneCode review for psql multiline history patch(es). ...
2006-06-11  Tom LaneFix Assert failure when a fastpath function call is...
2006-06-10  Bruce MomjianRemove pg_dump wording:
2006-06-10  Bruce MomjianAdd:
2006-06-09  Tom LaneRepair remarkably-inefficient query for dumping large...
2006-06-09  Tom LaneRevert sampling patch for EXPLAIN ANALYZE; it turns...
2006-06-09  Bruce MomjianCleanups:
2006-06-09  Bruce MomjianCleanup:
2006-06-09  Teodor SigaevNow ispell dictionary can eat dictionaries in MySpell...
2006-06-09  Bruce MomjianAdd URL.
2006-06-09  Bruce MomjianUpdate:
2006-06-09  Bruce MomjianRemove:
2006-06-08  Tom LaneFix bootstrap.c so that database startup process and...
2006-06-08  Bruce MomjianAdd URL.
2006-06-08  Bruce MomjianUse simple URL's rather than text and a URL:
2006-06-08  Bruce MomjianAdd URL.
2006-06-08  Bruce MomjianRemove Win32 file, moved to /port.
2006-06-08  Tom LaneRemove obsolete comment about VACUUM FULL: it takes...
2006-06-08  Bruce Momjian/contrib/adminpack: More clearly identify renaming...
2006-06-08  Bruce MomjianSpelling fix.
2006-06-08  Bruce MomjianDone:
2006-06-08  Bruce MomjianAdd missing 3rd argument to open().
2006-06-08  Bruce MomjianAdd missing 3rd parameter to open().
2006-06-08  Bruce MomjianAdd URL for ALTER CONSTRAINT RENAME.
2006-06-08  Bruce MomjianAdd URL.
2006-06-08  Bruce MomjianAdd URL:
2006-06-08  Bruce MomjianUpdate wording:
2006-06-08  Bruce MomjianAdd entry:
2006-06-07  Bruce MomjianAllow timezone names in SQL strings,
2006-06-07  Bruce MomjianDone:
2006-06-07  Bruce MomjianPrepare code to be built by MSVC:
2006-06-07  Bruce MomjianSpelling fix.
2006-06-07  Bruce MomjianMention GPL /contrib modules:
2006-06-07  Tom LanePer previous analysis, the most correct notion of Sampl...
2006-06-07  Bruce MomjianHave REINDEX use NOTICE, so it can be suppressed.
2006-06-07  Tom LaneRemove "fuzzy comparison" logic in qsort comparison...
2006-06-07  Bruce MomjianFor psql multi-line history, save backslash commands...
2006-06-07  Bruce MomjianUse INFO-level for reindex messages, rather than NOTICE.
2006-06-06  Bruce MomjianUpdate comment.
2006-06-06  Bruce MomjianOn Win32, return original patch if GetShortPathName...
2006-06-06  Tom LaneMake the planner estimate costs for nestloop inner...
2006-06-06  Bruce MomjianAdd URL to RESET CONNECTION:
2006-06-06  Teodor SigaevAllow do not lexize words in substitution.
2006-06-06  Bruce MomjianRemove ancient AIX structure workaround.
2006-06-06  Bruce MomjianHave BCC echo output "" using "", rather than \"\"...
2006-06-06  Bruce MomjianDone:
2006-06-06  Michael MeskesFixed two more memory leaks in ecpglib.
2006-06-05  Tom LaneRemove extremely old, incomplete, broken example code.
2006-06-05  Tom LaneWhile making the seq_page_cost changes, I was struck...
2006-06-05  Bruce MomjianAvoid longjump/vfork warning about line_saved_in_histor...
2006-06-05  Bruce MomjianHave psql history save \e editor contents to history...
2006-06-05  Tom LaneIncrease the default value of cpu_index_tuple_cost...
2006-06-05  Tom LaneAdd a GUC parameter seq_page_cost, and use that everywh...
2006-06-04  Bruce MomjianFix psql so \r is separate in the history, rather...
2006-06-04  Bruce MomjianUpdate:
2006-06-04  Bruce MomjianUpdate:
2006-06-04  Bruce MomjianUpdate GUI FAQ.
2006-06-04  Bruce MomjianUpdate GUI tools URL.
2006-06-03  Tom LaneDon't choke during startup if the environment offers...
2006-06-03  Tom LaneFix copy-and-pasteo in Russian translation: message...
2006-06-03  Bruce MomjianRecord location of partial patch :
2006-06-03  Tom LaneMention pg_encoding_to_char in entry for pg_database...
2006-06-03  Bruce MomjianPatch reverted, not done:
2006-06-03  Bruce MomjianRemove pg_resetxlog -r flag, feature has problems refer...
2006-06-02  Teodor SigaevFix wrong NOTICE/ERROR levels
2006-06-02  Teodor SigaevDistinguish between stop-word recognized in thesaurus_l...
2006-06-02  Teodor SigaevAdd more strict check of stop and non-recognized words,
2006-06-01  Tom LaneGot tired of waiting for spoonbill's compiler to get...
2006-06-01  Tom LaneRespond to Jeremy Drake's original gripe that \copy...
2006-06-01  Tom LaneFix up hack to suppress escape_string_warning so that...
2006-05-31  Tom LaneFix example of how to escape data in psql backslash...
2006-05-31  Tom LaneFix seriously broken patch for psql '' ... per its...
2006-05-31  Tom LaneMake PG_MODULE_MAGIC required in shared libraries that...
2006-05-31  Teodor Sigaevfix comparison with SPI_processed
2006-05-31  Teodor SigaevAdd thesaurus dictionary which can replace N>0 lexemes...
2006-05-31  Bruce MomjianRecommend '' for literal ', rather than \', in psql...
2006-05-31  Bruce MomjianSupport '' for literal ' in psql single-quote strings...
2006-05-31  Bruce MomjianEscape processing patch:
2006-05-31  Bruce MomjianUpdate cvs command example to show diff -rBASE.
2006-05-31  Michael MeskesSomehow a ";" got lost which changed the logic. This...
2006-05-30  Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-05-30  Tom LaneUn-DOS-ify newly added files.
2006-05-30  Tom LaneCode review for magic-block patch. Remove separate...
2006-05-30  Tom LaneCode review for EXPLAIN patch. Fix some typos, make...
2006-05-30  Tom LanePostmasterIsAlive test really ought to be in the inner...
2006-05-30  Tom LaneRemove pqsignalinquire(), which is unused and has porta...
2006-05-30  Tom LaneUpdate ppport.h to not cause warnings with newest Perl...
2006-05-30  Bruce MomjianAdd pgmagic header block to store compile-time constants:
2006-05-30  Bruce MomjianMake EXPLAIN sampling smarter, to avoid excessive sampl...
2006-05-30  Tom LaneClarify the HINT for 'checkpoint request failed', per...
2006-05-30  Bruce MomjianEmit warnings for unknown configure options.
2006-05-30  Bruce MomjianRevert patch, needs more work:
2006-05-30  Bruce MomjianMove conversion dependency patch to the proper branch...
2006-05-30  Bruce MomjianPrevent multiple archivers from starting. Backpatch...
2006-05-30  Bruce MomjianAdd /contrib/adminpack to contrib/Makefile, do case...
2006-05-30  Bruce MomjianFix printf mask for SizeVfdCache
2006-05-30  Bruce MomjianRe-defines SHA2 symbols so that they would not conflict...
2006-05-30  Bruce MomjianAdd "inline" compile fix for MSVC/BCC:
2006-05-30  Bruce MomjianRe-add btree_gist description.
next