Commit Graph

12229 Commits (037e2fcf8fb4f5af00a5eceb26f4a2170e99b343)

Author SHA1 Message Date
Tom Lane 037e2fcf8f Must test for __hppa__ as well as __hppa to make linux-hppa happy. 22 years ago
Tom Lane b3c3b5464d Do an explicit fflush after writing a progress message with puts. 22 years ago
Bruce Momjian 8042c79fd1 Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag. 22 years ago
Tom Lane be6c38b903 Adjust the definition of RestrictInfo's left_relids and right_relids 22 years ago
Bruce Momjian cf4d324d02 Add "-mt" link flag for Solaris non-gcc compiles when using threads --- 22 years ago
Tom Lane 9888192fb7 Instead of trying to force WHERE clauses into CNF or DNF normal form, 22 years ago
Tom Lane 7af16b2a25 Avoid running out of memory during hash_create, by not passing a 22 years ago
Tom Lane e8aa10ee47 ShmemInitHash forgot to specify HASH_ALLOC flag bit in its hash_create 22 years ago
Tom Lane ea43da5138 Use hash table name, not one-size-fits-all 'DynaHashTable', to identify 22 years ago
Tom Lane 5c5b911fcc Using canonicalize_qual() to get rid of duplicate index predicate 22 years ago
Tom Lane b53ca9bbcb Improve comment. 22 years ago
Tom Lane 07f9f4d413 Tweak OpernameGetCandidates() to reduce palloc overhead --- profiling 22 years ago
Michael Meskes 21b3c0e0ec Added missing whitespaces to array argument parsing. 22 years ago
Tom Lane c607bd693f Clean up the usage of canonicalize_qual(): in particular, be consistent 22 years ago
Tom Lane d167fb1015 Fix sanity-check code that mistakenly assumed error and notice messages 22 years ago
Tom Lane 36c9a01acf Avoid infinite loop if connection is lost during PQexecStart() or 22 years ago
Tom Lane f8eed65dfb Improve spinlock code for recent x86 processors: insert a PAUSE 22 years ago
Bruce Momjian aeddc2a60d Continued rearrangement to permit pgstat + BootstrapMain processes to be 22 years ago
Bruce Momjian 3e32e9476f Patch that makes quoting "sameuser", "samegroup", and "all" remove 22 years ago
Bruce Momjian 1c757c49fa > > I have no idea if this in Oracle or not. But it's something I 22 years ago
Michael Meskes 03caf7649b Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int); 22 years ago
Bruce Momjian a922472a2a Supress non-temp schemas from psql \dn display. 22 years ago
Tom Lane afb09b5a31 Use inlined TAS() on PA-RISC, if we are compiling with gcc. 22 years ago
Tom Lane cd2ad9b944 Fix a number of places where reconfiguring with a different installation 22 years ago
Tom Lane 358d032f98 Fix compile warning. 22 years ago
Tom Lane 2fb67fa469 More bogosity in alter_table test: sometimes causes prepare test to fail 22 years ago
Tom Lane e8a4515626 alter_table test sometimes failed in parallel mode, because of transient 22 years ago
Tom Lane baee5f75c5 Push responsibility for selecting out-of-line-assembler TAS code out to 22 years ago
Tom Lane 9adaf64da3 Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platforms 22 years ago
Bruce Momjian caf6e9d2dd Have configure --without-spinlocks actually not use spinlock code, even 22 years ago
Bruce Momjian 69f2e9b0fc Move slock_t typdefs into s_lock.h from include/port files for 22 years ago
Bruce Momjian dcae5781d1 Remove __alpha__ additions in main.c but document that they are missing. 22 years ago
Bruce Momjian 887b5a7be0 Remove NEED_I386_TAS_ASM and just test for compiler defines. 22 years ago
Tom Lane f66b0ff066 Allow plpgsql variables' default value expressions to reference 22 years ago
Bruce Momjian 9114cb1c5f This applied patch remove NEED_SPARC_TAS_ASM and instead uses __sparc || 22 years ago
Bruce Momjian b731d04101 Test for __alpha and __alpha__. 22 years ago
Tom Lane ef92b82dbb Further cleanup in _bt_first: eliminate duplicate code paths. 22 years ago
Bruce Momjian 0ea4f9c859 Back out: 22 years ago
Bruce Momjian ced30eb857 [ This description should have been on the earlier fork/exec 22 years ago
Tom Lane 2a0caefeb5 Previous change exposed some opportunities for further simplification 22 years ago
Tom Lane 569659ae16 Improve btree's initial-positioning-strategy code so that we never need 22 years ago
Tom Lane 772d0f9345 The recent DUMMY_PROCS patch broke accounting for the number of semaphores 22 years ago
Tom Lane 16cc9dff4f bufmgr.c failed to compile on Darwin, because it didn't include 22 years ago
Tom Lane fb8ac3fcb6 Dept. of third thoughts: in fact, libpq should support SCM_CREDS challenge 22 years ago
Tom Lane b8f2980209 Fix broken IDENT support for FreeBSD (appears to have been broken by 22 years ago
Bruce Momjian d75b2ec4eb This patch is the next step towards (re)allowing fork/exec. 22 years ago
Bruce Momjian 54c8e821b8 In my mind there were two categories of open issues 22 years ago
Bruce Momjian 85f51dea1c Supress ecpg thread test if configure didn't enable threads. Fix 22 years ago
Bruce Momjian 580cae7567 Prevent service dbname from defaulting to service name, per bug report 22 years ago
Peter Eisentraut f39748a70f Forbid REVOKE on untrusted languages, and don't dump privileges of 22 years ago