summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2004-01-07Cleanup: move the 'Value' node into a separate file, rather than puttingNeil Conway
2004-01-06Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane
2004-01-06Final rearrangement of main postgresql child process (ie.Bruce Momjian
2004-01-06Code cleanup, mostly in the smgr:Neil Conway
2004-01-06Remove unused 'noversion' command-line option processing from theNeil Conway
2004-01-06Make the 'wal_debug' GUC variable a boolean (rather than an integer), andNeil Conway
2004-01-06Instead of rechecking lossy index operators by putting them into theTom Lane
2004-01-05Adjust indexscan planning logic to keep RestrictInfo nodes associatedTom Lane
2004-01-05Improve UniquePath logic to detect the case where the input is alreadyTom Lane
2004-01-05Add the ability to extract OR indexscan conditions from OR-of-ANDTom Lane
2004-01-04There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh toTom Lane
2004-01-04Merge restrictlist_selectivity into clauselist_selectivity byTom Lane
2004-01-04Rewrite OR indexscan processing to be more flexible. We can now for theTom Lane
2004-01-03Must test for __hppa__ as well as __hppa to make linux-hppa happy.Tom Lane
2003-12-30Adjust the definition of RestrictInfo's left_relids and right_relidsTom Lane
2003-12-28Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane
2003-12-27Improve spinlock code for recent x86 processors: insert a PAUSETom Lane
2003-12-25Continued rearrangement to permit pgstat + BootstrapMain processes to beBruce Momjian
2003-12-25> > I have no idea if this in Oracle or not. But it's something IBruce Momjian
2003-12-23Use inlined TAS() on PA-RISC, if we are compiling with gcc.Tom Lane
2003-12-23Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platformsTom Lane
2003-12-23Have configure --without-spinlocks actually not use spinlock code, evenBruce Momjian
2003-12-23Move slock_t typdefs into s_lock.h from include/port files forBruce Momjian
2003-12-23Remove NEED_I386_TAS_ASM and just test for compiler defines.Bruce Momjian
2003-12-22This applied patch remove NEED_SPARC_TAS_ASM and instead uses __sparc ||Bruce Momjian
2003-12-22Test for __alpha and __alpha__.Bruce Momjian
2003-12-21Back out:Bruce Momjian
2003-12-21Improve btree's initial-positioning-strategy code so that we never needTom Lane
2003-12-20This patch is the next step towards (re)allowing fork/exec.Bruce Momjian
2003-12-20In my mind there were two categories of open issuesBruce Momjian
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-14I posted some bufmgr cleanup a few weeks ago, but it conflicted withNeil Conway
2003-12-12This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut
2003-12-11Fix thinko in comment.Tom Lane
2003-12-03catversion change needed by previous read-onlu GUC variables commit.Joe Conway
2003-12-03Added new group of read-only GUC variables to allow simple accessJoe Conway
2003-12-03Planner failed to be smart about binary-compatible expressions in pathkeysTom Lane
2003-12-02Add a warning to AtEOXact_SPI() to catch cases where the currentJoe Conway
2003-12-01The attached patch enables contrib/cube to build cleanly under CygwinBruce Momjian
2003-12-01Avoid assuming that type key_t is 32 bits, since it reportedly isn'tTom Lane
2003-12-01This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian
2003-12-01Try to reduce confusion about what is a lock method identifier, a lockBruce Momjian
2003-12-01Attached is a patch implementing factorial(), returning numeric. PointsBruce Momjian
2003-11-30Bump all version numbers and version stamps mentioned in RELEASE_CHANGES.Bruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-25Get rid of hashkeys field of Hash plan node, since it's redundant withTom Lane
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