]> granicus.if.org Git - postgresql/shortlog
postgresql
2008-04-21 Magnus HaganderMake float4byval and float8byval configurable on MSVC.
2008-04-21 Magnus HaganderAdd link to major version release notes at the top...
2008-04-21 Tom LaneFix a couple of places in execMain that erroneously...
2008-04-21 Tom LaneAdd FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h...
2008-04-21 Tom LaneMake earthdistance use version-0 calling convention...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-04-20 Teodor SigaevFix broken compare function for tsquery_ops. Per Tom...
2008-04-20 Tom LaneConvert earthdistance's only C function to v1 call...
2008-04-19 Tom Laneseg_size() has to be V1 calling convention, too.
2008-04-19 Bruce MomjianUpdate doc script comments.
2008-04-19 Bruce MomjianAdd script FAQ2txt to convert HTML files to txt. Add...
2008-04-19 Bruce MomjianAdd TODO2html tool to convert TODO to HTML.
2008-04-19 Bruce MomjianUpdate TODO using new script.
2008-04-19 Bruce MomjianRemove TODO.detail directory. All URLs now in TODO...
2008-04-19 Bruce MomjianRemove TODO.detail references; instead add TODO URLs...
2008-04-18 Alvaro HerreraChange the float4-returning functions in contrib/seg...
2008-04-18 Tom LaneFix typo.
2008-04-18 Alvaro HerreraModify the float4 datatype to be pass-by-val. Along...
2008-04-18 Tom LaneFix rmtree() so that it keeps going after failure to...
2008-04-18 Heikki LinnakangasFix two race conditions between the pending unlink...
2008-04-18 Tom LaneCause EXPLAIN's VERBOSE option to print the target...
2008-04-17 Alvaro HerreraClean up a few places where Datums were being treated...
2008-04-17 Tom LaneFix a couple of oversights associated with the "physica...
2008-04-17 Bruce MomjianTODO Done:
2008-04-17 Bruce MomjianRe-enable pg_terminate_backend() using SIGTERM. SIGTER...
2008-04-17 Tom LaneAdd some code to EXPLAIN to show the targetlist (ie...
2008-04-16 Tom LaneRepair two places where SIGTERM exit could leave shared...
2008-04-16 Andrew DunstanFix MinGW warnings re formats and unused variables...
2008-04-16 Bruce MomjianIgnore blank lines in typedef file.
2008-04-16 Bruce MomjianUpdate most recent release to 8.3.1.
2008-04-16 Tom LaneFix LOAD_CRIT_INDEX() macro to take out AccessShareLock...
2008-04-16 Bruce MomjianFix comment typo.
2008-04-16 Bruce MomjianUpdate TODO wording.
2008-04-16 Bruce MomjianAdd to TODO:
2008-04-16 Andrew DunstanAvoid using unnecessary pgwin32_safestat in libpq.
2008-04-15 Bruce MomjianRe-add terminate TODO item.
2008-04-15 Bruce MomjianRevert addition of pg_terminate_backend() because of...
2008-04-15 Andrew DunstanAdd multi-line flag to regex that needs it. Backpatch...
2008-04-15 Bruce MomjianAdd TODO item:
2008-04-15 Bruce MomjianMove LISTEN/NOTIFY items to separate TODO section.
2008-04-15 Bruce MomjianAdd to TODO:
2008-04-15 Bruce MomjianDone:
2008-04-15 Bruce MomjianAdd pg_terminate_backend() to allow terminating only...
2008-04-15 Andrew DunstanMake integer_datetimes the default for MSVC even if...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-04-14 Alvaro HerreraFix indentation in new REFERENCED BY psql output, per...
2008-04-14 Bruce MomjianAdd URL for:
2008-04-13 Tom LaneSince createplan.c no longer cares whether index operat...
2008-04-13 Tom LanePhase 2 of project to make index operator lossiness...
2008-04-13 Tom LaneTurn the -i/--ignore-version options of pg_dump and...
2008-04-12 Tom LaneClean up a few places where Datums were being treated...
2008-04-12 Tom LaneCreate new routines systable_beginscan_ordered, systabl...
2008-04-11 Tom LaneA quick try at un-breaking the Cygwin build. Whether...
2008-04-11 Tom LaneAdd some debug support code to try to catch future...
2008-04-11 Tom LaneFix several datatype input functions that were allowing...
2008-04-11 Bruce MomjianUpdate wording:
2008-04-11 Bruce MomjianChanged TODO wording:
2008-04-11 Bruce MomjianAdd TODO:
2008-04-11 Bruce MomjianUpdate URLs for dead space map.
2008-04-11 Bruce MomjianFix main README typo.
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-04-10 Bruce MomjianAdd TODO URLs moved from open items queue:
2008-04-10 Magnus HaganderCreate wrapper pgwin32_safestat() and redefine stat...
2008-04-10 Magnus HaganderMake parameters in implementation have same const:ness...
2008-04-10 Alvaro HerreraRemove mention of DBD::PgSPI, which is unmaintained...
2008-04-10 Alvaro HerreraMention pg_backend_pid() in the system information...
2008-04-10 Michael MeskesPGTYPEStimestamp_sub should use the values and not...
2008-04-09 Bruce MomjianDocument that continuous archiving backup can be used...
2008-04-09 Bruce MomjianUpdate text FAQ.
2008-04-09 Bruce MomjianSmall wording improvements for source code READMEs.
2008-04-09 Bruce MomjianRevert README cleanups.
2008-04-09 Bruce MomjianRevert sentence removal from nickname in FAQ.
2008-04-09 Bruce MomjianRemove mention of the Berkeley origins of the alias...
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-07 Bruce MomjianAdd to TODO:
2008-04-07 Bruce MomjianAdd documentation clarification for IS [NOT] NULL 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 Bruce MomjianMake dblink_current_query() reference pg_catalog.curren...
2008-04-05 Bruce MomjianRe-add dblink_current_query() for backward compatibility.
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 MomjianRemove unneed #include now that current_query() has...
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 LaneAdd a variant of the Levenshtein string-distance functi...
2008-04-03 Bruce MomjianAdd Wiki URLs for:
2008-04-03 Tom LaneRemove heap_release_fetch, which is no longer used...
2008-04-03 Bruce MomjianAdd to TODO:
next