summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-08-16This patch fixes the well-known but unfixed bug that fetchone() always returnsBruce Momjian
2001-08-16Remove protocol version change. Try MD5 first, then crypt() on all clients.Bruce Momjian
2001-08-15Use malloc/palloc as appropriate.Bruce Momjian
2001-08-15Move md5.h contents to crypt.h.Bruce Momjian
2001-08-15Add new files.Bruce Momjian
2001-08-15Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian
2001-08-15Add conver/convert2 functions. They are similar to the SQL99's convert.Tatsuo Ishii
2001-08-14sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane
2001-08-14Fix brokenness of nested EXCEPT/INTERSECT queries. prepunion was beingTom Lane
2001-08-13Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier"Peter Eisentraut
2001-08-13Make hashjoin give the right answer with toasted input data.Tom Lane
2001-08-13Add comparison operators and btree indexing support for type bytea.Tom Lane
2001-08-12Make ALTER TABLE RENAME on a view rename the view's on-select rule too.Tom Lane
2001-08-12Make pg_dump handle the new privileges.Peter Eisentraut
2001-08-11Clean up some warnings and bugs and make things build easier.Peter Eisentraut
2001-08-11CREATE VIEW with optional column name list wasn't quite right for theTom Lane
2001-08-10Revert removal of relhaspkey support; fix unnecessary use of pg_index.oid.Tom Lane
2001-08-10Since PQoidStatus is deprecated, we should probably stop using it inTom Lane
2001-08-10updatePeter Eisentraut
2001-08-10Cleanup some minor oversights in optional-OIDs stuff.Tom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-08-10Fix collateral damage from error message cleanup.Tom Lane
2001-08-10message refinementsPeter Eisentraut
2001-08-10Attached is a patch to remove some redundant code in the JDBC driver.Bruce Momjian
2001-08-101. null-safe interface to GiSTBruce Momjian
2001-08-10Patch to LOCK multiple tables in one LOCK command.Bruce Momjian
2001-08-10Add new files for the preparation.Hiroshi Inoue
2001-08-09This should be the right expected file.Peter Eisentraut
2001-08-09Use format_type sibling in backend error messages, so the user seesPeter Eisentraut
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