aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Use a shutdown callback to clear setArgsValid in a FuncExprState that isTom Lane2003-12-18
* Ensure set-returning functions in the targetlist of a plan node will beTom Lane2003-12-18
* Stamp 7.4.1.Bruce Momjian2003-12-13
* Planner failed to be smart about binary-compatible expressions in pathkeysTom Lane2003-12-03
* The attached patch enables contrib/cube to build cleanly under CygwinBruce Momjian2003-12-02
* 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
* Update win32 include file on 7.4 branch.Bruce Momjian2003-11-13
* Fix thinko in reltime and tinterval operator classes that I added aTom Lane2003-11-11
* Cause stats processes to detach from shared memory when started, so thatTom Lane2003-11-07
* Improve wording of spinlocks-missing compilation error message.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
* ifdef out pqGetpwuid() because Win32 doesn't have struct passwd.Bruce Momjian2003-09-05
* Reimplement hash index locking algorithms, per my recent proposal toTom Lane2003-09-04
* Several fixes for hash indexes that involve changing the on-disk indexTom Lane2003-09-02