| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Install all the headers files that the ones that are already installed | Peter Eisentraut | 2003-11-25 | 1 | -1/+3 |
| * | Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl. | Peter Eisentraut | 2003-11-24 | 1 | -4/+4 |
| * | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane | 2003-11-21 | 2 | -2/+4 |
| * | Background writer process | Jan Wieck | 2003-11-19 | 3 | -6/+20 |
| * | 2nd try for the ARC strategy. | Jan Wieck | 2003-11-13 | 2 | -11/+36 |
| * | ARC strategy backed out ... sorry | Jan Wieck | 2003-11-13 | 2 | -36/+11 |
| * | Update for 7.4 release. | Bruce Momjian | 2003-11-13 | 1 | -2/+2 |
| * | Replacement of the buffer replacement strategy with an ARC | Jan Wieck | 2003-11-13 | 2 | -11/+36 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 14 | -380/+456 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 15 | -231/+107 |
| * | Cause stats processes to detach from shared memory when started, so that | Tom Lane | 2003-11-07 | 1 | -1/+2 |
| * | Implement isolation levels read uncommitted and repeatable read as acting | Peter Eisentraut | 2003-11-06 | 1 | -3/+9 |
| * | Improve message wording for spinlocks-missing compilation error. | Peter Eisentraut | 2003-11-04 | 1 | -2/+2 |
| * | Fix some corner cases in ACL manipulation: don't foul up on an empty | Tom Lane | 2003-10-29 | 1 | -15/+25 |
| * | Update for m68k from Peter. | Bruce Momjian | 2003-10-26 | 1 | -1/+1 |
| * | Fix #elif typo. | Bruce Momjian | 2003-10-26 | 1 | -1/+1 |
| * | Update linux/mips port. | Bruce Momjian | 2003-10-26 | 1 | -0/+5 |
| * | Fix built-in SQL-language functions to ensure that referenced names | Tom Lane | 2003-10-21 | 2 | -26/+26 |
| * | Revert to 7.3-and-before practice of only including <fcntl.h> in c.h | Tom Lane | 2003-10-21 | 1 | -1/+3 |
| * | Update catalog version after information schema changes. | Peter Eisentraut | 2003-10-20 | 1 | -2/+2 |
| * | Cleanup on --help-config: Now called --describe-config, no further options, | Peter Eisentraut | 2003-10-18 | 1 | -2/+2 |
| * | Set attstattarget to -1 for all system catalog columns. All but a few | Tom Lane | 2003-10-16 | 1 | -153/+153 |
| * | Fix bad interaction between NOTIFY processing and V3 extended query | Tom Lane | 2003-10-16 | 1 | -1/+2 |
| * | Remove void* in MemSet until we understand the gcc 3.3.1 problem better. | Bruce Momjian | 2003-10-14 | 1 | -3/+2 |
| * | Add void * cast to MemSet to silence compiler, and add comment that we | Bruce Momjian | 2003-10-11 | 1 | -2/+3 |
| * | Rename __arm__/__arm__ to __arm__/__arm, found by Neil Conway | Bruce Momjian | 2003-10-10 | 1 | -2/+2 |
| * | During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows using | Tom Lane | 2003-10-06 | 1 | -1/+4 |
| * | Fix pg_get_constraintdef() to ensure CHECK constraints are always shown | Tom Lane | 2003-10-04 | 1 | -2/+1 |
| * | Repair RI trigger visibility problems (this time for sure ;-)) per recent | Tom Lane | 2003-10-01 | 5 | -12/+13 |
| * | Adjust btree index build procedure so that the btree metapage looks | Tom Lane | 2003-09-29 | 1 | -2/+3 |
| * | Fix #error message to mention renamed option --disable-spinlocks. | Bruce Momjian | 2003-09-29 | 1 | -2/+2 |
| * | Add a mechanism to let dynamically loaded modules register post-commit/ | Tom Lane | 2003-09-28 | 1 | -4/+10 |
| * | Move -D_GNU_SOURCE hack from port header to template, so that | Tom Lane | 2003-09-26 | 1 | -6/+0 |
| * | Get rid of ReferentialIntegritySnapshotOverride by extending Executor API | Tom Lane | 2003-09-25 | 5 | -21/+17 |
| * | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane | 2003-09-24 | 5 | -22/+19 |