| Commit message (Expand) | Author | Age |
* | The attached patch changes units of the some default values in | Bruce Momjian | 2006-10-03 |
* | Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to | Tom Lane | 2006-09-28 |
* | Change patternsel (LIKE/regex selectivity estimation) so that if there | Tom Lane | 2006-09-20 |
* | Add built-in userlock manipulation functions to replace the former | Tom Lane | 2006-09-18 |
* | Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, | Tom Lane | 2006-09-16 |
* | If we're going to advertise the array overlap/containment operators, | Tom Lane | 2006-09-10 |
* | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane | 2006-09-07 |
* | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 |
* | Fix imprecision from interval rounding of multiplication/division. | Bruce Momjian | 2006-09-05 |
* | Arrange for GetSnapshotData to copy live-subtransaction XIDs from the | Tom Lane | 2006-09-03 |
* | Revert FETCH/MOVE int64 patch. Was using incorrect checks for | Bruce Momjian | 2006-09-03 |
* | Change FETCH/MOVE to use int8. | Bruce Momjian | 2006-09-02 |
* | Now bind displays prepare as detail, and execute displays prepare and | Bruce Momjian | 2006-08-29 |
* | Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we | Tom Lane | 2006-08-14 |
* | Revert (again) GUC patch to return commented fields to their default | Bruce Momjian | 2006-08-14 |
* | Recommit patch to allow commented GUC variables to return to their | Bruce Momjian | 2006-08-13 |
* | Re-apply guc cleanup patch, with memory allocation bugs fixed. | Bruce Momjian | 2006-08-13 |
* | Back out patch to reorganize guc processing. Was causing regression | Bruce Momjian | 2006-08-12 |
* | Back out patch that allowed commented guc variables to return to their | Bruce Momjian | 2006-08-12 |
* | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 |
* | Allow commenting of variables in postgresql.conf to restore them to | Bruce Momjian | 2006-08-11 |
* | Refactor GUC set_config_option function: | Bruce Momjian | 2006-08-11 |
* | For protocol-level prepare/bind/execute: | Bruce Momjian | 2006-08-08 |
* | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 |
* | Adjust initialization sequence for timezone_abbreviations so that | Tom Lane | 2006-07-29 |
* | SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only | Tom Lane | 2006-07-28 |
* | Allow units to be specified with configuration settings. | Peter Eisentraut | 2006-07-27 |
* | Remove hard-wired lists of timezone abbreviations in favor of providing | Tom Lane | 2006-07-25 |
* | Add support to dynahash.c for partitioning shared hashtables according | Tom Lane | 2006-07-22 |
* | Add the full set of comparison functions for type TID, including a btree | Tom Lane | 2006-07-21 |
* | More include file adjustments. | Bruce Momjian | 2006-07-13 |
* | More include file adjustments. | Bruce Momjian | 2006-07-13 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Allow each C include file to compile on its own by including any needed | Bruce Momjian | 2006-07-11 |
* | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 |
* | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 |
* | Fix oversight in planning for multiple indexscans driven by | Tom Lane | 2006-07-01 |
* | Add GUC update_process_title to control whether 'ps' display is updated | Bruce Momjian | 2006-06-27 |
* | Extend the MinimalTuple concept to tuplesort.c, thereby reducing the | Tom Lane | 2006-06-27 |
* | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane | 2006-06-27 |
* | Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. | Tom Lane | 2006-06-25 |
* | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 |
* | Code review for SELECT INTO STRICT patch: use saner choices of error | Tom Lane | 2006-06-16 |
* | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 |
* | Remove the limit on the number of entries allowed in catcaches, and | Tom Lane | 2006-06-15 |
* | Remove ancient AIX structure workaround. | Bruce Momjian | 2006-06-06 |
* | Tweak writetup_heap/readtup_heap to avoid storing the tuple identity | Tom Lane | 2006-05-23 |
* | Code review for standard_conforming_strings patch. Fix it so it does not | Tom Lane | 2006-05-11 |
* | Simplify relcache startup sequence. With the new design of InitPostgres | Tom Lane | 2006-05-04 |
* | Create a syscache for pg_database-indexed-by-oid, and make use of it | Tom Lane | 2006-05-03 |