Commit Graph

16826 Commits (d9db80f38d34b63c24fa76e36e1163ee2664d857)

Author SHA1 Message Date
Bruce Momjian d9db80f38d Add code so database scans are done in an order consistent with 19 years ago
Bruce Momjian 3607cb0488 Add ORDER BY to vacummdb so databases are scaned in the same order as 19 years ago
Magnus Hagander d2ad1a8e63 Un-break build on ANSI compilers (like msvc) by moving Assert to position 19 years ago
Magnus Hagander 43bcf568dc Add script to run regression tests under vc++ without mingw. Update 19 years ago
Magnus Hagander 33692c104b One more fix for makefile := to : change. 19 years ago
Magnus Hagander cff7fcf173 Properly parse Makefile after change from := to =. 19 years ago
Tom Lane c17117649b Repair bug in 8.2's new logic for planning outer joins: we have to allow joins 19 years ago
Bruce Momjian 849b070707 Add comment to explain why O_EXCL and O_TRUNC can be ignored in 19 years ago
Bruce Momjian d1d3f4d015 Add comment that to_char() for broken glibc pt_BR might cause a problem. 19 years ago
Tom Lane 33c4a77f29 Avoid infinite recursion when dumping new planner EquivalenceClass trees. 19 years ago
Peter Eisentraut eb19144894 Add support for optionally escaping periods when converting SQL identifiers 19 years ago
Tom Lane 733abd2987 Fix another erroneous =-for-:= substitution. 19 years ago
Michael Meskes 153affd058 Fixed multibyte handling as reported by <harada.toshi@oss.ntt.co.jp>. 19 years ago
Magnus Hagander b8188e1e64 Fix for early log messages during postmaster startup getting lost when 19 years ago
Magnus Hagander 933571129d Fix pg_standby to build on msvc. 19 years ago
Peter Eisentraut 05f43970d3 Add proper mapping of boolean type data to XML Schema. 19 years ago
Peter Eisentraut 4ab8fcba8a StrNCpy -> strlcpy (not complete) 19 years ago
Tom Lane 1a1474b4c0 Put back some not-so-unnecessary-as-all-that := usages. Per buildfarm. 19 years ago
Tom Lane 23b65b8063 Hm, seems my hack on rowtypes regression test has made its output row 19 years ago
Tom Lane 6be40def01 Minor tweak to make rowtypes regression test run faster. We don't 19 years ago
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
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
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 6fea31b693 Win32 regression test fixes: 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 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
Peter Eisentraut 16059d39a0 Replace some strncpy() by strlcpy(). 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
Tom Lane a8c3f161fb Remove typmod checking from the recent security-related patches. It turns 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 8076c8c7f0 Come to think of it, we should check that commutator pairs have the same 19 years ago
Tom Lane ab05eedecc Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases 19 years ago