summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2004-08-11Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane
2004-06-11Stamp 7.4.3. Still need release notes.Bruce Momjian
2004-06-05Adjust PageGetMaxOffsetNumber to ensure sane behavior on uninitializedTom Lane
2004-04-18Tweak findTargetlistEntry so that bare names occurring in GROUP BY clausesTom Lane
2004-03-20Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian
2004-03-05Brand 7.4.2. Release notes still need work.Bruce Momjian
2004-03-02Junkfilter logic to force a projection step during SELECT INTO was tooTom Lane
2004-02-24anyarray really needs to be declared with typalign = 'd', so that entriesTom Lane
2004-02-23Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane
2004-02-23Do a direct probe during postmaster startup to determine the maximumTom Lane
2004-02-21Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane
2004-02-11Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg.Bruce Momjian
2004-01-22Fix oversight in optimization that avoids an unnecessary projection stepTom Lane
2003-12-18Use a shutdown callback to clear setArgsValid in a FuncExprState that isTom Lane
2003-12-18Ensure set-returning functions in the targetlist of a plan node will beTom Lane
2003-12-13Stamp 7.4.1.Bruce Momjian
2003-12-03Planner failed to be smart about binary-compatible expressions in pathkeysTom Lane
2003-12-02The attached patch enables contrib/cube to build cleanly under CygwinBruce Momjian
2003-11-25Install all the headers files that the ones that are already installedPeter Eisentraut
2003-11-24Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut
2003-11-13Update win32 include file on 7.4 branch.Bruce Momjian
2003-11-11Fix thinko in reltime and tinterval operator classes that I added aTom Lane
2003-11-07Cause stats processes to detach from shared memory when started, so thatTom Lane
2003-11-04Improve wording of spinlocks-missing compilation error message.Peter Eisentraut
2003-10-29Fix some corner cases in ACL manipulation: don't foul up on an emptyTom Lane
2003-10-26Update for m68k from Peter.Bruce Momjian
2003-10-26Fix #elif typo.Bruce Momjian
2003-10-26Update linux/mips port.Bruce Momjian
2003-10-21Fix built-in SQL-language functions to ensure that referenced namesTom Lane
2003-10-21Revert to 7.3-and-before practice of only including <fcntl.h> in c.hTom Lane
2003-10-20Update catalog version after information schema changes.Peter Eisentraut
2003-10-18Cleanup on --help-config: Now called --describe-config, no further options,Peter Eisentraut
2003-10-16Set attstattarget to -1 for all system catalog columns. All but a fewTom Lane
2003-10-16Fix bad interaction between NOTIFY processing and V3 extended queryTom Lane
2003-10-14Remove void* in MemSet until we understand the gcc 3.3.1 problem better.Bruce Momjian
2003-10-11Add void * cast to MemSet to silence compiler, and add comment that weBruce Momjian
2003-10-10Rename __arm__/__arm__ to __arm__/__arm, found by Neil ConwayBruce Momjian
2003-10-06During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows usingTom Lane
2003-10-04Fix pg_get_constraintdef() to ensure CHECK constraints are always shownTom Lane
2003-10-01Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane
2003-09-29Adjust btree index build procedure so that the btree metapage looksTom Lane
2003-09-29Fix #error message to mention renamed option --disable-spinlocks.Bruce Momjian
2003-09-28Add a mechanism to let dynamically loaded modules register post-commit/Tom Lane
2003-09-26Move -D_GNU_SOURCE hack from port header to template, so thatTom Lane
2003-09-25Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane
2003-09-24Repair some REINDEX problems per recent discussions. The relcache isTom Lane
2003-09-21Arrange to align shared disk buffers on at least 32-byte boundaries,Tom Lane
2003-09-19Disallow foreign-key references from temp tables to permanent tables.Tom Lane
2003-09-17Fix typo in commentTatsuo Ishii
2003-09-16fix typo in a commentTatsuo Ishii