summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane2004-01-066-1597/+1611
* Final rearrangement of main postgresql child process (ie.Bruce Momjian2004-01-061-1/+4
* Code cleanup, mostly in the smgr:Neil Conway2004-01-061-12/+11
* Remove unused 'noversion' command-line option processing from theNeil Conway2004-01-061-2/+1
* Make the 'wal_debug' GUC variable a boolean (rather than an integer), andNeil Conway2004-01-062-3/+11
* Instead of rechecking lossy index operators by putting them into theTom Lane2004-01-062-2/+5
* Adjust indexscan planning logic to keep RestrictInfo nodes associatedTom Lane2004-01-053-21/+28
* Improve UniquePath logic to detect the case where the input is alreadyTom Lane2004-01-052-6/+18
* Add the ability to extract OR indexscan conditions from OR-of-ANDTom Lane2004-01-054-16/+29
* There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh toTom Lane2004-01-041-4/+1
* Merge restrictlist_selectivity into clauselist_selectivity byTom Lane2004-01-043-9/+7
* Rewrite OR indexscan processing to be more flexible. We can now for theTom Lane2004-01-043-12/+20
* Must test for __hppa__ as well as __hppa to make linux-hppa happy.Tom Lane2004-01-031-3/+3
* Adjust the definition of RestrictInfo's left_relids and right_relidsTom Lane2003-12-302-11/+16
* Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane2003-12-283-7/+8
* Improve spinlock code for recent x86 processors: insert a PAUSETom Lane2003-12-271-1/+22
* Continued rearrangement to permit pgstat + BootstrapMain processes to beBruce Momjian2003-12-251-1/+24
* > > I have no idea if this in Oracle or not. But it's something IBruce Momjian2003-12-251-1/+2
* Use inlined TAS() on PA-RISC, if we are compiling with gcc.Tom Lane2003-12-231-7/+31
* Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platformsTom Lane2003-12-233-72/+90
* Have configure --without-spinlocks actually not use spinlock code, evenBruce Momjian2003-12-231-2/+4
* Move slock_t typdefs into s_lock.h from include/port files forBruce Momjian2003-12-2321-377/+150
* Remove NEED_I386_TAS_ASM and just test for compiler defines.Bruce Momjian2003-12-238-10/+3
* This applied patch remove NEED_SPARC_TAS_ASM and instead uses __sparc ||Bruce Momjian2003-12-224-4/+0
* Test for __alpha and __alpha__.Bruce Momjian2003-12-221-3/+3
* Back out:Bruce Momjian2003-12-211-4/+1
* Improve btree's initial-positioning-strategy code so that we never needTom Lane2003-12-211-5/+6
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-208-12/+35
* In my mind there were two categories of open issuesBruce Momjian2003-12-201-1/+4
* Use a shutdown callback to clear setArgsValid in a FuncExprState that isTom Lane2003-12-181-1/+8
* Ensure set-returning functions in the targetlist of a plan node will beTom Lane2003-12-181-1/+2
* I posted some bufmgr cleanup a few weeks ago, but it conflicted withNeil Conway2003-12-142-49/+9
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-123-7/+7
* Fix thinko in comment.Tom Lane2003-12-111-2/+2
* catversion change needed by previous read-onlu GUC variables commit.Joe Conway2003-12-031-2/+2
* Added new group of read-only GUC variables to allow simple accessJoe Conway2003-12-031-2/+3
* Planner failed to be smart about binary-compatible expressions in pathkeysTom Lane2003-12-031-1/+2
* Add a warning to AtEOXact_SPI() to catch cases where the currentJoe Conway2003-12-021-2/+2
* The attached patch enables contrib/cube to build cleanly under CygwinBruce Momjian2003-12-011-2/+2
* Avoid assuming that type key_t is 32 bits, since it reportedly isn'tTom Lane2003-12-011-4/+2
* This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian2003-12-011-1/+3
* Try to reduce confusion about what is a lock method identifier, a lockBruce Momjian2003-12-013-35/+34
* Attached is a patch implementing factorial(), returning numeric. PointsBruce Momjian2003-12-014-26/+9
* Bump all version numbers and version stamps mentioned in RELEASE_CHANGES.Bruce Momjian2003-11-301-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29287-287/+287
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-297-7/+7
* Get rid of hashkeys field of Hash plan node, since it's redundant withTom Lane2003-11-251-2/+2
* Install all the headers files that the ones that are already installedPeter Eisentraut2003-11-251-1/+3
* Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut2003-11-241-4/+4
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-212-2/+4