| Commit message (Expand) | Author | Age | Files | Lines |
| * | Re-apply guc cleanup patch, with memory allocation bugs fixed. | Bruce Momjian | 2006-08-13 | 1 | -1/+4 |
| * | Back out patch to reorganize guc processing. Was causing regression | Bruce Momjian | 2006-08-12 | 1 | -4/+1 |
| * | Back out patch that allowed commented guc variables to return to their | Bruce Momjian | 2006-08-12 | 1 | -9/+5 |
| * | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 | 1 | -5/+11 |
| * | Allow commenting of variables in postgresql.conf to restore them to | Bruce Momjian | 2006-08-11 | 1 | -5/+9 |
| * | Refactor GUC set_config_option function: | Bruce Momjian | 2006-08-11 | 1 | -1/+4 |
| * | For protocol-level prepare/bind/execute: | Bruce Momjian | 2006-08-08 | 1 | -1/+3 |
| * | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 | 1 | -6/+2 |
| * | Adjust initialization sequence for timezone_abbreviations so that | Tom Lane | 2006-07-29 | 1 | -1/+3 |
| * | SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only | Tom Lane | 2006-07-28 | 2 | -2/+16 |
| * | Allow units to be specified with configuration settings. | Peter Eisentraut | 2006-07-27 | 1 | -1/+10 |
| * | Remove hard-wired lists of timezone abbreviations in favor of providing | Tom Lane | 2006-07-25 | 3 | -6/+41 |
| * | Add support to dynahash.c for partitioning shared hashtables according | Tom Lane | 2006-07-22 | 1 | -76/+22 |
| * | Add the full set of comparison functions for type TID, including a btree | Tom Lane | 2006-07-21 | 1 | -1/+8 |
| * | More include file adjustments. | Bruce Momjian | 2006-07-13 | 5 | -12/+5 |
| * | More include file adjustments. | Bruce Momjian | 2006-07-13 | 3 | -3/+8 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 9 | -15/+25 |
| * | Allow each C include file to compile on its own by including any needed | Bruce Momjian | 2006-07-11 | 3 | -3/+8 |
| * | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 | 1 | -8/+48 |
| * | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 1 | -1/+8 |
| * | Fix oversight in planning for multiple indexscans driven by | Tom Lane | 2006-07-01 | 1 | -1/+2 |
| * | Add GUC update_process_title to control whether 'ps' display is updated | Bruce Momjian | 2006-06-27 | 1 | -3/+5 |
| * | Extend the MinimalTuple concept to tuplesort.c, thereby reducing the | Tom Lane | 2006-06-27 | 1 | -17/+19 |
| * | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane | 2006-06-27 | 1 | -9/+15 |
| * | Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. | Tom Lane | 2006-06-25 | 1 | -3/+1 |
| * | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 | 1 | -1/+11 |
| * | Code review for SELECT INTO STRICT patch: use saner choices of error | Tom Lane | 2006-06-16 | 1 | -1/+3 |
| * | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 | 2 | -3/+13 |
| * | Remove the limit on the number of entries allowed in catcaches, and | Tom Lane | 2006-06-15 | 1 | -13/+8 |
| * | Remove ancient AIX structure workaround. | Bruce Momjian | 2006-06-06 | 1 | -5/+1 |
| * | 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 |