summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2001-11-30Try to make genbki.sh a little more bulletproof, per trouble reportTom Lane
2001-11-30Repair failure to mark an inserted Materialize node with the appropriateTom Lane
2001-11-30updatesPeter Eisentraut
2001-11-29Fix array_out's failure to backslash backslashes, per bug# 524. Also,Tom Lane
2001-11-29NLS updates, most notably fixed zh_TW translationsPeter Eisentraut
2001-11-26Fix unportable, non-spec-compliant use of offsetof() with a nonconstantTom Lane
2001-11-26Change display of FieldSelect nodes from arg.field to field(arg),Tom Lane
2001-11-26Repair problem with listing rules that have a WHERE condition andTom Lane
2001-11-25Backend /po patch.Bruce Momjian
2001-11-24Tweak int8in to accept -9223372036854775808, per recent discussion inTom Lane
2001-11-23Fix boundary condition in btbulkdelete: don't examine high key in caseTom Lane
2001-11-21Spell 'precedes', 'preceding' correctly in various places.Tom Lane
2001-11-21Insert CommandCounterIncrement call into SPI_cursor_open.Tom Lane
2001-11-21Tweak interval_avg support to avoid coredump with Alpha/Tru64 compiler.Tom Lane
2001-11-21Add a few new time zones, and list every time zone mentioned in myThomas G. Lockhart
2001-11-21Repair swapped sign for time minus time routine (time_mi_time()).Thomas G. Lockhart
2001-11-21Allow 'PostgreSQL' as a date/time formatting style. Formerly, recognizedThomas G. Lockhart
2001-11-21I think it's patch's size problem that I can'tBruce Momjian
2001-11-20Add mention of template1 usage.Bruce Momjian
2001-11-20Some minor tweaks of REINDEX processing: grab exclusive lock a littleREL7_2_BETA3Tom Lane
2001-11-20Simplify pg_convert() in that it calls pg_convert2 using new fmgr interface.Tatsuo Ishii
2001-11-20Double quotes in ln command to guard against spaces in path.Tom Lane
2001-11-19Tweak format_type so that we get good behavior for both column typeTom Lane
2001-11-19Fix arg coerect match text type, per Tom.Bruce Momjian
2001-11-19Make text octet_length() return non-compressed length to be consistentBruce Momjian
2001-11-19Grammatical and spelling fixes.Tom Lane
2001-11-19Fix nasty bugs in pg_convert() and pg_convert2().Tatsuo Ishii
2001-11-18Add example of using 'sameuser' followed by 'all' pg_hba records toTom Lane
2001-11-18Improve comments about duplicate files.Bruce Momjian
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-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-16Update keyword lists per suggestions by Peter. There are now fourTom Lane
2001-11-15Only use RTLD_GLOBAL when available, which it isn't in older releases of the OS.Peter Eisentraut
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-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-12Repair crash in EvalPlanQual of query involving nestloop with innerTom 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