| Commit message (Expand) | Author | Age |
* | Add an "argisrow" field to NullTest nodes, following a plan made way back in | Tom Lane | 2010-01-01 |
* | Support "x IS NOT NULL" clauses as indexscan conditions. This turns out | Tom Lane | 2010-01-01 |
* | Silence compiler warning on 64-bit windows build | Magnus Hagander | 2010-01-01 |
* | Detect a 64-bit build environment on Windows, and generate the appropriate | Magnus Hagander | 2010-01-01 |
* | Delete solution cache file on clean, if it exists. | Magnus Hagander | 2010-01-01 |
* | Update SQL features supported list | Peter Eisentraut | 2010-01-01 |
* | Make the win32 putenv() override update *all* present versions of the | Magnus Hagander | 2010-01-01 |
* | Suppress compiler warning, per buildfarm member narwhal | Tom Lane | 2009-12-31 |
* | Suppress compiler warning (pid_t isn't int everywhere) | Tom Lane | 2009-12-31 |
* | Add missing 'static' tag. | Tom Lane | 2009-12-31 |
* | Redefine Datum as uintptr_t, instead of unsigned long. | Tom Lane | 2009-12-31 |
* | Update SQL features list for aggregate ORDER BY support | Peter Eisentraut | 2009-12-31 |
* | Add information_schema.triggered_update_columns | Peter Eisentraut | 2009-12-31 |
* | enable examples to compile on Windows. patch from Hiroshi Saito. | Andrew Dunstan | 2009-12-31 |
* | Fill in information schema column for trigger WHEN condition | Peter Eisentraut | 2009-12-30 |
* | Dept of second thoughts: recursive case in ANALYZE shouldn't emit a | Tom Lane | 2009-12-30 |
* | Revise pgstat's tracking of tuple changes to improve the reliability of | Tom Lane | 2009-12-30 |
* | Update SQL conformance: search conditions on triggers are supported | Peter Eisentraut | 2009-12-30 |
* | Exclude part of the product name string that is localized in Japanese versions | Magnus Hagander | 2009-12-30 |
* | Reset minRecoveryPoint at checkpoints, so that we don't uselessly update | Heikki Linnakangas | 2009-12-30 |
* | Set errno to zero before invoking SSL_read or SSL_write. It appears that | Tom Lane | 2009-12-30 |
* | Reject invalid input in int2vectorin. | Robert Haas | 2009-12-30 |
* | Add an index on pg_inherits.inhparent, and use it to avoid seqscans in | Tom Lane | 2009-12-29 |
* | Add the ability to store inheritance-tree statistics in pg_statistic, | Tom Lane | 2009-12-29 |
* | Previous fix for temporary file management broke returning a set from | Heikki Linnakangas | 2009-12-29 |
* | Remove PGDLLIMPORT used for binary upgrade; must be on the externs, per Tom. | Bruce Momjian | 2009-12-28 |
* | Add PGDLLIMPORT for binary_upgrade global variables so shared object | Bruce Momjian | 2009-12-28 |
* | Remove non-ascii characters from source code. | Bruce Momjian | 2009-12-28 |
* | Avoid memory leak if pgstat_vacuum_stat is interrupted partway through. | Tom Lane | 2009-12-27 |
* | Remove a couple of unnecessary calls of CreateCacheMemoryContext. These | Tom Lane | 2009-12-27 |
* | Remove now unreferenced variable. | Magnus Hagander | 2009-12-27 |
* | If the MSVCRT module is not found in the current binary, proceed to update | Magnus Hagander | 2009-12-27 |
* | Add backend and pg_dump code to allow preservation of pg_enum oids, for | Bruce Momjian | 2009-12-27 |
* | Zero-label enums: | Bruce Momjian | 2009-12-26 |
* | Fix brain fade in join-removal patch: a pushed-down clause in the outer join's | Tom Lane | 2009-12-25 |
* | Upgrade to latest ppport.h. Patch from Tim Bunce. | Andrew Dunstan | 2009-12-25 |
* | Rename EnumValuesCreate() single-letter variable names to useful | Bruce Momjian | 2009-12-24 |
* | Binary upgrade: | Bruce Momjian | 2009-12-24 |
* | Fix wrong WAL info value generated when gistContinueInsert() performs an | Tom Lane | 2009-12-24 |
* | Allow the index name to be omitted in CREATE INDEX, causing the system to | Tom Lane | 2009-12-23 |
* | Remove code that attempted to rename index columns to keep them in sync with | Tom Lane | 2009-12-23 |
* | Add basic build support for Visual Studio 2008, without resorting to | Magnus Hagander | 2009-12-23 |
* | Always pass catalog id to the options validator function specified in | Heikki Linnakangas | 2009-12-23 |
* | Rename pg_dump.c TypeInfo variable tinfo to tyinfo, for clarity. | Bruce Momjian | 2009-12-23 |
* | Adjust naming of indexes and their columns per recent discussion. | Tom Lane | 2009-12-23 |
* | Disallow comments on columns of relation types other than tables, views, | Tom Lane | 2009-12-22 |
* | In CREATE SEQUENCE dump, put MINVALUE before MAXVALUE so it reads better. | Peter Eisentraut | 2009-12-22 |
* | More cleanups for the recent large object permissions patch. | Robert Haas | 2009-12-21 |
* | There is no good reason for the CREATE TABLE LIKE INCLUDING COMMENTS code to | Tom Lane | 2009-12-20 |
* | Translation updates | Peter Eisentraut | 2009-12-19 |