| Age | Commit message (Expand) | Author |
| 2004-01-10 | Remove the following unused type definitions: bool8, bool16, bool32, word8, | Neil Conway |
| 2004-01-10 | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway |
| 2004-01-09 | Oops, can't do cpp tests inside macros; make two macros instead. | Bruce Momjian |
| 2004-01-09 | Change PG_DELAY from msec to usec and use it consistenly rather than | Bruce Momjian |
| 2004-01-07 | Cleanup: move the 'Value' node into a separate file, rather than putting | Neil Conway |
| 2004-01-06 | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane |
| 2004-01-06 | Final rearrangement of main postgresql child process (ie. | Bruce Momjian |
| 2004-01-06 | Code cleanup, mostly in the smgr: | Neil Conway |
| 2004-01-06 | Remove unused 'noversion' command-line option processing from the | Neil Conway |
| 2004-01-06 | Make the 'wal_debug' GUC variable a boolean (rather than an integer), and | Neil Conway |
| 2004-01-06 | Instead of rechecking lossy index operators by putting them into the | Tom Lane |
| 2004-01-05 | Adjust indexscan planning logic to keep RestrictInfo nodes associated | Tom Lane |
| 2004-01-05 | Improve UniquePath logic to detect the case where the input is already | 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 | 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 |
| 2004-01-03 | Must test for __hppa__ as well as __hppa to make linux-hppa happy. | Tom Lane |
| 2003-12-30 | Adjust the definition of RestrictInfo's left_relids and right_relids | 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 | > > 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 | Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platforms | Tom Lane |
| 2003-12-23 | Have configure --without-spinlocks actually not use spinlock code, even | Bruce Momjian |
| 2003-12-23 | Move slock_t typdefs into s_lock.h from include/port files for | 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 | Back out: | Bruce Momjian |
| 2003-12-21 | Improve btree's initial-positioning-strategy code so that we never need | 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-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-14 | I posted some bufmgr cleanup a few weeks ago, but it conflicted with | Neil Conway |
| 2003-12-12 | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut |
| 2003-12-11 | Fix thinko in comment. | Tom Lane |
| 2003-12-03 | catversion change needed by previous read-onlu GUC variables commit. | Joe Conway |
| 2003-12-03 | Added new group of read-only GUC variables to allow simple access | Joe Conway |
| 2003-12-03 | Planner failed to be smart about binary-compatible expressions in pathkeys | Tom Lane |
| 2003-12-02 | Add a warning to AtEOXact_SPI() to catch cases where the current | Joe Conway |
| 2003-12-01 | The attached patch enables contrib/cube to build cleanly under Cygwin | Bruce Momjian |
| 2003-12-01 | Avoid assuming that type key_t is 32 bits, since it reportedly isn't | Tom Lane |
| 2003-12-01 | This patch adds a new GUC var, "default_with_oids", which follows the | Bruce Momjian |
| 2003-12-01 | Try to reduce confusion about what is a lock method identifier, a lock | Bruce Momjian |
| 2003-12-01 | Attached is a patch implementing factorial(), returning numeric. Points | Bruce Momjian |
| 2003-11-30 | Bump all version numbers and version stamps mentioned in RELEASE_CHANGES. | Bruce Momjian |
| 2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |