aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Silence compiler warning about uninitialized variables. This initializationItagaki Takahiro2010-01-06
* Applied Zoltan's patch to remove hardware dependant offset logging andMichael Meskes2010-01-06
* Support rewritten-based full vacuum as VACUUM FULL. TraditionalItagaki Takahiro2010-01-06
* binary upgrade:Bruce Momjian2010-01-06
* Remove erroneous comma added to pg_dumpall tablespace query when runningBruce Momjian2010-01-06
* Update catalog version for recent relfilenode patch, so pg_migrator canBruce Momjian2010-01-06
* Preserve relfilenodes:Bruce Momjian2010-01-06
* pg_dump --only-analyzeBruce Momjian2010-01-06
* Remove tabs in SGML.Bruce Momjian2010-01-06
* Use OIDCHARS:Bruce Momjian2010-01-06
* Adjust headers to allow pgbench to be built with PGXS.Itagaki Takahiro2010-01-06
* Add verification of variable names in pgbench.Itagaki Takahiro2010-01-06
* Add support for doing FULL JOIN ON FALSE. While this is really a ratherTom Lane2010-01-05
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-05
* Fix genbki.pl and Gen_fmgrtab.pl to use PID-specific temp file names,Tom Lane2010-01-05
* And another oneMichael Meskes2010-01-05
* And another one of the same problem.Michael Meskes2010-01-05
* And then forgot to commit the fixed files. ARGH!Michael Meskes2010-01-05
* Ah, should read the file completely. I got so used to git that I almost forgo...Michael Meskes2010-01-05
* Thrid try. It seems my two checkouts need some cleaning up.Michael Meskes2010-01-05
* Still not correct.Michael Meskes2010-01-05
* Adjusted CVS headers.Michael Meskes2010-01-05
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support toMichael Meskes2010-01-05
* Move the default configuration for the MSVC build system to config_default.pl,Magnus Hagander2010-01-05
* Disable linker warning 4197 on Win64, that is caused by the fact that we exportMagnus Hagander2010-01-05
* Use _mm_pause() for win64 spin_delay(), per note from Tsutomu Yamada.Magnus Hagander2010-01-05
* Further code review for genbki.pl. Improve comments, fix someTom Lane2010-01-05
* Fix a few places where we needed -I. in CPPFLAGS to work properly inTom Lane2010-01-05
* Remove too-smart-for-its-own-good optimization of not overwriting the outputTom Lane2010-01-05
* Verify input in pg_read_file().Itagaki Takahiro2010-01-05
* Fix parallel-make timing problem.Tom Lane2010-01-05
* Get rid of the need for manual maintenance of the initial contents ofTom Lane2010-01-05
* Remove sometimes inaccurate error hint about source of wrongly encoded data.Andrew Dunstan2010-01-04
* Check values passed back from PLPerl to the database, via function return,Andrew Dunstan2010-01-04
* Add a Win64-specific spin_delay() function.Magnus Hagander2010-01-04
* Improve PGXS makefile system to allow the module's makefile to specifyTom Lane2010-01-04
* Write an end-of-backup WAL record at pg_stop_backup(), and wait for it atHeikki Linnakangas2010-01-04
* When estimating the selectivity of an inequality "column > constant" orTom Lane2010-01-04
* Silence compiler warning about printf format for HANDLE.Itagaki Takahiro2010-01-04
* Dept of second thoughts: my first cut at supporting "x IS NOT NULL" btreeTom Lane2010-01-03
* Make ssize_t 64-bit on Win64, for compatibility with for example plpython.Magnus Hagander2010-01-02
* Add missing schema-qualification in tab completion query.Tom Lane2010-01-02
* Fix similar_escape() to convert parentheses to non-capturing style.Tom Lane2010-01-02
* check_exclusion_constraint didn't actually work correctly for indexTom Lane2010-01-02
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Silence compiler warning about size of size_t being larger than the resultMagnus Hagander2010-01-02
* Set proper sizes for size_t and void* on 64-bit Windows builds.Magnus Hagander2010-01-02
* Support 64-bit shared memory when building on 64-bit Windows.Magnus Hagander2010-01-02
* Fix one more cast for _open_osfhandle().Magnus Hagander2010-01-02
* Fix cast for _open_osfhandle().Magnus Hagander2010-01-02