Commit Graph

24236 Commits (51be14e9280a94d16f784c86c977afeaa2f69ad2)
 

Author SHA1 Message Date
Bruce Momjian 51be14e928 Add /contrib/pg_standby: 19 years ago
Bruce Momjian 528779a2c6 Add /contrib/pg_standby: 19 years ago
Alvaro Herrera f8ebab901b Fix reference-after-free in the new btree page split code, as reported by 19 years ago
Peter Eisentraut 086c189456 Normalize fgets() calls to use sizeof() for calculating the buffer size 19 years ago
Bruce Momjian b79575ce45 Reduce WAL activity for page splits: 19 years ago
Bruce Momjian fe03a5f4ae Check if the role exists before doing more complex ident and Kerberos 19 years ago
Bruce Momjian b227448d0b Update URL for "Generalized Partial Indexes" paper to point to a cached 19 years ago
Bruce Momjian d78f76896b Document that wal_sync_method open_* methods use O_DIRECT, if available. 19 years ago
Bruce Momjian 9e9e387ecf Fix bug in our code when using to_timestamp() or to_date() without "TM". 19 years ago
Tom Lane aec4cf1c8c Add a function pg_stat_clear_snapshot() that discards any statistics snapshot 19 years ago
Tom Lane d9ce68872f Modify the stats regression test to delay until the stats file actually 19 years ago
Tom Lane 78d1216160 Remove the xlog-centric "database system is ready" message and replace it with 19 years ago
Alvaro Herrera 53d7d49011 The VC++ build needs to compile the new strlcat.c file. Patch from Magnus 19 years ago
Bruce Momjian a3f9a054c1 Stamp bug template for 8.3. 19 years ago
Bruce Momjian cf230f2299 Stamp releases notes for 8.2.3, 8.1.8, 8.0.12. 19 years ago
Bruce Momjian ced5269a8b Update for 8.2.3. 19 years ago
Peter Eisentraut 16059d39a0 Replace some strncpy() by strlcpy(). 19 years ago
Peter Eisentraut f11aa82d03 Use memcpy() instead of strncpy() for copying into varlena structures. 19 years ago
Peter Eisentraut 4f64a07bee Add strlcat() from OpenBSD, to be used for replacing strncat and other 19 years ago
Tom Lane 5b706ba481 Fix an error in the original coding of holdable cursors: PersistHoldablePortal 19 years ago
Bruce Momjian 09f9553daf Update for 8.2.2 as most recent release. 19 years ago
Bruce Momjian 63b7afbe4f Update workding for daylight savings time. 19 years ago
Bruce Momjian a85a290dad Update timezone FAQ item: 19 years ago
Tom Lane a8c3f161fb Remove typmod checking from the recent security-related patches. It turns 19 years ago
Bruce Momjian 869585cc8f Split apart entries, one done now: 19 years ago
Tom Lane 28c3cd5c1c Fix typo in comment. 19 years ago
Tom Lane c76ed81513 Remove some dead code, per Heikki. 19 years ago
Peter Eisentraut 037f8413fa Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It 19 years ago
Tom Lane 56e59edd75 Fix a performance regression in 8.2: optimization of MIN/MAX into indexscans 19 years ago
Tom Lane 91e18dbbcc Docs updates for cross-type hashing. 19 years ago
Tom Lane 8076c8c7f0 Come to think of it, we should check that commutator pairs have the same 19 years ago
Tom Lane b259924e9f Not only did we agree that this 'hint' doesn't belong here, but the 19 years ago
Tom Lane ab05eedecc Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases 19 years ago
Bruce Momjian b70e536e4d Trim down environment variable instructions for Win32, backpatch to 8.2.X. 19 years ago
Bruce Momjian fdd4a1ff0d Updated TODO item: 19 years ago
Bruce Momjian fcbddea8b7 Modify: 19 years ago
Andrew Dunstan 00ade1dfcf Pass modern COPY syntax to backend, since copy (query) does not accept old syntax. Per complaint from Michael Fuhr. 19 years ago
Tom Lane 23c4978e6c Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to 19 years ago
Tom Lane a2e092e1c7 Don't MAXALIGN in the checks to decide whether a tuple is over TOAST's 19 years ago
Bruce Momjian 03d442ca60 Add: 19 years ago
Bruce Momjian 1a476a6145 Update wording. 19 years ago
Bruce Momjian 43aa1e59f5 Add documentation for Windows on how to set an environment variable. 19 years ago
Bruce Momjian c29a0bd52c Change vacuum lazy "compacting" warning message to: 19 years ago
Bruce Momjian 1d6653ee80 Update URL for: 19 years ago
Bruce Momjian 28019984e9 Add: 19 years ago
Bruce Momjian 300c43e303 Add URLs for: 19 years ago
Bruce Momjian 1a641c0cee Document that a client-only install using: 19 years ago
Bruce Momjian b6f6284802 Add: 19 years ago
Peter Eisentraut 4c488e857e Update SQL conformance information about XML features. 19 years ago
Peter Eisentraut ec020e1ceb Implement XMLSERIALIZE for real. Analogously, make the xml to text cast 19 years ago