Commit Graph

29206 Commits (369494e41fe408f103884032f477555ba134a0a8)
 

Author SHA1 Message Date
Michael Meskes 369494e41f Also update ChangerLog file. 16 years ago
Tom Lane 217dc525c0 Fix oversight in EvalPlanQualFetch: after failing to lock a tuple because 16 years ago
Itagaki Takahiro 83a5a338bf pgBufferUsage needs PGDLLIMPORT for pg_stat_statements on Windows. 16 years ago
Itagaki Takahiro 8964dbd51e Add buffer access counters to pg_stat_statements. 16 years ago
Robert Haas b1ee6daf2f Document why we copy reloptions into CacheMemoryContext after-the-fact. 16 years ago
Tom Lane 50626efe0a Fix 3-parameter form of bit substring() to throw error for negative length, 16 years ago
Tom Lane e4a6ebf7de Make bit/varbit substring() treat any negative length as meaning "all the rest 16 years ago
Tom Lane 82170c747b Fix (some of the) breakage introduced into query-cancel processing by HS. 16 years ago
Bruce Momjian 6fb791199d Use -Z for vacuumdb --analyze-only, rather than -o. 16 years ago
Bruce Momjian 1a8d4c9277 Rename new vacuumdb option to --analyze-only from --only-analyze. 16 years ago
Tom Lane 901be0fad4 Remove all the special-case code for INT64_IS_BUSTED, per decision that 16 years ago
Bruce Momjian c282b36dd2 More tablespace.c comment improvements. 16 years ago
Bruce Momjian 85fcbd8655 Clarify tablespace.c::TablespaceCreateDbspace() comments. 16 years ago
Robert Haas 814c8a03ba Further fixes for per-tablespace options patch. 16 years ago
Tom Lane c7f08913ba Fail in a nicer way if we have --with-perl and no Perl. 16 years ago
Robert Haas 2cb67c4c30 Improve a couple of comments relating to large object snapshot management. 16 years ago
Tom Lane 55233c3382 Make configure check the version of Perl we're building with, and reject 16 years ago
Tom Lane d15cb38dec Alter the configure script to fail immediately if the C compiler does not 16 years ago
Bruce Momjian a6f56efc35 PG_MAJORVERSION: 16 years ago
Tom Lane 9261b19fb5 Fix spccache.c to not suppose that a cache entry will live across database 16 years ago
Tom Lane 64b9c850e9 Access hash entry before freeing it, not after. 16 years ago
Tom Lane 87ac6e72cc Make error messages for bad --set-version argument more useful. 16 years ago
Tom Lane d7085f2406 Make the makefile pass $MAJORVERSION to genbki.pl, not $VERSION which is 16 years ago
Tom Lane f883e2007a Fix missing <manvolnum> markers in dblink reference entries. 16 years ago
Tom Lane cd958356bd Add missing 'static' keywords. 16 years ago
Bruce Momjian 36f6b7ca38 Corrected CVS entry: 16 years ago
Michael Meskes 76e313c05f Replaced int64_t with int64 as Andrew suggested. 16 years ago
Michael Meskes 223a9cd33f Remove __FUNCTION__ keyword that is not recognized by som compilers. 16 years ago
Michael Meskes 822697a26e Removed test case using nan as float value because printf's output for nan is 16 years ago
Michael Meskes 858dc6dc6f Removed more inttypes.h stuff. 16 years ago
Itagaki Takahiro ee0b602425 Silence compiler warning about uninitialized variables. This initialization 16 years ago
Michael Meskes faddd3f066 Applied Zoltan's patch to remove hardware dependant offset logging and 16 years ago
Itagaki Takahiro 946cf229e8 Support rewritten-based full vacuum as VACUUM FULL. Traditional 16 years ago
Bruce Momjian 28f6cab61a binary upgrade: 16 years ago
Bruce Momjian 6f8d2008fc Remove erroneous comma added to pg_dumpall tablespace query when running 16 years ago
Bruce Momjian 2391396b3d Update catalog version for recent relfilenode patch, so pg_migrator can 16 years ago
Bruce Momjian f98fbc78c3 Preserve relfilenodes: 16 years ago
Bruce Momjian 3ccb97b2e4 pg_dump --only-analyze 16 years ago
Bruce Momjian 8cdb85b512 Remove tabs in SGML. 16 years ago
Bruce Momjian 5c82ccb1dd Use OIDCHARS: 16 years ago
Itagaki Takahiro a8a198b10b Adjust headers to allow pgbench to be built with PGXS. 16 years ago
Itagaki Takahiro 660f532898 Add verification of variable names in pgbench. 16 years ago
Tom Lane 90f4c2d960 Add support for doing FULL JOIN ON FALSE. While this is really a rather 16 years ago
Robert Haas d86d51a958 Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). 16 years ago
Tom Lane 72559b49c0 Fix genbki.pl and Gen_fmgrtab.pl to use PID-specific temp file names, 16 years ago
Michael Meskes 1658f6bf58 And another one 16 years ago
Michael Meskes ed4295f534 And another one of the same problem. 16 years ago
Michael Meskes e24e18c609 And then forgot to commit the fixed files. ARGH! 16 years ago
Michael Meskes 76ecbb5782 Ah, should read the file completely. I got so used to git that I almost forgot about the cvs stuff. 16 years ago
Michael Meskes ab2f0ef7c1 Thrid try. It seems my two checkouts need some cleaning up. 16 years ago