summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-08-11Avoid memory leakage across successive calls of regexp_matches() orTom Lane
2007-08-11Code review for regexp_matches/regexp_split patch. Refactor to avoid assumingTom Lane
2007-08-10Fix uninitialized-memory bug in plpython proargnames patch. Per bug #3523Tom Lane
2007-08-10Fix unintended change of output format for createlang/droplang -l. MissedTom Lane
2007-08-09Revise postmaster startup/shutdown logic to eliminate the problem that aTom Lane
2007-08-08Fix a gradual memory leak in ExecReScanAgg(). Because the aggregationNeil Conway
2007-08-08Fix thinko in multi-autovac-workers code: validity checks made byTom Lane
2007-08-07Adjust the output of MemoryContextStats() so that the stats for aNeil Conway
2007-08-06Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane
2007-08-05Apparently icc doesn't always define __ICC, and it's more correct toTom Lane
2007-08-04Fix up bad layout of some comments (probably pg_indent's fault), andTom Lane
2007-08-04Tweak for initdb: if more command-line arguments were specified thanNeil Conway
2007-08-04Fix crash caused by log_timezone patch if we attempt to emit any elog messagesTom Lane
2007-08-04Fix a problem in my recent patch to initialize cancel_key for autovac workersTom Lane
2007-08-04Switch over to using the src/timezone functions for formatting timestampsTom Lane
2007-08-03Fix some sloppiness in the recent multiple-autovacuum-worker patch. It wasTom Lane
2007-08-03Update supported standalone VC++ version to 7.1+ only, and fixMagnus Hagander
2007-08-02Move session_start out of MyProcPort stucture and make it a global called MyS...Andrew Dunstan
2007-08-02Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the p...Andrew Dunstan
2007-08-02Fix a memory leak in tuplestore_end(). Unlikely to be significant duringNeil Conway
2007-08-01Support an optional asynchronous commit mode, in which we don't flush WALTom Lane
2007-08-01Fix strange quoting.Bruce Momjian
2007-08-01Fix script quoting problem.Bruce Momjian
2007-07-31Fix a bug in the original implementation of redundant-join-clause removal:Tom Lane
2007-07-31If we're gonna use ExecRelationIsTargetRelation here, might as wellTom Lane
2007-07-31Fix security definer functions with polymorphic arguments. This case hasTom Lane
2007-07-27Slight refactor for ExecOpenScanRelation(): we can useNeil Conway
2007-07-26Remove FileUnlink(), which wasn't being used anywhere and interacted poorlyTom Lane
2007-07-25Arrange to put TOAST tables belonging to temporary tables into special schemasTom Lane
2007-07-25Suppress warning when compiling with -DPROFILE_PID_DIR: sys/stat.h isTom Lane
2007-07-25Adjust horology test to avoid join-plan-dependent result ordering inTom Lane
2007-07-25Synced parserMichael Meskes
2007-07-25Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander
2007-07-25Fix standalone win32 makefile (MSVC6) for SSPI and GSSAPI.Magnus Hagander
2007-07-25Disable warning 4090 = different const qualifiers on msvc since itMagnus Hagander
2007-07-25Silence compiler warnings on mingwMagnus Hagander
2007-07-25Implement RETURN QUERY for PL/PgSQL. This provides some convenient syntaxNeil Conway
2007-07-24Fix predicate-proving logic to cope with binary-compatibility cases whenTom Lane
2007-07-24Silence compiler warning on mingwMagnus Hagander
2007-07-24Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander
2007-07-24Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane
2007-07-24Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessiveAlvaro Herrera
2007-07-23Just noticed that libpq thinks the maximum command tag length is 40,Tom Lane
2007-07-23Use PQExpBuffer for error message in fe-auth.c.Magnus Hagander
2007-07-23Stupid typo.Magnus Hagander
2007-07-23SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander
2007-07-21Fix elog.c to avoid infinite recursion (leading to backend crash) whenTom Lane
2007-07-20Fix regression tests for PL/pgSQL error message changesPeter Eisentraut
2007-07-20Fix WAL replay of truncate operations to cope with the possibility that theTom Lane
2007-07-20Capitalize language key words in error messagesPeter Eisentraut