| Age | Commit message (Expand) | Author |
| 2001-11-02 | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane |
| 2001-10-30 | Fix small problem Tom Lane found with pgindent run. | Bruce Momjian |
| 2001-10-29 | Add gp->gr_mem != NULL check for Solaris, per Seth Hettich | Bruce Momjian |
| 2001-10-29 | Check for NULL return from getgrgid(), per Seth Hettich | Bruce Momjian |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoid | Tom Lane |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-25 | Add do { ... } while (0) to more bad macros. | Bruce Momjian |
| 2001-10-23 | Add support for INTERVAL's new typmod values to format_type. | Tom Lane |
| 2001-10-22 | Further cleanup of ps_status setup code. On platforms where the | Tom Lane |
| 2001-10-21 | Fix FindExec() for case where executable is found via a relative path | Tom Lane |
| 2001-10-21 | Fix getopt-vs-init_ps_display problem by copying original argv[] info, | Tom Lane |
| 2001-10-20 | Fix transposed arguments for typmod for one INTERVAL production. | Thomas G. Lockhart |
| 2001-10-19 | Set optreset on platforms that have it before launching postmaster | Tom Lane |
| 2001-10-19 | Ensure that all startup paths (postmaster, standalone postgres, or | Tom Lane |
| 2001-10-18 | Fix memory leakage when sending notice messages to client. | Tom Lane |
| 2001-10-18 | Didn't compile on non-HAVE_TM_ZONE machines. | Tom Lane |
| 2001-10-18 | Repair missing brace in HAVE_INT_TIMEZONE case. | Tom Lane |
| 2001-10-18 | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart |
| 2001-10-16 | Ok, here is the modified encoding table (column1 is the standard name, | Tatsuo Ishii |
| 2001-10-15 | Add UTF-8 char >= 0x10000 check | Tatsuo Ishii |
| 2001-10-13 | Make selectivity routines cope gracefully with NaNs, infinities, and | Tom Lane |
| 2001-10-13 | path_inter, path_distance, path_length, dist_ppath now do the right | Tom Lane |
| 2001-10-12 | Add a new function "pg_client_encoding" which returns the current client | Tatsuo Ishii |
| 2001-10-11 | Suppress gcc warnings. | Tom Lane |
| 2001-10-11 | Add support for ISO-8859-6 to 16 | Tatsuo Ishii |
| 2001-10-10 | Remove gratuitous discrepancy between extract() and date_part(), | Peter Eisentraut |
| 2001-10-08 | Fix ruleutils to depend on format_type, rather than having a private | Tom Lane |
| 2001-10-06 | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane |
| 2001-10-05 | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane |
| 2001-10-05 | > > I am quite sure that all AIX Versions accept the CLOBBER method, | Bruce Momjian |
| 2001-10-05 | Define CEST as a synonym for Central European Savings Time | Thomas G. Lockhart |
| 2001-10-04 | Ooops, I was a little too enthusiastic about suppressing default | Tom Lane |
| 2001-10-04 | Plug memory leaks introduced by dynamic-search-path changes. | Tom Lane |
| 2001-10-04 | Make the world safe for atttypmod=0 ... this didn't use to mean anything, | Tom Lane |
| 2001-10-04 | Make current_time deliver a fractional-second answer. | Tom Lane |
| 2001-10-04 | AdjustTimeForTypmod has the same bug ... | Tom Lane |
| 2001-10-04 | Fix some problems in new variable-resolution-timestamp code. | Tom Lane |
| 2001-10-04 | Add dependency for like.c | Tatsuo Ishii |
| 2001-10-04 | Optimization for single byte encodings. | Tatsuo Ishii |
| 2001-10-03 | Teach format_type about time/timestamp precision, so that pg_dump and | Tom Lane |
| 2001-10-03 | Add missing TIMESTAMPTZ case. | Tom Lane |
| 2001-10-03 | AdjustTimestampForTypmod does not work (at least not portably) on | Tom Lane |
| 2001-10-03 | Implement precision support for timestamp and time, both with and without | Thomas G. Lockhart |
| 2001-10-02 | Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function | Tom Lane |
| 2001-10-01 | Extend pg_get_indexdef() to know about index predicates. Also, tweak | Tom Lane |
| 2001-10-01 | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane |
| 2001-10-01 | Remove C++ style comment. Some compilers won't accept it. | Tatsuo Ishii |
| 2001-09-30 | Clean up encode/decode functions a little bit. | Tom Lane |
| 2001-09-30 | pg_stat_get_backend_idset should reset fmgr_info->fn_extra at end of | Tom Lane |