summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2003-10-11Add void * cast to MemSet to silence compiler, and add comment that weBruce Momjian
2003-10-10Rename __arm__/__arm__ to __arm__/__arm, found by Neil ConwayBruce Momjian
2003-10-06During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows usingTom Lane
2003-10-04Fix pg_get_constraintdef() to ensure CHECK constraints are always shownTom Lane
2003-10-01Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane
2003-09-29Adjust btree index build procedure so that the btree metapage looksTom Lane
2003-09-29Fix #error message to mention renamed option --disable-spinlocks.Bruce Momjian
2003-09-28Add a mechanism to let dynamically loaded modules register post-commit/Tom Lane
2003-09-26Move -D_GNU_SOURCE hack from port header to template, so thatTom Lane
2003-09-25Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane
2003-09-24Repair some REINDEX problems per recent discussions. The relcache isTom Lane
2003-09-21Arrange to align shared disk buffers on at least 32-byte boundaries,Tom Lane
2003-09-19Disallow foreign-key references from temp tables to permanent tables.Tom Lane
2003-09-17Fix typo in commentTatsuo Ishii
2003-09-16fix typo in a commentTatsuo Ishii
2003-09-15Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While aTom Lane
2003-09-14Add missing support for Opteron (__x86_64__).Tom Lane
2003-09-13autoconf/autoheader run.Bruce Momjian
2003-09-13Attempt threading in this order:Bruce Momjian
2003-09-12Implement compiler #error if spinlock code not found, add configure flagBruce Momjian
2003-09-12Enable Opteron/Itanium spinlocks.Bruce Momjian
2003-09-07Remove geqo_random_seed parameter. Having geqo reset the global random()Tom Lane
2003-09-07Changes for MinGW/WIN32:Bruce Momjian
2003-09-05Second try at IPv4-to-v6 mapping code; avoid assuming that the structTom Lane
2003-09-05Allow IPv4-format entries in pg_hba.conf to match IPv6 connectionsTom Lane
2003-09-05ifdef out pqGetpwuid() because Win32 doesn't have struct passwd.Bruce Momjian
2003-09-04Reimplement hash index locking algorithms, per my recent proposal toTom Lane
2003-09-02Several fixes for hash indexes that involve changing the on-disk indexTom Lane
2003-09-02Rewrite hashbulkdelete() to make it amenable to new bucket lockingTom Lane
2003-09-01Preliminary cleanup for hash index code (doesn't attack the locking problemTom Lane
2003-09-01Rename DoIt to changeVar, for clarity.Bruce Momjian
2003-08-27Adjust date/time input parsing code to correctly distinguish the fourTom Lane
2003-08-27Share PG_DIAG_* macros between client and server and use them internally.Peter Eisentraut
2003-08-26Use separate SQLSTATE codes for file not found/file exists, rather thanTom Lane
2003-08-26Mop-up for previous change to determine default shared_buffers andTom Lane
2003-08-22Tweak grammar to use FastAppend rather than lappend when constructingTom Lane
2003-08-22Tweak processing of multiple-index-scan plans to reduce overhead whenTom Lane
2003-08-19Improve dynahash.c's API so that caller can specify the comparison functionTom Lane
2003-08-17Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane
2003-08-17Create a 'type cache' that keeps track of the data needed for any particularTom Lane
2003-08-16Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests toBruce Momjian
2003-08-14Workaround for platforms that have getaddrinfo() without AI_NUMERICHOST.Tom Lane
2003-08-11Rewriter and planner should use only resno, not resname, to identifyTom Lane
2003-08-11Code cleanup inspired by recent resname bug report (doesn't fix the bugTom Lane
2003-08-11Do not link in libwsock32 on non-win32 platforms. Improve grammarTom Lane
2003-08-10Repair potential deadlock created by recent changes to recycle btreeTom Lane
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-08Move simple_prompt()/sprompt.c into /port.Bruce Momjian
2003-08-07Don't assume that struct option is available just because we can find aTom Lane
2003-08-07create_unique_plan() should not discard existing output columns of theTom Lane