]> granicus.if.org Git - postgresql/history - src/include
Replace the BufMgrLock with separate locks on the lookup hashtable and
[postgresql] / src / include /
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2005-02-28 Neil ConwayImplement max() and min() aggregates for array types...
2005-02-27 Neil ConwayAdd explicit casts between int4 and boolean. Patch...
2005-02-27 Bruce MomjianAllow Win32 to support the O_SYNC open flag as an wal_s...
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-02-25 Teodor SigaevIn accordance to
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-02-21 Neil ConwayTrivial fix: change the reference to further documentat...
2005-02-20 Tom LaneRemove some no-longer-needed kluges for bootstrapping...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2005-02-18 Tom LaneConvert MemoryContextSwitchTo() into an inline function...
2005-02-15 Bruce MomjianDocument usage of gettext_noop().
2005-02-03 Tom LaneEnsure that all details of the ARC algorithm are hidden...
2005-02-02 Neil ConwayAdd support for temporary views, including documentatio...
2005-01-28 Tom LaneImprove planner's estimation of the space needed for...
2005-01-28 Tom Lanepg_aggregate.h fails to compile standalone, for lack...
2005-01-27 Neil ConwaySmall patch to move get_grosysid() from catalog/aclchk...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2005-01-27 Tom LaneGeneralize TRUNCATE to support truncating multiple...
2005-01-23 Tom LaneThe result of a FULL or RIGHT join can't be assumed...
2005-01-18 Neil ConwayThis patch makes some improvements to the rtree index...
2005-01-18 Bruce MomjianWin32 8.1 stamp.
2005-01-17 PostgreSQL Daemonits that time ... tag it for release REL8_0_0
2005-01-11 PostgreSQL Daemonup release to rc5 REL8_0_0RC5
2005-01-10 Tom LaneSeparate the functions of relcache entry flush and...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
2005-01-07 PostgreSQL Daemonupgrade tags to rc4 REL8_0_0RC4
2005-01-06 Tom LaneDon't list port twice in SUBDIRS. Caught by Honda...
2005-01-06 Tom LaneMake the various places that determine the user's ...
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-29 Tom LaneRefactor EXEC_BACKEND code so that postmaster child...
2004-12-26 Tom LaneRearrange include file contents into a saner order...
2004-12-21 PostgreSQL Daemontag files for rc2 REL8_0_0RC2
2004-12-16 Bruce MomjianUpdate version for Win32-client include file.
2004-12-12 Tom LaneUpgrade formrdesc() so that it can correctly initialize...
2004-12-11 Tom LaneInstead of supposing (wrongly, in the general case...
2004-12-04 Bruce MomjianBack out addition of Win1252 encoding.
2004-12-03 Bruce MomjianBack out fix for Unicode characters above 0x10000
2004-12-02 Bruce MomjianFix for Unicode characters above 0x10000.
2004-12-02 Bruce MomjianAdd Charset WIN1252 support.
2004-12-01 Bruce MomjianAllow libpq to build on MS Visual Studio .NET 2003...
2004-12-01 Tom LaneChange planner to use the current true disk file size...
2004-11-26 Tom LaneRelOptInfo.pages should really be declared as BlockNumb...
2004-11-24 Tom LaneA client_encoding specification coming from the connect...
2004-11-17 Tom LaneMiscellaneous Cygwin build fixes from Reini Urban.
2004-11-17 Tom LaneInstall include/port header files, and fix PGXS build...
2004-11-17 Tom LaneFix Win32 problems with signals and sockets, by making...
2004-11-16 Tom LaneRethink plpgsql's way of handling SPI execution during...
2004-11-14 Tom LaneRemove GUC USERLIMIT variable category, making the...
2004-11-12 Tom LaneFix obsolete comments.
2004-11-09 Tom LanePut in place some defenses against being fooled by...
2004-11-09 Neil ConwayDelete the `remove-old-headers' target, as it is no...
2004-11-09 Tom LaneUse a hopefully-more-reliable method of detecting defau...
2004-11-08 Bruce MomjianUpdate workding on why we use is_absolute_path() as...
2004-11-06 Tom LaneAdd code to find_my_exec() to resolve a symbolic link...
2004-11-06 Tom LaneWhen implementing a coercion to a domain type with...
2004-11-06 Tom LaneCode cleanup in path.c and exec.c. Handle Windows...
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-11-03 Neil ConwayDon't create $DESTDIR/include/internal/lib, as it is...
2004-11-01 Tom LaneInvent pg_next_dst_boundary() and rewrite DetermineLoca...
2004-10-30 Tom LaneI found a corner case in which it is possible for RI_FK...
2004-10-27 Neil ConwayTrivial fix: clarify a comment.
2004-10-22 Tom LaneFix tsearch build problems.
2004-10-22 Tom LaneAdd a GUC_SUPERUSER_ONLY flag to mark GUC variables...
2004-10-22 Tom LaneIn ALTER COLUMN TYPE, strip any implicit coercion opera...
2004-10-20 Tom LaneAllow functions returning void or cstring to appear...
2004-10-18 Bruce MomjianRemove use of "miscadmin.h" in port C files and remove...
2004-10-18 Bruce MomjianThe attached patch fixes psql's win32 frontend-only...
2004-10-17 Tom LaneGive a more user-friendly error message in situation...
2004-10-16 Tom LaneRemove dllist.c from libpq. It's overkill for what...
2004-10-16 Tom LaneGive the ResourceOwner mechanism full responsibility...
2004-10-16 Tom LaneRemove BufferLocks[] array in favor of a single pointer...
2004-10-15 Tom LaneRepair possible failure to update hint bits back to...
2004-10-11 Tom LaneFix OR-index-scan planner to recognize that a partial...
2004-10-11 Bruce MomjianUse native Cygwin symlinks so tablespaces work on Win95...
2004-10-11 Tom LaneFix pg_indexes view so that it shows the index's tables...
2004-10-09 Tom LaneAdjust configuration-files GUC behavior as per my recen...
2004-10-08 Tom LaneWhack some sense into the configuration-file-location...
2004-10-07 Tom LaneFix problems with SQL functions returning rowtypes...
2004-10-07 Bruce MomjianPrevent install error message when doing cmp on empty...
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-10-06 Neil ConwayDocument what the "rep; nop" x86 assembler sequence...
2004-10-06 Bruce MomjianFix improper defines for uid_t and gid_t. Had them...
2004-10-06 Bruce MomjianUse #define instead of typedef for plperl because perl...
2004-10-06 Bruce MomjianHere is a patch to fix win32 ssl builds. Summary of...
2004-10-06 Bruce Momjianplease find attached an alternate submission which...
2004-10-05 Bruce MomjianFix typo in recent Win32 typedef change.
2004-10-05 Bruce MomjianRemove unused Win32 defines, convert them to typdefs...
2004-10-04 Tom LaneRemove arithmetic operators on the 1-byte-char datatype...
2004-10-04 Tom LaneCorrect the volatility labeling of ten timestamp-relate...
2004-10-02 Tom LaneClean up handling of inherited-table update queries...
2004-10-01 Tom LaneCode review for NOWAIT patch: downgrade NOWAIT from...
2004-09-30 Tom LaneAdjust index locking rules as per my proposal of earlie...
2004-09-30 Tom LaneCome to think of it, functions in FROM have the same...
2004-09-29 Tom LaneMinor adjustments to improve the accuracy of our comput...
2004-09-28 Tom LaneArrange to preallocate all required space for the buffe...
2004-09-27 Bruce MomjianAdd new macro as shorthand for MS VC and Borland C++:
2004-09-27 Bruce MomjianMore Win32 cleanups for Dave Page.
next