| Age | Commit message (Expand) | Author |
| 2002-11-08 | Replace imprecise value of PI with a better one, and tweak circle_poly | Tom Lane |
| 2002-11-08 | Add extra_float_digits GUC parameter to allow adjustment of displayed | Tom Lane |
| 2002-11-08 | The "Allow easy display of usernames in a group (pg_hba.conf uses groups | Bruce Momjian |
| 2002-11-07 | Add #define _GNU_SOURCE to work around what seems to be Perl 5.8.0's | Tom Lane |
| 2002-11-07 | Move substitute extern declarations to end of file, so that they are | Tom Lane |
| 2002-11-07 | Remove inappropriate inclusions of OpenSSL internal header e_os.h, | Tom Lane |
| 2002-11-07 | Synced parser one more time. | Michael Meskes |
| 2002-11-07 | Remove no-longer-needed inclusions to improve backward compatibility | Tom Lane |
| 2002-11-06 | Phase 2 of hashed-aggregation project. nodeAgg.c now knows how to do | Tom Lane |
| 2002-11-06 | First phase of implementing hash-based grouping/aggregation. An AGG plan | Tom Lane |
| 2002-11-04 | Fix inclusion order, per Andreas. | Tom Lane |
| 2002-11-04 | Remove unnecessary inclusion, per Andreas. | Tom Lane |
| 2002-11-04 | Remove no-longer-needed inclusion of bootstrap_tokens.h, per patch | Tom Lane |
| 2002-11-04 | Applied two patches from Kris Jurka. | Barry Lind |
| 2002-11-02 | Code review for recent patch to allow ALTER TABLE ADD COLUMN when | Tom Lane |
| 2002-11-02 | During swap_relfilenodes, swap relation size statistic fields along with | Tom Lane |
| 2002-11-02 | Remove encoding lookups from grammar stage, push them back to places | Tom Lane |
| 2002-11-02 | Clean up a few fprintf(stderr)'s that should be elog's. | Tom Lane |
| 2002-11-02 | Fix permissions-checking bugs and namespace-search-path bugs in | Tom Lane |
| 2002-11-02 | Re-add Win32 missing files, I think. | Bruce Momjian |
| 2002-11-02 | Re-add Win32 files. | Bruce Momjian |
| 2002-11-01 | Arrange to compile flex output files as inclusions into other files | Tom Lane |
| 2002-11-01 | Reduce a couple of debugging messages from LOG to DEBUG1 category. | Tom Lane |
| 2002-11-01 | Reduce messages associated with shell-type function arguments/results | Tom Lane |
| 2002-11-01 | Update to match expected results on OS X 10.2. | Tom Lane |
| 2002-11-01 | After elog(PANIC), exit with abort() not proc_exit(). This allows a | Tom Lane |
| 2002-11-01 | Correct ordering of geometry/freebsd entries, add one for freebsd5. | Tom Lane |
| 2002-11-01 | Update for test changes. | Tom Lane |
| 2002-11-01 | Avoid malloc(0) when printing a table of no columns. On some platforms | Tom Lane |
| 2002-11-01 | Fix some bogus comments. | Tom Lane |
| 2002-10-31 | Add missing #include <errno.h>, per gripe from Alessio Bragadini. | Tom Lane |
| 2002-10-31 | Got tired of explaining why this Assert is not wrong. | Tom Lane |
| 2002-10-31 | Code review for statement_timeout patch. Fix some race conditions | Tom Lane |
| 2002-10-31 | Fix miscalculation of remaining free space during tuple chain moving. | Tom Lane |
| 2002-10-31 | Avoid use of inline functions that are not declared static. Needed to | Tom Lane |
| 2002-10-31 | Clean up gram.y trailing spaces. | Bruce Momjian |
| 2002-10-30 | Return something meaningful for Statement.getFetchSize(). Previously we were | Barry Lind |
| 2002-10-30 | Add additional ORDER BY to join regression test, per Tatsuo. | Bruce Momjian |
| 2002-10-30 | Remove /src/utils. Is final cleanup of getopt.c resurection. | Bruce Momjian |
| 2002-10-29 | Add popen/pclose -> _popen/_pclose() mapping for Win32. | Bruce Momjian |
| 2002-10-29 | Update comments. | Bruce Momjian |
| 2002-10-29 | getopt.c now in /port, for MS Win. | Bruce Momjian |
| 2002-10-29 | Re-add getopt.c for MSWin psql. | Bruce Momjian |
| 2002-10-29 | Re-add getopt.c. | Bruce Momjian |
| 2002-10-29 | Update regression for FreeBSD 4.7, for Larry Rosenman | Bruce Momjian |
| 2002-10-28 | Add ORDER BY to join regression test. | Bruce Momjian |
| 2002-10-28 | fseeko NetBSD fix. | Bruce Momjian |
| 2002-10-27 | Suppress compile warnings on OS X. | Tom Lane |
| 2002-10-26 | Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls. | Tom Lane |
| 2002-10-25 | Add dummy variable declaration to PG_FUNCTION_INFO_V1() to prevent | Tom Lane |