| Commit message (Expand) | Author | Age |
... | |
* | Fix spccache.c to not suppose that a cache entry will live across database | Tom Lane | 2010-01-06 |
* | Access hash entry before freeing it, not after. | Tom Lane | 2010-01-06 |
* | Make error messages for bad --set-version argument more useful. | Tom Lane | 2010-01-06 |
* | Make the makefile pass $MAJORVERSION to genbki.pl, not $VERSION which is | Tom Lane | 2010-01-06 |
* | Silence compiler warning about uninitialized variables. This initialization | Itagaki Takahiro | 2010-01-06 |
* | Support rewritten-based full vacuum as VACUUM FULL. Traditional | Itagaki Takahiro | 2010-01-06 |
* | binary upgrade: | Bruce Momjian | 2010-01-06 |
* | Preserve relfilenodes: | Bruce Momjian | 2010-01-06 |
* | Remove tabs in SGML. | Bruce Momjian | 2010-01-06 |
* | Use OIDCHARS: | Bruce Momjian | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Update SQL features supported list | Peter Eisentraut | 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 |
* | 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 |
* | 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 |