summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2003-12-21Further cleanup in _bt_first: eliminate duplicate code paths.Tom Lane
2003-12-21Back out:Bruce Momjian
2003-12-21[ This description should have been on the earlier fork/execBruce Momjian
2003-12-21Previous change exposed some opportunities for further simplificationTom Lane
2003-12-21Improve btree's initial-positioning-strategy code so that we never needTom Lane
2003-12-21The recent DUMMY_PROCS patch broke accounting for the number of semaphoresTom Lane
2003-12-20bufmgr.c failed to compile on Darwin, because it didn't includeTom Lane
2003-12-20Dept. of third thoughts: in fact, libpq should support SCM_CREDS challengeTom Lane
2003-12-20Fix broken IDENT support for FreeBSD (appears to have been broken byTom 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-19Supress ecpg thread test if configure didn't enable threads. FixBruce Momjian
2003-12-19Prevent service dbname from defaulting to service name, per bug reportBruce Momjian
2003-12-19Forbid REVOKE on untrusted languages, and don't dump privileges ofPeter Eisentraut
2003-12-19Add missing $(X).Peter Eisentraut
2003-12-19Make to_hex() behave portably on negative input values (treat them asTom Lane
2003-12-19Use a shutdown callback to ensure proper clean up when rescanningJoe Conway
2003-12-18Fix memory leak with SSL connections due to missing X509_free() calls.Tom Lane
2003-12-18Use a shutdown callback to clear setArgsValid in a FuncExprState that isTom Lane
2003-12-18Forgot to change one compatlib.h.Peter Eisentraut
2003-12-18Ensure set-returning functions in the targetlist of a plan node will beTom Lane