Commit Graph

16800 Commits (bf2a591ffc23d32d5a050004cc3f8a4b741f973b)
 

Author SHA1 Message Date
Bruce Momjian bf2a591ffc Done: 23 years ago
Neil Conway dfc7e7b71d Code cleanup, mostly in the smgr: 23 years ago
Neil Conway 030f8e7313 Remove unused 'noversion' command-line option processing from the 23 years ago
Neil Conway bc028beb16 Make the 'wal_debug' GUC variable a boolean (rather than an integer), and 23 years ago
Tom Lane b0c4a50bbb Instead of rechecking lossy index operators by putting them into the 23 years ago
Tom Lane fa559a86ee Adjust indexscan planning logic to keep RestrictInfo nodes associated 23 years ago
Neil Conway 5d472f6464 Trivial refactoring: move analysis of ViewStmt into its own function for 23 years ago
Neil Conway 71998c1e51 Remove an old and out-of-date SGML comment from this file: we already 23 years ago
Neil Conway af7a21cb99 Fix (yet another) instance of incorrect markup for a GUC variable. 23 years ago
Neil Conway 548523533f Fix three trivial typos in comments. 23 years ago
Peter Eisentraut 35b1fe122c Translation updates 23 years ago
Tom Lane 5c74ce23db Improve UniquePath logic to detect the case where the input is already 23 years ago
Tom Lane cce442da6d Dept. of second thoughts: clause_selectivity shouldn't try to cache its 23 years ago
Tom Lane 9091e8d1b2 Add the ability to extract OR indexscan conditions from OR-of-AND 23 years ago
Bruce Momjian bf488a6842 Update for 7.4.1 as newest version. 23 years ago
Peter Eisentraut a7b30b9c48 Correct gettext URL. 23 years ago
Michael Meskes 40417169ba Fixed bug in GRANT OPTION FOR parsing. 23 years ago
Tom Lane 187b190adb There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to 23 years ago
Tom Lane 4351f8823d Fix portability bugs: char values passed to <ctype.h> functions must 23 years ago
Tom Lane 558ed5aee1 Fix discrepancy in prototypes for HPUX pg_dlerror. 23 years ago
Tom Lane 9a4ef0c562 Fix ReadOffset() to work correctly when off_t is wider than int. 23 years ago
Tom Lane 82b4dd394f Merge restrictlist_selectivity into clauselist_selectivity by 23 years ago
Bruce Momjian 21a1202281 Remove trailing newline from file. 23 years ago
Bruce Momjian f04af68e54 Remove trailing semicolons from macro initializations in plpython. 23 years ago
Bruce Momjian e3107b2844 Mention grabbing typedefs from pgsql/lib too. 23 years ago
Tom Lane 6cb1c0238b Rewrite OR indexscan processing to be more flexible. We can now for the 23 years ago
Tom Lane 037e2fcf8f Must test for __hppa__ as well as __hppa to make linux-hppa happy. 23 years ago
Tom Lane b3c3b5464d Do an explicit fflush after writing a progress message with puts. 23 years ago
Bruce Momjian 8042c79fd1 Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag. 23 years ago
Tom Lane be6c38b903 Adjust the definition of RestrictInfo's left_relids and right_relids 23 years ago
Tom Lane 5e54515167 Recommend SHOW, instead of pg_controldata, for checking LC_COLLATE and 23 years ago
Bruce Momjian cf4d324d02 Add "-mt" link flag for Solaris non-gcc compiles when using threads --- 23 years ago
Tom Lane 9888192fb7 Instead of trying to force WHERE clauses into CNF or DNF normal form, 23 years ago
Tom Lane 7af16b2a25 Avoid running out of memory during hash_create, by not passing a 23 years ago
Tom Lane e8aa10ee47 ShmemInitHash forgot to specify HASH_ALLOC flag bit in its hash_create 23 years ago
Tom Lane ea43da5138 Use hash table name, not one-size-fits-all 'DynaHashTable', to identify 23 years ago
Tom Lane 5c5b911fcc Using canonicalize_qual() to get rid of duplicate index predicate 23 years ago
Tom Lane b53ca9bbcb Improve comment. 23 years ago
Tom Lane 07f9f4d413 Tweak OpernameGetCandidates() to reduce palloc overhead --- profiling 23 years ago
Michael Meskes 21b3c0e0ec Added missing whitespaces to array argument parsing. 23 years ago
Tom Lane c607bd693f Clean up the usage of canonicalize_qual(): in particular, be consistent 23 years ago
Tom Lane d167fb1015 Fix sanity-check code that mistakenly assumed error and notice messages 23 years ago
Tom Lane 36c9a01acf Avoid infinite loop if connection is lost during PQexecStart() or 23 years ago
Tom Lane f8eed65dfb Improve spinlock code for recent x86 processors: insert a PAUSE 23 years ago
Tom Lane 2cdace962b Remove incorrect remark about having to restart backend to load a new 23 years ago
Tom Lane debeb47c92 Be a little more consistent about which terms are uppercased in 23 years ago
Michael Meskes 99827af7e0 Fixed docs to clearly note that ecpg is originally a C precompiler and C++ stuff is not 100%. 23 years ago
Bruce Momjian aeddc2a60d Continued rearrangement to permit pgstat + BootstrapMain processes to be 23 years ago
Bruce Momjian 3e32e9476f Patch that makes quoting "sameuser", "samegroup", and "all" remove 23 years ago
Bruce Momjian 1c757c49fa > > I have no idea if this in Oracle or not. But it's something I 23 years ago