]> granicus.if.org Git - postgresql/shortlog
postgresql
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.
2006-05-30 Bruce MomjianAdd Pgadmin administration functions to /contrib/adminpack.
2006-05-30 Bruce MomjianAdd dynamic record inspection to PL/PgSQL, useful for...
2006-05-30 Bruce MomjianBack out patch, wrong previous commit message.
2006-05-30 Bruce MomjianAdd regexp_replace() to string functions section.
2006-05-30 Bruce MomjianUpdate PL documentation:
2006-05-30 Bruce MomjianUpdate Japanese FAQ.
2006-05-30 Bruce MomjianAdd item:
2006-05-30 Tom LaneFix ancient misdescription of namegt/namege in comment...
2006-05-30 Bruce MomjianPatch reverted because of random buildfarm failures:
2006-05-29 Bruce MomjianAdd:
2006-05-29 Bruce MomjianAdd PQclear() calls, for completeness (exits shortly...
2006-05-29 Andrew DunstanMake plperl's $_TD trigger data a global rather than...
2006-05-29 Teodor SigaevSom improve page split in multicolumn GiST index.
2006-05-29 Teodor SigaevCorrect cheking in findParents(). i
2006-05-28 Tom LaneenlargePQExpBuffer, alone among the functions exported...
2006-05-28 Tom LaneFix up pg_dump to do string escaping fully correctly...
2006-05-28 Alvaro HerreraDon't call PQclear until the struct is really no longer...
2006-05-28 Andrew Dunstan fix typo
2006-05-28 Andrew DunstanTG_table_name and TG_table_schema for plpgsql, plus...
2006-05-28 Alvaro HerreraRemove traces of otherwise unused RELKIND_SPECIAL symbo...
2006-05-27 Andrew DunstanTG_table_name and TG_table_schema for pl/tcl, plus...
2006-05-27 Tom LaneRevert ill-considered change to plpgsql: it should...
2006-05-27 Tom LaneFix initdb to properly escape quotes and backslashes...
2006-05-27 Tom LaneRe-introduce the yylex filter function formerly used...
2006-05-27 Andrew DunstanLooks like the new plpython regression test fails on...
2006-05-26 Bruce MomjianUse E'' strings internally only when standard_conformin...
2006-05-26 Tom LaneFurther hacking on performance of COPY OUT. It seems...
2006-05-26 Tom LaneSupport binary COPY through psql. Also improve detecti...
2006-05-26 Bruce MomjianUpdate AIX FAQ.
2006-05-26 Andrew DunstanAdd table_name and table_schema to plpython trigger...
2006-05-26 Andrew DunstanAdd table_name and table_schema to plperl trigger data...
2006-05-26 Teodor SigaevFix findParents() in case of multiple levels to find.
2006-05-25 Tom LaneReduce per-character overhead in COPY OUT by combining...
2006-05-24 Tom LaneFix pg_restore to process BLOB COMMENT entries correctl...
2006-05-24 Bruce MomjianRemove pg_attribute detail, add URL
2006-05-24 Teodor Sigaev* Add support NULL to GiST.
2006-05-23 Bruce MomjianRemove trailing blank line from exports.txt.
2006-05-23 Bruce MomjianAdd PQisthreadsafe() to libpq, to allow library applica...
2006-05-23 Tom LaneTweak writetup_heap/readtup_heap to avoid storing the...
2006-05-23 Bruce MomjianUpdate text:
2006-05-23 Bruce MomjianAdd:
2006-05-23 Bruce MomjianRename in release notes: Mac -> OS/X, Intel to x86:
2006-05-23 Bruce MomjianAvoid duplicate definition of LOCALEDIR in pg_config...
2006-05-23 Bruce MomjianNew wording, "What is the upgrade process for PostgreSQL?"
2006-05-23 Bruce MomjianUpdate heading for upgrades.
2006-05-23 Bruce MomjianAdd mention that everyone should upgrade to minor releases.
2006-05-23 Tom LaneRemove CXT_printf/CXT1_printf macros. If anyone had...
2006-05-22 Bruce MomjianMake "trigger" section:
next