Commit Graph

28639 Commits (959af88533cf682a2522a78f99056bc8adf0b58c)
 

Author SHA1 Message Date
Tom Lane 57710f39cc Make LOAD of an already-loaded library into a no-op, instead of attempting 17 years ago
Tom Lane 4fd4bf4bd8 Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer 17 years ago
Peter Eisentraut 3e2440970a Translation updates 17 years ago
Tom Lane 828fc43c8c Install a workaround for a longstanding gcc bug that allows SIGFPE traps 17 years ago
Tom Lane 0f240ce595 Update time zone data files to tzdata release 2009l: DST law changes in 17 years ago
Tom Lane 2bdd765f79 Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr 17 years ago
Tom Lane 9a6313f469 Fix pg_ctl's readfile() to not go into infinite loop on an empty file 17 years ago
Tom Lane ba5317237f Remove duplicate variable initializations identified by clang static checker. 17 years ago
Tom Lane 3f2fa308d1 Modify the definition of window-function PARTITION BY and ORDER BY clauses 17 years ago
Alvaro Herrera 6c593b9ca0 Fix broken markup 17 years ago
Alvaro Herrera b78b4d5117 Fix handling of autovacuum reloptions. 17 years ago
Heikki Linnakangas 593810f3cd In the checkpoint written at the end of archive recovery, the WAL page header 17 years ago
Bruce Momjian 95ac06c85b Update release notes for 7.4.26, 8.0.22, 8.1.18, 8.2.14, 8.3.8, 8.4.1. 17 years ago
Tom Lane 824e0e4686 Try to make silent_mode behave somewhat reasonably. 17 years ago
Tom Lane 1651dfc064 Small correction to previous patch: we shouldn't ReleasePostmasterChildSlot 17 years ago
Alvaro Herrera 6887067b6d Avoid calling kill() in a postmaster signal handler. 17 years ago
Tom Lane 3600e4ced2 Fix inclusions of readline/editline header files so that we only attempt to 17 years ago
Tom Lane fedb166549 Fix a violation of WAL coding rules in the recent patch to include an 17 years ago
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