aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Stamp release 7.4.8.Tom Lane2005-05-05
* array_map can't use the fn_extra field of the provided fcinfo struct asTom Lane2005-03-24
* Back-port heap_deformtuple() into 7.4 branch; needed for planned fix forTom Lane2005-02-06
* Stamp release 7.4.7.Tom Lane2005-01-30
* The result of a FULL or RIGHT join can't be assumed to be sorted by theTom Lane2005-01-23
* Stamp release 7.4.6.REL7_4_6Tom Lane2004-10-22
* Repair bug that would allow libpq to think a command had succeeded whenTom Lane2004-09-26
* Brand 7.4.5 ... now that was our shortest-lived release ever ...REL7_4_5Tom Lane2004-08-18
* Stamp 7.4.4.REL7_4_4Tom Lane2004-08-15
* Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane2004-08-11
* Stamp 7.4.3. Still need release notes.Bruce Momjian2004-06-11
* Adjust PageGetMaxOffsetNumber to ensure sane behavior on uninitializedTom Lane2004-06-05
* Tweak findTargetlistEntry so that bare names occurring in GROUP BY clausesTom Lane2004-04-18
* Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian2004-03-20
* Brand 7.4.2. Release notes still need work.Bruce Momjian2004-03-05
* Junkfilter logic to force a projection step during SELECT INTO was tooTom Lane2004-03-02
* anyarray really needs to be declared with typalign = 'd', so that entriesTom Lane2004-02-24
* Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane2004-02-23
* Do a direct probe during postmaster startup to determine the maximumTom Lane2004-02-23
* Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane2004-02-21
* Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg.Bruce Momjian2004-02-11
* Fix oversight in optimization that avoids an unnecessary projection stepTom Lane2004-01-22
* Use a shutdown callback to clear setArgsValid in a FuncExprState that isTom Lane2003-12-18
* Ensure set-returning functions in the targetlist of a plan node will beTom Lane2003-12-18
* Stamp 7.4.1.Bruce Momjian2003-12-13
* Planner failed to be smart about binary-compatible expressions in pathkeysTom Lane2003-12-03
* The attached patch enables contrib/cube to build cleanly under CygwinBruce Momjian2003-12-02
* Install all the headers files that the ones that are already installedPeter Eisentraut2003-11-25
* Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut2003-11-24
* Update win32 include file on 7.4 branch.Bruce Momjian2003-11-13
* Fix thinko in reltime and tinterval operator classes that I added aTom Lane2003-11-11
* Cause stats processes to detach from shared memory when started, so thatTom Lane2003-11-07
* Improve wording of spinlocks-missing compilation error message.Peter Eisentraut2003-11-04
* Fix some corner cases in ACL manipulation: don't foul up on an emptyTom Lane2003-10-29
* Update for m68k from Peter.Bruce Momjian2003-10-26
* Fix #elif typo.Bruce Momjian2003-10-26
* Update linux/mips port.Bruce Momjian2003-10-26
* Fix built-in SQL-language functions to ensure that referenced namesTom Lane2003-10-21
* Revert to 7.3-and-before practice of only including <fcntl.h> in c.hTom Lane2003-10-21
* Update catalog version after information schema changes.Peter Eisentraut2003-10-20
* Cleanup on --help-config: Now called --describe-config, no further options,Peter Eisentraut2003-10-18
* Set attstattarget to -1 for all system catalog columns. All but a fewTom Lane2003-10-16
* Fix bad interaction between NOTIFY processing and V3 extended queryTom Lane2003-10-16
* Remove void* in MemSet until we understand the gcc 3.3.1 problem better.Bruce Momjian2003-10-14
* Add void * cast to MemSet to silence compiler, and add comment that weBruce Momjian2003-10-11
* Rename __arm__/__arm__ to __arm__/__arm, found by Neil ConwayBruce Momjian2003-10-10
* During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows usingTom Lane2003-10-06
* Fix pg_get_constraintdef() to ensure CHECK constraints are always shownTom Lane2003-10-04
* Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane2003-10-01
* Adjust btree index build procedure so that the btree metapage looksTom Lane2003-09-29