Commit Graph

25144 Commits (73852bd520c219051431a74ee511c4f29dd4baf3)
 

Author SHA1 Message Date
Tom Lane 73852bd520 Fix some sloppiness in the recent multiple-autovacuum-worker patch. It was 19 years ago
Magnus Hagander 3f0245cb24 Update supported standalone VC++ version to 7.1+ only, and fix 19 years ago
Andrew Dunstan 63872601e8 Move session_start out of MyProcPort stucture and make it a global called MyStartTime, 19 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 19 years ago
Neil Conway 494d6f809e Fix a memory leak in tuplestore_end(). Unlikely to be significant during 19 years ago
Bruce Momjian c441e26ee8 Done: 19 years ago
Tom Lane 4a78cdeb6b Support an optional asynchronous commit mode, in which we don't flush WAL 19 years ago
Bruce Momjian c722628a43 Fix strange quoting. 19 years ago
Bruce Momjian 4f49621aef Fix script quoting problem. 19 years ago
Bruce Momjian 3bc619342f Remove links to old Win32 source code ports. 19 years ago
Tom Lane ed5d55dafe Fix a bug in the original implementation of redundant-join-clause removal: 19 years ago
Tom Lane bc421c35b1 If we're gonna use ExecRelationIsTargetRelation here, might as well 19 years ago
Tom Lane 310578efee Fix security definer functions with polymorphic arguments. This case has 19 years ago
Neil Conway dffad02856 Slight refactor for ExecOpenScanRelation(): we can use 19 years ago
Peter Eisentraut dc6dc0f63a Update conformance information about bigint type 19 years ago
Tom Lane e4f4a7f5a4 Remove FileUnlink(), which wasn't being used anywhere and interacted poorly 19 years ago
Tom Lane 82eed4dba2 Arrange to put TOAST tables belonging to temporary tables into special schemas 19 years ago
Tom Lane fdb5b69e9c Suppress warning when compiling with -DPROFILE_PID_DIR: sys/stat.h is 19 years ago
Tom Lane 3eb98fd165 Adjust horology test to avoid join-plan-dependent result ordering in 19 years ago
Michael Meskes a1b336679c Synced parser 19 years ago
Magnus Hagander 906b2e1b37 Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with 19 years ago
Magnus Hagander 5cbb11928e Fix standalone win32 makefile (MSVC6) for SSPI and GSSAPI. 19 years ago
Magnus Hagander dff6797ce5 Disable warning 4090 = different const qualifiers on msvc since it 19 years ago
Magnus Hagander 430d0829ae Silence compiler warnings on mingw 19 years ago
Neil Conway b2b9b4d59c Implement RETURN QUERY for PL/PgSQL. This provides some convenient syntax 19 years ago
Tom Lane 507b53c833 Fix predicate-proving logic to cope with binary-compatibility cases when 19 years ago
Magnus Hagander f903278e2d Silence compiler warning on mingw 19 years ago
Magnus Hagander d602592494 Make it possible, and default, for MingW to build with SSPI support 19 years ago
Tom Lane ad4295728e Create a new dedicated Postgres process, "wal writer", which exists to write 19 years ago
Alvaro Herrera 53d2951be7 Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessive 19 years ago
Tom Lane ab7d2b6a73 Just noticed that libpq thinks the maximum command tag length is 40, 19 years ago
Magnus Hagander 29ac718f47 Use PQExpBuffer for error message in fe-auth.c. 19 years ago
Alvaro Herrera aa81c558ee Reword paragraph about the autovacuum_max_workers setting. Patch from 19 years ago
Magnus Hagander b9ab88243e Stupid typo. 19 years ago
Magnus Hagander f70866fb23 SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos 19 years ago
Tom Lane a0dab332a2 Fix elog.c to avoid infinite recursion (leading to backend crash) when 19 years ago
Tom Lane ddb93cac24 Provide a bit more high-level documentation for the GEQO planner. 19 years ago
Peter Eisentraut 7abe764f17 Fix regression tests for PL/pgSQL error message changes 19 years ago
Tom Lane 04fbe29a83 Fix WAL replay of truncate operations to cope with the possibility that the 19 years ago
Peter Eisentraut ebb5436d70 Capitalize language key words in error messages 19 years ago
Tom Lane f812dd91fe On second thought, the tests for what to do with stderr output are a 19 years ago
Tom Lane 4ca7a2dacb Make replace(), split_part(), and string_to_array() behave somewhat sanely 19 years ago
Andrew Dunstan 0e5b4f0e23 Only use the pipe chunking protocol if we know the syslogger should 19 years ago
Tom Lane 177be3f9bb Adjust configure script to print the bison and flex versions in use. 19 years ago
Tom Lane d514ea3fda Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizing 19 years ago
Alvaro Herrera cdedfe6af1 Cast NULL to a pointer type in the execl() call, to avoid a compiler warning on 19 years ago
Magnus Hagander dc32d2cefa GSSAPI documentation 19 years ago
Bruce Momjian 9e19063abc Document that 'deleted' is also tracked by autovacuum. 19 years ago
Bruce Momjian b6ed78b2bd Properly adjust age() seconds to match the sign of the larger units. 19 years ago
Bruce Momjian df7128bd34 Document that age() adds days, then full months. 19 years ago