Commit Graph

24283 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 fb2b088cf4 Update /contrib/fuzzystrmatch error message to mention bytes, not just 19 years ago
Bruce Momjian 3607cb0488 Add ORDER BY to vacummdb so databases are scaned in the same order as 19 years ago
Bruce Momjian 954eb25a11 Add: 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
Teodor Sigaev 44655290cc Fix backend crash in parsing incorrect tsquery. 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
Tom Lane 4d160018d2 Improve documentation for CREATE CONSTRAINT TRIGGER. 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
Neil Conway fc7de7c2cb Unbreak the SGML doc build: ":=" is needed to assign to variables if 19 years ago
Tom Lane 6be40def01 Minor tweak to make rowtypes regression test run faster. We don't 19 years ago
Peter Eisentraut 6e1664beaf Remove useless CPPFLAGS. 19 years ago
Peter Eisentraut 994b1cb59e Add $PostgreSQL$ marker to contrib makefiles. 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
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