| Commit message (Expand) | Author | Age |
* | Fix rtree and contrib/rtree_gist search behavior for the 1-D box and | Tom Lane | 2005-06-24 |
* | Make REINDEX DATABASE do what one would expect, namely reindex all indexes | Tom Lane | 2005-06-22 |
* | Fix the mechanism for reporting the original table OID and column number | Tom Lane | 2005-06-22 |
* | Cause initdb to create a third standard database "postgres", which | Tom Lane | 2005-06-21 |
* | Avoid WAL-logging individual tuple insertions during CREATE TABLE AS | Tom Lane | 2005-06-20 |
* | fix founded hole in recovery after crash, add vacuum_delay_point() | Teodor Sigaev | 2005-06-20 |
* | 1. full functional WAL for GiST | Teodor Sigaev | 2005-06-20 |
* | Simplify uses of readdir() by creating a function ReadDir() that | Tom Lane | 2005-06-19 |
* | Arrange to fsync two-phase-commit state files only during checkpoints; | Tom Lane | 2005-06-19 |
* | When using C-string lookup keys in a dynahash.c hash table, use strncpy() | Tom Lane | 2005-06-18 |
* | Add a time-of-preparation column to the pg_prepared_xacts view, per an | Tom Lane | 2005-06-18 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 |
* | Add fsync() define for Win32 to cover cases other than wal_sync_method | Bruce Momjian | 2005-06-16 |
* | Update catalog version for recent function additions. | Bruce Momjian | 2005-06-15 |
* | Change the implementation of hash join to attempt to avoid unnecessary | Neil Conway | 2005-06-15 |
* | This patch makes it possible to use the full set of timezones when doing | Bruce Momjian | 2005-06-15 |
* | Support 3 and 4-byte unicode characters. | Bruce Momjian | 2005-06-15 |
* | Simplify shared-memory lock data structures as per recent discussion: | Tom Lane | 2005-06-14 |
* | Add pg_postmaster_start_time() function. | Bruce Momjian | 2005-06-14 |
* | Add GUC krb_server_hostname so the server hostname can be specified as | Bruce Momjian | 2005-06-14 |
* | WAL for GiST. It work for online backup and so on, but on | Teodor Sigaev | 2005-06-14 |
* | Change the planner to allow indexscan qualification clauses to use | Tom Lane | 2005-06-13 |
* | Adjust lo_open() so that specifying INV_READ without INV_WRITE creates | Tom Lane | 2005-06-13 |
* | Separate predicate-testing code out of indxpath.c, making it a module | Tom Lane | 2005-06-10 |
* | Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. | Neil Conway | 2005-06-10 |
* | Quick hack to allow the outer query's tuple_fraction to be passed down | Tom Lane | 2005-06-10 |
* | If a LIMIT is applied to a UNION ALL query, plan each UNION arm as | Tom Lane | 2005-06-10 |
* | Avoid bare 'struct Node;' declaration --- provokes annoying warnings | Tom Lane | 2005-06-09 |
* | Please find attached a patch (diff -c against cvs HEAD) to add a | Bruce Momjian | 2005-06-09 |
* | Simplify the planner's join clause management by storing join clauses | Tom Lane | 2005-06-09 |
* | Marginal hack to avoid spending a lot of time in find_join_rel during | Tom Lane | 2005-06-08 |
* | Remove grammar productions for prefix and postfix % and ^ operators, | Tom Lane | 2005-06-08 |
* | Change WAL-logging scheme for multixacts to be more like regular | Tom Lane | 2005-06-08 |
* | Add a function lastval(), which returns the value returned by the | Neil Conway | 2005-06-07 |
* | Modify XLogInsert API to make callers specify whether pages to be backed | Tom Lane | 2005-06-06 |
* | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 |
* | Nab some low-hanging fruit: replace the planner's base_rel_list and | Tom Lane | 2005-06-06 |
* | Remove planner's private fields from Query struct, and put them into | Tom Lane | 2005-06-05 |
* | Replace the parser's namespace tree (which formerly had the same | Tom Lane | 2005-06-05 |
* | Allow kerberos name and username case sensitivity to be specified from | Bruce Momjian | 2005-06-04 |
* | Change expandRTE() and ResolveNew() back to taking just the single | Tom Lane | 2005-06-04 |
* | Revise handling of dropped columns in JOIN alias lists to avoid a | Tom Lane | 2005-06-03 |
* | Push enable/disable of notify and catchup interrupts all the way down | Tom Lane | 2005-06-02 |
* | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane | 2005-06-02 |
* | ParseComplexProjection should make use of expandRecordVariable so that | Tom Lane | 2005-05-31 |
* | Document get_call_result_type() and friends; mark TypeGetTupleDesc() | Tom Lane | 2005-05-30 |
* | Add support for NUMERIC ^ NUMERIC based on power(numeric, numeric). | Bruce Momjian | 2005-05-30 |
* | When enqueueing after-row triggers for updates of a table with a foreign | Neil Conway | 2005-05-30 |
* | Create separate ON INSERT and ON UPDATE triggers on tables with foreign | Neil Conway | 2005-05-30 |
* | Change the UNKNOWN type to have an internal representation matching | Tom Lane | 2005-05-30 |