summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-01-09Done:Bruce Momjian
2004-01-09Allow psql to handle tilde user expansion for file names.Bruce Momjian
2004-01-09Change PG_DELAY from msec to usec and use it consistenly rather thanBruce Momjian
2004-01-09Translation updatesDennis Bjorklund
2004-01-09Add WIN32 pipe implementation that uses sockets.Bruce Momjian
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-09German FAQ update.Bruce Momjian
2004-01-09Fix incorrect SQL syntax emitted when -E is given without -P.Tom Lane
2004-01-08Remove broken (and unnecessary) definition of operator <> for _int4Tom 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 Russian FAQ.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-07Not done, per Tom:Bruce Momjian
2004-01-07Support function parameter names in plpgsql. This is the last ofTom Lane
2004-01-07Completed, I am pretty sure:Bruce Momjian
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-06Favor Freenode rather than EFnet in IRC listing. Freenode is more popular.Bruce Momjian
2004-01-06Done:Bruce Momjian
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-05Remove an old and out-of-date SGML comment from this file: we alreadyNeil Conway
2004-01-05Fix (yet another) instance of incorrect markup for a GUC variable.Neil 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-05Update for 7.4.1 as newest version.Bruce Momjian
2004-01-04Correct gettext URL.Peter Eisentraut
2004-01-04Fixed bug in GRANT OPTION FOR parsing.Michael Meskes