summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-11-19Indent jdbc case labels using pgjindent.Bruce Momjian
2001-11-19More jdbc comment cleanups. Code looks very nice now.Bruce Momjian
2001-11-19Update pgindent README so it gets *.java.in files.Bruce Momjian
2001-11-19JDBC indenting, comment cleanups.Bruce Momjian
2001-11-19Update TODO list.Bruce Momjian
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-19Try to be a little bit clearer about the implications of GRANT TO PUBLICTom Lane
2001-11-19Make text octet_length() return non-compressed length to be consistentBruce Momjian
2001-11-19Update TODO list.Bruce Momjian
2001-11-19Grammatical and spelling fixes.Tom Lane
2001-11-19Fix nasty bugs in pg_convert() and pg_convert2().Tatsuo Ishii
2001-11-19Fix comment at top of file to match file name.Hiroshi Inoue
2001-11-19pg_restore should exit with status 0, not 1, on success.Tom Lane
2001-11-19Fix a few typos, grammatical problems, etc in new tutorial material.Tom Lane
2001-11-19A bunch of small doco updates motivated by scanning the comments onTom Lane
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-18Fix some typos.Tom Lane
2001-11-18Update various obsolete remarks about VACUUM.Tom Lane
2001-11-18Fix typo.Tom Lane
2001-11-18utils/geo-decls.h should be utils/geo_decls.h, per report fromTom Lane
2001-11-18Mention that LIKE ... ESCAPE '' is allowed to specify noTom Lane
2001-11-18Update TODO list.Bruce Momjian
2001-11-18Point out that TRUNCATE can't be used inside a transaction block.Tom Lane
2001-11-18Initial round of tweakage for man pagesPeter Eisentraut
2001-11-18Updates about NLSPeter Eisentraut
2001-11-18Update TODO list.Bruce Momjian
2001-11-18Optimization for bpcharlen, textlen, varcharlen in case of single byteTatsuo Ishii
2001-11-18Mention the option to submit bug reports via a web-form. MinorTom Lane
2001-11-18Fix obsolete claim that only btree indexes support multiple columns;Tom Lane
2001-11-18Clean up treatment of creating/dropping databases in User's Guide andTom Lane
2001-11-17Copy-editing.Tom Lane
2001-11-17Expand documentation for sequence functions (nextval and friends).Tom Lane
2001-11-17Update TODO list.Bruce Momjian
2001-11-17Update TODO list.Bruce Momjian
2001-11-17Update key words for recent grammar changesPeter Eisentraut
2001-11-17Fix performance problems in TOAST compressor. The management ofTom Lane
2001-11-17Update Japanese FAQ's.Bruce Momjian
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-16Update TODO list.Bruce Momjian
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-16Use -f for rm.Peter Eisentraut
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