summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-01-05Translation updatesPeter Eisentraut
2004-01-05Improve UniquePath logic to detect the case where the input is alreadyTom Lane
2004-01-05Dept. of second thoughts: clause_selectivity shouldn't try to cache itsTom Lane
2004-01-05Add the ability to extract OR indexscan conditions from OR-of-ANDTom Lane
2004-01-04Fixed bug in GRANT OPTION FOR parsing.Michael Meskes
2004-01-04There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh toTom Lane
2004-01-04Fix portability bugs: char values passed to <ctype.h> functions mustTom Lane
2004-01-04Fix discrepancy in prototypes for HPUX pg_dlerror.Tom Lane
2004-01-04Fix ReadOffset() to work correctly when off_t is wider than int.Tom Lane
2004-01-04Merge restrictlist_selectivity into clauselist_selectivity byTom Lane
2004-01-04Remove trailing newline from file.Bruce Momjian
2004-01-04Remove trailing semicolons from macro initializations in plpython.Bruce Momjian
2004-01-04Mention grabbing typedefs from pgsql/lib too.Bruce Momjian
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
2004-01-01Do an explicit fflush after writing a progress message with puts.Tom Lane
2003-12-31Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag.Bruce Momjian
2003-12-30Adjust the definition of RestrictInfo's left_relids and right_relidsTom Lane
2003-12-30Add "-mt" link flag for Solaris non-gcc compiles when using threads ---Bruce Momjian
2003-12-30Instead of trying to force WHERE clauses into CNF or DNF normal form,Tom Lane
2003-12-30Avoid running out of memory during hash_create, by not passing aTom Lane
2003-12-30ShmemInitHash forgot to specify HASH_ALLOC flag bit in its hash_createTom Lane
2003-12-29Use hash table name, not one-size-fits-all 'DynaHashTable', to identifyTom Lane
2003-12-29Using canonicalize_qual() to get rid of duplicate index predicateTom Lane
2003-12-29Improve comment.Tom Lane
2003-12-29Tweak OpernameGetCandidates() to reduce palloc overhead --- profilingTom Lane
2003-12-29Added missing whitespaces to array argument parsing.Michael Meskes
2003-12-28Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane
2003-12-28Fix sanity-check code that mistakenly assumed error and notice messagesTom Lane
2003-12-28Avoid infinite loop if connection is lost during PQexecStart() orTom 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-25Patch that makes quoting "sameuser", "samegroup", and "all" removeBruce Momjian
2003-12-25> > I have no idea if this in Oracle or not. But it's something IBruce Momjian
2003-12-24Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int);Michael Meskes
2003-12-23Supress non-temp schemas from psql \dn display.Bruce Momjian
2003-12-23Use inlined TAS() on PA-RISC, if we are compiling with gcc.Tom Lane
2003-12-23Fix a number of places where reconfiguring with a different installationTom Lane
2003-12-23Fix compile warning.Tom Lane
2003-12-23More bogosity in alter_table test: sometimes causes prepare test to failTom Lane
2003-12-23alter_table test sometimes failed in parallel mode, because of transientTom Lane
2003-12-23Push responsibility for selecting out-of-line-assembler TAS code out toTom 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 __alpha__ additions in main.c but document that they are missing.Bruce Momjian
2003-12-23Remove NEED_I386_TAS_ASM and just test for compiler defines.Bruce Momjian
2003-12-23Allow plpgsql variables' default value expressions to referenceTom Lane
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