summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Improve the checkpoint signaling mechanism so that the bgwriter can tellTom Lane2005-06-301-2/+2
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-294-16/+15
* More cleanup on roles patch. Allow admin option to be inherited throughTom Lane2005-06-291-1/+2
* Bring syntax of role-related commands into SQL compliance. To avoidTom Lane2005-06-283-8/+8
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-2834-401/+387
* Concurrency for GiSTTeodor Sigaev2005-06-275-105/+136
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-275-15/+6
* Tweak dynahash.c to not allocate so many entries at once when dealingTom Lane2005-06-261-3/+4
* Add Oracle-compatible GREATEST and LEAST functions. Pavel StehuleTom Lane2005-06-263-3/+33
* Code review for escape-strings patch. Sync psql and plpgsql lexersTom Lane2005-06-261-1/+2
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-262-6/+7
* Fix a couple of items that should be declared Oid not int. PurelyTom Lane2005-06-251-2/+2
* Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane2005-06-247-35/+83
* Fix rtree and contrib/rtree_gist search behavior for the 1-D box andTom Lane2005-06-242-2/+4
* Make REINDEX DATABASE do what one would expect, namely reindex all indexesTom Lane2005-06-222-7/+8
* Fix the mechanism for reporting the original table OID and column numberTom Lane2005-06-222-2/+5
* Cause initdb to create a third standard database "postgres", whichTom Lane2005-06-211-2/+2
* Avoid WAL-logging individual tuple insertions during CREATE TABLE ASTom Lane2005-06-203-5/+8
* fix founded hole in recovery after crash, add vacuum_delay_point()Teodor Sigaev2005-06-201-9/+5
* 1. full functional WAL for GiSTTeodor Sigaev2005-06-205-25/+81
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-191-1/+2
* Arrange to fsync two-phase-commit state files only during checkpoints;Tom Lane2005-06-191-3/+4
* When using C-string lookup keys in a dynahash.c hash table, use strncpy()Tom Lane2005-06-181-6/+20
* Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane2005-06-182-6/+8
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-1719-48/+203
* Add fsync() define for Win32 to cover cases other than wal_sync_methodBruce Momjian2005-06-161-1/+6
* Update catalog version for recent function additions.Bruce Momjian2005-06-151-2/+2
* Change the implementation of hash join to attempt to avoid unnecessaryNeil Conway2005-06-151-1/+2
* This patch makes it possible to use the full set of timezones when doingBruce Momjian2005-06-152-3/+7
* Support 3 and 4-byte unicode characters.Bruce Momjian2005-06-151-1/+3
* Simplify shared-memory lock data structures as per recent discussion:Tom Lane2005-06-142-25/+35
* Add pg_postmaster_start_time() function.Bruce Momjian2005-06-142-2/+10
* Add GUC krb_server_hostname so the server hostname can be specified asBruce Momjian2005-06-141-1/+2
* WAL for GiST. It work for online backup and so on, but onTeodor Sigaev2005-06-141-4/+150
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-134-25/+27
* Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane2005-06-134-7/+15
* Separate predicate-testing code out of indxpath.c, making it a moduleTom Lane2005-06-102-2/+24
* Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway2005-06-101-1/+2
* Quick hack to allow the outer query's tuple_fraction to be passed downTom Lane2005-06-101-1/+3
* If a LIMIT is applied to a UNION ALL query, plan each UNION arm asTom Lane2005-06-101-2/+3
* Avoid bare 'struct Node;' declaration --- provokes annoying warningsTom Lane2005-06-091-6/+6
* Please find attached a patch (diff -c against cvs HEAD) to add aBruce Momjian2005-06-091-1/+3
* Simplify the planner's join clause management by storing join clausesTom Lane2005-06-094-45/+28
* Marginal hack to avoid spending a lot of time in find_join_rel duringTom Lane2005-06-083-3/+18
* Remove grammar productions for prefix and postfix % and ^ operators,Tom Lane2005-06-081-3/+1
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-085-11/+43
* Add a function lastval(), which returns the value returned by theNeil Conway2005-06-073-4/+7
* Modify XLogInsert API to make callers specify whether pages to be backedTom Lane2005-06-061-11/+29
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-0615-31/+19
* Nab some low-hanging fruit: replace the planner's base_rel_list andTom Lane2005-06-061-7/+14