]> granicus.if.org Git - postgresql/history - src
Revert sentence removal from nickname in FAQ.
[postgresql] / src /
2008-04-09 Bruce MomjianRevert sentence removal from nickname in FAQ.
2008-04-08 Tom LaneFix tsvector_update_trigger() to be domain-friendly...
2008-04-08 Peter EisentrautOn cygwin and win32, don't override the shlib name...
2008-04-08 Magnus HaganderMake integer_datetimes the default on msvc as well...
2008-04-07 Peter EisentrautAlways define stlib, since some platforms need it for...
2008-04-07 Peter EisentrautImplement a few changes to how shared libraries and...
2008-04-06 Tom LaneMake plpgsql support FOR over a query specified by...
2008-04-06 Tom LaneImprove hash_any() to use word-wide fetches when hashin...
2008-04-05 Tom LaneA small visit from the portability and localization...
2008-04-05 Tom LaneDefend against JOINs having more than 32K columns altog...
2008-04-05 Bruce MomjianHave pg_stop_backup() wait for all archive files to...
2008-04-04 Tom LaneRe-implement division for numeric values using the...
2008-04-04 Bruce MomjianHave psql command 'help' suggest the use of \?, updated...
2008-04-04 Bruce MomjianAllow 'help' in psql to show \? help, for novice assist...
2008-04-04 Tom LaneRemove no-longer-used function assign_backslash_quote()
2008-04-04 Bruce MomjianImplement current_query(), that shows the currently...
2008-04-04 Magnus HaganderOops, change should go in scan.l to survive a clean...
2008-04-04 Magnus HaganderConvert backslash_quote guc to use enum.
2008-04-04 Magnus HaganderTurn xmlbinary and xmloption GUC variables into enumsTu...
2008-04-03 Tom LaneRemove heap_release_fetch, which is no longer used...
2008-04-03 Tom LaneTeach ANALYZE to distinguish dead and in-doubt tuples...
2008-04-03 Magnus HaganderOops, add proper #ifdef for systems without support...
2008-04-03 Magnus HaganderConvert syslog_facility guc to enum type.
2008-04-02 Tom LaneRevert my bad decision of about a year ago to make...
2008-04-02 Magnus HaganderConvert three more guc settings to enum type:
2008-04-01 Tom LaneSupport EXECUTE USING in plpgsql.
2008-04-01 Tom LaneAdd SPI-level support for executing SQL commands with...
2008-04-01 Tom LaneFix an oversight I made in a cleanup patch over a year...
2008-03-31 Tom LaneApply my original fix for Taiki Yamaguchi's bug report...
2008-03-31 Tom LaneFix my brain fade in TRUNCATE triggers patch: can't...
2008-03-31 Tom LaneUse error message wordings for permissions checks on...
2008-03-31 Tom LaneFix a number of places that were making file-type tests...
2008-03-30 Tom LaneShow database access privileges in psql's \l command...
2008-03-30 Tom LaneDisplay incoming as well as outgoing foreign-key constr...
2008-03-29 Tom LaneImprove description of \du and \dg, per suggestion...
2008-03-29 Tom LaneImprove psql's tab completion to handle completing...
2008-03-29 Tom LaneRevert my erroneous fix for Taiki Yamaguchi's DISTINCT...
2008-03-28 Tom LaneDepartment of second thoughts: the rule that ORDER...
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-03-27 Tom LaneWhen we have successfully optimized a MIN or MAX aggreg...
2008-03-27 Bruce MomjianRemove ipcclean utility command --- didn't work on...
2008-03-27 Michael MeskesSorry, copied wrong files.
2008-03-27 Michael Meskes- Moved from PQsetdbLogin to PQconnectDB.
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-03-26 Magnus HaganderInclude \password in the psql help.
2008-03-26 Bruce MomjianStrengthen warnings about using pg_dump's -i option.
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-25 Neil ConwayAdd a new tuplestore API function, tuplestore_putvalues...
2008-03-25 Michael Meskesadded ECPGget_PGconn to exports.txt
2008-03-24 Tom LaneWhen a relation has been proven empty by constraint...
2008-03-24 Tom LaneUse new errdetail_log() mechanism to provide a less...
2008-03-24 Tom LaneFix various infelicities that have snuck into usage...
2008-03-24 Tom LaneAdjust the recent patch for reporting of deadlocked...
2008-03-24 Tom LaneAdd a new ereport auxiliary function errdetail_log...
2008-03-23 Tom LaneAvoid a useless tuple copy within nodeMaterial. Neil...
2008-03-23 Tom LaneCreate a function quote_nullable(), which works the...
2008-03-22 Tom LaneRefactor to_char/to_date formatting code; primarily...
2008-03-22 Tatsuo IshiiAdd server side lo_import(filename, oid) function.
2008-03-21 Tom LaneRemove TypeName struct's timezone flag, which has been...
2008-03-21 Tom LaneGive an explicit error for serial[], rather than silent...
2008-03-21 Tom LaneReport the current queries of all backends involved...
2008-03-21 Michael MeskesCorrected version number.
2008-03-21 Bruce MomjianMore README src cleanups.
2008-03-21 Andrew DunstanGenerate dummy probes.h for MSVC builds.
2008-03-21 Tom LaneGet rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP condi...
2008-03-20 Tom LaneArrange for an explicit cast applied to an ARRAY[]...
2008-03-20 Alvaro HerreraAdd a couple of missing FreeQueryDesc calls. Noticed...
2008-03-20 Bruce MomjianMake source code READMEs more consistent. Add CVS...
2008-03-20 Tom LaneDept of second thoughts: --no-tablespaces had better...
2008-03-20 Tom LaneSupport a --no-tablespaces option in pg_dump/pg_dumpall...
2008-03-20 Michael MeskesAdded ECPGget_PGconn() function to ecpglib, courtesy...
2008-03-20 Michael MeskesChanged statement escaping to not escape continuation...
2008-03-20 Heikki LinnakangasAdd the missing cyrillic "Yo" characters ('e' and ...
2008-03-19 Alvaro HerreraRemove another useless snapshot creation.
2008-03-19 Tom LaneSupport ALTER TYPE RENAME. Petr Jelinek
2008-03-19 Alvaro HerreraWe no longer need a snapshot set after opening the...
2008-03-19 Tom LaneFix regexp substring matching (substring(string from...
2008-03-19 Tatsuo IshiiAdd libpq new API lo_import_with_oid() which is similar...
2008-03-18 Bruce MomjianAdd find_typedef comments for Linux.
2008-03-18 Bruce MomjianAdd find_typedef comment.
2008-03-18 Bruce MomjianAdd Linux support to find_typedefs, with help from...
2008-03-18 Tom LaneArrange to "inline" SQL functions that appear in a...
2008-03-18 Peter EisentrautDon't need -Wno-error anymore, because flex is no longe...
2008-03-18 Peter EisentrautCatch all errors in for and while loops in makefiles...
2008-03-18 Alvaro HerreraMove elog(DEBUG4) call outside the locked area, per...
2008-03-18 Tom LaneAdvance multiple array keys rightmost-first instead...
2008-03-18 Tom LaneFix our printf implementation to follow spec: if a...
2008-03-17 Peter EisentrautEnable probes to work with Mac OS X Leopard and other...
2008-03-17 Peter EisentrautWe need to rebuild objfiles.txt when one of the subdire...
2008-03-17 Magnus HaganderFix postgres --describe-config for guc enums, breakage...
2008-03-17 Tom LaneRevert thinko introduced into prefix_selectivity()...
2008-03-17 Alvaro HerreraMove ProcState definition into sinvaladt.c from sinvala...
2008-03-17 Tom LaneGrab some low-hanging fruit in the new hash index build...
2008-03-17 Tom LaneFix TransactionIdIsCurrentTransactionId() to use binary...
2008-03-16 Tom LaneWhen creating a large hash index, pre-sort the index...
2008-03-16 Alvaro HerreraModify interactions between sinval.c and sinvaladt...
2008-03-16 Magnus HaganderSome cleanups of enum-guc code, per comments from Tom.
next