2005-12-09 |
Tom Lane | Fix core dump in error path of plpgsql_parse_tripwordty... |
commit | commitdiff | tree |
2005-12-09 |
Bruce Momjian | I reconfirmed MS-VC6. Thank you for wonderful correspon... |
commit | commitdiff | tree |
2005-12-08 |
Bruce Momjian | Release note wording improvements. |
commit | commitdiff | tree |
2005-12-08 |
Bruce Momjian | Wrap UTF-8 paragraph. |
commit | commitdiff | tree |
2005-12-08 |
Bruce Momjian | Update wording of translation bug item. |
commit | commitdiff | tree |
2005-12-08 |
Bruce Momjian | Stamp 8.1.1. |
commit | commitdiff | tree |
2005-12-08 |
Bruce Momjian | Update release notes for 8.1.1. |
commit | commitdiff | tree |
2005-12-08 |
Bruce Momjian | Update 8.1.X FAQs. |
commit | commitdiff | tree |
2005-12-08 |
Bruce Momjian | FAQ_AIX in 8.1.0 contains outdated information about... |
commit | commitdiff | tree |
2005-12-08 |
Bruce Momjian | there's a paragraph in the ALTER TABLE reference page... |
commit | commitdiff | tree |
2005-12-08 |
Bruce Momjian | Remove empty heading row in error table. |
commit | commitdiff | tree |
2005-12-08 |
Peter Eisentraut | Add missing translation marker |
commit | commitdiff | tree |
2005-12-08 |
Bruce Momjian | Add "Constant" column to error code table. |
commit | commitdiff | tree |
2005-12-08 |
Peter Eisentraut | Documentation fix: s/event_object_name/event_object_table/g |
commit | commitdiff | tree |
2005-12-08 |
Tom Lane | Fix bgwriter's failure to release buffer pins and open... |
commit | commitdiff | tree |
2005-12-08 |
Bruce Momjian | I recently received the Debian bug report below about... |
commit | commitdiff | tree |
2005-12-08 |
Bruce Momjian | Add documentation about the inability of plpsql to... |
commit | commitdiff | tree |
2005-12-08 |
Bruce Momjian | Disble some Win32-specific code in win32-client-only... |
commit | commitdiff | tree |
2005-12-07 |
Tom Lane | Fix incorrect SPI example, per Yoshihisa Nakano. |
commit | commitdiff | tree |
2005-12-07 |
Bruce Momjian | Improve lazy vacuum wording. |
commit | commitdiff | tree |
2005-12-07 |
Bruce Momjian | Clarify vacuum lazy can shrink a file under certain... |
commit | commitdiff | tree |
2005-12-06 |
Bruce Momjian | Update iconv wording, per Peter. |
commit | commitdiff | tree |
2005-12-06 |
Bruce Momjian | Highlight diff idea for iconv. |
commit | commitdiff | tree |
2005-12-06 |
Bruce Momjian | iconv uses UTF-8, not UTF8. |
commit | commitdiff | tree |
2005-12-06 |
Bruce Momjian | Document method of removing invalid UTF8 escape sequenc... |
commit | commitdiff | tree |
2005-12-06 |
Bruce Momjian | Since my name has a non-ascii-letter in it, it's often... |
commit | commitdiff | tree |
2005-12-06 |
Bruce Momjian | Add documentation on the use of *printf() macros and... |
commit | commitdiff | tree |
2005-12-06 |
Teodor Sigaev | Fix stupid bug with sizeof |
commit | commitdiff | tree |
2005-12-06 |
Tom Lane | In a nestloop inner indexscan, it's OK to use pushed... |
commit | commitdiff | tree |
2005-12-06 |
Tom Lane | ecpg/pgtypeslib seems to need snprintf.c pulled in... |
commit | commitdiff | tree |
2005-12-06 |
Tom Lane | Put undef's before extern declarations that need 'em... |
commit | commitdiff | tree |
2005-12-06 |
Bruce Momjian | Add comment on why pg *printf functions are used uncond... |
commit | commitdiff | tree |
2005-12-06 |
Tom Lane | Make Win32 build use our port/snprintf.c routines,... |
commit | commitdiff | tree |
2005-12-05 |
Tom Lane | Add regression test to see if the min/max values of... |
commit | commitdiff | tree |
2005-12-05 |
Tom Lane | Fix a rather sizable number of problems in our homegrow... |
commit | commitdiff | tree |
2005-12-04 |
Tatsuo Ishii | Two fixes from Tom Lan. See the posting "[PATCHES]... |
commit | commitdiff | tree |
2005-12-03 |
Tom Lane | Fix out-of-order inclusion of -L switches from LDFLAGS... |
commit | commitdiff | tree |
2005-12-03 |
Bruce Momjian | Allow to_char(interval) and to_char(time) to use AM... |
commit | commitdiff | tree |
2005-12-02 |
Tom Lane | Fix obsolete description of -h option, per Andreas... |
commit | commitdiff | tree |
2005-12-02 |
Michael Meskes | Added special handling of CONNECTION variable that... |
commit | commitdiff | tree |
2005-12-02 |
Tom Lane | Rearrange code in ExecInitBitmapHeapScan so that we... |
commit | commitdiff | tree |
2005-12-01 |
Tom Lane | Retry in FileRead and FileWrite if Windows returns... |
commit | commitdiff | tree |
2005-12-01 |
Tom Lane | Check for overflow in strtol() while parsing datetime... |
commit | commitdiff | tree |
2005-12-01 |
Neil Conway | Fix typo in PL/PgSQL documentation, per Chris KL. |
commit | commitdiff | tree |
2005-11-30 |
Tom Lane | Rearrange code in pg_atoi() to avoid assuming that... |
commit | commitdiff | tree |
2005-11-30 |
Tom Lane | Tweak choose_bitmap_and() heuristics in the light of... |
commit | commitdiff | tree |
2005-11-30 |
Michael Meskes | - Made several variables "const char *" instead of... |
commit | commitdiff | tree |
2005-11-28 |
Tom Lane | Tweak hash join code to use an additional heuristic... |
commit | commitdiff | tree |
2005-11-28 |
Bruce Momjian | Improve documentation for COALESCE and NULLIF. Add... |
commit | commitdiff | tree |
2005-11-28 |
Alvaro Herrera | Install a more future-proof fix for the snapshot-unset... |
commit | commitdiff | tree |
2005-11-28 |
Tom Lane | Recent changes to allow hash join to exit early given... |
commit | commitdiff | tree |
2005-11-28 |
Alvaro Herrera | Set a snapshot before running analyze on a single table... |
commit | commitdiff | tree |
2005-11-27 |
Tom Lane | Add missing semicolon. Recent versions of bison seem... |
commit | commitdiff | tree |
2005-11-23 |
Tom Lane | Get rid of ExecAssignResultTypeFromOuterPlan() and... |
commit | commitdiff | tree |
2005-11-23 |
Tom Lane | Fix problems with rewriter failing to set Query.hasSubL... |
commit | commitdiff | tree |
2005-11-23 |
Tatsuo Ishii | Having blank lines in -f scripts was causing silent... |
commit | commitdiff | tree |
2005-11-22 |
Bruce Momjian | Re-run pgindent, fixing a problem where comment lines... |
commit | commitdiff | tree |
2005-11-20 |
Tom Lane | Modify tuptoaster's API so that it does not try to... |
commit | commitdiff | tree |
2005-11-19 |
Tom Lane | Stopgap solution for problem reported by Alexey Beschio... |
commit | commitdiff | tree |
2005-11-18 |
Tom Lane | Fix performance issue in exprTypmod(): for a COALESCE... |
commit | commitdiff | tree |
2005-11-18 |
Bruce Momjian | Update Japanese FAQ. |
commit | commitdiff | tree |
2005-11-17 |
Andrew Dunstan | make psql honor explicit database parameter in -l mode... |
commit | commitdiff | tree |
2005-11-17 |
Tom Lane | DropRelFileNodeBuffers failed to fix the state of the... |
commit | commitdiff | tree |
2005-11-16 |
Tom Lane | make_restrictinfo() failed to attach the specified... |
commit | commitdiff | tree |
2005-11-16 |
Bruce Momjian | Properly document return value of strpos(). |
commit | commitdiff | tree |
2005-11-16 |
Bruce Momjian | Have test_fsync honor -f filename argument. |
commit | commitdiff | tree |
2005-11-15 |
Bruce Momjian | Prevent certain symbols that are used for both typedefs... |
commit | commitdiff | tree |
2005-11-15 |
Bruce Momjian | Fix recent problems with BSD indent, including indentin... |
commit | commitdiff | tree |
2005-11-14 |
Tom Lane | Restore the former RestrictInfo field valid_everywhere... |
commit | commitdiff | tree |
2005-11-14 |
Alvaro Herrera | Translation typo fix |
commit | commitdiff | tree |
2005-11-14 |
Bruce Momjian | Re-run pgindent to fix breakage when exceeding 150... |
commit | commitdiff | tree |
2005-11-14 |
Tom Lane | Prevent ExecInsert() and ExecUpdate() from scribbling... |
commit | commitdiff | tree |
2005-11-13 |
Tom Lane | Force the second argument of SUBSTRING(foo FOR bar... |
commit | commitdiff | tree |
2005-11-13 |
Bruce Momjian | Revert pgindent length back to 79 because we are going... |
commit | commitdiff | tree |
2005-11-10 |
Andrew Dunstan | add missing quote mark to ident_file sample line -... |
commit | commitdiff | tree |
2005-11-10 |
Tom Lane | When in transaction-aborted state, reject Bind message... |
commit | commitdiff | tree |
2005-11-09 |
Tom Lane | Fix misspelling of 'listen_addresses', per Devrim. |
commit | commitdiff | tree |
2005-11-07 |
Alvaro Herrera | Translation updates. |
commit | commitdiff | tree |
2005-11-06 |
Alvaro Herrera | Translation updates. |
commit | commitdiff | tree |
2005-11-05 |
PostgreSQL... | Tag everything for 8.1.0 ... Finally, a relesae on... REL8_1_0 |
commit | commitdiff | tree |
2005-11-05 |
Tom Lane | Repair an error introduced by log_line_prefix patch... |
commit | commitdiff | tree |
2005-11-05 |
Bruce Momjian | Add mention to update FAQ item on most recent release... |
commit | commitdiff | tree |
2005-11-05 |
Bruce Momjian | Update FAQ for most recent release as 8.1. |
commit | commitdiff | tree |
2005-11-05 |
Tom Lane | Yet another supported-platforms update. |
commit | commitdiff | tree |
2005-11-04 |
Tom Lane | Editorial review for partitioning/constraint exclusion... |
commit | commitdiff | tree |
2005-11-04 |
Tom Lane | Improve description of constraint_exclusion variable. |
commit | commitdiff | tree |
2005-11-04 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2005-11-04 |
Peter Eisentraut | Spellchecking run, final cleanups |
commit | commitdiff | tree |
2005-11-04 |
Bruce Momjian | Update release notes for 8.1. |
commit | commitdiff | tree |
2005-11-04 |
Peter Eisentraut | Remove a gratuitous string difference (does not affect... |
commit | commitdiff | tree |
2005-11-04 |
Peter Eisentraut | Fix logical error in option description. |
commit | commitdiff | tree |
2005-11-04 |
Tom Lane | Ensure that we only create one ConsoleCtrlHandler per... |
commit | commitdiff | tree |
2005-11-04 |
Bruce Momjian | We haven't seen any agreement emerge as to what is... |
commit | commitdiff | tree |
2005-11-04 |
Tom Lane | Disregard superuserness when checking to see if a role... |
commit | commitdiff | tree |
2005-11-04 |
Tom Lane | Update supported-platforms list. |
commit | commitdiff | tree |
2005-11-04 |
Tom Lane | Avoid referring to a specific version of the SQL standa... |
commit | commitdiff | tree |
2005-11-03 |
Tom Lane | Fix a couple of missed None -> DestNone in comments. |
commit | commitdiff | tree |
2005-11-03 |
Alvaro Herrera | Fix one overlooked ocurrence of "None" in EXEC_BACKEND... |
commit | commitdiff | tree |
2005-11-03 |
Teodor Sigaev | Fix incorrect header size macros |
commit | commitdiff | tree |
2005-11-03 |
Tom Lane | Thinking further, it seems we had better also copy... |
commit | commitdiff | tree |
next |