2007-06-01 |
Tom Lane | Fix aboriginal bug in BufFileDumpBuffer that would... |
commit | commitdiff | tree |
2007-05-21 |
Peter Eisentraut | Fix spurious German index entry |
commit | commitdiff | tree |
2007-05-18 |
Tom Lane | Remove redundant logging of send failures when SSL... |
commit | commitdiff | tree |
2007-05-13 |
Magnus Hagander | Document that CLUSTER breaks MVCC visibility rules. |
commit | commitdiff | tree |
2007-05-01 |
Tom Lane | Fix a thinko in my patch of a couple months ago for... |
commit | commitdiff | tree |
2007-04-26 |
Tom Lane | Fix dynahash.c to suppress hash bucket splits while... |
commit | commitdiff | tree |
2007-04-23 |
Neil Conway | Fix newly-introduced documentation typo. |
commit | commitdiff | tree |
2007-04-20 |
PostgreSQL... | Update configure in for new release REL7_4_17 |
commit | commitdiff | tree |
2007-04-20 |
Tom Lane | Fix markup. |
commit | commitdiff | tree |
2007-04-20 |
Tom Lane | Fix markup. |
commit | commitdiff | tree |
2007-04-20 |
Tom Lane | Support explicit placement of the temporary-table schem... |
commit | commitdiff | tree |
2007-04-19 |
Tom Lane | Repair PANIC condition in hash indexes when a previous... |
commit | commitdiff | tree |
2007-04-19 |
Bruce Momjian | Release wording updates for releases 8.2.4, 8.1.9,... |
commit | commitdiff | tree |
2007-04-19 |
Bruce Momjian | Update FAQ to mention most recent release for releases |
commit | commitdiff | tree |
2007-04-19 |
Bruce Momjian | Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. |
commit | commitdiff | tree |
2007-04-19 |
Bruce Momjian | Release note updates for 8.2.4, 8.1.9, 8.0.13, 7.4... |
commit | commitdiff | tree |
2007-04-18 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2007-04-16 |
Magnus Hagander | Don't write timing output in quiet mode. |
commit | commitdiff | tree |
2007-04-02 |
Teodor Sigaev | Fix caching of unsuccessful initialization of parser... |
commit | commitdiff | tree |
2007-03-26 |
Tatsuo Ishii | Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW... |
commit | commitdiff | tree |
2007-03-14 |
Tom Lane | Fix a longstanding bug in VACUUM FULL's handling of... |
commit | commitdiff | tree |
2007-03-06 |
Tom Lane | Fix oversight in original coding of inline_function... |
commit | commitdiff | tree |
2007-03-01 |
Tom Lane | Fix markQueryForLocking() to work correctly in the... |
commit | commitdiff | tree |
2007-02-27 |
Michael Meskes | Backported bug fix for #2956. |
commit | commitdiff | tree |
2007-02-25 |
Tom Lane | Update 7.x variant horology files to match the new... |
commit | commitdiff | tree |
2007-02-18 |
Tom Lane | Fix portal management code to support non-default comma... |
commit | commitdiff | tree |
2007-02-12 |
Teodor Sigaev | Fix backend crash in parsing incorrect tsquery. |
commit | commitdiff | tree |
2007-02-08 |
Tom Lane | Fix an ancient logic error in plpgsql's exec_stmt_block... |
commit | commitdiff | tree |
2007-02-08 |
Tom Lane | Rearrange use of plpgsql_add_initdatums() so that only... |
commit | commitdiff | tree |
2007-02-06 |
Tom Lane | Fix an error in the original coding of holdable cursors... |
commit | commitdiff | tree |
2007-02-03 |
Tom Lane | Use -Wl for linker switches on freebsd --- back-port... |
commit | commitdiff | tree |
2007-02-02 |
Tom Lane | Stamp release 7.4.16. REL7_4_16 |
commit | commitdiff | tree |
2007-02-02 |
Tom Lane | Update release notes for security-related releases... |
commit | commitdiff | tree |
2007-02-02 |
Tom Lane | Repair insufficiently careful type checking for SQL... |
commit | commitdiff | tree |
2007-01-31 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2007-01-27 |
Tom Lane | Correct an old logic error in btree page splitting... |
commit | commitdiff | tree |
2007-01-24 |
Tom Lane | Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2uc... |
commit | commitdiff | tree |
2007-01-24 |
Tom Lane | Relax an Assert() that has been found to be too strict... |
commit | commitdiff | tree |
2007-01-13 |
Tatsuo Ishii | Back port patch. |
commit | commitdiff | tree |
2007-01-06 |
PostgreSQL... | commit before tag ... REL7_4_15 |
commit | commitdiff | tree |
2007-01-06 |
Bruce Momjian | Fix markup because older releases couldn't link to... |
commit | commitdiff | tree |
2007-01-06 |
Bruce Momjian | Remove extra character added to top. |
commit | commitdiff | tree |
2007-01-06 |
Bruce Momjian | Fix markup because lc_numeric didn't have an SGML tag... |
commit | commitdiff | tree |
2007-01-05 |
Tom Lane | Minor copy-editing for release note updates. |
commit | commitdiff | tree |
2007-01-05 |
Bruce Momjian | Stamp release 7.4.15. |
commit | commitdiff | tree |
2007-01-05 |
Bruce Momjian | Create release notes for 7.4.15. |
commit | commitdiff | tree |
2007-01-03 |
Tom Lane | Fix regex_fixed_prefix() to cope reasonably well with... |
commit | commitdiff | tree |
2006-12-26 |
Tom Lane | Repair bug #2839: the various ExecReScan functions... |
commit | commitdiff | tree |
2006-11-28 |
Tom Lane | Mark to_number() and the numeric-type variants of to_ch... |
commit | commitdiff | tree |
2006-11-24 |
Tom Lane | Fix psql's \copy command to ensure that it cycles libpq... |
commit | commitdiff | tree |
2006-11-22 |
Tom Lane | Fix 1-byte buffer overrun when OID exceeds 1 billion... |
commit | commitdiff | tree |
2006-11-19 |
Tom Lane | Repair problems with hash indexes that span multiple... |
commit | commitdiff | tree |
2006-11-06 |
Tom Lane | Repair bug #2694 concerning an ARRAY[] construct whose... |
commit | commitdiff | tree |
2006-11-01 |
Tom Lane | Fix "failed to re-find parent key" btree VACUUM failure... |
commit | commitdiff | tree |
2006-10-20 |
Tom Lane | Back-patch second version of AIX getaddrinfo fix. |
commit | commitdiff | tree |
2006-10-19 |
Tom Lane | Work around reported problem that AIX's getaddrinfo... |
commit | commitdiff | tree |
2006-10-12 |
Tom Lane | Stamp 7.4.14. REL7_4_14 |
commit | commitdiff | tree |
2006-10-11 |
Tom Lane | A bit of copy-editing on back-branch release notes. |
commit | commitdiff | tree |
2006-10-11 |
Tom Lane | Repair incorrect check for coercion of unknown literal... |
commit | commitdiff | tree |
2006-10-11 |
Tom Lane | CREATE TABLE ... LIKE ... should mark the columns it... |
commit | commitdiff | tree |
2006-10-10 |
Tom Lane | Fix psql \d commands to behave properly when a pattern... |
commit | commitdiff | tree |
2006-10-10 |
Bruce Momjian | Update libpq.rc for 7.3.16 and 7.4.14. Later releases... |
commit | commitdiff | tree |
2006-10-09 |
Bruce Momjian | Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. |
commit | commitdiff | tree |
2006-10-09 |
Bruce Momjian | Update release notes for releases 7.3.16, 7.4.14, 8... |
commit | commitdiff | tree |
2006-10-09 |
Tom Lane | Fix back-branch pg_regress scripts to try the "canonica... |
commit | commitdiff | tree |
2006-10-07 |
Tom Lane | Fix ancient oversight in psql's \d pattern processing... |
commit | commitdiff | tree |
2006-10-07 |
Tom Lane | Fix string_to_array() to correctly handle the case... |
commit | commitdiff | tree |
2006-10-01 |
Tom Lane | date_trunc also accepts 'quarter'. Noted by Yoshihisa... |
commit | commitdiff | tree |
2006-08-31 |
Tom Lane | Clean up rather sloppy fix in HEAD for the ancient... |
commit | commitdiff | tree |
2006-08-29 |
Teodor Sigaev | Fix mistyping |
commit | commitdiff | tree |
2006-08-08 |
Teodor Sigaev | Fix bug introduced by last patch, thanks again to Mario... |
commit | commitdiff | tree |
2006-08-07 |
Teodor Sigaev | fix bug about modifying value in shared buffer, |
commit | commitdiff | tree |
2006-07-31 |
Alvaro Herrera | Fix confusion between COPY FROM and COPY TO, per Gavin... |
commit | commitdiff | tree |
2006-07-11 |
Teodor Sigaev | Fix bug corrupting query in gist consistent function. |
commit | commitdiff | tree |
2006-07-06 |
Bruce Momjian | Fix dbmirror for new backslash escaping: |
commit | commitdiff | tree |
2006-06-19 |
Michael Meskes | Do not use already free'ed errmsg, bug found by Joachim... |
commit | commitdiff | tree |
2006-06-06 |
Michael Meskes | Fixed two memory leaks in ecpglib. |
commit | commitdiff | tree |
2006-06-03 |
Tom Lane | Fix copy-and-pasteo in Russian translation: message... |
commit | commitdiff | tree |
2006-06-01 |
Tom Lane | Pre-8.0 branches need to cope with possibility that... |
commit | commitdiff | tree |
2006-05-22 |
Bruce Momjian | Costmetic fix for bug template version stamp. |
commit | commitdiff | tree |
2006-05-21 |
Tom Lane | Stamp release 7.4.13. REL7_4_13 |
commit | commitdiff | tree |
2006-05-21 |
Tom Lane | Update release notes for upcoming releases. |
commit | commitdiff | tree |
2006-05-21 |
Bruce Momjian | Stamp releases 7.3.15, 7.4.13, and 8.0.8. |
commit | commitdiff | tree |
2006-05-21 |
Tom Lane | Modify libpq's string-escaping routines to be aware... |
commit | commitdiff | tree |
2006-05-21 |
Tom Lane | Add a new GUC parameter backslash_quote, which determin... |
commit | commitdiff | tree |
2006-05-21 |
Tom Lane | Change the backend to reject strings containing invalid... |
commit | commitdiff | tree |
2006-05-21 |
Bruce Momjian | Change \' to '', for SQL standards compliance. Backpat... |
commit | commitdiff | tree |
2006-05-19 |
Tom Lane | Fix nasty bug in nodeIndexscan.c's detection of duplica... |
commit | commitdiff | tree |
2006-05-12 |
Tom Lane | Fix the sense of the test on DH_check()'s return value... |
commit | commitdiff | tree |
2006-05-11 |
Tom Lane | Remove unnecessary .seg/.section directives, per Alan... |
commit | commitdiff | tree |
2006-04-24 |
Michael Meskes | Fixed memory leak bugs found by Martijn Oosterhout. |
commit | commitdiff | tree |
2006-04-19 |
Tom Lane | Fix ancient memory leak in PQprintTuples(); our code... |
commit | commitdiff | tree |
2006-04-13 |
Tom Lane | Fix similar_escape() so that SIMILAR TO works properly... |
commit | commitdiff | tree |
2006-04-03 |
Teodor Sigaev | Detoast query in g_intbig_consistent and copy query... |
commit | commitdiff | tree |
2006-03-28 |
Tom Lane | Repair longstanding error in btree xlog replay: XLogRea... |
commit | commitdiff | tree |
2006-03-19 |
Michael Meskes | Fixed bug 2330: Wrong error code in case of a duplicate key |
commit | commitdiff | tree |
2006-03-18 |
Neil Conway | The call to DNSServiceRegistrationCreate in postmaster... |
commit | commitdiff | tree |
2006-03-04 |
Tatsuo Ishii | Tighten up SJIS byte sequence check. Now we reject... |
commit | commitdiff | tree |
2006-02-20 |
Neil Conway | Fix three Python reference leaks in PLy_traceback(... |
commit | commitdiff | tree |
2006-02-18 |
Neil Conway | Patch from Marko Kreen: |
commit | commitdiff | tree |
next |