Commit Graph

24303 Commits (eecbb33267642a2f6fcb2a2652f55412b333f4df)
 

Author SHA1 Message Date
Tom Lane eecbb33267 Add ORDER BY to a query on information_schema.views, to avoid possible 19 years ago
Tom Lane bfe553fb49 Repair oversight in 8.2 change that improved the handling of "pseudoconstant" 19 years ago
Magnus Hagander d19da98a7f Make it possible to build with integer datetimes in msvc, and enable by default. 19 years ago
Bruce Momjian 01191c7177 Add: 19 years ago
Tom Lane 5b68dfb06d Add some discussion of sort ordering to indices.sgml, which curiously 19 years ago
Peter Eisentraut 2f8ee82964 Fix typo 19 years ago
Bruce Momjian 764122471a Fix to_date()/to_timestamp() 'D' field for day of week, was off by one. 19 years ago
Bruce Momjian a9eb53969a Move fsync method macro defines into /include/access/xlogdefs.h so they 19 years ago
Tom Lane 5c63829f2f Minor editorialization on operator-family documentation: put some 19 years ago
Bruce Momjian 33d72c7351 Add: 19 years ago
Bruce Momjian 7de3375f78 Add: 19 years ago
Neil Conway 595630af28 Fix capitalization and punctuation of two more GUC description strings. 19 years ago
Bruce Momjian d7250994e6 Add URL for: 19 years ago
Tom Lane 7bddca3450 Fix up foreign-key mechanism so that there is a sound semantic basis for the 19 years ago
Bruce Momjian 65e2f55031 Add URL for: 19 years ago
Bruce Momjian e4f45d29be Add URL for: 19 years ago
Bruce Momjian 6e5c64b551 Add: 19 years ago
Tom Lane caf2b64a75 Disallow committing a prepared transaction unless we are in the same database 19 years ago
Tom Lane cf4cc7843c Improve postmaster's behavior if an accept() call fails. Because the server 19 years ago
Bruce Momjian b9c65aed82 Add URL for: 19 years ago
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