aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Trivial refactoring: move analysis of ViewStmt into its own function forNeil Conway2004-01-05
* Remove an old and out-of-date SGML comment from this file: we alreadyNeil Conway2004-01-05
* Fix (yet another) instance of incorrect markup for a GUC variable.Neil Conway2004-01-05
* Fix three trivial typos in comments.Neil Conway2004-01-05
* Translation updatesPeter Eisentraut2004-01-05
* Improve UniquePath logic to detect the case where the input is alreadyTom Lane2004-01-05
* Dept. of second thoughts: clause_selectivity shouldn't try to cache itsTom Lane2004-01-05
* Add the ability to extract OR indexscan conditions from OR-of-ANDTom Lane2004-01-05
* Update for 7.4.1 as newest version.Bruce Momjian2004-01-05
* Correct gettext URL.Peter Eisentraut2004-01-04
* Fixed bug in GRANT OPTION FOR parsing.Michael Meskes2004-01-04
* There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh toTom Lane2004-01-04
* Fix portability bugs: char values passed to <ctype.h> functions mustTom Lane2004-01-04
* Fix discrepancy in prototypes for HPUX pg_dlerror.Tom Lane2004-01-04
* Fix ReadOffset() to work correctly when off_t is wider than int.Tom Lane2004-01-04
* Merge restrictlist_selectivity into clauselist_selectivity byTom Lane2004-01-04
* Remove trailing newline from file.Bruce Momjian2004-01-04
* Remove trailing semicolons from macro initializations in plpython.Bruce Momjian2004-01-04
* Mention grabbing typedefs from pgsql/lib too.Bruce Momjian2004-01-04
* Rewrite OR indexscan processing to be more flexible. We can now for theTom Lane2004-01-04
* Must test for __hppa__ as well as __hppa to make linux-hppa happy.Tom Lane2004-01-03
* Do an explicit fflush after writing a progress message with puts.Tom Lane2004-01-01
* Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag.Bruce Momjian2003-12-31
* Adjust the definition of RestrictInfo's left_relids and right_relidsTom Lane2003-12-30
* Recommend SHOW, instead of pg_controldata, for checking LC_COLLATE andTom Lane2003-12-30
* Add "-mt" link flag for Solaris non-gcc compiles when using threads ---Bruce Momjian2003-12-30
* Instead of trying to force WHERE clauses into CNF or DNF normal form,Tom Lane2003-12-30
* Avoid running out of memory during hash_create, by not passing aTom Lane2003-12-30
* ShmemInitHash forgot to specify HASH_ALLOC flag bit in its hash_createTom Lane2003-12-30
* Use hash table name, not one-size-fits-all 'DynaHashTable', to identifyTom Lane2003-12-29
* Using canonicalize_qual() to get rid of duplicate index predicateTom Lane2003-12-29
* Improve comment.Tom Lane2003-12-29
* Tweak OpernameGetCandidates() to reduce palloc overhead --- profilingTom Lane2003-12-29
* Added missing whitespaces to array argument parsing.Michael Meskes2003-12-29
* Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane2003-12-28
* Fix sanity-check code that mistakenly assumed error and notice messagesTom Lane2003-12-28
* Avoid infinite loop if connection is lost during PQexecStart() orTom Lane2003-12-28
* Improve spinlock code for recent x86 processors: insert a PAUSETom Lane2003-12-27
* Remove incorrect remark about having to restart backend to load a newTom Lane2003-12-27
* Be a little more consistent about which terms are uppercased inTom Lane2003-12-26
* Fixed docs to clearly note that ecpg is originally a C precompiler and C++ st...Michael Meskes2003-12-26
* Continued rearrangement to permit pgstat + BootstrapMain processes to beBruce Momjian2003-12-25
* Patch that makes quoting "sameuser", "samegroup", and "all" removeBruce Momjian2003-12-25
* > > I have no idea if this in Oracle or not. But it's something IBruce Momjian2003-12-25
* Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int);Michael Meskes2003-12-24
* Supress non-temp schemas from psql \dn display.Bruce Momjian2003-12-23
* Use inlined TAS() on PA-RISC, if we are compiling with gcc.Tom Lane2003-12-23
* Fix a number of places where reconfiguring with a different installationTom Lane2003-12-23
* Fix compile warning.Tom Lane2003-12-23
* More bogosity in alter_table test: sometimes causes prepare test to failTom Lane2003-12-23