summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2001-10-24All three *.po patches applied.Bruce Momjian
2001-10-24Allow concurrent index creation for the same table.Hiroshi Inoue
2001-10-23Add support for INTERVAL's new typmod values to format_type.Tom Lane
2001-10-23Fix foreign keys on system columns.Tom Lane
2001-10-23Make SPI's column-accessing functions work for system columns as well asTom Lane
2001-10-23Now I had them reversed. Wow that syntax is error-prone.Bruce Momjian
2001-10-23Syntax fix. Can't use #ifdef in gram.y.Bruce Momjian
2001-10-23Back out LIMIT #,# removal and mark it as to-be-removed in 7.3.Bruce Momjian
2001-10-23Add error checking to PageRepairFragmentation to ensure that it canTom Lane
2001-10-22Cause transformIndexConstraints() to do the right thing with requestsTom Lane
2001-10-22Consolidate tables of known system attributes into one table.Tom Lane
2001-10-22Further cleanup of ps_status setup code. On platforms where theTom Lane
2001-10-22Add defenses against invalid operator names passed in CREATE OPERATORTom Lane
2001-10-21Fix FindExec() for case where executable is found via a relative pathTom Lane
2001-10-21Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane
2001-10-20Change LIMIT #,# error message to be more generic.Bruce Momjian
2001-10-20Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion.Bruce Momjian
2001-10-20Fix transposed arguments for typmod for one INTERVAL production.Thomas G. Lockhart
2001-10-19Proper fix for glibc getopt() botch. Surprising we did not see thisTom Lane
2001-10-19Set optreset on platforms that have it before launching postmasterTom Lane
2001-10-19Ensure that all startup paths (postmaster, standalone postgres, orTom Lane
2001-10-19Move init_ps_display from postgres.c to postmaster.c, putting itTom Lane
2001-10-18Spell 'between' correctly, clean up spacing in error messages.Tom Lane
2001-10-18Fix memory leakage when sending notice messages to client.Tom Lane
2001-10-18Fix authentication so that it doesn't record an extra 'PasswordTom Lane
2001-10-18Didn't compile on non-HAVE_TM_ZONE machines.Tom Lane
2001-10-18Repair missing brace in HAVE_INT_TIMEZONE case.Tom Lane
2001-10-18Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart
2001-10-18Extend code that deduces implied equality clauses to detect whether aTom Lane
2001-10-16Make sure to clean out old activity string when recycling a backend entry.Tom Lane
2001-10-16Ok, here is the modified encoding table (column1 is the standard name,Tatsuo Ishii
2001-10-15Add UTF-8 char >= 0x10000 checkTatsuo Ishii
2001-10-13Make selectivity routines cope gracefully with NaNs, infinities, andTom Lane
2001-10-13path_inter, path_distance, path_length, dist_ppath now do the rightTom Lane
2001-10-13Mention createlang when language not installed, per problem report.Bruce Momjian
2001-10-12Add a new function "pg_client_encoding" which returns the current clientTatsuo Ishii
2001-10-12Break transformCreateStmt() into multiple routines and makeTom Lane
2001-10-11Suppress gcc warnings.Tom Lane
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-09Fix typo in error message. Noted by laser@zhengmai.com.cn.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-06Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane
2001-10-05files attached are Traditional Chinese translations translatedBruce Momjian