Commit Graph

21656 Commits (15516c5f0b8c8209e23f36aa6e204e21bea19e6c)
 

Author SHA1 Message Date
Tom Lane 386f0e50ef In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfo 20 years ago
Tom Lane edae280e69 ecpg/pgtypeslib seems to need snprintf.c pulled in, too. 20 years ago
Tom Lane 24bc418969 Put undef's before extern declarations that need 'em, per Andrew Dunstan. 20 years ago
Bruce Momjian 4d870d5d8a Add comment on why pg *printf functions are used unconditionally on 20 years ago
Tom Lane f244c488fb Make Win32 build use our port/snprintf.c routines, instead of depending 20 years ago
Tom Lane dc68b9ec30 Add regression test to see if the min/max values of int8 convert correctly. 20 years ago
Tom Lane fcda95d987 Fix a rather sizable number of problems in our homegrown snprintf, such as 20 years ago
Tatsuo Ishii 3824460544 Two fixes from Tom Lan. See the posting "[PATCHES] A couple of 20 years ago
Tom Lane a9bdac055c Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and HPUX. 20 years ago
Bruce Momjian dfdec60447 Allow to_char(interval) and to_char(time) to use AM/PM specifications. 20 years ago
Tom Lane 4ed2e803ef Fix obsolete description of -h option, per Andreas Schmidt. 20 years ago
Michael Meskes 43a10d3a16 Added special handling of CONNECTION variable that is used by ECPG instead of given to the backend. 20 years ago
Tom Lane 2913b95308 Rearrange code in ExecInitBitmapHeapScan so that we don't initialize the 20 years ago
Tom Lane 3ece85f8bf Retry in FileRead and FileWrite if Windows returns ERROR_NO_SYSTEM_RESOURCES. 20 years ago
Tom Lane 963a811a67 Check for overflow in strtol() while parsing datetime inputs. 20 years ago
Neil Conway bc0b56c0fe Fix typo in PL/PgSQL documentation, per Chris KL. 20 years ago
Tom Lane 29ebf0df81 Rearrange code in pg_atoi() to avoid assuming that isspace() cannot 20 years ago
Tom Lane 2883fbb808 Tweak choose_bitmap_and() heuristics in the light of example provided in bug 20 years ago
Michael Meskes dd13bf167b - Made several variables "const char *" instead of "char *" as proposed by Qingqing Zhou <zhouqq@cs.toronto.edu>. 20 years ago
Tom Lane c4279b45fd Tweak hash join code to use an additional heuristic for deciding whether 20 years ago
Bruce Momjian fc9b777a79 Improve documentation for COALESCE and NULLIF. Add references for NVL 20 years ago
Alvaro Herrera 8f105ad65c Install a more future-proof fix for the snapshot-unset bug just found. 20 years ago
Tom Lane 7e3cdc631e Recent changes to allow hash join to exit early given empty input from 20 years ago
Alvaro Herrera 4123dbb75d Set a snapshot before running analyze on a single table, to avoid a 20 years ago
Tom Lane 73fa3d9a96 Add missing semicolon. Recent versions of bison seem to choke on this, 20 years ago
Tom Lane fd3ac58b68 Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types 20 years ago
Tom Lane f1e08506e9 Fix problems with rewriter failing to set Query.hasSubLinks when inserting 20 years ago
Tatsuo Ishii 45722010ef Having blank lines in -f scripts was causing silent failures. 20 years ago
Bruce Momjian bef7764835 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Tom Lane c8de36352f Modify tuptoaster's API so that it does not try to modify the passed 20 years ago
Tom Lane efd2ae8f19 Stopgap solution for problem reported by Alexey Beschiokov: after 20 years ago
Tom Lane dccfa4d3f2 Fix performance issue in exprTypmod(): for a COALESCE expression, it 20 years ago
Bruce Momjian 1012a93264 Update Japanese FAQ. 20 years ago
Andrew Dunstan eed9eb446a make psql honor explicit database parameter in -l mode, in case "postgres" database is missing - per complaint from Philip Yarra. 20 years ago
Tom Lane be324ad2ab DropRelFileNodeBuffers failed to fix the state of the lookup hash table 20 years ago
Tom Lane 175ab4c00c make_restrictinfo() failed to attach the specified required_relids to 20 years ago
Bruce Momjian 1cb945bd50 Properly document return value of strpos(). 20 years ago
Bruce Momjian e68974665b Have test_fsync honor -f filename argument. 20 years ago
Bruce Momjian b064cf0b7c Prevent certain symbols that are used for both typedefs and variable 20 years ago
Bruce Momjian b2625c13e0 Fix recent problems with BSD indent, including indenting past 80 20 years ago
Tom Lane 659d3b2b0e Restore the former RestrictInfo field valid_everywhere (but invert the flag 20 years ago
Alvaro Herrera c42d633352 Translation typo fix 20 years ago
Bruce Momjian 2286192feb Re-run pgindent to fix breakage when exceeding 150 'else if' clauses. 20 years ago
Tom Lane 431178ae67 Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple 20 years ago
Tom Lane f82df77c9d Force the second argument of SUBSTRING(foo FOR bar) to be int4, to avoid 20 years ago
Bruce Momjian 53de65af49 Revert pgindent length back to 79 because we are going to fix the BSD 20 years ago
Andrew Dunstan 6f90fd6948 add missing quote mark to ident_file sample line - per Hiroshi Saito 20 years ago
Tom Lane 52724454df When in transaction-aborted state, reject Bind message for portals containing 20 years ago
Tom Lane 067176b934 Fix misspelling of 'listen_addresses', per Devrim. 20 years ago
Alvaro Herrera 67b9e7f996 Translation updates. 20 years ago