summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Support function parameter names in plpgsql. This is the last ofTom Lane2004-01-071-14/+65
* pg_dump support for function parameter names.Tom Lane2004-01-073-98/+144
* Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane2004-01-0619-1656/+1836
* Final rearrangement of main postgresql child process (ie.Bruce Momjian2004-01-066-160/+254
* Suppress compiler warning (xlog_outrec is unused if not WAL_DEBUG).Tom Lane2004-01-061-2/+6
* Code cleanup, mostly in the smgr:Neil Conway2004-01-066-98/+73
* Remove unused 'noversion' command-line option processing from theNeil Conway2004-01-063-16/+4
* Make the 'wal_debug' GUC variable a boolean (rather than an integer), andNeil Conway2004-01-064-20/+45
* Instead of rechecking lossy index operators by putting them into theTom Lane2004-01-068-114/+134
* Adjust indexscan planning logic to keep RestrictInfo nodes associatedTom Lane2004-01-0511-188/+400
* Trivial refactoring: move analysis of ViewStmt into its own function forNeil Conway2004-01-051-46/+56
* Fix three trivial typos in comments.Neil Conway2004-01-051-4/+4
* Translation updatesPeter Eisentraut2004-01-053-5/+251
* Improve UniquePath logic to detect the case where the input is alreadyTom Lane2004-01-056-15/+72
* Dept. of second thoughts: clause_selectivity shouldn't try to cache itsTom Lane2004-01-051-8/+29
* Add the ability to extract OR indexscan conditions from OR-of-ANDTom Lane2004-01-0516-294/+437
* Fixed bug in GRANT OPTION FOR parsing.Michael Meskes2004-01-041-2/+2
* There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh toTom Lane2004-01-045-82/+25
* Fix portability bugs: char values passed to <ctype.h> functions mustTom Lane2004-01-042-8/+8
* Fix discrepancy in prototypes for HPUX pg_dlerror.Tom Lane2004-01-042-7/+7
* Fix ReadOffset() to work correctly when off_t is wider than int.Tom Lane2004-01-041-2/+2
* Merge restrictlist_selectivity into clauselist_selectivity byTom Lane2004-01-0412-200/+196
* Remove trailing newline from file.Bruce Momjian2004-01-041-1/+0
* Remove trailing semicolons from macro initializations in plpython.Bruce Momjian2004-01-041-3/+3
* Mention grabbing typedefs from pgsql/lib too.Bruce Momjian2004-01-041-1/+1
* Rewrite OR indexscan processing to be more flexible. We can now for theTom Lane2004-01-0411-503/+448
* Must test for __hppa__ as well as __hppa to make linux-hppa happy.Tom Lane2004-01-031-3/+3
* Do an explicit fflush after writing a progress message with puts.Tom Lane2004-01-016-32/+55
* Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag.Bruce Momjian2003-12-311-2/+2
* Adjust the definition of RestrictInfo's left_relids and right_relidsTom Lane2003-12-3010-83/+104
* Add "-mt" link flag for Solaris non-gcc compiles when using threads ---Bruce Momjian2003-12-301-0/+4
* Instead of trying to force WHERE clauses into CNF or DNF normal form,Tom Lane2003-12-302-530/+180
* Avoid running out of memory during hash_create, by not passing aTom Lane2003-12-301-4/+10
* ShmemInitHash forgot to specify HASH_ALLOC flag bit in its hash_createTom Lane2003-12-301-2/+2
* Use hash table name, not one-size-fits-all 'DynaHashTable', to identifyTom Lane2003-12-291-3/+3
* Using canonicalize_qual() to get rid of duplicate index predicateTom Lane2003-12-291-15/+14
* Improve comment.Tom Lane2003-12-291-1/+5
* Tweak OpernameGetCandidates() to reduce palloc overhead --- profilingTom Lane2003-12-291-3/+20
* Added missing whitespaces to array argument parsing.Michael Meskes2003-12-291-2/+2
* Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane2003-12-2813-209/+149
* Fix sanity-check code that mistakenly assumed error and notice messagesTom Lane2003-12-281-5/+12
* Avoid infinite loop if connection is lost during PQexecStart() orTom Lane2003-12-281-2/+8
* Improve spinlock code for recent x86 processors: insert a PAUSETom Lane2003-12-272-2/+27
* Continued rearrangement to permit pgstat + BootstrapMain processes to beBruce Momjian2003-12-257-159/+345
* Patch that makes quoting "sameuser", "samegroup", and "all" removeBruce Momjian2003-12-252-9/+35
* > > I have no idea if this in Oracle or not. But it's something IBruce Momjian2003-12-255-9/+203
* Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int);Michael Meskes2003-12-241-3/+3
* Supress non-temp schemas from psql \dn display.Bruce Momjian2003-12-231-6/+7
* Use inlined TAS() on PA-RISC, if we are compiling with gcc.Tom Lane2003-12-233-16/+50
* Fix a number of places where reconfiguring with a different installationTom Lane2003-12-235-7/+19