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 |
2009-12-23 |
Magnus Hagander | Add basic build support for Visual Studio 2008, without... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Heikki Linnakangas | Always pass catalog id to the options validator functio... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Bruce Momjian | Rename pg_dump.c TypeInfo variable tinfo to tyinfo... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Tom Lane | Adjust naming of indexes and their columns per recent... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Tom Lane | Disallow comments on columns of relation types other... |
commit | commitdiff | tree | snapshot |
2009-12-22 |
Peter Eisentraut | In CREATE SEQUENCE dump, put MINVALUE before MAXVALUE... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Robert Haas | More cleanups for the recent large object permissions... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
Tom Lane | There is no good reason for the CREATE TABLE LIKE INCLU... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
Robert Haas | Fix two small typos in Hot Standby docs. |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Peter Eisentraut | Add documentation why reassigning PL/Python function... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Peter Eisentraut | Add hot standby to release notes |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Bruce Momjian | Convert tabs to spaces in SGML. |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Tom Lane | Sigh, I managed to break the no-links-in-plain-text... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Itagaki Takahiro | Add a whitespace to fix the query to dump large objects. |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Tom Lane | Bump catversion to reflect the fact that HS patch chang... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Itagaki Takahiro | Add missing Id keyword to alter_large_object.sgml. |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Tom Lane | plpgsql patch broke the MSVC build, too. |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Tom Lane | Join in the fun of editorializing on the alpha release... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Alvaro Herrera | Update ecpg regression tests to plpgsql installed by... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Alvaro Herrera | Update tutorial on the fact that backslash commands... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Tom Lane | Adjust some more places in the documentation to match... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Simon Riggs | Allow read only connections during recovery, known... |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Bruce Momjian | binary migration: pg_migrator |
commit | commitdiff | tree | snapshot |
2009-12-19 |
Robert Haas | Fix a few typos in the latest 8.5alpha3 release notes. |
commit | commitdiff | tree | snapshot |
2009-12-18 |
Peter Eisentraut | 8.5alpha3 release notes up to Fri Dec 18 21:37:38 2009... |
commit | commitdiff | tree | snapshot |
2009-12-18 |
Tom Lane | Fix link that doesn't work in standalone INSTALL document. |
commit | commitdiff | tree | snapshot |
2009-12-18 |
Bruce Momjian | Install server-side language PL/pgSQL by default. |
commit | commitdiff | tree | snapshot |
2009-12-18 |
Tom Lane | Force the TZ environment variable to be set during... |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Robert Haas | Improve documentation for pg_largeobject changes. |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Michael Meskes | Reverting accidently commited changes. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Peter Eisentraut | Don't unblock SIGQUIT in the SIGQUIT handler |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Peter Eisentraut | If there is no sigdelset(), define it as a macro. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Tom Lane | Avoid a premature coercion failure in transformSetOpera... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Robert Haas | Several fixes for EXPLAIN (FORMAT YAML), plus one for... |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Magnus Hagander | Remove spurious '22' that clearly shouldn't be there. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Michael Meskes | Fixed auto-prepare to not try preparing statements... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Peter Eisentraut | Python 3 support in PL/Python |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Tom Lane | Avoid unnecessary copying of source string when generat... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Tom Lane | Add a hook to let loadable modules get control at Proce... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Tom Lane | Support ORDER BY within aggregate function calls, at... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Itagaki Takahiro | Add \shell and \setshell meta commands to pgbench. |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Robert Haas | Add an EXPLAIN (BUFFERS) option to show buffer-usage... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
Itagaki Takahiro | Fix pg_ctl initdb without options. |
commit | commitdiff | tree | snapshot |
2009-12-14 |
Tom Lane | Fix a bug introduced when set-returning SQL functions... |
commit | commitdiff | tree | snapshot |
next |