Commit Graph

8654 Commits (a8aa2f95b45a8ab95c489194f89c3bfcd4acf8cd)
 

Author SHA1 Message Date
Thomas G. Lockhart a8aa2f95b4 Repair always-broken date_part('quarter',timestamp). 25 years ago
Bruce Momjian 39f987c568 Update TODO list. 25 years ago
Bruce Momjian b1cc64648a Update TODO list. 25 years ago
Peter Eisentraut f0fc635220 Only update stamp-h if config.status actually looks at config.h. 25 years ago
Bruce Momjian 6b75942c72 I've found a memory leak in libecpg of PostgreSQL 7.0.3. 25 years ago
Tom Lane 3bdadd0426 Document tuple ordering differences as a possible cause of 25 years ago
Tom Lane 1b8a219eef Clean up non-reentrant interface for hash_seq/HashTableWalk, so that 25 years ago
Tom Lane 25d88e4c53 Tweak temporary-installation setup so that it doesn't break when the 25 years ago
Tom Lane 144ec3c148 Update geometry-alpha-precision.out per reports from Brent Verner and 25 years ago
Tom Lane 4300e290d8 Define HAVE_LIBZ only if we detect <zlib.h> as well as libz.a/.so. 25 years ago
Tom Lane ad0169b1b7 CLUSTER forgot to create a TOAST table for the clustered relation. 25 years ago
Tom Lane 9315ff5549 Ensure attcacheoff is written out as -1 when writing pg_attribute 25 years ago
Tom Lane 473763e676 Update comment. 25 years ago
Tom Lane 19e68b5096 Mark geometric 'overlaps' operators (&&) as self-commutative. 25 years ago
Tom Lane 8972088dcb Fix typo in error message. 25 years ago
Tom Lane 52522850fe Don't say 'export PGHOST' or 'export PGPORT' unless we actually define 25 years ago
Tom Lane e41b8a0fdd On further thought, we need a defense against empty PGPORT here too. 25 years ago
Tom Lane 45f92179d9 Ignore PGPORT environment variable if it is an empty string. 25 years ago
Tom Lane ff6012e275 Reverse #if test to be defined(__osf__) rather than not-any-of-a-lot- 25 years ago
Peter Eisentraut 3b2b7eb19e Remove incorrect use of rl_special_prefixes until further evaluation. 25 years ago
Tom Lane fada8ee41f NetBSD/Alpha porting fixes from tom@minnesota.com. 25 years ago
Tom Lane 4723b2b99b Be more careful about the difference between signed and unsigned ints. 25 years ago
Peter Eisentraut eedfac64dd Correct UNDER syntax. 25 years ago
Peter Eisentraut 59e2bf3c69 Correct UNDER syntax. 25 years ago
Peter Eisentraut 8188a9bebf Refinements 25 years ago
Peter Eisentraut 74e2bf95ec Remove C++ comment. 25 years ago
Vadim B. Mikheev 3e059b3802 1. WAL needs in zero-ed content of newly initialized page. 25 years ago
Peter Eisentraut 2783bd50da Add mention of sysctl(8) for IPC tuning on Linux. 25 years ago
Peter Eisentraut 874b4fd618 Remove incorrect assert. 25 years ago
Vadim B. Mikheev c193f19a39 Fixed misprint in heap update WALoging. 25 years ago
Tatsuo Ishii c0f9597b31 Imporve messages. 25 years ago
Tom Lane ee6a91682d Apparently, special float8 comparison file for Alpha is only needed 25 years ago
Tom Lane f83b221598 Clean up spinlock assembly code slightly (just cosmetic improvements) 25 years ago
Tom Lane c23851bbe0 Paranoia about possible values of errno after a shmget/semget failure. 25 years ago
Tom Lane 2153d1c106 Remove obsolete and unportable enable_plpgsql script. createlang has 25 years ago
Peter Eisentraut ab432f204a Fix unportable use of '!' in shell commands. 25 years ago
Tom Lane aa44078e21 column and tuple numbers should be int not size_t. 25 years ago
Tom Lane 7f60b81e1a Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK to 25 years ago
Vadim B. Mikheev 7d363c4c33 MUST update (in-memory) data page BEFORE XLogInsert to log 25 years ago
Tom Lane b05b981924 stamp-h needs to be made by config.status, not elsewhere, per recipe in 25 years ago
Vadim B. Mikheev b3c4f03c9c nbtree_xlog_newroot: set meta flag in meta page opaque. 25 years ago
Bruce Momjian 49740c5fb9 Attached are patches for two fixes to reduce memory usage by the JDBC 25 years ago
Peter Eisentraut a057cbec46 Qualify %.in rule to avoid triggering on configure.in, repair unportable 25 years ago
Vadim B. Mikheev 7ceeeb662f New WAL version - CRC and data blocks backup. 25 years ago
Tom Lane c996c7f573 Let's try this again on accepting the correct range of Oid input values 25 years ago
Tom Lane 0a8da82576 Correct erroneous documentation of PQsetnonblocking(). 25 years ago
Tom Lane 8609d4abf2 Fix portability problems recently exposed by regression tests on Alphas. 25 years ago
Bruce Momjian 97799fc475 Update TODO list. 25 years ago
Peter Eisentraut 8b97d7a887 Only install the integrated HTML documentation set (not the individual 25 years ago
Peter Eisentraut f4e995e17f Add id attribute to sect1 tag. 25 years ago