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