aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Put undef's before extern declarations that need 'em, per Andrew Dunstan.Tom Lane2005-12-06
* Add comment on why pg *printf functions are used unconditionally onBruce Momjian2005-12-06
* Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane2005-12-06
* Add regression test to see if the min/max values of int8 convert correctly.Tom Lane2005-12-05
* Fix a rather sizable number of problems in our homegrown snprintf, such asTom Lane2005-12-05
* Two fixes from Tom Lan. See the posting "[PATCHES] A couple ofTatsuo Ishii2005-12-04
* Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and HPUX.Tom Lane2005-12-03
* Allow to_char(interval) and to_char(time) to use AM/PM specifications.Bruce Momjian2005-12-03
* Fix obsolete description of -h option, per Andreas Schmidt.Tom Lane2005-12-02
* Added special handling of CONNECTION variable that is used by ECPG instead of...Michael Meskes2005-12-02
* Rearrange code in ExecInitBitmapHeapScan so that we don't initialize theTom Lane2005-12-02
* Retry in FileRead and FileWrite if Windows returns ERROR_NO_SYSTEM_RESOURCES.Tom Lane2005-12-01
* Check for overflow in strtol() while parsing datetime inputs.Tom Lane2005-12-01
* Fix typo in PL/PgSQL documentation, per Chris KL.Neil Conway2005-12-01
* Rearrange code in pg_atoi() to avoid assuming that isspace() cannotTom Lane2005-11-30
* Tweak choose_bitmap_and() heuristics in the light of example provided in bugTom Lane2005-11-30
* - Made several variables "const char *" instead of "char *" as proposed by Qi...Michael Meskes2005-11-30
* Tweak hash join code to use an additional heuristic for deciding whetherTom Lane2005-11-28
* Improve documentation for COALESCE and NULLIF. Add references for NVLBruce Momjian2005-11-28
* Install a more future-proof fix for the snapshot-unset bug just found.Alvaro Herrera2005-11-28
* Recent changes to allow hash join to exit early given empty input fromTom Lane2005-11-28
* Set a snapshot before running analyze on a single table, to avoid aAlvaro Herrera2005-11-28
* Add missing semicolon. Recent versions of bison seem to choke on this,Tom Lane2005-11-27
* Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node typesTom Lane2005-11-23
* Fix problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane2005-11-23
* Having blank lines in -f scripts was causing silent failures.Tatsuo Ishii2005-11-23
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Modify tuptoaster's API so that it does not try to modify the passedTom Lane2005-11-20
* Stopgap solution for problem reported by Alexey Beschiokov: afterTom Lane2005-11-19
* Fix performance issue in exprTypmod(): for a COALESCE expression, itTom Lane2005-11-18
* Update Japanese FAQ.Bruce Momjian2005-11-18
* make psql honor explicit database parameter in -l mode, in case "postgres" da...Andrew Dunstan2005-11-17
* DropRelFileNodeBuffers failed to fix the state of the lookup hash tableTom Lane2005-11-17
* make_restrictinfo() failed to attach the specified required_relids toTom Lane2005-11-16
* Properly document return value of strpos().Bruce Momjian2005-11-16
* Have test_fsync honor -f filename argument.Bruce Momjian2005-11-16
* Prevent certain symbols that are used for both typedefs and variableBruce Momjian2005-11-15
* Fix recent problems with BSD indent, including indenting past 80Bruce Momjian2005-11-15
* Restore the former RestrictInfo field valid_everywhere (but invert the flagTom Lane2005-11-14
* Translation typo fixAlvaro Herrera2005-11-14
* Re-run pgindent to fix breakage when exceeding 150 'else if' clauses.Bruce Momjian2005-11-14
* Prevent ExecInsert() and ExecUpdate() from scribbling on the result tupleTom Lane2005-11-14
* Force the second argument of SUBSTRING(foo FOR bar) to be int4, to avoidTom Lane2005-11-13
* Revert pgindent length back to 79 because we are going to fix the BSDBruce Momjian2005-11-13
* add missing quote mark to ident_file sample line - per Hiroshi SaitoAndrew Dunstan2005-11-10
* When in transaction-aborted state, reject Bind message for portals containingTom Lane2005-11-10
* Fix misspelling of 'listen_addresses', per Devrim.Tom Lane2005-11-09
* Translation updates.Alvaro Herrera2005-11-07
* Translation updates.Alvaro Herrera2005-11-06
* Tag everything for 8.1.0 ... Finally, a relesae on scheduale!!REL8_1_0PostgreSQL Daemon2005-11-05