| Age | Commit message (Expand) | Author |
| 2007-08-25 | Fix brain fade in DefineIndex(): it was continuing to access the table's | Tom Lane |
| 2007-08-25 | Simplify implementation of ts_debug() function --- use a join instead | Tom Lane |
| 2007-08-25 | Fix synonym-dict breakage introduced in last patch :-(. | Tom Lane |
| 2007-08-25 | Rename built-in Snowball stemmer dictionaries to be english_stem, | Tom Lane |
| 2007-08-25 | Cleanup for some problems in tsearch patch: | Tom Lane |
| 2007-08-23 | Reduce memory requirements for writing CSVlogs, so it will work with about | Andrew Dunstan |
| 2007-08-22 | Suppress testing the options of CREATE TEXT SEARCH DICTIONARY during | Tom Lane |
| 2007-08-22 | Fix VPATH-build problem in new tsearch makefile, per Chad Wagner. | Tom Lane |
| 2007-08-22 | Remove option to change parser of an existing text search configuration. | Tom Lane |
| 2007-08-22 | Whoops, missed updating dsynonym_init for new dictionary parameter method. | Tom Lane |
| 2007-08-22 | Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the | Tom Lane |
| 2007-08-21 | Simplify CREATE TEXT SEARCH CONFIGURATION by eliminating the separate | Tom Lane |
| 2007-08-21 | Avoid using TEXT as a Bison symbol, since this provokes warnings on | Tom Lane |
| 2007-08-21 | Remove extraneous semicolon --- buildfarm member bear, for one, | Tom Lane |
| 2007-08-21 | Fix cash_mul_int4 and cash_div_int4 for overenthusiastic substitution | Tom Lane |
| 2007-08-21 | Fix money type's send/receive functions to conform to recent widening | Tom Lane |
| 2007-08-21 | Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the | Tom Lane |
| 2007-08-21 | Suppress uninitialized-variable warning. | Tom Lane |
| 2007-08-21 | Fix a small 64-bit problem in tsearch patch. | Tom Lane |
| 2007-08-21 | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane |
| 2007-08-19 | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan |
| 2007-08-15 | Arrange to cache a ResultRelInfo in the executor's EState for relations that | Tom Lane |
| 2007-08-15 | Repair problems occurring when multiple RI updates have to be done to the same | Tom Lane |
| 2007-08-14 | Fix oversight in async-commit patch: there were some places in heapam.c | Tom Lane |
| 2007-08-13 | TEMPORARILY make synchronous_commit default to OFF, so that we can get more | Tom Lane |
| 2007-08-13 | Fix two bugs induced in VACUUM FULL by async-commit patch. | Tom Lane |
| 2007-08-12 | Remove an "optimization" I installed in 2001, to make repalloc() attempt to | Tom Lane |
| 2007-08-12 | Increase the initial size of StringInfo buffers to 1024 bytes (from 256); | Tom Lane |
| 2007-08-11 | Avoid memory leakage across successive calls of regexp_matches() or | Tom Lane |
| 2007-08-11 | Code review for regexp_matches/regexp_split patch. Refactor to avoid assuming | Tom Lane |
| 2007-08-09 | Revise postmaster startup/shutdown logic to eliminate the problem that a | Tom Lane |
| 2007-08-08 | Fix a gradual memory leak in ExecReScanAgg(). Because the aggregation | Neil Conway |
| 2007-08-08 | Fix thinko in multi-autovac-workers code: validity checks made by | Tom Lane |
| 2007-08-07 | Adjust the output of MemoryContextStats() so that the stats for a | Neil Conway |
| 2007-08-04 | Fix up bad layout of some comments (probably pg_indent's fault), and | Tom Lane |
| 2007-08-04 | Fix crash caused by log_timezone patch if we attempt to emit any elog messages | Tom Lane |
| 2007-08-04 | Fix a problem in my recent patch to initialize cancel_key for autovac workers | Tom Lane |
| 2007-08-04 | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane |
| 2007-08-03 | Fix some sloppiness in the recent multiple-autovacuum-worker patch. It was | Tom Lane |
| 2007-08-02 | Move session_start out of MyProcPort stucture and make it a global called MyS... | Andrew Dunstan |
| 2007-08-02 | Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the p... | Andrew Dunstan |
| 2007-08-02 | Fix a memory leak in tuplestore_end(). Unlikely to be significant during | Neil Conway |
| 2007-08-01 | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane |
| 2007-07-31 | If we're gonna use ExecRelationIsTargetRelation here, might as well | Tom Lane |
| 2007-07-31 | Fix security definer functions with polymorphic arguments. This case has | Tom Lane |
| 2007-07-27 | Slight refactor for ExecOpenScanRelation(): we can use | Neil Conway |
| 2007-07-26 | Remove FileUnlink(), which wasn't being used anywhere and interacted poorly | Tom Lane |
| 2007-07-25 | Arrange to put TOAST tables belonging to temporary tables into special schemas | Tom Lane |
| 2007-07-25 | Suppress warning when compiling with -DPROFILE_PID_DIR: sys/stat.h is | Tom Lane |
| 2007-07-25 | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander |