| Commit message (Expand) | Author | Age |
... | |
* | Add documentation on the use of *printf() macros and libintl. | Bruce Momjian | 2005-12-06 |
* | Fix stupid bug with sizeof | Teodor Sigaev | 2005-12-06 |
* | In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfo | Tom Lane | 2005-12-06 |
* | ecpg/pgtypeslib seems to need snprintf.c pulled in, too. | Tom Lane | 2005-12-06 |
* | Put undef's before extern declarations that need 'em, per Andrew Dunstan. | Tom Lane | 2005-12-06 |
* | Add comment on why pg *printf functions are used unconditionally on | Bruce Momjian | 2005-12-06 |
* | Make Win32 build use our port/snprintf.c routines, instead of depending | Tom Lane | 2005-12-06 |
* | Add regression test to see if the min/max values of int8 convert correctly. | Tom Lane | 2005-12-05 |
* | Fix a rather sizable number of problems in our homegrown snprintf, such as | Tom Lane | 2005-12-05 |
* | Two fixes from Tom Lan. See the posting "[PATCHES] A couple of | Tatsuo Ishii | 2005-12-04 |
* | Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and HPUX. | Tom Lane | 2005-12-03 |
* | Allow to_char(interval) and to_char(time) to use AM/PM specifications. | Bruce Momjian | 2005-12-03 |
* | Fix obsolete description of -h option, per Andreas Schmidt. | Tom Lane | 2005-12-02 |
* | Added special handling of CONNECTION variable that is used by ECPG instead of... | Michael Meskes | 2005-12-02 |
* | Rearrange code in ExecInitBitmapHeapScan so that we don't initialize the | Tom Lane | 2005-12-02 |
* | Retry in FileRead and FileWrite if Windows returns ERROR_NO_SYSTEM_RESOURCES. | Tom Lane | 2005-12-01 |
* | Check for overflow in strtol() while parsing datetime inputs. | Tom Lane | 2005-12-01 |
* | Fix typo in PL/PgSQL documentation, per Chris KL. | Neil Conway | 2005-12-01 |
* | Rearrange code in pg_atoi() to avoid assuming that isspace() cannot | Tom Lane | 2005-11-30 |
* | Tweak choose_bitmap_and() heuristics in the light of example provided in bug | Tom Lane | 2005-11-30 |
* | - Made several variables "const char *" instead of "char *" as proposed by Qi... | Michael Meskes | 2005-11-30 |
* | Tweak hash join code to use an additional heuristic for deciding whether | Tom Lane | 2005-11-28 |
* | Improve documentation for COALESCE and NULLIF. Add references for NVL | Bruce Momjian | 2005-11-28 |
* | Install a more future-proof fix for the snapshot-unset bug just found. | Alvaro Herrera | 2005-11-28 |
* | Recent changes to allow hash join to exit early given empty input from | Tom Lane | 2005-11-28 |
* | Set a snapshot before running analyze on a single table, to avoid a | Alvaro Herrera | 2005-11-28 |
* | Add missing semicolon. Recent versions of bison seem to choke on this, | Tom Lane | 2005-11-27 |
* | Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types | Tom Lane | 2005-11-23 |
* | Fix problems with rewriter failing to set Query.hasSubLinks when inserting | Tom Lane | 2005-11-23 |
* | Having blank lines in -f scripts was causing silent failures. | Tatsuo Ishii | 2005-11-23 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Modify tuptoaster's API so that it does not try to modify the passed | Tom Lane | 2005-11-20 |
* | Stopgap solution for problem reported by Alexey Beschiokov: after | Tom Lane | 2005-11-19 |
* | Fix performance issue in exprTypmod(): for a COALESCE expression, it | Tom Lane | 2005-11-18 |
* | Update Japanese FAQ. | Bruce Momjian | 2005-11-18 |
* | make psql honor explicit database parameter in -l mode, in case "postgres" da... | Andrew Dunstan | 2005-11-17 |
* | DropRelFileNodeBuffers failed to fix the state of the lookup hash table | Tom Lane | 2005-11-17 |
* | make_restrictinfo() failed to attach the specified required_relids to | Tom Lane | 2005-11-16 |
* | Properly document return value of strpos(). | Bruce Momjian | 2005-11-16 |
* | Have test_fsync honor -f filename argument. | Bruce Momjian | 2005-11-16 |
* | Prevent certain symbols that are used for both typedefs and variable | Bruce Momjian | 2005-11-15 |
* | Fix recent problems with BSD indent, including indenting past 80 | Bruce Momjian | 2005-11-15 |
* | Restore the former RestrictInfo field valid_everywhere (but invert the flag | Tom Lane | 2005-11-14 |
* | Translation typo fix | Alvaro Herrera | 2005-11-14 |
* | Re-run pgindent to fix breakage when exceeding 150 'else if' clauses. | Bruce Momjian | 2005-11-14 |
* | Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple | Tom Lane | 2005-11-14 |
* | Force the second argument of SUBSTRING(foo FOR bar) to be int4, to avoid | Tom Lane | 2005-11-13 |
* | Revert pgindent length back to 79 because we are going to fix the BSD | Bruce Momjian | 2005-11-13 |
* | add missing quote mark to ident_file sample line - per Hiroshi Saito | Andrew Dunstan | 2005-11-10 |
* | When in transaction-aborted state, reject Bind message for portals containing | Tom Lane | 2005-11-10 |