aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Get rid of hashkeys field of Hash plan node, since it's redundant withTom Lane2003-11-25
* Install all the headers files that the ones that are already installedPeter Eisentraut2003-11-25
* Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut2003-11-24
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-21
* Background writer processJan Wieck2003-11-19
* 2nd try for the ARC strategy.Jan Wieck2003-11-13
* ARC strategy backed out ... sorryJan Wieck2003-11-13
* Update for 7.4 release.Bruce Momjian2003-11-13
* Replacement of the buffer replacement strategy with an ARCJan Wieck2003-11-13
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Cause stats processes to detach from shared memory when started, so thatTom Lane2003-11-07
* Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut2003-11-06
* Improve message wording for spinlocks-missing compilation error.Peter Eisentraut2003-11-04
* Fix some corner cases in ACL manipulation: don't foul up on an emptyTom Lane2003-10-29
* Update for m68k from Peter.Bruce Momjian2003-10-26
* Fix #elif typo.Bruce Momjian2003-10-26
* Update linux/mips port.Bruce Momjian2003-10-26
* Fix built-in SQL-language functions to ensure that referenced namesTom Lane2003-10-21
* Revert to 7.3-and-before practice of only including <fcntl.h> in c.hTom Lane2003-10-21
* Update catalog version after information schema changes.Peter Eisentraut2003-10-20
* Cleanup on --help-config: Now called --describe-config, no further options,Peter Eisentraut2003-10-18
* Set attstattarget to -1 for all system catalog columns. All but a fewTom Lane2003-10-16
* Fix bad interaction between NOTIFY processing and V3 extended queryTom Lane2003-10-16
* Remove void* in MemSet until we understand the gcc 3.3.1 problem better.Bruce Momjian2003-10-14
* Add void * cast to MemSet to silence compiler, and add comment that weBruce Momjian2003-10-11
* Rename __arm__/__arm__ to __arm__/__arm, found by Neil ConwayBruce Momjian2003-10-10
* During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows usingTom Lane2003-10-06
* Fix pg_get_constraintdef() to ensure CHECK constraints are always shownTom Lane2003-10-04
* Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane2003-10-01
* Adjust btree index build procedure so that the btree metapage looksTom Lane2003-09-29
* Fix #error message to mention renamed option --disable-spinlocks.Bruce Momjian2003-09-29
* Add a mechanism to let dynamically loaded modules register post-commit/Tom Lane2003-09-28
* Move -D_GNU_SOURCE hack from port header to template, so thatTom Lane2003-09-26
* Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane2003-09-25
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-24
* Arrange to align shared disk buffers on at least 32-byte boundaries,Tom Lane2003-09-21
* Disallow foreign-key references from temp tables to permanent tables.Tom Lane2003-09-19
* Fix typo in commentTatsuo Ishii2003-09-17
* fix typo in a commentTatsuo Ishii2003-09-16
* Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While aTom Lane2003-09-15
* Add missing support for Opteron (__x86_64__).Tom Lane2003-09-14
* autoconf/autoheader run.Bruce Momjian2003-09-13
* Attempt threading in this order:Bruce Momjian2003-09-13
* Implement compiler #error if spinlock code not found, add configure flagBruce Momjian2003-09-12
* Enable Opteron/Itanium spinlocks.Bruce Momjian2003-09-12
* Remove geqo_random_seed parameter. Having geqo reset the global random()Tom Lane2003-09-07
* Changes for MinGW/WIN32:Bruce Momjian2003-09-07
* Second try at IPv4-to-v6 mapping code; avoid assuming that the structTom Lane2003-09-05
* Allow IPv4-format entries in pg_hba.conf to match IPv6 connectionsTom Lane2003-09-05