Commit Graph

28759 Commits (3c6dc48ce4fa90ebaaf332d0f8cb77adbe3d5950)
 

Author SHA1 Message Date
Andrew Dunstan a6fb8791b2 Re-add documentation for --no-readline option of psql, mistakenly removed a decade ago. Backpatch to release 7.4. 17 years ago
Tom Lane 6f2fb5d814 Document that LocalSetXLogInsertAllowed can be re-executed. 17 years ago
Alvaro Herrera 8a62c9a957 Document that autovacuum may run ANALYZE 17 years ago
Tom Lane 35e82ff9b5 Try to defend against the possibility that libpq is still in COPY_IN state 17 years ago
Tom Lane 88a675531f rm_cleanup functions need to be allowed to write WAL entries. This oversight 17 years ago
Tom Lane 3bd4dce7f6 Fix some omissions in the dependency-object-class support for SQL/MED objects. 17 years ago
Heikki Linnakangas e1f0b9bf94 Fast shutdown stop should forcibly disconnect any active backends, even 17 years ago
Magnus Hagander 53890f8073 Make sure FD_SETSIZE is set before we include any Windows 17 years ago
Tom Lane 7b70d0a2c9 Fix time_part and timetz_part (ie, EXTRACT() for those datatypes) to 17 years ago
Tom Lane 2a88963536 Fix a thinko introduced into CountActiveBackends by a recent patch: 17 years ago
Teodor Sigaev 3a261300b4 Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 by 17 years ago
Tom Lane 8329149139 Improve comment, per gripe from Alvaro. 17 years ago
Tom Lane 1bce4906e2 Fix pg_stat_statements for EXEC_BACKEND case. 17 years ago
Peter Eisentraut 3c6cc15cb4 Document \dg+ and \du+ 17 years ago
Tom Lane d9988be598 In a non-hashed Agg node, reset the "aggcontext" at group boundaries, instead 17 years ago
Tom Lane abe184101d Fix another thinko in join_is_legal's handling of semijoins: we have to test 17 years ago
Magnus Hagander 51ecc4b10e Fix mismatch in const:ness of parameters. 17 years ago
Peter Eisentraut 71fa5977da Remove translated FAQs 17 years ago
Tom Lane 10e8b3fae3 Fix another semijoin-ordering bug. We already knew that we couldn't 17 years ago
Bruce Momjian 323e3fc2aa Properly restore pg_largeobject.relfozenxid in binary upgrade mode. 17 years ago
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