| Commit message (Expand) | Author | Age |
* | 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 |
* | Stamp 7.4.1. | Bruce Momjian | 2003-12-13 |
* | Planner failed to be smart about binary-compatible expressions in pathkeys | Tom Lane | 2003-12-03 |
* | The attached patch enables contrib/cube to build cleanly under Cygwin | Bruce Momjian | 2003-12-02 |
* | Install all the headers files that the ones that are already installed | Peter Eisentraut | 2003-11-25 |
* | Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl. | Peter Eisentraut | 2003-11-24 |
* | Update win32 include file on 7.4 branch. | Bruce Momjian | 2003-11-13 |
* | Fix thinko in reltime and tinterval operator classes that I added a | Tom Lane | 2003-11-11 |
* | Cause stats processes to detach from shared memory when started, so that | Tom Lane | 2003-11-07 |
* | Improve wording of spinlocks-missing compilation error message. | Peter Eisentraut | 2003-11-04 |
* | Fix some corner cases in ACL manipulation: don't foul up on an empty | Tom Lane | 2003-10-29 |
* | Update for m68k from Peter. | Bruce Momjian | 2003-10-26 |
* | Fix #elif typo. | Bruce Momjian | 2003-10-26 |
* | Update linux/mips port. | Bruce Momjian | 2003-10-26 |
* | Fix built-in SQL-language functions to ensure that referenced names | Tom Lane | 2003-10-21 |
* | Revert to 7.3-and-before practice of only including <fcntl.h> in c.h | Tom Lane | 2003-10-21 |
* | Update catalog version after information schema changes. | Peter Eisentraut | 2003-10-20 |
* | Cleanup on --help-config: Now called --describe-config, no further options, | Peter Eisentraut | 2003-10-18 |
* | Set attstattarget to -1 for all system catalog columns. All but a few | Tom Lane | 2003-10-16 |
* | Fix bad interaction between NOTIFY processing and V3 extended query | Tom Lane | 2003-10-16 |
* | Remove void* in MemSet until we understand the gcc 3.3.1 problem better. | Bruce Momjian | 2003-10-14 |
* | Add void * cast to MemSet to silence compiler, and add comment that we | Bruce Momjian | 2003-10-11 |
* | Rename __arm__/__arm__ to __arm__/__arm, found by Neil Conway | Bruce Momjian | 2003-10-10 |
* | During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows using | Tom Lane | 2003-10-06 |
* | Fix pg_get_constraintdef() to ensure CHECK constraints are always shown | Tom Lane | 2003-10-04 |
* | Repair RI trigger visibility problems (this time for sure ;-)) per recent | Tom Lane | 2003-10-01 |
* | Adjust btree index build procedure so that the btree metapage looks | Tom Lane | 2003-09-29 |
* | Fix #error message to mention renamed option --disable-spinlocks. | Bruce Momjian | 2003-09-29 |
* | Add a mechanism to let dynamically loaded modules register post-commit/ | Tom Lane | 2003-09-28 |
* | Move -D_GNU_SOURCE hack from port header to template, so that | Tom Lane | 2003-09-26 |
* | Get rid of ReferentialIntegritySnapshotOverride by extending Executor API | Tom Lane | 2003-09-25 |
* | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane | 2003-09-24 |
* | Arrange to align shared disk buffers on at least 32-byte boundaries, | Tom Lane | 2003-09-21 |
* | Disallow foreign-key references from temp tables to permanent tables. | Tom Lane | 2003-09-19 |
* | Fix typo in comment | Tatsuo Ishii | 2003-09-17 |
* | fix typo in a comment | Tatsuo Ishii | 2003-09-16 |
* | Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a | Tom Lane | 2003-09-15 |
* | Add missing support for Opteron (__x86_64__). | Tom Lane | 2003-09-14 |
* | autoconf/autoheader run. | Bruce Momjian | 2003-09-13 |
* | Attempt threading in this order: | Bruce Momjian | 2003-09-13 |
* | Implement compiler #error if spinlock code not found, add configure flag | Bruce Momjian | 2003-09-12 |
* | Enable Opteron/Itanium spinlocks. | Bruce Momjian | 2003-09-12 |
* | Remove geqo_random_seed parameter. Having geqo reset the global random() | Tom Lane | 2003-09-07 |
* | Changes for MinGW/WIN32: | Bruce Momjian | 2003-09-07 |
* | Second try at IPv4-to-v6 mapping code; avoid assuming that the struct | Tom Lane | 2003-09-05 |
* | Allow IPv4-format entries in pg_hba.conf to match IPv6 connections | Tom Lane | 2003-09-05 |
* | ifdef out pqGetpwuid() because Win32 doesn't have struct passwd. | Bruce Momjian | 2003-09-05 |
* | Reimplement hash index locking algorithms, per my recent proposal to | Tom Lane | 2003-09-04 |
* | Several fixes for hash indexes that involve changing the on-disk index | Tom Lane | 2003-09-02 |