| Commit message (Expand) | Author | Age | Files | Lines |
| * | Oops, can't do cpp tests inside macros; make two macros instead. | Bruce Momjian | 2004-01-09 | 1 | -4/+7 |
| * | Change PG_DELAY from msec to usec and use it consistenly rather than | Bruce Momjian | 2004-01-09 | 1 | -19/+25 |
| * | Cleanup: move the 'Value' node into a separate file, rather than putting | Neil Conway | 2004-01-07 | 4 | -53/+67 |
| * | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane | 2004-01-06 | 6 | -1597/+1611 |
| * | Final rearrangement of main postgresql child process (ie. | Bruce Momjian | 2004-01-06 | 1 | -1/+4 |
| * | Code cleanup, mostly in the smgr: | Neil Conway | 2004-01-06 | 1 | -12/+11 |
| * | Remove unused 'noversion' command-line option processing from the | Neil Conway | 2004-01-06 | 1 | -2/+1 |
| * | Make the 'wal_debug' GUC variable a boolean (rather than an integer), and | Neil Conway | 2004-01-06 | 2 | -3/+11 |
| * | Instead of rechecking lossy index operators by putting them into the | Tom Lane | 2004-01-06 | 2 | -2/+5 |
| * | Adjust indexscan planning logic to keep RestrictInfo nodes associated | Tom Lane | 2004-01-05 | 3 | -21/+28 |
| * | Improve UniquePath logic to detect the case where the input is already | Tom Lane | 2004-01-05 | 2 | -6/+18 |
| * | Add the ability to extract OR indexscan conditions from OR-of-AND | Tom Lane | 2004-01-05 | 4 | -16/+29 |
| * | There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to | Tom Lane | 2004-01-04 | 1 | -4/+1 |
| * | Merge restrictlist_selectivity into clauselist_selectivity by | Tom Lane | 2004-01-04 | 3 | -9/+7 |
| * | Rewrite OR indexscan processing to be more flexible. We can now for the | Tom Lane | 2004-01-04 | 3 | -12/+20 |
| * | Must test for __hppa__ as well as __hppa to make linux-hppa happy. | Tom Lane | 2004-01-03 | 1 | -3/+3 |
| * | Adjust the definition of RestrictInfo's left_relids and right_relids | Tom Lane | 2003-12-30 | 2 | -11/+16 |
| * | Clean up the usage of canonicalize_qual(): in particular, be consistent | Tom Lane | 2003-12-28 | 3 | -7/+8 |
| * | Improve spinlock code for recent x86 processors: insert a PAUSE | Tom Lane | 2003-12-27 | 1 | -1/+22 |
| * | Continued rearrangement to permit pgstat + BootstrapMain processes to be | Bruce Momjian | 2003-12-25 | 1 | -1/+24 |
| * | > > I have no idea if this in Oracle or not. But it's something I | Bruce Momjian | 2003-12-25 | 1 | -1/+2 |
| * | Use inlined TAS() on PA-RISC, if we are compiling with gcc. | Tom Lane | 2003-12-23 | 1 | -7/+31 |
| * | Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platforms | Tom Lane | 2003-12-23 | 3 | -72/+90 |
| * | Have configure --without-spinlocks actually not use spinlock code, even | Bruce Momjian | 2003-12-23 | 1 | -2/+4 |
| * | Move slock_t typdefs into s_lock.h from include/port files for | Bruce Momjian | 2003-12-23 | 21 | -377/+150 |
| * | Remove NEED_I386_TAS_ASM and just test for compiler defines. | Bruce Momjian | 2003-12-23 | 8 | -10/+3 |
| * | This applied patch remove NEED_SPARC_TAS_ASM and instead uses __sparc || | Bruce Momjian | 2003-12-22 | 4 | -4/+0 |
| * | Test for __alpha and __alpha__. | Bruce Momjian | 2003-12-22 | 1 | -3/+3 |
| * | Back out: | Bruce Momjian | 2003-12-21 | 1 | -4/+1 |
| * | Improve btree's initial-positioning-strategy code so that we never need | Tom Lane | 2003-12-21 | 1 | -5/+6 |
| * | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian | 2003-12-20 | 8 | -12/+35 |
| * | In my mind there were two categories of open issues | Bruce Momjian | 2003-12-20 | 1 | -1/+4 |
| * | Use a shutdown callback to clear setArgsValid in a FuncExprState that is | Tom Lane | 2003-12-18 | 1 | -1/+8 |
| * | Ensure set-returning functions in the targetlist of a plan node will be | Tom Lane | 2003-12-18 | 1 | -1/+2 |
| * | I posted some bufmgr cleanup a few weeks ago, but it conflicted with | Neil Conway | 2003-12-14 | 2 | -49/+9 |
| * | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut | 2003-12-12 | 3 | -7/+7 |
| * | Fix thinko in comment. | Tom Lane | 2003-12-11 | 1 | -2/+2 |
| * | catversion change needed by previous read-onlu GUC variables commit. | Joe Conway | 2003-12-03 | 1 | -2/+2 |
| * | Added new group of read-only GUC variables to allow simple access | Joe Conway | 2003-12-03 | 1 | -2/+3 |
| * | Planner failed to be smart about binary-compatible expressions in pathkeys | Tom Lane | 2003-12-03 | 1 | -1/+2 |
| * | Add a warning to AtEOXact_SPI() to catch cases where the current | Joe Conway | 2003-12-02 | 1 | -2/+2 |
| * | The attached patch enables contrib/cube to build cleanly under Cygwin | Bruce Momjian | 2003-12-01 | 1 | -2/+2 |
| * | Avoid assuming that type key_t is 32 bits, since it reportedly isn't | Tom Lane | 2003-12-01 | 1 | -4/+2 |
| * | This patch adds a new GUC var, "default_with_oids", which follows the | Bruce Momjian | 2003-12-01 | 1 | -1/+3 |
| * | Try to reduce confusion about what is a lock method identifier, a lock | Bruce Momjian | 2003-12-01 | 3 | -35/+34 |
| * | Attached is a patch implementing factorial(), returning numeric. Points | Bruce Momjian | 2003-12-01 | 4 | -26/+9 |
| * | Bump all version numbers and version stamps mentioned in RELEASE_CHANGES. | Bruce Momjian | 2003-11-30 | 1 | -2/+2 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 287 | -287/+287 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 7 | -7/+7 |
| * | Get rid of hashkeys field of Hash plan node, since it's redundant with | Tom Lane | 2003-11-25 | 1 | -2/+2 |