summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-10-12Add a new function "pg_client_encoding" which returns the current clientTatsuo Ishii
2001-10-12Fix the bug reported by Chris Lee.Hiroshi Inoue
2001-10-12Break transformCreateStmt() into multiple routines and makeTom Lane
2001-10-11Document use of GEQO param in subquery pullups.Bruce Momjian
2001-10-11Update TODO list.Bruce Momjian
2001-10-11Add documention for ecpg -209 error.Bruce Momjian
2001-10-11Suppress gcc warnings.Tom Lane
2001-10-11Tatsuo Ishii <t-ishii@sra.co.jp> writes:Bruce Momjian
2001-10-11Update TODO list.Bruce Momjian
2001-10-11Remove mention of "pg_result -list" becuase it is not implemented, perBruce Momjian
2001-10-11Add support for ISO-8859-6 to 16Tatsuo Ishii
2001-10-10Remove gratuitous discrepancy between extract() and date_part(),Peter Eisentraut
2001-10-09Allow optional () after current_user, session_user, user, current_time,Peter Eisentraut
2001-10-09This patch fixes a bug introduced in the jdbc bytea support patch.Barry Lind
2001-10-09Bunch of copy fitting and style sheet tweakage to get decent looking printPeter Eisentraut
2001-10-09Change plpgsql compiler so that all elogs are trapped and a suitableTom Lane
2001-10-09Fix typo in error message. Noted by laser@zhengmai.com.cn.Tom Lane
2001-10-09Correct some errors in plpgsql examples, as reported by Junichi Kobayasi.Tom Lane
2001-10-09Change plpgsql to depend on main parser's type-declaration grammar,Tom Lane
2001-10-08Another go-round with FigureColname, to produce less surprising resultsTom Lane
2001-10-08Fix transformExpr() to not scribble on its input datastructure whileTom Lane
2001-10-08Fix ruleutils to depend on format_type, rather than having a privateTom Lane
2001-10-08Make ALTER TABLE RENAME COLUMN update column names of indexes thatTom Lane
2001-10-08Remove redundant code, update comments, cause CURRENT_TIME toTom Lane
2001-10-08Update TODO list.Bruce Momjian
2001-10-08 Fix include file so library is binary compatible again.Michael Meskes
2001-10-08Update TODO list.Bruce Momjian
2001-10-06Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane
2001-10-06While playing around with trying to add foreign keys to theBruce Momjian
2001-10-05Fix shared library builds for MacOS X.Peter Eisentraut
2001-10-05Move psql's zh_TW.po to the right place.Peter Eisentraut
2001-10-05Update TODO list.Bruce Momjian
2001-10-05files attached are Traditional Chinese translations translatedBruce Momjian
2001-10-05Attached is the updated version of the patch, which matchesBruce Momjian
2001-10-05Make sure each call to ECPGraise is logged.Michael Meskes
2001-10-05Further cleanup of dynahash.c API, in pursuit of portability andTom Lane
2001-10-05ouput -> outputBruce Momjian
2001-10-05> > I am quite sure that all AIX Versions accept the CLOBBER method,Bruce Momjian
2001-10-05Fixed typo in proproc.yMichael Meskes
2001-10-05Define CEST as a synonym for Central European Savings TimeThomas G. Lockhart
2001-10-05Implement explicit date/time precision per SQL99 spec.Thomas G. Lockhart
2001-10-04Don't try to hack pg_description if not superuser. (Really want aTom Lane
2001-10-04Finetuning for legalnotice in print output. Add some "ASCII markup" forPeter Eisentraut
2001-10-04Finetuning for better print formattingPeter Eisentraut
2001-10-04Replace simplelists with itemizedlists for better formattingPeter Eisentraut
2001-10-04RewordingPeter Eisentraut
2001-10-04Fix spacing to get proper URL formatting in print outputPeter Eisentraut
2001-10-04Hack for Jade vs TeX interpretation of "--"Peter Eisentraut
2001-10-04Consider interpreting a function call as a trivial (binary-compatible)Tom Lane
2001-10-04Ooops, I was a little too enthusiastic about suppressing defaultTom Lane