Commit Graph

25314 Commits (57cafe79823dcd3653cf5e19cbdf58300cb1576c)
 

Author SHA1 Message Date
Tom Lane b70d4a62ee Remove an "optimization" I installed in 2001, to make repalloc() attempt to 18 years ago
Tom Lane 70868c012f Increase the initial size of StringInfo buffers to 1024 bytes (from 256); 18 years ago
Tom Lane ae65ca312f Avoid memory leakage across successive calls of regexp_matches() or 18 years ago
Tom Lane 1b70619311 Code review for regexp_matches/regexp_split patch. Refactor to avoid assuming 18 years ago
Tom Lane d0e5c0c0ee Fix uninitialized-memory bug in plpython proargnames patch. Per bug #3523 18 years ago
Tom Lane 509bfd6a6b Fix unintended change of output format for createlang/droplang -l. Missed 18 years ago
Tom Lane faa1179678 Fix search for SGML stylesheets to include the place where Gentoo keeps them. 18 years ago
Tom Lane bbe3c02d38 Revise postmaster startup/shutdown logic to eliminate the problem that a 18 years ago
Neil Conway c556b29a11 Fix a gradual memory leak in ExecReScanAgg(). Because the aggregation 18 years ago
Tom Lane af1022d2cd Fix thinko in multi-autovac-workers code: validity checks made by 18 years ago
Neil Conway 849ec99753 Adjust the output of MemoryContextStats() so that the stats for a 18 years ago
Magnus Hagander 3605c8c877 Fix incorrect URI for cvs rsync 18 years ago
Tom Lane fcb9535e8a Fix pg_restore to guard against unexpected EOF while reading an archive file. 18 years ago
Tom Lane df9ea6a1f1 Adjust configure so that it sets CFLAGS properly for Intel's icc 18 years ago
Tom Lane c8b7e811f3 Apparently icc doesn't always define __ICC, and it's more correct to 18 years ago
Tom Lane 8d30337566 Fix up bad layout of some comments (probably pg_indent's fault), and 18 years ago
Neil Conway 087a271327 Tweak for initdb: if more command-line arguments were specified than 18 years ago
Tom Lane 4fd8d6b3e7 Fix crash caused by log_timezone patch if we attempt to emit any elog messages 18 years ago
Tom Lane 0b9d3d4dcd Fix a problem in my recent patch to initialize cancel_key for autovac workers 18 years ago
Tom Lane bdd6b62245 Switch over to using the src/timezone functions for formatting timestamps 18 years ago
Tom Lane 73852bd520 Fix some sloppiness in the recent multiple-autovacuum-worker patch. It was 18 years ago
Magnus Hagander 3f0245cb24 Update supported standalone VC++ version to 7.1+ only, and fix 18 years ago
Andrew Dunstan 63872601e8 Move session_start out of MyProcPort stucture and make it a global called MyStartTime, 18 years ago
Andrew Dunstan b34903453f Make sure syslogPipe runs in binary mode on Windows to avoid corrupting the pipe chunking protocol. Backport to 8.0 18 years ago
Neil Conway 494d6f809e Fix a memory leak in tuplestore_end(). Unlikely to be significant during 18 years ago
Bruce Momjian c441e26ee8 Done: 18 years ago
Tom Lane 4a78cdeb6b Support an optional asynchronous commit mode, in which we don't flush WAL 18 years ago
Bruce Momjian c722628a43 Fix strange quoting. 18 years ago
Bruce Momjian 4f49621aef Fix script quoting problem. 18 years ago
Bruce Momjian 3bc619342f Remove links to old Win32 source code ports. 18 years ago
Tom Lane ed5d55dafe Fix a bug in the original implementation of redundant-join-clause removal: 18 years ago
Tom Lane bc421c35b1 If we're gonna use ExecRelationIsTargetRelation here, might as well 18 years ago
Tom Lane 310578efee Fix security definer functions with polymorphic arguments. This case has 18 years ago
Neil Conway dffad02856 Slight refactor for ExecOpenScanRelation(): we can use 18 years ago
Peter Eisentraut dc6dc0f63a Update conformance information about bigint type 18 years ago
Tom Lane e4f4a7f5a4 Remove FileUnlink(), which wasn't being used anywhere and interacted poorly 18 years ago
Tom Lane 82eed4dba2 Arrange to put TOAST tables belonging to temporary tables into special schemas 18 years ago
Tom Lane fdb5b69e9c Suppress warning when compiling with -DPROFILE_PID_DIR: sys/stat.h is 18 years ago
Tom Lane 3eb98fd165 Adjust horology test to avoid join-plan-dependent result ordering in 18 years ago
Michael Meskes a1b336679c Synced parser 18 years ago
Magnus Hagander 906b2e1b37 Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with 18 years ago
Magnus Hagander 5cbb11928e Fix standalone win32 makefile (MSVC6) for SSPI and GSSAPI. 18 years ago
Magnus Hagander dff6797ce5 Disable warning 4090 = different const qualifiers on msvc since it 18 years ago
Magnus Hagander 430d0829ae Silence compiler warnings on mingw 18 years ago
Neil Conway b2b9b4d59c Implement RETURN QUERY for PL/PgSQL. This provides some convenient syntax 18 years ago
Tom Lane 507b53c833 Fix predicate-proving logic to cope with binary-compatibility cases when 18 years ago
Magnus Hagander f903278e2d Silence compiler warning on mingw 18 years ago
Magnus Hagander d602592494 Make it possible, and default, for MingW to build with SSPI support 18 years ago
Tom Lane ad4295728e Create a new dedicated Postgres process, "wal writer", which exists to write 18 years ago
Alvaro Herrera 53d2951be7 Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessive 18 years ago