Commit Graph

28639 Commits (959af88533cf682a2522a78f99056bc8adf0b58c)
 

Author SHA1 Message Date
Alvaro Herrera 8d751cfef2 Install src/include/utils/fmgroids.h on VPATH builds too. 17 years ago
Tom Lane 160a46720c Remove unnecessary and version-sensitive dependence on the exact set of 17 years ago
Tom Lane 7197706d81 Fix a thinko in join_is_legal: when we decide we can implement a semijoin 17 years ago
Tom Lane 683706b136 Fix error cleanup failure caused by 8.4 changes in plpgsql to try to avoid 17 years ago
Tom Lane e0fa489a95 Repair bug #4926 "too few pathkeys for mergeclauses". This example shows 17 years ago
Tom Lane 1aef7f8c26 Do a conditional SPI_push/SPI_pop when replanning a query in 17 years ago
Tom Lane 18efafdc39 Fix set_rel_width() to do something reasonable with non-Var items in a 17 years ago
Tom Lane c75b054b0d Fix xslt_process() to ensure that it inserts a NULL terminator after the 17 years ago
Tom Lane 4f6bcc8314 Remove no-longer-necessary transmission of postmaster's LC_COLLATE and 17 years ago
Heikki Linnakangas 35863c9557 Need to use pg_perm_setlocale when setting LC_CTYPE and LC_COLLATE at startup. 17 years ago
Tom Lane b6ff6309c2 Add missing HOUR TO SECOND option to list of possible INTERVAL field sets, 17 years ago
Heikki Linnakangas 4735800188 Fix ancient bug in handling of to_char modifier 'TH', when used with HH. 17 years ago
Tom Lane c75235949a Fix set_append_rel_pathlist() to deal intelligently with cases where 17 years ago
Tom Lane d0f6725090 Per SQL spec (in particular, the grammar in SQL:2008 7.13) we should allow 17 years ago
Tom Lane 7b99b2aede Fix handling of changed-Param signaling for CteScan plan nodes. We were using 17 years ago
Tom Lane 3db8fa106e Fix up pg_dump's --binary-upgrade option so that it behaves properly with 17 years ago
Tom Lane 5e3f9c8fce Remove useless References column for pg_listener catalog description. Per Shigehiro Honda. 17 years ago
Tom Lane 50d44f1a9b Add missed src/include/foreign subdirectory to the set installed into 17 years ago
Tom Lane 4d53a2f969 Revert addition of "o" to tar options. This was intended to fix bug #4883, 17 years ago
Marc G. Fournier 41f467f343 Bundle v8.4.0 17 years ago
Tom Lane 730e1a9c95 Update release notes in final preparation for 8.4.0. 17 years ago
Tom Lane 9d6469c9b2 Add a note about SystemTap vs DTrace spelling of probe names. 17 years ago
Tom Lane df858fe58a Marginal improvement of description of recovery_end_command. 17 years ago
Tom Lane 2de48a83e6 Cleanup and code review for the patch that made bgwriter active during 17 years ago
Peter Eisentraut a6667d96c5 Translation updates for 8.4 release. 17 years ago
Peter Eisentraut a87a1e5428 Extract tarballs with "o" option (tar xof), to behave reasonably when run 17 years ago
Peter Eisentraut 6bcdb8aa85 Use $(TAR) instead of tar in makefiles. 17 years ago
Tom Lane 7a58167ea2 Add __attribute__((format_arg(1))) to the declaration of err_gettext(), 17 years ago
Heikki Linnakangas 7e48b77b1c Fix some serious bugs in archive recovery, now that bgwriter is active 17 years ago
Peter Eisentraut e6b8f47047 Man pages back to lowercase names, with additional fixup to make the .so 17 years ago
Tom Lane 888bcdb9e0 Make prior patch pgindent-safe. 17 years ago
Heikki Linnakangas ebaa1952f1 The code to unlink dropped relations in FinishPreparedTransaction() was 17 years ago
Heikki Linnakangas 8fd733bd19 Disable pg_standby -l option because the backend doesn't expect the recovered 17 years ago
Magnus Hagander 6c4637a3b3 Disallow empty passwords in LDAP authentication, the same way 17 years ago
Peter Eisentraut 4183b10661 Correct grammar in picksplit debug messages 17 years ago
Magnus Hagander 286518e6f4 Fix incorrect LDAP example, noted by Tom. 17 years ago
Magnus Hagander c7e42c7ce1 parse_ident_usermap() shuold use ereport(LOG) and not ERROR, and put the 17 years ago
Tom Lane d82e9f72b9 Provide a link to the UPDATE reference page in the 'Updating Data' 17 years ago
Magnus Hagander a93e7432cf Properly initialize SSL engines when used from libpq. This is required for 17 years ago
Tom Lane b087b018a1 Fix an ancient error in dist_ps (distance from point to line segment), which 17 years ago
Tom Lane 8d355d7bbf Fix the makefiles to fail cleanly if Perl is needed but not present. This 17 years ago
Marc G. Fournier bc00ceb159 bundle RC2 17 years ago
Tom Lane 6382448cf9 For bulk write operations (eg COPY IN), use a ring buffer of 16MB instead 17 years ago
Tom Lane 3f1e529e78 Make to_timestamp and friends skip leading spaces before an integer field, 17 years ago
Peter Eisentraut 18df0ffbd2 Add more explicit note that the parameters of MOVE are identical to FETCH. 17 years ago
Tom Lane 1c8f03d4de Revert dubious message wording change. 17 years ago
Peter Eisentraut e8ec0b15a0 Message fixes 17 years ago
Tom Lane 82480e28f5 Fix things so that array_agg_finalfn does not modify or free its input 17 years ago
Peter Eisentraut 87698ffa8e Extend man page installation hackery so that the man page section is also 17 years ago
Peter Eisentraut c79b4505c1 Don't convert the man page names to lower case, so that the .so links work. 17 years ago