| Age | Commit message (Expand) | Author |
| 2002-11-12 | Improve comment: add note that grotty special case in mdread() is | Tom Lane |
| 2002-11-12 | Fix broken GB18030 <--> UTF-8 conversion map | Tatsuo Ishii |
| 2002-11-12 | Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not needed | Tom Lane |
| 2002-11-11 | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane |
| 2002-11-11 | Add cast to suppress compile warning on Alphas. | Tom Lane |
| 2002-11-11 | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian |
| 2002-11-10 | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian |
| 2002-11-10 | Add palloc0 function to inline MemSet for newNode call. | Bruce Momjian |
| 2002-11-10 | > > I'll re-check that with the ppc architecture guy here. | Bruce Momjian |
| 2002-11-10 | Tweak CREATE SEQUENCE grammar to be more SQL1999 standards compliant. | Bruce Momjian |
| 2002-11-09 | Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] | Bruce Momjian |
| 2002-11-08 | This patch removes a bunch of superfluous #include directives: if | Bruce Momjian |
| 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 | Remove inappropriate inclusions of OpenSSL internal header e_os.h, | 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 | 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-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-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 | After elog(PANIC), exit with abort() not proc_exit(). This allows a | 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-26 | Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls. | Tom Lane |
| 2002-10-24 | Fix some places that were unportably assuming struct timeval's tv_sec | Tom Lane |
| 2002-10-24 | Function-call-style type coercions should be treated as explicit | Tom Lane |
| 2002-10-22 | Perform transaction cleanup operations in a less ad-hoc, more | Tom Lane |
| 2002-10-21 | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane |
| 2002-10-21 | Fix ALTER TABLE ... ADD COLUMN for inheritance cases. | Bruce Momjian |
| 2002-10-21 | Remove unnecessary (and inadequate) check of IsTransactionBlock() in | Tom Lane |
| 2002-10-21 | Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no real | Tom Lane |
| 2002-10-21 | Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty | Tom Lane |
| 2002-10-20 | Fix potential problem with btbulkdelete deleting an indexscan's current | Tom Lane |
| 2002-10-20 | Rule rewriter was doing the wrong thing with conditional INSTEAD rules | Tom Lane |
| 2002-10-20 | Disallow aggregate functions in rule WHERE clauses. Per gripe from | Tom Lane |
| 2002-10-19 | Fix case where a function in FROM returns a scalar type, but is | Tom Lane |
| 2002-10-19 | Invert logic in pg_exec_query_string() so that we set a snapshot for | Tom Lane |