Commit Graph

24720 Commits (77a41e71a3550a438e579da170db86c61bd61e4b)
 

Author SHA1 Message Date
Tom Lane 8249409bc1 Adjust the definition of is_pushed_down so that it's always true for INNER 19 years ago
Peter Eisentraut e472f13f99 Better fix for determining minimum and maximum int64 values that doesn't 19 years ago
Alvaro Herrera 8d2b05df9a Install a more correct fix in the timestamp and timestamptz regression tests: 19 years ago
Tom Lane b6c9165ea0 Code review for SSLKEY patch. 19 years ago
Tom Lane 5ce7599bcd Fix markup, spelling, grammar, and explanations for SSLKEY patch. 19 years ago
Alvaro Herrera 7f1d68a400 Fix the timestamptz test problem, by moving the tests that use the 19 years ago
Peter Eisentraut 89b18bdd2a Fix // comment 19 years ago
Peter Eisentraut cf3aeb2f8b Add stdint.h include 19 years ago
Peter Eisentraut 355e05ab41 Functions for mapping table data and table schemas to XML (a.k.a. XML export) 19 years ago
Bruce Momjian bb0a8a3ad4 Remove extra character erroneously added. 19 years ago
Bruce Momjian 4ab7ea5ace Remove tabs from SGML files to help tag alingment and improve 19 years ago
Tom Lane 7ea758b0b1 Fix another problem in 8.2 changes that allowed "one-time" qual conditions to 19 years ago
Bruce Momjian 4ebb0cf9c3 Add two new format fields for use with to_char(), to_date() and 19 years ago
Bruce Momjian c7b08050d9 SSL improvements: 19 years ago
Alvaro Herrera 68046a20c7 Remove useless database name from bootstrap argument processing (including 19 years ago
Tom Lane 6bef118b01 Restructure code that is responsible for ensuring that clauseless joins are 19 years ago
Alvaro Herrera 1820650934 Restructure autovacuum in two processes: a dummy process, which runs 19 years ago
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