Commit Graph

28616 Commits (25d9bf2e3e66ee2e546c5c523d148ecab6ee1dcc)
 

Author SHA1 Message Date
Tom Lane 2de48a83e6 Cleanup and code review for the patch that made bgwriter active during 16 years ago
Peter Eisentraut a6667d96c5 Translation updates for 8.4 release. 16 years ago
Peter Eisentraut a87a1e5428 Extract tarballs with "o" option (tar xof), to behave reasonably when run 16 years ago
Peter Eisentraut 6bcdb8aa85 Use $(TAR) instead of tar in makefiles. 16 years ago
Tom Lane 7a58167ea2 Add __attribute__((format_arg(1))) to the declaration of err_gettext(), 16 years ago
Heikki Linnakangas 7e48b77b1c Fix some serious bugs in archive recovery, now that bgwriter is active 16 years ago
Peter Eisentraut e6b8f47047 Man pages back to lowercase names, with additional fixup to make the .so 16 years ago
Tom Lane 888bcdb9e0 Make prior patch pgindent-safe. 16 years ago
Heikki Linnakangas ebaa1952f1 The code to unlink dropped relations in FinishPreparedTransaction() was 16 years ago
Heikki Linnakangas 8fd733bd19 Disable pg_standby -l option because the backend doesn't expect the recovered 16 years ago
Magnus Hagander 6c4637a3b3 Disallow empty passwords in LDAP authentication, the same way 16 years ago
Peter Eisentraut 4183b10661 Correct grammar in picksplit debug messages 16 years ago
Magnus Hagander 286518e6f4 Fix incorrect LDAP example, noted by Tom. 16 years ago
Magnus Hagander c7e42c7ce1 parse_ident_usermap() shuold use ereport(LOG) and not ERROR, and put the 16 years ago
Tom Lane d82e9f72b9 Provide a link to the UPDATE reference page in the 'Updating Data' 16 years ago
Magnus Hagander a93e7432cf Properly initialize SSL engines when used from libpq. This is required for 16 years ago
Tom Lane b087b018a1 Fix an ancient error in dist_ps (distance from point to line segment), which 16 years ago
Tom Lane 8d355d7bbf Fix the makefiles to fail cleanly if Perl is needed but not present. This 16 years ago
Marc G. Fournier bc00ceb159 bundle RC2 16 years ago
Tom Lane 6382448cf9 For bulk write operations (eg COPY IN), use a ring buffer of 16MB instead 16 years ago
Tom Lane 3f1e529e78 Make to_timestamp and friends skip leading spaces before an integer field, 16 years ago
Peter Eisentraut 18df0ffbd2 Add more explicit note that the parameters of MOVE are identical to FETCH. 16 years ago
Tom Lane 1c8f03d4de Revert dubious message wording change. 16 years ago
Peter Eisentraut e8ec0b15a0 Message fixes 16 years ago
Tom Lane 82480e28f5 Fix things so that array_agg_finalfn does not modify or free its input 16 years ago
Peter Eisentraut 87698ffa8e Extend man page installation hackery so that the man page section is also 16 years ago
Peter Eisentraut c79b4505c1 Don't convert the man page names to lower case, so that the .so links work. 16 years ago
Peter Eisentraut 6f1286c12d Add manvolnum, so that man pages are generated. 16 years ago
Peter Eisentraut a091ac46ca Don't attempt to "rm" directories on uninstall. 16 years ago
Peter Eisentraut 95289ea90b Recursive Joins -> Recursive Queries 16 years ago
Peter Eisentraut 9405b16f3a Add some more documentation and cross-links on using dblink with SQL/MED. 16 years ago
Peter Eisentraut 12bc87e09b Refine the use of terminology around bound and unbound cursors and cursor 16 years ago
Heikki Linnakangas efa8544fd5 Fix a few errors in comments. Patch by Fujii Masao, plus the one in 16 years ago
Tom Lane f08e5e92e8 Fix the just-reported problem that you can't specify all four trigger event 16 years ago
Tom Lane c30446b9c9 Proofreading for Bruce's recent round of documentation proofreading. 16 years ago
Tom Lane e8d78d35f4 ExecAgg() failed to finish running out set-returning functions in the last 16 years ago
Peter Eisentraut 5126826c52 Add another link of a GUC variable to where it is explained. 16 years ago
Peter Eisentraut 33d48d975f Fix typo in error message: tgargv -> tg_argv 16 years ago
Tom Lane f51c9a6665 Change test tables in copy2 regression test to be temporary tables. 16 years ago
Tom Lane 5f6a14077b Fix get_sort_group_operators() so that it doesn't think arrays can be grouped 16 years ago
Peter Eisentraut 215ea9b455 Tweak the display of incoming foreign-key constraints in \d, per discussion 16 years ago
Tom Lane a0a3883dd9 Improve documentation about GiST opclass support functions. 16 years ago
Tom Lane bfd06a713b Fix several places where a function was declared static and then defined 16 years ago
Tom Lane 63e183ca46 Add info about minimum recommended AIX fix levels, per Laurenz Albe. 16 years ago
Marc G. Fournier 35daaa91d3 time to tag rc1 ... 16 years ago
Bruce Momjian 838d74d0ce Tighten typedef check for Linux. 16 years ago
Bruce Momjian 1ef4eeef65 Mention BSD/OS find_typedef behavior. 16 years ago
Bruce Momjian 6e8d957d35 Document struct/union problem with pgindent. 16 years ago
Tom Lane ae8a2d1a3a Update release notes to today. 16 years ago
Tom Lane 44aa60fa7c Revisit AlterTableCreateToastTable's API once again, hoping to make it what 16 years ago