aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-23
* Fix elog.c to avoid infinite recursion (leading to backend crash) whenTom Lane2007-07-21
* Fix WAL replay of truncate operations to cope with the possibility that theTom Lane2007-07-20
* On second thought, the tests for what to do with stderr output are aTom Lane2007-07-19
* Make replace(), split_part(), and string_to_array() behave somewhat sanelyTom Lane2007-07-19
* Only use the pipe chunking protocol if we know the syslogger shouldAndrew Dunstan2007-07-19
* Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizingTom Lane2007-07-18
* Properly adjust age() seconds to match the sign of the larger units.Bruce Momjian2007-07-18
* Fix incorrect optimization of foreign-key checks. When an UPDATE on theTom Lane2007-07-17
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-17
* Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This hasTom Lane2007-07-17
* Add comments spelling out why it's a good idea to release multipleTom Lane2007-07-16
* Fix map_sql_typecoll_to_xmlschema_types() to not fail on droppedTom Lane2007-07-13
* Add casts to suppress warnings about m68k-specific kluge in fmgr.c.Tom Lane2007-07-13
* Fix a portability bug (ye olde not casting a <ctype.h> argument toTom Lane2007-07-12
* Suppress an integer-overflow warning.Tom Lane2007-07-12
* Some of our port-specific dynloader implementations are careful toTom Lane2007-07-12
* Compute max and min int8 values using unsigned arithmetic, in hopes ofTom Lane2007-07-12
* Fix some warnings (probably actual bugs) generated by new GSSAPI codeTom Lane2007-07-12
* Fix mistaken Assert in adjust_appendrel_attr_needed, per Greg Stark.Tom Lane2007-07-12
* Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos isMagnus Hagander2007-07-12
* Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander2007-07-12
* A bunch of GSSAPI fixes per comments from Tom:Magnus Hagander2007-07-11
* Add support for GSSAPI authentication.Magnus Hagander2007-07-10
* Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producingTom Lane2007-07-09
* Fix single-user mode so that interrupts (particularly SIGTERM andTom Lane2007-07-09
* Remove the pgstat_drop_relation() call from smgr_internal_unlink(), becauseTom Lane2007-07-08
* Fix a couple of planner bugs introduced by the new ability to discardTom Lane2007-07-07
* Fix up hash functions for datetime datatypes so that they don't takeTom Lane2007-07-06
* Fix incorrect comment about the timing of AbsorbFsyncRequests() duringTom Lane2007-07-03
* Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.Neil Conway2007-07-03
* Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl().Tom Lane2007-07-02
* Reduce the maximum sleep interval in the autovac launcher to 1 second,Tom Lane2007-07-01
* Treat the autovac launcher more like a regular backend, in that we waitTom Lane2007-07-01
* Avoid memory leakage when a series of subtransactions invoke AFTER triggersTom Lane2007-07-01
* Fix comments not updated in recent patch.Tom Lane2007-07-01
* Add 'volatile' to suppress 'variable might be clobbered by longjmp'Tom Lane2007-07-01
* Improve logging of checkpoints. Patch by Greg Smith, worked overTom Lane2007-06-30
* Avoid crash in interrupted autovacuum worker, caused by leaving the currentAlvaro Herrera2007-06-30
* Arrange for SIGINT in autovacuum workers to cancel the current table andAlvaro Herrera2007-06-29
* Fix a passel of ancient bugs in to_char(), including two distinct bufferTom Lane2007-06-29
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-28
* Remove unused "caller" argument from stringToQualifiedNameList.Alvaro Herrera2007-06-26
* Improve autovacuum launcher's ability to detect a problem in worker startup,Alvaro Herrera2007-06-25
* Separate parse-analysis for utility commands out of parser/analyze.cTom Lane2007-06-23
* Allow trailing whitespace in parse_real(), for consistency withTom Lane2007-06-21
* Provide a HINT listing the allowed unit names when a GUC variable seems toTom Lane2007-06-21
* Restrict deadlock_timeout to the range for which the implementationTom Lane2007-06-20
* transformColumnDefinition failed to complain aboutTom Lane2007-06-20
* CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULTTom Lane2007-06-20