summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2005-06-28Bring syntax of role-related commands into SQL compliance. To avoidTom Lane
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-06-27Concurrency for GiSTTeodor Sigaev
2005-06-27Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway
2005-06-26Tweak dynahash.c to not allocate so many entries at once when dealingTom Lane
2005-06-26Add Oracle-compatible GREATEST and LEAST functions. Pavel StehuleTom Lane
2005-06-26Code review for escape-strings patch. Sync psql and plpgsql lexersTom Lane
2005-06-26Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian
2005-06-25Fix a couple of items that should be declared Oid not int. PurelyTom Lane
2005-06-24Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane
2005-06-24Fix rtree and contrib/rtree_gist search behavior for the 1-D box andTom Lane
2005-06-22Make REINDEX DATABASE do what one would expect, namely reindex all indexesTom Lane
2005-06-22Fix the mechanism for reporting the original table OID and column numberTom Lane
2005-06-21Cause initdb to create a third standard database "postgres", whichTom Lane
2005-06-20Avoid WAL-logging individual tuple insertions during CREATE TABLE ASTom Lane
2005-06-20fix founded hole in recovery after crash, add vacuum_delay_point()Teodor Sigaev
2005-06-201. full functional WAL for GiSTTeodor Sigaev
2005-06-19Simplify uses of readdir() by creating a function ReadDir() thatTom Lane
2005-06-19Arrange to fsync two-phase-commit state files only during checkpoints;Tom Lane
2005-06-18When using C-string lookup keys in a dynahash.c hash table, use strncpy()Tom Lane
2005-06-18Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane
2005-06-17Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane
2005-06-16Add fsync() define for Win32 to cover cases other than wal_sync_methodBruce Momjian
2005-06-15Update catalog version for recent function additions.Bruce Momjian
2005-06-15Change the implementation of hash join to attempt to avoid unnecessaryNeil Conway
2005-06-15This patch makes it possible to use the full set of timezones when doingBruce Momjian
2005-06-15Support 3 and 4-byte unicode characters.Bruce Momjian
2005-06-14Simplify shared-memory lock data structures as per recent discussion:Tom Lane
2005-06-14Add pg_postmaster_start_time() function.Bruce Momjian
2005-06-14Add GUC krb_server_hostname so the server hostname can be specified asBruce Momjian
2005-06-14WAL for GiST. It work for online backup and so on, but onTeodor Sigaev
2005-06-13Change the planner to allow indexscan qualification clauses to useTom Lane
2005-06-13Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane
2005-06-10Separate predicate-testing code out of indxpath.c, making it a moduleTom Lane
2005-06-10Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway
2005-06-10Quick hack to allow the outer query's tuple_fraction to be passed downTom Lane
2005-06-10If a LIMIT is applied to a UNION ALL query, plan each UNION arm asTom Lane
2005-06-09Avoid bare 'struct Node;' declaration --- provokes annoying warningsTom Lane
2005-06-09Please find attached a patch (diff -c against cvs HEAD) to add aBruce Momjian
2005-06-09Simplify the planner's join clause management by storing join clausesTom Lane
2005-06-08Marginal hack to avoid spending a lot of time in find_join_rel duringTom Lane
2005-06-08Remove grammar productions for prefix and postfix % and ^ operators,Tom Lane
2005-06-08Change WAL-logging scheme for multixacts to be more like regularTom Lane
2005-06-07Add a function lastval(), which returns the value returned by theNeil Conway
2005-06-06Modify XLogInsert API to make callers specify whether pages to be backedTom Lane
2005-06-06Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane
2005-06-06Nab some low-hanging fruit: replace the planner's base_rel_list andTom Lane
2005-06-05Remove planner's private fields from Query struct, and put them intoTom Lane
2005-06-05Replace the parser's namespace tree (which formerly had the sameTom Lane
2005-06-04Allow kerberos name and username case sensitivity to be specified fromBruce Momjian