Commit Graph

19596 Commits (2acb2bcbcb91431e7877e5f46292f50b7a4cdf1f)

Author SHA1 Message Date
Tom Lane 2acb2bcbcb Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparison 17 years ago
Tom Lane 977c77759c Fix overflow for INTERVAL 'x ms' where x is more than a couple million, 17 years ago
Tom Lane ef75f74f4c Fix incorrect encoding-aware name truncation in makeArrayTypeName(). 17 years ago
Tom Lane 69eab4e387 Put back adjust_appendrel_attrs()'s code for dealing with RestrictInfo. 17 years ago
Tom Lane 3dc494f0a3 Fix old bug in log_autovacuum_min_duration code: it was relying on being able 17 years ago
Magnus Hagander f85de25433 Reserve the shared memory region during backend startup on Windows, so 17 years ago
Bruce Momjian d627836c66 Adjust test_fsync code to be more sane. 17 years ago
Magnus Hagander d9234b2bec Enable the use of multiple CPUs/cores when building on MSVC. This only 17 years ago
Tom Lane 6f2fb5d814 Document that LocalSetXLogInsertAllowed can be re-executed. 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
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
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
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 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
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 50d44f1a9b Add missed src/include/foreign subdirectory to the set installed into 17 years ago
Marc G. Fournier 41f467f343 Bundle v8.4.0 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
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
Heikki Linnakangas ebaa1952f1 The code to unlink dropped relations in FinishPreparedTransaction() was 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 c7e42c7ce1 parse_ident_usermap() shuold use ereport(LOG) and not ERROR, and put the 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