| Commit message (Expand) | Author | Age |
* | Add missing HOUR TO SECOND option to list of possible INTERVAL field sets, | Tom Lane | 2009-07-08 |
* | Fix ancient bug in handling of to_char modifier 'TH', when used with HH. | Heikki Linnakangas | 2009-07-06 |
* | Fix set_append_rel_pathlist() to deal intelligently with cases where | Tom Lane | 2009-07-06 |
* | Per SQL spec (in particular, the grammar in SQL:2008 7.13) we should allow | Tom Lane | 2009-07-06 |
* | Fix handling of changed-Param signaling for CteScan plan nodes. We were using | Tom Lane | 2009-07-06 |
* | Fix up pg_dump's --binary-upgrade option so that it behaves properly with | Tom Lane | 2009-07-02 |
* | Remove useless References column for pg_listener catalog description. Per Sh... | Tom Lane | 2009-07-01 |
* | Add missed src/include/foreign subdirectory to the set installed into | Tom Lane | 2009-07-01 |
* | Revert addition of "o" to tar options. This was intended to fix bug #4883,REL8_4_0 | Tom Lane | 2009-06-27 |
* | Bundle v8.4.0 | Marc G. Fournier | 2009-06-27 |
* | Update release notes in final preparation for 8.4.0. | Tom Lane | 2009-06-26 |
* | Add a note about SystemTap vs DTrace spelling of probe names. | Tom Lane | 2009-06-26 |
* | Marginal improvement of description of recovery_end_command. | Tom Lane | 2009-06-26 |
* | Cleanup and code review for the patch that made bgwriter active during | Tom Lane | 2009-06-26 |
* | Translation updates for 8.4 release. | Peter Eisentraut | 2009-06-26 |
* | Extract tarballs with "o" option (tar xof), to behave reasonably when run | Peter Eisentraut | 2009-06-26 |
* | Use $(TAR) instead of tar in makefiles. | Peter Eisentraut | 2009-06-26 |
* | Add __attribute__((format_arg(1))) to the declaration of err_gettext(), | Tom Lane | 2009-06-25 |
* | Fix some serious bugs in archive recovery, now that bgwriter is active | Heikki Linnakangas | 2009-06-25 |
* | Man pages back to lowercase names, with additional fixup to make the .so | Peter Eisentraut | 2009-06-25 |
* | Make prior patch pgindent-safe. | Tom Lane | 2009-06-25 |
* | The code to unlink dropped relations in FinishPreparedTransaction() was | Heikki Linnakangas | 2009-06-25 |
* | Disable pg_standby -l option because the backend doesn't expect the recovered | Heikki Linnakangas | 2009-06-25 |
* | Disallow empty passwords in LDAP authentication, the same way | Magnus Hagander | 2009-06-25 |
* | Correct grammar in picksplit debug messages | Peter Eisentraut | 2009-06-24 |
* | Fix incorrect LDAP example, noted by Tom. | Magnus Hagander | 2009-06-24 |
* | parse_ident_usermap() shuold use ereport(LOG) and not ERROR, and put the | Magnus Hagander | 2009-06-24 |
* | Provide a link to the UPDATE reference page in the 'Updating Data' | Tom Lane | 2009-06-23 |
* | Properly initialize SSL engines when used from libpq. This is required for | Magnus Hagander | 2009-06-23 |
* | Fix an ancient error in dist_ps (distance from point to line segment), which | Tom Lane | 2009-06-23 |
* | Fix the makefiles to fail cleanly if Perl is needed but not present. This | Tom Lane | 2009-06-23 |
* | bundle RC2REL8_4_RC2 | Marc G. Fournier | 2009-06-22 |
* | For bulk write operations (eg COPY IN), use a ring buffer of 16MB instead | Tom Lane | 2009-06-22 |
* | Make to_timestamp and friends skip leading spaces before an integer field, | Tom Lane | 2009-06-22 |
* | Add more explicit note that the parameters of MOVE are identical to FETCH. | Peter Eisentraut | 2009-06-22 |
* | Revert dubious message wording change. | Tom Lane | 2009-06-22 |
* | Message fixes | Peter Eisentraut | 2009-06-21 |
* | Fix things so that array_agg_finalfn does not modify or free its input | Tom Lane | 2009-06-20 |
* | Extend man page installation hackery so that the man page section is also | Peter Eisentraut | 2009-06-19 |
* | Don't convert the man page names to lower case, so that the .so links work. | Peter Eisentraut | 2009-06-19 |
* | Add manvolnum, so that man pages are generated. | Peter Eisentraut | 2009-06-19 |
* | Don't attempt to "rm" directories on uninstall. | Peter Eisentraut | 2009-06-18 |
* | Recursive Joins -> Recursive Queries | Peter Eisentraut | 2009-06-18 |
* | Add some more documentation and cross-links on using dblink with SQL/MED. | Peter Eisentraut | 2009-06-18 |
* | Refine the use of terminology around bound and unbound cursors and cursor | Peter Eisentraut | 2009-06-18 |
* | Fix a few errors in comments. Patch by Fujii Masao, plus the one in | Heikki Linnakangas | 2009-06-18 |
* | Fix the just-reported problem that you can't specify all four trigger event | Tom Lane | 2009-06-18 |
* | Proofreading for Bruce's recent round of documentation proofreading. | Tom Lane | 2009-06-17 |
* | ExecAgg() failed to finish running out set-returning functions in the last | Tom Lane | 2009-06-17 |
* | Add another link of a GUC variable to where it is explained. | Peter Eisentraut | 2009-06-17 |