| Commit message (Expand) | Author | Age |
* | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane | 2010-01-07 |
* | Further fixes for per-tablespace options patch. | Robert Haas | 2010-01-07 |
* | Alter the configure script to fail immediately if the C compiler does not | Tom Lane | 2010-01-07 |
* | Support rewritten-based full vacuum as VACUUM FULL. Traditional | Itagaki Takahiro | 2010-01-06 |
* | binary upgrade: | 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 |
* | Remove tabs in SGML. | 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 |
* | Use _mm_pause() for win64 spin_delay(), per note from Tsutomu Yamada. | Magnus Hagander | 2010-01-05 |
* | Get rid of the need for manual maintenance of the initial contents of | Tom Lane | 2010-01-05 |
* | Add a Win64-specific spin_delay() function. | Magnus Hagander | 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 |
* | Make ssize_t 64-bit on Win64, for compatibility with for example plpython. | Magnus Hagander | 2010-01-02 |
* | Update copyright for the year 2010. | Bruce Momjian | 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 |
* | 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 |
* | Redefine Datum as uintptr_t, instead of unsigned long. | Tom Lane | 2009-12-31 |
* | Revise pgstat's tracking of tuple changes to improve the reliability of | Tom Lane | 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 |
* | Add backend and pg_dump code to allow preservation of pg_enum oids, for | Bruce Momjian | 2009-12-27 |
* | Binary upgrade: | Bruce Momjian | 2009-12-24 |
* | Allow the index name to be omitted in CREATE INDEX, causing the system to | Tom Lane | 2009-12-23 |
* | Adjust naming of indexes and their columns per recent discussion. | Tom Lane | 2009-12-23 |
* | Bump catversion to reflect the fact that HS patch changed pg_proc | Tom Lane | 2009-12-19 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | Don't unblock SIGQUIT in the SIGQUIT handler | Peter Eisentraut | 2009-12-16 |
* | If there is no sigdelset(), define it as a macro. | Peter Eisentraut | 2009-12-16 |
* | Python 3 support in PL/Python | Peter Eisentraut | 2009-12-15 |
* | Add a hook to let loadable modules get control at ProcessUtility execution, | Tom Lane | 2009-12-15 |
* | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane | 2009-12-15 |
* | Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. | Robert Haas | 2009-12-15 |
* | Fix a bug introduced when set-returning SQL functions were made inline-able: | Tom Lane | 2009-12-14 |
* | Allow LDAP authentication to operate in search+bind mode, meaning it | Magnus Hagander | 2009-12-12 |
* | Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain. | Robert Haas | 2009-12-12 |
* | Add large object access control. | Itagaki Takahiro | 2009-12-11 |
* | Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir... | Andrew Dunstan | 2009-12-11 |
* | Prevent indirect security attacks via changing session-local state within | Tom Lane | 2009-12-09 |
* | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 |
* | Don't use a duplicate OID for aclexplode(). | Tom Lane | 2009-12-06 |
* | Speed up information schema privilege views | Peter Eisentraut | 2009-12-05 |
* | Fix bug in temporary file management with subtransactions. A cursor opened | Heikki Linnakangas | 2009-12-03 |
* | Teach the regular expression functions to do case-insensitive matching and | Tom Lane | 2009-12-01 |
* | Revert due to Tom's concerns: | Bruce Momjian | 2009-12-01 |
* | ProcessUtility_hook: | Bruce Momjian | 2009-12-01 |