Commit Graph

24256 Commits (f44271176e857dd7b5adb4e70e10510e1638c9d1)
 

Author SHA1 Message Date
Tom Lane f44271176e Call pgstat_drop_database during DROP DATABASE, so that any stats file 19 years ago
Peter Eisentraut c138b966d4 Replace useless uses of := by = in makefiles. 19 years ago
Bruce Momjian d7fee591db Remove blank lines in code. 19 years ago
Bruce Momjian bc6fb5436f Update FAQ for new 24-byte header, down from 28. 19 years ago
Bruce Momjian 1ad2f04bf2 Add blank line. 19 years ago
Bruce Momjian 9eddc28197 Add URL for: 19 years ago
Bruce Momjian 19d561cbd0 Done! 19 years ago
Tom Lane c398300330 Combine cmin and cmax fields of HeapTupleHeaders into a single field, by 19 years ago
Bruce Momjian acb3416686 Remove blank line from C code. 19 years ago
Bruce Momjian aba039df66 Update: 19 years ago
Bruce Momjian 5bdf44c647 Update: 19 years ago
Bruce Momjian 18d36f9e19 Add: 19 years ago
Bruce Momjian 2737f304ca Add URL for: 19 years ago
Tom Lane 4a30da1e7f Add missing #define for mingw, per Magnus. 19 years ago
Tom Lane fe796ea8ac Fix an ancient logic error in plpgsql's exec_stmt_block: it thought it could 19 years ago
Tom Lane 7ad33cebfd Rearrange use of plpgsql_add_initdatums() so that only the parsing of a 19 years ago
Bruce Momjian b577aa9ebc Fix bug when localized to_char() day or month names were incorectly 19 years ago
Bruce Momjian a37b006d89 This patch fixes shared_preload_libraries on Windows hosts. It forces 19 years ago
Bruce Momjian eea3749d2e Add lock matrix to documentation. 19 years ago
Bruce Momjian 6fea31b693 Win32 regression test fixes: 19 years ago
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