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