| Age | Commit message (Expand) | Author |
| 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 |
| 2007-07-24 | Fix predicate-proving logic to cope with binary-compatibility cases when | Tom Lane |
| 2007-07-24 | Silence compiler warning on mingw | Magnus Hagander |
| 2007-07-24 | Make it possible, and default, for MingW to build with SSPI support | Magnus Hagander |
| 2007-07-24 | Create a new dedicated Postgres process, "wal writer", which exists to write | Tom Lane |
| 2007-07-24 | Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessive | Alvaro Herrera |
| 2007-07-23 | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander |
| 2007-07-21 | Fix elog.c to avoid infinite recursion (leading to backend crash) when | Tom Lane |
| 2007-07-20 | Fix WAL replay of truncate operations to cope with the possibility that the | Tom Lane |
| 2007-07-19 | On second thought, the tests for what to do with stderr output are a | Tom Lane |
| 2007-07-19 | Make replace(), split_part(), and string_to_array() behave somewhat sanely | Tom Lane |
| 2007-07-19 | Only use the pipe chunking protocol if we know the syslogger should | Andrew Dunstan |
| 2007-07-18 | Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizing | Tom Lane |
| 2007-07-18 | Properly adjust age() seconds to match the sign of the larger units. | Bruce Momjian |
| 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 |