| Age | Commit message (Expand) | Author |
| 2007-07-17 | Fix incorrect optimization of foreign-key checks. When an UPDATE on the | Tom Lane |
| 2007-07-17 | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway |
| 2007-07-17 | Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has | Tom Lane |
| 2007-07-16 | Add comments spelling out why it's a good idea to release multiple | Tom Lane |
| 2007-07-13 | Fix map_sql_typecoll_to_xmlschema_types() to not fail on dropped | Tom Lane |
| 2007-07-13 | Add casts to suppress warnings about m68k-specific kluge in fmgr.c. | Tom Lane |
| 2007-07-12 | Fix a portability bug (ye olde not casting a <ctype.h> argument to | Tom Lane |
| 2007-07-12 | Suppress an integer-overflow warning. | Tom Lane |
| 2007-07-12 | Some of our port-specific dynloader implementations are careful to | Tom Lane |
| 2007-07-12 | Compute max and min int8 values using unsigned arithmetic, in hopes of | Tom Lane |
| 2007-07-12 | Fix some warnings (probably actual bugs) generated by new GSSAPI code | Tom Lane |
| 2007-07-12 | Fix mistaken Assert in adjust_appendrel_attr_needed, per Greg Stark. | Tom Lane |
| 2007-07-12 | Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos is | Magnus Hagander |
| 2007-07-12 | Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>, | Magnus Hagander |
| 2007-07-11 | A bunch of GSSAPI fixes per comments from Tom: | Magnus Hagander |
| 2007-07-10 | Add support for GSSAPI authentication. | Magnus Hagander |
| 2007-07-09 | Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing | Tom Lane |
| 2007-07-09 | Fix single-user mode so that interrupts (particularly SIGTERM and | Tom Lane |
| 2007-07-08 | Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because | Tom Lane |
| 2007-07-07 | Fix a couple of planner bugs introduced by the new ability to discard | Tom Lane |
| 2007-07-06 | Fix up hash functions for datetime datatypes so that they don't take | Tom Lane |
| 2007-07-03 | Fix incorrect comment about the timing of AbsorbFsyncRequests() during | Tom Lane |
| 2007-07-03 | Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. | Neil Conway |
| 2007-07-02 | Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). | Tom Lane |
| 2007-07-01 | Reduce the maximum sleep interval in the autovac launcher to 1 second, | Tom Lane |
| 2007-07-01 | Treat the autovac launcher more like a regular backend, in that we wait | Tom Lane |
| 2007-07-01 | Avoid memory leakage when a series of subtransactions invoke AFTER triggers | Tom Lane |
| 2007-07-01 | Fix comments not updated in recent patch. | Tom Lane |
| 2007-07-01 | Add 'volatile' to suppress 'variable might be clobbered by longjmp' | Tom Lane |
| 2007-06-30 | Improve logging of checkpoints. Patch by Greg Smith, worked over | Tom Lane |
| 2007-06-30 | Avoid crash in interrupted autovacuum worker, caused by leaving the current | Alvaro Herrera |
| 2007-06-29 | Arrange for SIGINT in autovacuum workers to cancel the current table and | Alvaro Herrera |
| 2007-06-29 | Fix a passel of ancient bugs in to_char(), including two distinct buffer | Tom Lane |
| 2007-06-28 | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane |
| 2007-06-26 | Remove unused "caller" argument from stringToQualifiedNameList. | Alvaro Herrera |
| 2007-06-25 | Improve autovacuum launcher's ability to detect a problem in worker startup, | Alvaro Herrera |
| 2007-06-23 | Separate parse-analysis for utility commands out of parser/analyze.c | Tom Lane |
| 2007-06-21 | Allow trailing whitespace in parse_real(), for consistency with | Tom Lane |
| 2007-06-21 | Provide a HINT listing the allowed unit names when a GUC variable seems to | Tom Lane |
| 2007-06-20 | Restrict deadlock_timeout to the range for which the implementation | 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-20 | Minor code cleanup: calling FreeFile() before ereport(ERROR) is not | Neil Conway |
| 2007-06-19 | Only log 'process acquired lock' if we actually did get the lock. This | Tom Lane |
| 2007-06-19 | Remove duplicate #include. | Neil Conway |
| 2007-06-19 | Code review for log_lock_waits patch. Don't try to issue log messages from | Tom Lane |
| 2007-06-18 | Arrange for quote_identifier() and pg_dump to not quote keywords that are | Tom Lane |
| 2007-06-18 | Remove comment about modifying tab-complete.c for userset GUC. | Magnus Hagander |
| 2007-06-18 | Update obsolete comment: it's no longer the case that mdread() will allow | Tom Lane |
| 2007-06-17 | Marginal hacking to improve the speed of COPY OUT. I had found in a bit of | Tom Lane |