Commit Graph

25431 Commits (ffda674769cd71071317b9cdb7f79c3affecc33d)
 

Author SHA1 Message Date
Tom Lane ffda674769 Tweak pgbench.c to remove the hidden assumption that a WIN32 machine 18 years ago
Tom Lane 314ed5de6d Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate 18 years ago
Tom Lane 77c166ba6c Add virtual transaction IDs to CSVLOG output, so that messages coming from 18 years ago
Tom Lane a62a359ba2 Fix Assert failure in ExpandColumnRefStar --- what I thought was a can't 18 years ago
Bruce Momjian 03a91e0d10 Lowercase all mentions of "PostgreSQL" in URLs, per Magnus. 18 years ago
Tom Lane 84fe8990ae Some small tuptoaster improvements from Greg Stark. Avoid unnecessary 18 years ago
Tom Lane f18dfc4835 Minor improvements in backup and recovery: 18 years ago
Bruce Momjian 80963144ad Rename "PostgreSQL" to "Postgres" in 3 places. 18 years ago
Bruce Momjian 9692324734 Rename "PostgreSQL" to "Postgres" in 7 places in the FAQ. 18 years ago
Alvaro Herrera b83e11639b Adjust the new memory limit in the lazy vacuum code to use MaxHeapTuplesPerPage 18 years ago
Tom Lane cdf0231c88 Create a function variable "join_search_hook" to let plugins override the 18 years ago
Magnus Hagander 149af068ff Properly pass -c parameter to ecpg when building regression tests. 18 years ago
Michael Meskes d49b20fbe6 Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get prepare thread-safe. 18 years ago
Teodor Sigaev 689df1bc77 Fix crash of to_tsvector() function on huge input: compareWORD() 18 years ago
Bruce Momjian 10e1b9df5c Add: 18 years ago
Bruce Momjian 1b57b8bfdc Document that libpq's PQntuples() might overflow. 18 years ago
Tom Lane 6f21c57a97 In the integer-datetimes case, date2timestamp and date2timestamptz need 18 years ago
Tom Lane 93407d3998 Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS X 10.2 18 years ago
Tom Lane f828f878e9 Change on-disk representation of NUMERIC datatype so that the sign_dscale 18 years ago
Tom Lane 7a315a09dc Dept. of second thoughts: fix loop in BgBufferSync so that the exit when 18 years ago
Tom Lane 6f5c38dcd0 Just-in-time background writing strategy. This code avoids re-scanning 18 years ago
Peter Eisentraut 588901df84 Small string tweaks 18 years ago
Andrew Dunstan e5b5739a2d Use proper search for contrib makefiles in vcregress.pl 19 years ago
Andrew Dunstan 3f2a191b44 fix typo in vcregress.pl 19 years ago
Andrew Dunstan a1b14ae1dd Add comments re text <-> bytea internal equivalence in convert routines. 19 years ago
Andrew Dunstan 82467e4e70 Use correct PG_GETARG macro in pg_convert 19 years ago
Alvaro Herrera 45cbdaa038 Avoid having autovacuum read pgstats data too many times in quick succession. 19 years ago
Alvaro Herrera 5853662630 Reduce the size of memory allocations by lazy vacuum when processing a small 19 years ago
Tom Lane 48f7e64395 Simplify and rename some GUC variables, per various recent discussions: 19 years ago
Andrew Dunstan 02138357ff Remove "convert 'blah' using conversion_name" facility, because if it 19 years ago
Tom Lane c3b193a5c3 Replace linear searches with binary searches in pg_dump's code to 19 years ago
Andrew Dunstan aabb7000dc Add perl replacements for build.bat and vcregress.bat. In due course 19 years ago
Tom Lane f71c7b9dfd Fix bugs in XML binary I/O functions. Heikki and Tom 19 years ago
Andrew Dunstan a8da5761a3 Restrict overly broad searches, and fix typo, in recent fix. Per Hannes Eder. 19 years ago
Tom Lane ea72d37ff7 Make autovacuum report the start time of its current activity in 19 years ago
Tom Lane 1b3d400cac TransactionIdIsInProgress can skip scanning the ProcArray if the target XID is 19 years ago
Bruce Momjian d16f270e59 Typo fix from Brendan Jurd. 19 years ago
Tom Lane 33b9c8bd68 Temporarily modify tsearch regression tests to suppress notice that comes 19 years ago
Tom Lane 7125687511 Fix cost estimates for EXISTS subqueries that are evaluated as initPlans 19 years ago
Andrew Dunstan 576b8903f7 Replace calls to external dir program with perlish globs and File::Find 19 years ago
Tom Lane 90c156f0d1 Document the translations from Postgres message severity levels to 19 years ago
Tom Lane f316222930 Fix erroneous Assert() in syslogger process start in EXEC_BACKEND case, 19 years ago
Tom Lane bbda96d76d Fix bogus calculation of potential output string length in translate(). 19 years ago
Tom Lane 571340a00e Parenthesize macro arguments safely. I see no bug among the current 19 years ago
Tom Lane 5e87ebb0c3 Although I'd misdiagnosed the reason for the recent failures on 19 years ago
Tom Lane 94470b9499 Doh --- what's really happening on buildfarm member grebe is that its 19 years ago
Andrew Dunstan e152893305 Go back to using a separate method for doing ILIKE for single byte 19 years ago
Tom Lane b5d1608b0a Fix varlena.c routines to allow 1-byte-header text values. This is now 19 years ago
Tom Lane 7583f9a7ca Fix regex, LIKE, and some other second-rank text-manipulation functions 19 years ago
Tom Lane cc59049daf Improve handling of prune/no-prune decisions by storing a page's oldest 19 years ago