summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-08-09No longer a need for -Wno-errorPeter Eisentraut
2001-08-09Update branding for 7.1.3, no HISTORY yet.Bruce Momjian
2001-08-09Fix Cygwin build, per Jason Tishler.Tom Lane
2001-08-09Add TOAST table to the set of relkinds known to \d.Tom Lane
2001-08-080 -> OPeter Eisentraut
2001-08-07I think you replaced too many things with put(...Bruce Momjian
2001-08-07A small patch to keep postgres working on the latest BeOS.Bruce Momjian
2001-08-07Fix thinko (revealed by gcc warning).Tom Lane
2001-08-07Russian translation by Serguei MokhovPeter Eisentraut
2001-08-07Czech translation for psql from Karel ZakPeter Eisentraut
2001-08-07Add a check for end of client connection before expecting a passwordPeter Eisentraut
2001-08-06Doesn't seem to be much point in keeping this README up to date anymore,Tom Lane
2001-08-06Use a fixed error message for ERANGE to avoid duplicate test result files.Peter Eisentraut
2001-08-06Seems like a bad idea to free() a string we are about to use in anTom Lane
2001-08-06Modify partial-index-predicate applicability tester to test whetherTom Lane
2001-08-06Evaluate LIMIT/OFFSET expressions with ExecEvalExprSwitchContext, notTom Lane
2001-08-06Check that the data directory does not have group or world access; removePeter Eisentraut
2001-08-06Add QueryIsRule gram.y reset.Bruce Momjian
2001-08-06Surely the pg_stat interrogation functions must not be marked proiscachable.Tom Lane
2001-08-05Show index predicate when doing \d on a partial index.Tom Lane
2001-08-05Endeavor to make pgstats buffer process (a) safe and (b) useful.Tom Lane
2001-08-05Remove no-longer-needed fcntl call (I'm not sure it *ever* did anythingTom Lane
2001-08-04Back out LOCK A,B,C patch at Tom's suggestion.Bruce Momjian
2001-08-04Compile fix for jdbc1.Bruce Momjian
2001-08-04This patch is because Hurd does not support NOFILE. It is against currentBruce Momjian
2001-08-04Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed.Bruce Momjian
2001-08-04> 1) When a row is retrieved, and then a SQL_FETCH_FIRST is issued, theBruce Momjian
2001-08-04Attached is a patch that does the following:Bruce Momjian
2001-08-04Fix handling of SIGCHLD, per recent pghackers discussion: on someTom Lane
2001-08-03Fix residual breakage from Windows socket-errno patch: the routinesTom Lane
2001-08-03Fix win32.mak to support MULTIBYTE build --- it was pulling in severalTom Lane
2001-08-03For some reason, CREATE TYPE has only accepted alignment specificationsTom Lane
2001-08-03Fix pg_dump so that comments on views are dumped in the proper sequence.Tom Lane
2001-08-02Clean up various memory leaks within plpgsql, and re-enable theTom Lane
2001-08-02Add a SPI_copytupledesc function that parallels SPI_copytuple --- ie,Tom Lane
2001-08-02Tweak memory context sizing for saved SPI plans.Tom Lane
2001-08-02Fix some poor decisions about sizing of trigger-related memory contexts.Tom Lane
2001-08-02I noticed that pltcl didn't have any way to get to SPI_lastoid like plpgsql d...Bruce Momjian
2001-08-02Even though SO_PEERCRED is probably totally unportable, might as wellTom Lane
2001-08-02Remove SO_PASSCRED step in ident_unix --- according to Helge Bahmann,Tom Lane
2001-08-01Digging through previous discussion of this patch, I note where Peter E.Tom Lane
2001-08-01Support ident authentication on local (Unix) socket connections, if theTom Lane
2001-08-01Attached is a trivial patch to add ANALYZE to the tab complete file inBruce Momjian
2001-08-01Attached ia a patch to enable window size detection code of psql for SolarisBruce Momjian
2001-08-01Message typo was fixed in sources, but not in de.po.Tom Lane
2001-08-01Add mention of SIGHUP for pg_ident.conf.Bruce Momjian
2001-08-01Add documentation changes for new pg_hba.conf behavior.Bruce Momjian
2001-07-31Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store lineTom Lane
2001-07-31Further thought shows that has_distinct_on_clause() needs to take muchTom Lane
2001-07-31Fix optimizer to not try to push WHERE clauses down into a sub-SELECT thatTom Lane