| Age | Commit message (Expand) | Author |
| 2008-01-03 | Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, | Tom Lane |
| 2008-01-03 | Fix assorted security-grade bugs in the regex engine. All of these problems | Tom Lane |
| 2008-01-02 | Insert ARST into the list of known timezone abbreviations. | Tom Lane |
| 2007-12-18 | Make path_recv() and poly_recv() reject paths/polygons containing no points. | Tom Lane |
| 2007-11-08 | If an index depends on no columns of its table, give it a dependency on the | Tom Lane |
| 2007-10-11 | Ensure that the result of evaluating a function during constant-expression | Tom Lane |
| 2007-10-04 | Keep the planner from failing on "WHERE false AND something IN (SELECT ...)". | Tom Lane |
| 2007-09-22 | Fix bogus calculation of potential output string length in translate(). | Tom Lane |
| 2007-09-16 | Fix aboriginal mistake in lazy VACUUM's code for truncating away | Tom Lane |
| 2007-09-13 | Translation updates | Peter Eisentraut |
| 2007-09-12 | Fix the database-wide version of CLUSTER to silently skip temp tables of | Alvaro Herrera |
| 2007-08-25 | Fix brain fade in DefineIndex(): it was continuing to access the table's | Tom Lane |
| 2007-08-21 | Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the | Tom Lane |
| 2007-08-08 | Fix a gradual memory leak in ExecReScanAgg(). Because the aggregation | Neil Conway |
| 2007-08-02 | Fix a memory leak in tuplestore_end(). Unlikely to be significant during | Neil Conway |
| 2007-07-31 | Fix a bug in the original implementation of redundant-join-clause removal: | Tom Lane |
| 2007-07-31 | Fix security definer functions with polymorphic arguments. This case has | Tom Lane |
| 2007-07-21 | Fix elog.c to avoid infinite recursion (leading to backend crash) when | Tom Lane |
| 2007-07-19 | Make replace(), split_part(), and string_to_array() behave somewhat sanely | Tom Lane |
| 2007-07-17 | Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has | Tom Lane |
| 2007-07-02 | Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). | Tom Lane |
| 2007-06-29 | Fix a passel of ancient bugs in to_char(), including two distinct buffer | Tom Lane |
| 2007-06-20 | transformColumnDefinition failed to complain about | Tom Lane |
| 2007-06-20 | CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULT | Tom Lane |
| 2007-06-02 | Fix erroneous error reporting for overlength input in text_date(), | Tom Lane |
| 2007-06-01 | Fix aboriginal bug in BufFileDumpBuffer that would cause it to write the | Tom Lane |
| 2007-05-18 | Remove redundant logging of send failures when SSL is in use. While pqcomm.c | Tom Lane |
| 2007-05-01 | Fix a thinko in my patch of a couple months ago for bug #3116: it did the | Tom Lane |
| 2007-04-26 | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane |
| 2007-04-20 | Support explicit placement of the temporary-table schema within search_path. | Tom Lane |
| 2007-04-19 | Repair PANIC condition in hash indexes when a previous index extension attempt | Tom Lane |
| 2007-04-18 | Translation updates | Peter Eisentraut |
| 2007-03-26 | Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNAL | Tatsuo Ishii |
| 2007-03-14 | Fix a longstanding bug in VACUUM FULL's handling of update chains. The code | Tom Lane |
| 2007-03-06 | Fix oversight in original coding of inline_function(): since | Tom Lane |
| 2007-03-01 | Fix markQueryForLocking() to work correctly in the presence of nested views. | Tom Lane |
| 2007-02-18 | Fix portal management code to support non-default command completion tags for | Tom Lane |
| 2007-02-06 | Fix an error in the original coding of holdable cursors: PersistHoldablePortal | Tom Lane |
| 2007-02-02 | Repair insufficiently careful type checking for SQL-language functions: | Tom Lane |
| 2007-01-31 | Translation updates | Peter Eisentraut |
| 2007-01-27 | Correct an old logic error in btree page splitting: when considering a split | Tom Lane |
| 2007-01-24 | Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same | Tom Lane |
| 2007-01-24 | Relax an Assert() that has been found to be too strict in some situations | Tom Lane |
| 2007-01-03 | Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the | Tom Lane |
| 2006-12-26 | Repair bug #2839: the various ExecReScan functions need to reset | Tom Lane |
| 2006-11-19 | Repair problems with hash indexes that span multiple segments: the hash code's | Tom Lane |
| 2006-11-06 | Repair bug #2694 concerning an ARRAY[] construct whose inputs are empty | Tom Lane |
| 2006-11-01 | Fix "failed to re-find parent key" btree VACUUM failure by tweaking | Tom Lane |
| 2006-10-20 | Back-patch second version of AIX getaddrinfo fix. | Tom Lane |
| 2006-10-19 | Work around reported problem that AIX's getaddrinfo() doesn't seem to zero | Tom Lane |