Commit Graph

29030 Commits (02490d4692c46bee3e9279e79c5d07c576d2a32c)
 

Author SHA1 Message Date
Tom Lane 9298d2ff39 Fix handling of changed-Param signaling for CteScan plan nodes. We were using 17 years ago
Peter Eisentraut f39df967e9 Add log_line_prefix placeholder %e to contain the current SQL state 17 years ago
Peter Eisentraut e2b42aef53 Have \d show child tables that inherit from the specified parent 17 years ago
Tom Lane 53fa850c80 Fix up pg_dump's --binary-upgrade option so that it behaves properly with 17 years ago
Peter Eisentraut 7cc514ac65 Upgrade to Autoconf 2.63 17 years ago
Peter Eisentraut 72da68eef0 Regression test for XML mapping functionality 17 years ago
Tom Lane 47f6699d00 Remove useless References column for pg_listener catalog description. Per Shigehiro Honda. 17 years ago
Tom Lane f4ab0b032b Stamp HEAD as 8.5devel. 17 years ago
Tom Lane 2c3c2c1c3c 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
Peter Eisentraut 6f1286c12d Add manvolnum, so that man pages are generated. 17 years ago
Peter Eisentraut a091ac46ca Don't attempt to "rm" directories on uninstall. 17 years ago
Peter Eisentraut 95289ea90b Recursive Joins -> Recursive Queries 17 years ago
Peter Eisentraut 9405b16f3a Add some more documentation and cross-links on using dblink with SQL/MED. 17 years ago
Peter Eisentraut 12bc87e09b Refine the use of terminology around bound and unbound cursors and cursor 17 years ago
Heikki Linnakangas efa8544fd5 Fix a few errors in comments. Patch by Fujii Masao, plus the one in 17 years ago
Tom Lane f08e5e92e8 Fix the just-reported problem that you can't specify all four trigger event 17 years ago
Tom Lane c30446b9c9 Proofreading for Bruce's recent round of documentation proofreading. 17 years ago
Tom Lane e8d78d35f4 ExecAgg() failed to finish running out set-returning functions in the last 17 years ago