| Commit message (Expand) | Author | Age |
* | Use better named loop variable for large loop, rather than 'i'. | Bruce Momjian | 2006-08-06 |
* | Fix inheritance_planner() to delete dummy subplans from its Append plan | Tom Lane | 2006-08-05 |
* | Extend relation_excluded_by_constraints() to check for mutually | Tom Lane | 2006-08-05 |
* | Teach predicate_refuted_by() how to do proofs involving NOT-clauses. | Tom Lane | 2006-08-05 |
* | Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EState | Tom Lane | 2006-08-04 |
* | Improve logging of protocol-level prepared statements. | Bruce Momjian | 2006-08-04 |
* | Fix missing 'static' keywords --- some compilers gripe about this. | Tom Lane | 2006-08-04 |
* | Teach eval_const_expressions to simplify BooleanTest nodes that have | Tom Lane | 2006-08-04 |
* | Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations during | Tom Lane | 2006-08-03 |
* | Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as NULLs | Tom Lane | 2006-08-03 |
* | Add missing pgstat_count_index_scan(), per Andreas Seltenreich. | Tom Lane | 2006-08-03 |
* | Move 'ddl' right after 'none' in postgresql.conf. It used to be between | Bruce Momjian | 2006-08-02 |
* | Arrange for ValuesScan to keep per-sublist expression eval state in a | Tom Lane | 2006-08-02 |
* | Wups, got the test for contain_vars_of_level-not-needed wrong in | Tom Lane | 2006-08-02 |
* | Add a HINT per suggestion from Michael Glaesemann. Also, tweak OLD/NEW | Tom Lane | 2006-08-02 |
* | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 |
* | Add support for loadable modules to allocated shared memory and | Bruce Momjian | 2006-08-01 |
* | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 |
* | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane | 2006-07-31 |
* | Fix a couple of comments. | Tom Lane | 2006-07-30 |
* | Modify snapshot definition so that lazy vacuums are ignored by other | Alvaro Herrera | 2006-07-30 |
* | prevent multiplexing Windows kernel event objects we listen for across variou... | Andrew Dunstan | 2006-07-29 |
* | 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 |
* | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 |
* | Allow units to be specified with configuration settings. | Peter Eisentraut | 2006-07-27 |
* | Code review for bigint-LIMIT patch. Fix missed planner dependency, | Tom Lane | 2006-07-26 |
* | Work around bug in strxfmt() but in MS VS2005. | Bruce Momjian | 2006-07-26 |
* | When a GUC string variable is not set, print the empty string (in SHOW etc.), | Peter Eisentraut | 2006-07-26 |
* | Convert effective_cache_size to an integer, for better integration with | Peter Eisentraut | 2006-07-26 |
* | Change LIMIT/OFFSET to use int8 | Bruce Momjian | 2006-07-26 |
* | Modify btree to delete known-dead index entries without an actual VACUUM. | Tom Lane | 2006-07-25 |
* | Remove hard-wired lists of timezone abbreviations in favor of providing | Tom Lane | 2006-07-25 |
* | Make the order of operations in PostmasterMain a bit saner ... some | Tom Lane | 2006-07-25 |
* | DTrace support, with a small initial set of probes | Peter Eisentraut | 2006-07-24 |
* | Mark postgresql.conf entries that require server restart; some minor | Peter Eisentraut | 2006-07-24 |
* | Add a fudge factor to genericcostestimate() to prevent the planner from | Tom Lane | 2006-07-24 |
* | Convert the lock manager to use the new dynahash.c support for partitioned | Tom Lane | 2006-07-23 |
* | Fix oversight in sizing of shared buffer lookup hashtable. Because | Tom Lane | 2006-07-23 |
* | Split the buffer mapping table into multiple separately lockable | Tom Lane | 2006-07-23 |
* | Add support to dynahash.c for partitioning shared hashtables according | Tom Lane | 2006-07-22 |
* | Hmm, seems --disable-spinlocks has been broken for awhile and nobody | Tom Lane | 2006-07-22 |
* | In the recent changes to make the planner account better for cache | Tom Lane | 2006-07-22 |
* | Add the full set of comparison functions for type TID, including a btree | Tom Lane | 2006-07-21 |
* | Don't try to truncate multixact SLRU files in checkpoints done during xlog | Tom Lane | 2006-07-20 |
* | Mark a few functions as static or NOT_USED. | Bruce Momjian | 2006-07-18 |
* | In a Windows backend, don't build src/port/pgsleep.c's version of | Tom Lane | 2006-07-16 |
* | Ensure that we retry rather than erroring out when send() or recv() return | Tom Lane | 2006-07-16 |
* | Fix a few places where $Id$ and $Header$ CVS tags had crept into the | Tom Lane | 2006-07-16 |
* | Put back another not-so-unnecessary #include, per report from Hiroshi Saito. | Tom Lane | 2006-07-16 |