| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tweak writetup_heap/readtup_heap to avoid storing the tuple identity | Tom Lane | 2006-05-23 | 1 | -2/+6 |
| * | Code review for standard_conforming_strings patch. Fix it so it does not | Tom Lane | 2006-05-11 | 1 | -3/+1 |
| * | Simplify relcache startup sequence. With the new design of InitPostgres | Tom Lane | 2006-05-04 | 1 | -2/+1 |
| * | Create a syscache for pg_database-indexed-by-oid, and make use of it | Tom Lane | 2006-05-03 | 2 | -22/+19 |
| * | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 | 1 | -1/+2 |
| * | Code review for GRANT CONNECT patch. Spell the privilege as CONNECT not | Tom Lane | 2006-04-30 | 1 | -2/+6 |
| * | Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf. | Bruce Momjian | 2006-04-30 | 1 | -3/+4 |
| * | Generalize mcv_selectivity() to support both VAR OP CONST and CONST OP VAR | Tom Lane | 2006-04-27 | 1 | -2/+3 |
| * | If we're going to expose VariableStatData for contrib modules to use, | Tom Lane | 2006-04-27 | 1 | -4/+14 |
| * | Move ltree parentsel() selectivity function into /contrib/ltree. | Bruce Momjian | 2006-04-26 | 1 | -3/+25 |
| * | Enhanced containment selectivity function for /contrib/ltree | Bruce Momjian | 2006-04-26 | 1 | -1/+3 |
| * | Arrange to cache btree metapage data in the relcache entry for the index, | Tom Lane | 2006-04-25 | 1 | -1/+9 |
| * | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian | 2006-04-25 | 1 | -2/+1 |
| * | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian | 2006-04-25 | 1 | -1/+2 |
| * | Add statement_timestamp(), clock_timestamp(), and | Bruce Momjian | 2006-04-25 | 1 | -1/+3 |
| * | Fix EXPLAIN so that it can drill down through multiple levels of subplan | Tom Lane | 2006-04-08 | 1 | -4/+2 |
| * | Fix a bunch of problems with domains by making them use special input functions | Tom Lane | 2006-04-05 | 2 | -3/+7 |
| * | Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(), | Neil Conway | 2006-03-10 | 1 | -5/+9 |
| * | Repair old performance bug in tuplesort.c/logtape.c. In the case where | Tom Lane | 2006-03-07 | 1 | -1/+2 |
| * | Back out comment update about sighup, original was accurate. | Bruce Momjian | 2006-03-07 | 1 | -5/+5 |
| * | Attached is the new patch. To summarize: | Bruce Momjian | 2006-03-06 | 1 | -1/+2 |
| * | Enable standard_conforming_strings to be turned on. | Bruce Momjian | 2006-03-06 | 1 | -1/+2 |
| * | Update comment on how sighup signal affects postgresql.conf reload. | Bruce Momjian | 2006-03-06 | 1 | -5/+5 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 43 | -86/+86 |
| * | Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit | Tom Lane | 2006-02-28 | 1 | -1/+3 |
| * | Implement the <> operator for the tid type. Original patch from Mark | Neil Conway | 2006-02-26 | 1 | -1/+2 |
| * | Improve tuplesort.c to support variable merge order. The original coding | Tom Lane | 2006-02-19 | 1 | -1/+3 |
| * | Fix bug that allowed any logged-in user to SET ROLE to any other database user | Tom Lane | 2006-02-12 | 1 | -1/+2 |
| * | Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet | Bruce Momjian | 2006-02-11 | 1 | -1/+7 |
| * | Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag | Tom Lane | 2006-01-26 | 2 | -4/+6 |
| * | Use is_cidr in INET/CIDR structure, rather than the generic 'type'. | Bruce Momjian | 2006-01-23 | 1 | -2/+2 |
| * | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian | 2006-01-21 | 1 | -1/+3 |
| * | Add a new system view, pg_cursors, that displays the currently available | Neil Conway | 2006-01-18 | 2 | -3/+9 |
| * | Add selectivity-calculation code for RowCompareExpr nodes. Simplistic, | Tom Lane | 2006-01-14 | 1 | -1/+4 |
| * | Create a standard function pg_sleep() to sleep for a specified amount of time. | Tom Lane | 2006-01-11 | 1 | -1/+2 |
| * | Add a new system view, pg_prepared_statements, that can be used to | Neil Conway | 2006-01-08 | 1 | -1/+4 |
| * | Arrange to set the LC_XXX environment variables to match our locale | Tom Lane | 2005-12-28 | 1 | -1/+3 |
| * | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane | 2005-12-28 | 1 | -1/+5 |
| * | I have added these macros to c.h: | Bruce Momjian | 2005-12-25 | 1 | -2/+1 |
| * | Refactor some bits in aclchk.c in order to reduce code duplication. | Alvaro Herrera | 2005-12-01 | 1 | -4/+22 |
| * | Change seqscan logic so that we check visibility of all tuples on a page | Tom Lane | 2005-11-26 | 1 | -3/+13 |
| * | Teach planner and executor to handle ScalarArrayOpExpr as an indexable | Tom Lane | 2005-11-25 | 1 | -1/+5 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 5 | -22/+22 |
| * | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera | 2005-11-21 | 1 | -1/+4 |
| * | Mop-up for nulls-in-arrays patch: fix some places that access array | Tom Lane | 2005-11-18 | 1 | -21/+4 |
| * | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 | 2 | -36/+97 |
| * | R-tree is dead ... long live GiST. | Tom Lane | 2005-11-07 | 2 | -11/+2 |
| * | Repair an error introduced by log_line_prefix patch: it is not acceptable | Tom Lane | 2005-11-05 | 1 | -2/+2 |
| * | Disregard superuserness when checking to see if a role GRANT would | Tom Lane | 2005-11-04 | 1 | -1/+2 |
| * | Improve trace_sort code to also show the total memory or disk space used. | Tom Lane | 2005-10-18 | 1 | -1/+2 |