2010-01-06 |
Michael Meskes | Remove __FUNCTION__ keyword that is not recognized... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Michael Meskes | Removed test case using nan as float value because... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Michael Meskes | Removed more inttypes.h stuff. |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Itagaki Takahiro | Silence compiler warning about uninitialized variables... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Michael Meskes | Applied Zoltan's patch to remove hardware dependant... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Itagaki Takahiro | Support rewritten-based full vacuum as VACUUM FULL... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Bruce Momjian | binary upgrade: |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Bruce Momjian | Remove erroneous comma added to pg_dumpall tablespace... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Bruce Momjian | Update catalog version for recent relfilenode patch... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Bruce Momjian | Preserve relfilenodes: |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Bruce Momjian | pg_dump --only-analyze |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Bruce Momjian | Remove tabs in SGML. |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Bruce Momjian | Use OIDCHARS: |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Itagaki Takahiro | Adjust headers to allow pgbench to be built with PGXS. |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Itagaki Takahiro | Add verification of variable names in pgbench. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Tom Lane | Add support for doing FULL JOIN ON FALSE. While this... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Robert Haas | Support ALTER TABLESPACE name SET/RESET ( tablespace_op... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Tom Lane | Fix genbki.pl and Gen_fmgrtab.pl to use PID-specific... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Michael Meskes | And another one |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Michael Meskes | And another one of the same problem. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Michael Meskes | And then forgot to commit the fixed files. ARGH! |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Michael Meskes | Ah, should read the file completely. I got so used... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Michael Meskes | Thrid try. It seems my two checkouts need some cleaning up. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Michael Meskes | Still not correct. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Michael Meskes | Adjusted CVS headers. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Michael Meskes | Applied patch by Boszormenyi Zoltan <zb@cybertec.at... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Magnus Hagander | Move the default configuration for the MSVC build syste... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Magnus Hagander | Disable linker warning 4197 on Win64, that is caused... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Magnus Hagander | Use _mm_pause() for win64 spin_delay(), per note from... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Tom Lane | Further code review for genbki.pl. Improve comments... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Tom Lane | Fix a few places where we needed -I. in CPPFLAGS to... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Tom Lane | Remove too-smart-for-its-own-good optimization of not... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Itagaki Takahiro | Verify input in pg_read_file(). |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Tom Lane | Fix parallel-make timing problem. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Tom Lane | Get rid of the need for manual maintenance of the initi... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Andrew Dunstan | Remove sometimes inaccurate error hint about source... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Andrew Dunstan | Check values passed back from PLPerl to the database... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Magnus Hagander | Add a Win64-specific spin_delay() function. |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Tom Lane | Improve PGXS makefile system to allow the module's... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Heikki Linnakangas | Write an end-of-backup WAL record at pg_stop_backup... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Tom Lane | When estimating the selectivity of an inequality "colum... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Itagaki Takahiro | Silence compiler warning about printf format for HANDLE. |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Tom Lane | Dept of second thoughts: my first cut at supporting... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Magnus Hagander | Make ssize_t 64-bit on Win64, for compatibility with... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Tom Lane | Add missing schema-qualification in tab completion... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Tom Lane | Fix similar_escape() to convert parentheses to non... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Tom Lane | check_exclusion_constraint didn't actually work correct... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Bruce Momjian | Update copyright for the year 2010. |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Magnus Hagander | Silence compiler warning about size of size_t being... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Magnus Hagander | Set proper sizes for size_t and void* on 64-bit Windows... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Magnus Hagander | Support 64-bit shared memory when building on 64-bit... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Magnus Hagander | Fix one more cast for _open_osfhandle(). |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Magnus Hagander | Fix cast for _open_osfhandle(). |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Tom Lane | Add an "argisrow" field to NullTest nodes, following... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Tom Lane | Support "x IS NOT NULL" clauses as indexscan conditions... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Magnus Hagander | Silence compiler warning on 64-bit windows build |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Magnus Hagander | Detect a 64-bit build environment on Windows, and gener... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Magnus Hagander | Delete solution cache file on clean, if it exists. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Peter Eisentraut | Update SQL features supported list |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Magnus Hagander | Make the win32 putenv() override update *all* present... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Tom Lane | Suppress compiler warning, per buildfarm member narwhal |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Tom Lane | Suppress compiler warning (pid_t isn't int everywhere) |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Tom Lane | Add missing 'static' tag. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Tom Lane | Redefine Datum as uintptr_t, instead of unsigned long. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Peter Eisentraut | Update SQL features list for aggregate ORDER BY support |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Peter Eisentraut | Add information_schema.triggered_update_columns |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Andrew Dunstan | enable examples to compile on Windows. patch from Hiros... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Peter Eisentraut | Fill in information schema column for trigger WHEN... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Tom Lane | Dept of second thoughts: recursive case in ANALYZE... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Tom Lane | Revise pgstat's tracking of tuple changes to improve... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Peter Eisentraut | Update SQL conformance: search conditions on triggers... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Peter Eisentraut | Revert makefile refactoring (version 1.123) because... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Magnus Hagander | Exclude part of the product name string that is localiz... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Heikki Linnakangas | Reset minRecoveryPoint at checkpoints, so that we don... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Tom Lane | Set errno to zero before invoking SSL_read or SSL_write... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Robert Haas | Reject invalid input in int2vectorin. |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Tom Lane | Add an index on pg_inherits.inhparent, and use it to... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Tom Lane | Add the ability to store inheritance-tree statistics... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Heikki Linnakangas | Previous fix for temporary file management broke return... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Peter Eisentraut | Small wording improvement and clarification in PL/pgSQL... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bruce Momjian | Remove PGDLLIMPORT used for binary upgrade; must be... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bruce Momjian | Add PGDLLIMPORT for binary_upgrade global variables... |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Bruce Momjian | Remove non-ascii characters from source code. |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Tom Lane | Avoid memory leak if pgstat_vacuum_stat is interrupted... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Tom Lane | Remove a couple of unnecessary calls of CreateCacheMemo... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Magnus Hagander | Remove now unreferenced variable. |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Magnus Hagander | If the MSVCRT module is not found in the current binary... |
commit | commitdiff | tree | snapshot |
2009-12-27 |
Bruce Momjian | Add backend and pg_dump code to allow preservation... |
commit | commitdiff | tree | snapshot |
2009-12-26 |
Bruce Momjian | Zero-label enums: |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Tom Lane | Fix brain fade in join-removal patch: a pushed-down... |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Robert Haas | Add missing <indexterm><primary>...</primary>...</index... |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Andrew Dunstan | Upgrade to latest ppport.h. Patch from Tim Bunce. |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Tom Lane | Try to improve the clarity of the psql documentation... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Bruce Momjian | Rename EnumValuesCreate() single-letter variable names... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Bruce Momjian | Binary upgrade: |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Tom Lane | Fix wrong WAL info value generated when gistContinueIns... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Peter Eisentraut | Revert brainfart: Of course the wildcard only works... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Peter Eisentraut | Replace target list by a wildcard, so that this workaro... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Tom Lane | Allow the index name to be omitted in CREATE INDEX... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Tom Lane | Remove code that attempted to rename index columns... |
commit | commitdiff | tree | snapshot |
next |