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