summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander2007-07-123-3/+19
* Suppress a warning that some versions of gcc emit about %x in strftime.Tom Lane2007-07-111-2/+9
* A bunch of GSSAPI fixes per comments from Tom:Magnus Hagander2007-07-113-32/+49
* Fix misspelling.Tom Lane2007-07-101-3/+3
* Add support for GSSAPI authentication.Magnus Hagander2007-07-1015-27/+629
* Adjust processSQLNamePattern() so that $ within the pattern is always matchedTom Lane2007-07-101-1/+13
* Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producingTom Lane2007-07-092-4/+7
* Fix single-user mode so that interrupts (particularly SIGTERM andTom Lane2007-07-091-49/+77
* Remove the pgstat_drop_relation() call from smgr_internal_unlink(), becauseTom Lane2007-07-083-11/+13
* Get rid of client-code dependencies on the exact text of the no-passwordTom Lane2007-07-086-69/+58
* Closer code review for PQconnectionUsedPassword() patch: in particular,Tom Lane2007-07-084-26/+27
* Arrange for the authentication request type to be preserved inJoe Conway2007-07-085-6/+27
* Fix a couple of planner bugs introduced by the new ability to discardTom Lane2007-07-074-8/+70
* Move parse.h into src/backend on msvc, which is where it is on Unix.Magnus Hagander2007-07-073-5/+10
* Fix up hash functions for datetime datatypes so that they don't takeTom Lane2007-07-069-41/+95
* Fix incorrect comment about the timing of AbsorbFsyncRequests() duringTom Lane2007-07-032-8/+11
* Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.Neil Conway2007-07-036-13/+68
* - Fix the -w (wait) option to work in Windows service mode, per bug #3382.Magnus Hagander2007-07-021-35/+87
* Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl().Tom Lane2007-07-022-2/+27
* Add notes about configuring Visual Studio Express for use with theMagnus Hagander2007-07-011-0/+17
* Reduce the maximum sleep interval in the autovac launcher to 1 second,Tom Lane2007-07-011-26/+29
* Treat the autovac launcher more like a regular backend, in that we waitTom Lane2007-07-011-27/+12
* Avoid memory leakage when a series of subtransactions invoke AFTER triggersTom Lane2007-07-011-1/+19
* Fix comments not updated in recent patch.Tom Lane2007-07-011-3/+3
* Add 'volatile' to suppress 'variable might be clobbered by longjmp'Tom Lane2007-07-011-2/+2
* Improve logging of checkpoints. Patch by Greg Smith, worked overTom Lane2007-06-306-68/+180
* Avoid crash in interrupted autovacuum worker, caused by leaving the currentAlvaro Herrera2007-06-301-15/+33
* Arrange for SIGINT in autovacuum workers to cancel the current table andAlvaro Herrera2007-06-294-15/+63
* Fix a passel of ancient bugs in to_char(), including two distinct bufferTom Lane2007-06-291-94/+56
* Fix incorrect tests for undef Perl values in some places in plperl.c.Tom Lane2007-06-281-11/+12
* Add the function's volatility to the output of psql's \df+ command.Neil Conway2007-06-281-2/+7
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-2819-360/+686
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-263-5/+13
* Remove unused "caller" argument from stringToQualifiedNameList.Alvaro Herrera2007-06-264-23/+18
* Add extra checks for buildfarm to pick up errors when runningMagnus Hagander2007-06-263-3/+22
* Remove unused BAD_LOCATION definition.Alvaro Herrera2007-06-251-2/+1
* Improve autovacuum launcher's ability to detect a problem in worker startup,Alvaro Herrera2007-06-253-115/+185
* Separate parse-analysis for utility commands out of parser/analyze.cTom Lane2007-06-2323-2097/+2144
* In psql, when running a SELECT query using a cursor, flush the queryNeil Conway2007-06-221-1/+7
* Allow trailing whitespace in parse_real(), for consistency withTom Lane2007-06-211-12/+18
* Provide a HINT listing the allowed unit names when a GUC variable seems toTom Lane2007-06-211-98/+194
* Restrict deadlock_timeout to the range for which the implementationTom Lane2007-06-201-2/+2
* transformColumnDefinition failed to complain aboutTom Lane2007-06-201-2/+6
* CREATE DOMAIN ... DEFAULT NULL failed because gram.y special-cases DEFAULTTom Lane2007-06-201-27/+40
* Quiet warnings about redefined PGPORT macros for MSVC.Andrew Dunstan2007-06-201-1/+3
* Minor code cleanup: calling FreeFile() before ereport(ERROR) is notNeil Conway2007-06-201-7/+1
* Only log 'process acquired lock' if we actually did get the lock. ThisTom Lane2007-06-191-4/+5
* Remove duplicate #include.Neil Conway2007-06-191-2/+1
* Code review for log_lock_waits patch. Don't try to issue log messages fromTom Lane2007-06-196-149/+216
* Arrange for quote_identifier() and pg_dump to not quote keywords that areTom Lane2007-06-1810-429/+463