| Commit message (Expand) | Author | Age |
* | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander | 2007-07-23 |
* | Fix elog.c to avoid infinite recursion (leading to backend crash) when | Tom Lane | 2007-07-21 |
* | Fix WAL replay of truncate operations to cope with the possibility that the | Tom Lane | 2007-07-20 |
* | 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-19 |
* | 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-18 |
* | 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-17 |
* | Add comments spelling out why it's a good idea to release multiple | Tom Lane | 2007-07-16 |
* | 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-13 |
* | 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-12 |
* | A bunch of GSSAPI fixes per comments from Tom: | Magnus Hagander | 2007-07-11 |
* | Add support for GSSAPI authentication. | Magnus Hagander | 2007-07-10 |
* | 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-09 |
* | Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because | Tom Lane | 2007-07-08 |
* | Fix a couple of planner bugs introduced by the new ability to discard | Tom Lane | 2007-07-07 |
* | Fix up hash functions for datetime datatypes so that they don't take | Tom Lane | 2007-07-06 |
* | 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-03 |
* | Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). | Tom Lane | 2007-07-02 |
* | 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-07-01 |
* | 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-30 |
* | 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-29 |
* | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane | 2007-06-28 |
* | Remove unused "caller" argument from stringToQualifiedNameList. | Alvaro Herrera | 2007-06-26 |
* | Improve autovacuum launcher's ability to detect a problem in worker startup, | Alvaro Herrera | 2007-06-25 |
* | Separate parse-analysis for utility commands out of parser/analyze.c | Tom Lane | 2007-06-23 |
* | 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-21 |
* | 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 |