aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* MemSet() must not cast its pointer argument to int32* until after it hasTom Lane2005-07-18
* When using C-string lookup keys in a dynahash.c hash table, use strncpy()Tom Lane2005-06-18
* Push enable/disable of notify and catchup interrupts all the way downTom Lane2005-06-02
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-26
* Stamp release 8.0.3.Tom Lane2005-05-05
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-11
* Stamp 8.0.2.REL8_0_2Tom Lane2005-04-07
* Tag for 8.0.2beta1PostgreSQL Daemon2005-03-26
* Add missing min/max parameters to DefineCustomIntVariable() andTom Lane2005-03-25
* Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane2005-03-25
* array_map can't use the fn_extra field of the provided fcinfo struct asTom Lane2005-03-24
* Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian2005-03-24
* WAL must log CREATE and DROP DATABASE operations *without* using anyTom Lane2005-03-23
* Need to reset local buffer pin counts, not only shared buffer pins,Tom Lane2005-03-18
* Backpatch to 8.0.X, already in HEAD:Bruce Momjian2005-03-17
* Prevent locale-aware handling of upper, lower, and initcap when theBruce Momjian2005-03-16
* Ensure that all details of the ARC algorithm are hidden within freelist.c.Tom Lane2005-02-03
* Stamp 8.0 branch as 8.0.1.Tom Lane2005-01-30
* Improve planner's estimation of the space needed for HashAgg plans:Tom Lane2005-01-28
* pg_aggregate.h fails to compile standalone, for lack of an #includeTom Lane2005-01-28
* 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