| Age | Commit message (Expand) | Author |
| 2004-01-05 | Adjust indexscan planning logic to keep RestrictInfo nodes associated | Tom Lane |
| 2004-01-05 | Trivial refactoring: move analysis of ViewStmt into its own function for | Neil Conway |
| 2004-01-05 | Fix three trivial typos in comments. | Neil Conway |
| 2004-01-05 | Improve UniquePath logic to detect the case where the input is already | Tom Lane |
| 2004-01-05 | Dept. of second thoughts: clause_selectivity shouldn't try to cache its | Tom Lane |
| 2004-01-05 | Add the ability to extract OR indexscan conditions from OR-of-AND | Tom Lane |
| 2004-01-04 | There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to | Tom Lane |
| 2004-01-04 | Fix discrepancy in prototypes for HPUX pg_dlerror. | Tom Lane |
| 2004-01-04 | Merge restrictlist_selectivity into clauselist_selectivity by | Tom Lane |
| 2004-01-04 | Rewrite OR indexscan processing to be more flexible. We can now for the | Tom Lane |
| 2003-12-30 | Adjust the definition of RestrictInfo's left_relids and right_relids | Tom Lane |
| 2003-12-30 | Instead of trying to force WHERE clauses into CNF or DNF normal form, | Tom Lane |
| 2003-12-30 | Avoid running out of memory during hash_create, by not passing a | Tom Lane |
| 2003-12-30 | ShmemInitHash forgot to specify HASH_ALLOC flag bit in its hash_create | Tom Lane |
| 2003-12-29 | Use hash table name, not one-size-fits-all 'DynaHashTable', to identify | Tom Lane |
| 2003-12-29 | Using canonicalize_qual() to get rid of duplicate index predicate | Tom Lane |
| 2003-12-29 | Improve comment. | Tom Lane |
| 2003-12-29 | Tweak OpernameGetCandidates() to reduce palloc overhead --- profiling | Tom Lane |
| 2003-12-28 | Clean up the usage of canonicalize_qual(): in particular, be consistent | Tom Lane |
| 2003-12-27 | Improve spinlock code for recent x86 processors: insert a PAUSE | Tom Lane |
| 2003-12-25 | Continued rearrangement to permit pgstat + BootstrapMain processes to be | Bruce Momjian |
| 2003-12-25 | Patch that makes quoting "sameuser", "samegroup", and "all" remove | Bruce Momjian |
| 2003-12-25 | > > I have no idea if this in Oracle or not. But it's something I | Bruce Momjian |
| 2003-12-23 | Use inlined TAS() on PA-RISC, if we are compiling with gcc. | Tom Lane |
| 2003-12-23 | Fix a number of places where reconfiguring with a different installation | Tom Lane |
| 2003-12-23 | Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platforms | Tom Lane |
| 2003-12-23 | Move slock_t typdefs into s_lock.h from include/port files for | Bruce Momjian |
| 2003-12-23 | Remove __alpha__ additions in main.c but document that they are missing. | Bruce Momjian |
| 2003-12-23 | Remove NEED_I386_TAS_ASM and just test for compiler defines. | Bruce Momjian |
| 2003-12-22 | This applied patch remove NEED_SPARC_TAS_ASM and instead uses __sparc || | Bruce Momjian |
| 2003-12-22 | Test for __alpha and __alpha__. | Bruce Momjian |
| 2003-12-21 | Further cleanup in _bt_first: eliminate duplicate code paths. | Tom Lane |
| 2003-12-21 | Back out: | Bruce Momjian |
| 2003-12-21 | [ This description should have been on the earlier fork/exec | Bruce Momjian |
| 2003-12-21 | Previous change exposed some opportunities for further simplification | Tom Lane |
| 2003-12-21 | Improve btree's initial-positioning-strategy code so that we never need | Tom Lane |
| 2003-12-21 | The recent DUMMY_PROCS patch broke accounting for the number of semaphores | Tom Lane |
| 2003-12-20 | bufmgr.c failed to compile on Darwin, because it didn't include | Tom Lane |
| 2003-12-20 | Fix broken IDENT support for FreeBSD (appears to have been broken by | Tom Lane |
| 2003-12-20 | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian |
| 2003-12-20 | In my mind there were two categories of open issues | Bruce Momjian |
| 2003-12-19 | Forbid REVOKE on untrusted languages, and don't dump privileges of | Peter Eisentraut |
| 2003-12-19 | Make to_hex() behave portably on negative input values (treat them as | Tom Lane |
| 2003-12-19 | Use a shutdown callback to ensure proper clean up when rescanning | Joe Conway |
| 2003-12-18 | Fix memory leak with SSL connections due to missing X509_free() calls. | Tom Lane |
| 2003-12-18 | Use a shutdown callback to clear setArgsValid in a FuncExprState that is | Tom Lane |
| 2003-12-18 | Ensure set-returning functions in the targetlist of a plan node will be | Tom Lane |
| 2003-12-18 | Here is the definition of relation_byte_size() in optimizer/path/costsize.c: | Bruce Momjian |
| 2003-12-18 | Be a little smarter in group_clauses_by_indexkey_for_join: detect cases | Tom Lane |
| 2003-12-17 | information_schema.constraint_column_usage and key_column_usage should | Tom Lane |