summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2005-01-11up release to rc5REL8_0_0RC5PostgreSQL Daemon
2005-01-10Separate the functions of relcache entry flush and smgr cache entry flushTom Lane
2005-01-10Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane
2005-01-07upgrade tags to rc4REL8_0_0RC4PostgreSQL Daemon
2005-01-06Don't list port twice in SUBDIRS. Caught by Honda Shigehiro.Tom Lane
2005-01-06Make the various places that determine the user's "home directory"Tom Lane
2005-01-01Some more missed copyright notices. Many of these look like theyTom Lane
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-29Refactor EXEC_BACKEND code so that postmaster child processes reattachTom Lane
2004-12-26Rearrange include file contents into a saner order, add inclusion ofTom Lane
2004-12-21tag files for rc2REL8_0_0RC2PostgreSQL Daemon
2004-12-16Update version for Win32-client include file.Bruce Momjian
2004-12-12Upgrade formrdesc() so that it can correctly initialize the tupledescTom Lane
2004-12-11Instead of supposing (wrongly, in the general case) that the rowtypeTom Lane
2004-12-04Back out addition of Win1252 encoding.Bruce Momjian
2004-12-03Back out fix for Unicode characters above 0x10000Bruce Momjian
2004-12-02Fix for Unicode characters above 0x10000.Bruce Momjian
2004-12-02Add Charset WIN1252 support.Bruce Momjian
2004-12-01Allow libpq to build on MS Visual Studio .NET 2003 on Windows XP.Bruce Momjian
2004-12-01Change planner to use the current true disk file size as its estimate ofTom Lane
2004-11-26RelOptInfo.pages should really be declared as BlockNumber, not long.Tom Lane
2004-11-24A client_encoding specification coming from the connection request hasTom Lane
2004-11-17Miscellaneous Cygwin build fixes from Reini Urban.Tom Lane
2004-11-17Install include/port header files, and fix PGXS build to use them.Tom Lane
2004-11-17Fix Win32 problems with signals and sockets, by making the forkexec codeTom Lane
2004-11-16Rethink plpgsql's way of handling SPI execution during an exception block.Tom Lane
2004-11-14Remove GUC USERLIMIT variable category, making the affected variablesTom Lane
2004-11-12Fix obsolete comments.Tom Lane
2004-11-09Put in place some defenses against being fooled by accidental match ofTom Lane
2004-11-09Delete the `remove-old-headers' target, as it is no longer useful. PatchNeil Conway
2004-11-09Use a hopefully-more-reliable method of detecting default selectivityTom Lane
2004-11-08Update workding on why we use is_absolute_path() as a macro.Bruce Momjian
2004-11-06Add code to find_my_exec() to resolve a symbolic link down to theTom Lane
2004-11-06When implementing a coercion to a domain type with a combinedTom Lane
2004-11-06Code cleanup in path.c and exec.c. Handle Windows drive and network specsTom Lane
2004-11-05Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane
2004-11-03Don't create $DESTDIR/include/internal/lib, as it is no longer used.Neil Conway
2004-11-01Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() toTom Lane
2004-10-30I found a corner case in which it is possible for RI_FKey_check's callTom Lane
2004-10-27Trivial fix: clarify a comment.Neil Conway
2004-10-22Fix tsearch build problems.Tom Lane
2004-10-22Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not beTom Lane
2004-10-22In ALTER COLUMN TYPE, strip any implicit coercion operations appearingTom Lane
2004-10-20Allow functions returning void or cstring to appear in FROM clause,Tom Lane
2004-10-18Remove use of "miscadmin.h" in port C files and remove test for frontendBruce Momjian
2004-10-18The attached patch fixes psql's win32 frontend-only build, by usingBruce Momjian
2004-10-17Give a more user-friendly error message in situation where CREATE DATABASETom Lane
2004-10-16Remove dllist.c from libpq. It's overkill for what libpq needs; we canTom Lane
2004-10-16Give the ResourceOwner mechanism full responsibility for releasing bufferTom Lane