summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-01-09Remove duplicate include of value.h. I think it got in because Tom and I bot...Bruce Momjian
2004-01-09Add comment about synchronous signals.Bruce Momjian
2004-01-09Allow libpq to do thread-safe SIGPIPE handling. This allows it toBruce Momjian
2004-01-09Fix incorrect SQL syntax emitted when -E is given without -P.Tom Lane
2004-01-08Fix a spelling mistake in a comment.Neil Conway
2004-01-08Throw compile error if our non-thread-safe snprintf is used.Bruce Momjian
2004-01-08Update OSF thread flags for non-gcc compiles.Bruce Momjian
2004-01-08Translation updatesDennis Bjorklund
2004-01-08Translation updatesDennis Bjorklund
2004-01-08[Forced commit to add log message that I fat-fingered last time]Tom Lane
2004-01-08Fix Solaris thread build settings for non-gcc compilers.Bruce Momjian
2004-01-07makeTom Lane
2004-01-07Make some improvements in the intelligence of the partial-indexTom Lane
2004-01-07Translation updatesDennis Bjorklund
2004-01-07Add missing inclusion of nodes/value.h.Tom Lane
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2004-01-07Cleanup: move the 'Value' node into a separate file, rather than puttingNeil Conway
2004-01-07Support function parameter names in plpgsql. This is the last ofTom Lane
2004-01-07pg_dump support for function parameter names.Tom Lane
2004-01-06Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane
2004-01-06Final rearrangement of main postgresql child process (ie.Bruce Momjian
2004-01-06Suppress compiler warning (xlog_outrec is unused if not WAL_DEBUG).Tom Lane
2004-01-06Code cleanup, mostly in the smgr:Neil Conway
2004-01-06Remove unused 'noversion' command-line option processing from theNeil Conway
2004-01-06Make the 'wal_debug' GUC variable a boolean (rather than an integer), andNeil Conway
2004-01-06Instead of rechecking lossy index operators by putting them into theTom Lane
2004-01-05Adjust indexscan planning logic to keep RestrictInfo nodes associatedTom Lane
2004-01-05Trivial refactoring: move analysis of ViewStmt into its own function forNeil Conway
2004-01-05Fix three trivial typos in comments.Neil Conway
2004-01-05Translation updatesPeter Eisentraut
2004-01-05Improve UniquePath logic to detect the case where the input is alreadyTom Lane
2004-01-05Dept. of second thoughts: clause_selectivity shouldn't try to cache itsTom Lane
2004-01-05Add the ability to extract OR indexscan conditions from OR-of-ANDTom Lane
2004-01-04Fixed bug in GRANT OPTION FOR parsing.Michael Meskes
2004-01-04There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh toTom Lane
2004-01-04Fix portability bugs: char values passed to <ctype.h> functions mustTom Lane
2004-01-04Fix discrepancy in prototypes for HPUX pg_dlerror.Tom Lane
2004-01-04Fix ReadOffset() to work correctly when off_t is wider than int.Tom Lane
2004-01-04Merge restrictlist_selectivity into clauselist_selectivity byTom Lane
2004-01-04Remove trailing newline from file.Bruce Momjian
2004-01-04Remove trailing semicolons from macro initializations in plpython.Bruce Momjian
2004-01-04Mention grabbing typedefs from pgsql/lib too.Bruce Momjian
2004-01-04Rewrite OR indexscan processing to be more flexible. We can now for theTom Lane
2004-01-03Must test for __hppa__ as well as __hppa to make linux-hppa happy.Tom Lane
2004-01-01Do an explicit fflush after writing a progress message with puts.Tom Lane
2003-12-31Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag.Bruce Momjian
2003-12-30Adjust the definition of RestrictInfo's left_relids and right_relidsTom Lane
2003-12-30Add "-mt" link flag for Solaris non-gcc compiles when using threads ---Bruce Momjian
2003-12-30Instead of trying to force WHERE clauses into CNF or DNF normal form,Tom Lane
2003-12-30Avoid running out of memory during hash_create, by not passing aTom Lane