summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2001-11-02Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane
2001-10-30Fix small problem Tom Lane found with pgindent run.Bruce Momjian
2001-10-29Add gp->gr_mem != NULL check for Solaris, per Seth HettichBruce Momjian
2001-10-29Check for NULL return from getgrgid(), per Seth HettichBruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoidTom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-25Add do { ... } while (0) to more bad macros.Bruce Momjian
2001-10-23Add support for INTERVAL's new typmod values to format_type.Tom Lane
2001-10-22Further cleanup of ps_status setup code. On platforms where theTom 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-20Fix transposed arguments for typmod for one INTERVAL production.Thomas G. Lockhart
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-18Fix memory leakage when sending notice messages to client.Tom 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-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-12Add a new function "pg_client_encoding" which returns the current clientTatsuo Ishii
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-08Fix ruleutils to depend on format_type, rather than having a privateTom Lane
2001-10-06Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane
2001-10-05Further cleanup of dynahash.c API, in pursuit of portability andTom Lane
2001-10-05> > I am quite sure that all AIX Versions accept the CLOBBER method,Bruce Momjian
2001-10-05Define CEST as a synonym for Central European Savings TimeThomas G. Lockhart
2001-10-04Ooops, I was a little too enthusiastic about suppressing defaultTom Lane
2001-10-04Plug memory leaks introduced by dynamic-search-path changes.Tom Lane
2001-10-04Make the world safe for atttypmod=0 ... this didn't use to mean anything,Tom Lane
2001-10-04Make current_time deliver a fractional-second answer.Tom Lane
2001-10-04AdjustTimeForTypmod has the same bug ...Tom Lane
2001-10-04Fix some problems in new variable-resolution-timestamp code.Tom Lane
2001-10-04Add dependency for like.cTatsuo Ishii
2001-10-04Optimization for single byte encodings.Tatsuo Ishii
2001-10-03Teach format_type about time/timestamp precision, so that pg_dump andTom Lane
2001-10-03Add missing TIMESTAMPTZ case.Tom Lane
2001-10-03AdjustTimestampForTypmod does not work (at least not portably) onTom Lane
2001-10-03Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart
2001-10-02Add CREATE OR REPLACE FUNCTION syntax to allow replacing a functionTom Lane
2001-10-01Extend pg_get_indexdef() to know about index predicates. Also, tweakTom Lane
2001-10-01Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane
2001-10-01Remove C++ style comment. Some compilers won't accept it.Tatsuo Ishii
2001-09-30Clean up encode/decode functions a little bit.Tom Lane
2001-09-30pg_stat_get_backend_idset should reset fmgr_info->fn_extra at end ofTom Lane