summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-11-18Optimization for bpcharlen, textlen, varcharlen in case of single byteTatsuo Ishii
2001-11-17Fix performance problems in TOAST compressor. The management ofTom Lane
2001-11-16IsSystemRelationName() treats TOAST relations as system relations.Tom Lane
2001-11-16Add missing prototype.Bruce Momjian
2001-11-16Add configure result checks on odbc, per Peter E.Bruce Momjian
2001-11-16plpython security and error handling fixes, fromTom Lane
2001-11-16Once again, Michael has overwritten someone else's patch ...Tom Lane
2001-11-16Make the yacc rules safe for parallel make. See discussion on pgsql-patchesPeter Eisentraut
2001-11-16Remove 'triggered data change violation' error check, per recentTom Lane
2001-11-16Committed again to add the missing files/patches.Michael Meskes
2001-11-16Change SQLDescribeCol so that it returns alias name properly.Hiroshi Inoue
2001-11-16Update keyword lists per suggestions by Peter. There are now fourTom Lane
2001-11-15Fix some problems in new plpgsql cursor operations, found while tryingTom Lane
2001-11-15Well the absolute correct solution would involve all of:Bruce Momjian
2001-11-15Update md5.h because it can't get the value from configure.Bruce Momjian
2001-11-15Fix for AIX compile and unsigned/signed typedefs.Bruce Momjian
2001-11-15Only use RTLD_GLOBAL when available, which it isn't in older releases of the OS.Peter Eisentraut
2001-11-15Fix comment at top of file to match file name.Bruce Momjian
2001-11-14fixes getIndex to work with forte's transparent persistenceDave Cramer
2001-11-14Added Christof's patches.Michael Meskes
2001-11-14Attached is a patch against the CVS repository that fixes the ResultSet absol...Barry Lind
2001-11-13Update CVS tags.Bruce Momjian
2001-11-13Use better CVS tag.Bruce Momjian
2001-11-13Remove md5.c check, add CVS log stamp. Update comments.Bruce Momjian
2001-11-13Give a more intelligible and useful error message for SELECT with noTom Lane
2001-11-12Tweak parser so that there is a defined representation for datatypesTom Lane
2001-11-12If the alternatives for a CASE construct all have the same typmod,Tom Lane
2001-11-12If the inputs of a UNION/INTERSECT/EXCEPT construct all agree on theTom Lane
2001-11-12fixed bug in ResultSet. Version 1.29 backed out two previous fixes (1.26 and...Barry Lind
2001-11-12Commit to support MD5 passwords as per the backend for 7.2. This patch was s...Barry Lind
2001-11-12Repair crash in EvalPlanQual of query involving nestloop with innerTom Lane
2001-11-12Remove duplicate extern declaration.Tom Lane
2001-11-12psql's \do was going out of its way to lie about the result type ofTom Lane
2001-11-12 Tables without oids wouldn't be able to beBruce Momjian
2001-11-12Remove a bunch more no-longer-used stuff in libpq-be.h.Tom Lane
2001-11-12Suppress duplicate error messages in pq_flush. Write error messages toTom Lane
2001-11-12send() attempt for IDENT communication should retry on EINTR.Tom Lane
2001-11-12The PacketReceive/PacketSend routines aren't used anymore.Tom Lane
2001-11-12Update MD5 documentation.Bruce Momjian
2001-11-12Sync up both files.Bruce Momjian
2001-11-12 Add comments and remove CVS tag from md5.c so they remain identical.Bruce Momjian
2001-11-12Add comments and remove CVS tag from md5.c so they remain identical.Bruce Momjian
2001-11-12Update md5 to match.Bruce Momjian
2001-11-12Add comments of duplicate definitions in interfaces/odbc/md5.h.Bruce Momjian
2001-11-12Add code to check that md5.c files are in sync.Bruce Momjian
2001-11-12Indent new rename.c for Tom Lane.Bruce Momjian
2001-11-12Add md5 authentication support thanks to Bruce Momjian.Hiroshi Inoue
2001-11-12Make ALTER TABLE RENAME update foreign-key trigger arguments correctly.Tom Lane
2001-11-12Clean up a bunch of ScanKeyEntryInitialize calls that weren't botheringTom Lane
2001-11-11Test program needs to declare MaxBackends, per Bernd Tegge.Tom Lane