Commit Graph

2850 Commits (c9190ef0749e7a779cd06e585deacfb2d4df074b)

Author SHA1 Message Date
Tom Lane a64846f3ad Get rid of hashkeys field of Hash plan node, since it's redundant with 22 years ago
Peter Eisentraut 083e10e167 Install all the headers files that the ones that are already installed 22 years ago
Peter Eisentraut 8878cc4cd7 Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl. 22 years ago
Tom Lane 42ce74bf17 COMMENT ON casts, conversions, languages, operator classes, and 22 years ago
Jan Wieck cfeca62148 Background writer process 22 years ago
Jan Wieck 6b86d62b00 2nd try for the ARC strategy. 22 years ago
Jan Wieck 923e994d79 ARC strategy backed out ... sorry 22 years ago
Bruce Momjian 256d2f09b5 Update for 7.4 release. 22 years ago
Jan Wieck 48adc0b34b Replacement of the buffer replacement strategy with an ARC 22 years ago
Tom Lane fa5c8a055a Cross-data-type comparisons are now indexable by btrees, pursuant to my 22 years ago
Tom Lane c1d62bfd00 Add operator strategy and comparison-value datatype fields to ScanKey. 22 years ago
Tom Lane f8a769b47a Cause stats processes to detach from shared memory when started, so that 22 years ago
Peter Eisentraut 96889392e9 Implement isolation levels read uncommitted and repeatable read as acting 22 years ago
Peter Eisentraut c119c554ed Improve message wording for spinlocks-missing compilation error. 22 years ago
Tom Lane f016c92ea4 Fix some corner cases in ACL manipulation: don't foul up on an empty 23 years ago
Bruce Momjian ce26858fac Update for m68k from Peter. 23 years ago
Bruce Momjian 72ecc222b7 Fix #elif typo. 23 years ago
Bruce Momjian 1fdbc8cc20 Update linux/mips port. 23 years ago
Tom Lane 2b23bf376b Fix built-in SQL-language functions to ensure that referenced names 23 years ago
Tom Lane c9f8c2fd04 Revert to 7.3-and-before practice of only including <fcntl.h> in c.h 23 years ago
Peter Eisentraut fd90da7f94 Update catalog version after information schema changes. 23 years ago
Peter Eisentraut 9d77708d83 Cleanup on --help-config: Now called --describe-config, no further options, 23 years ago
Tom Lane 52b59a7bec Set attstattarget to -1 for all system catalog columns. All but a few 23 years ago
Tom Lane 90b2202975 Fix bad interaction between NOTIFY processing and V3 extended query 23 years ago
Bruce Momjian 2a0f1c08d5 Remove void* in MemSet until we understand the gcc 3.3.1 problem better. 23 years ago
Bruce Momjian f22ddf70be Add void * cast to MemSet to silence compiler, and add comment that we 23 years ago
Bruce Momjian 9821455425 Rename __arm__/__arm__ to __arm__/__arm, found by Neil Conway 23 years ago
Tom Lane fec58f6c3f During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows using 23 years ago
Tom Lane b833c3d4a4 Fix pg_get_constraintdef() to ensure CHECK constraints are always shown 23 years ago
Tom Lane 55d85f42a8 Repair RI trigger visibility problems (this time for sure ;-)) per recent 23 years ago
Tom Lane e33f205a94 Adjust btree index build procedure so that the btree metapage looks 23 years ago
Bruce Momjian f7fca96366 Fix #error message to mention renamed option --disable-spinlocks. 23 years ago
Tom Lane 8934790052 Add a mechanism to let dynamically loaded modules register post-commit/ 23 years ago
Tom Lane 026f9c05d5 Move -D_GNU_SOURCE hack from port header to template, so that 23 years ago
Tom Lane c63a5452d8 Get rid of ReferentialIntegritySnapshotOverride by extending Executor API 23 years ago
Tom Lane a56a016ceb Repair some REINDEX problems per recent discussions. The relcache is 23 years ago
Tom Lane 5aa29e88e9 Arrange to align shared disk buffers on at least 32-byte boundaries, 23 years ago
Tom Lane a13b018530 Disallow foreign-key references from temp tables to permanent tables. 23 years ago
Tatsuo Ishii ce90c0f504 Fix typo in comment 23 years ago
Tatsuo Ishii 7b05ef5b63 fix typo in a comment 23 years ago
Tom Lane db18703b5a Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a 23 years ago
Tom Lane 241cea18f7 Add missing support for Opteron (__x86_64__). 23 years ago
Bruce Momjian d7635e5c4f autoconf/autoheader run. 23 years ago
Bruce Momjian b041d3e3a1 Attempt threading in this order: 23 years ago
Bruce Momjian 06e3ec7a54 Implement compiler #error if spinlock code not found, add configure flag 23 years ago
Bruce Momjian 69a46e9ce1 Enable Opteron/Itanium spinlocks. 23 years ago
Tom Lane 48beecda7c Remove geqo_random_seed parameter. Having geqo reset the global random() 23 years ago
Bruce Momjian 4b407f6c3c Changes for MinGW/WIN32: 23 years ago
Tom Lane 92aa462247 Second try at IPv4-to-v6 mapping code; avoid assuming that the struct 23 years ago
Tom Lane 3c9bb8886d Allow IPv4-format entries in pg_hba.conf to match IPv6 connections 23 years ago