Commit Graph

28571 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 55ea948feb Fix imprecise documentation of random(): it never returns 1.0. 17 years ago
Tom Lane ef75f74f4c Fix incorrect encoding-aware name truncation in makeArrayTypeName(). 17 years ago
Bruce Momjian 08d1d61769 Remove tab in SGML. 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
Alvaro Herrera d2c3dbf186 Fix URL to "The Hitch-Hiker's Guide to Evolutionary Computation". 17 years ago
Alvaro Herrera 8d0961466e Fix number of columns declared for pg_user_mappings description table. 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
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