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