Commit Graph

7965 Commits (fb27f43123e65db1219d296ea3e8bc2f07e9808b)

Author SHA1 Message Date
Tom Lane fb27f43123 Fix mishandling of after-trigger state when a SQL function returns multiple 20 years ago
Tom Lane c2caa7b736 Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug 20 years ago
Tom Lane 97fc0f6e83 CREATE TABLE ... LIKE ... should mark the columns it creates with 20 years ago
Tom Lane a5d892b1c9 Fix string_to_array() to correctly handle the case where there are 20 years ago
Tom Lane a222a158b0 Fix SysCacheGetAttr() to handle the case where the specified syscache has not 20 years ago
Tom Lane 9acbb81dd7 Fix overly enthusiastic Assert introduced in 8.1: it's expecting a 20 years ago
Bruce Momjian e73687f2ec Backpatch to 8.1.X fix for to_timestamp() where "PM/AM" specification 20 years ago
Tom Lane 1e64862ab3 Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION 20 years ago
Teodor Sigaev 780451b43d Fix mistyping 20 years ago
Bruce Momjian 368f3b2cca In new "invalid byte sequence" error hint, call it "error", not 20 years ago
Bruce Momjian d16e2ceb59 Add hint for "invalid byte sequence for encoding" error message, 20 years ago
Tom Lane e4596d8e60 Fix core dump in duration logging for a V3-protocol Execute message 20 years ago
Bruce Momjian a42c545f62 Round microseconds on setitimer upwards. 20 years ago
Bruce Momjian 83b27b9180 On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren't 20 years ago
Bruce Momjian 1e35f9aa04 Fix statement_timeout on Win32 so that it properly treats micro-seconds 20 years ago
Andrew Dunstan e482136c04 prevent multiplexing Windows kernel event objects we listen for across various sockets - should fix the occasional stats test regression failures we see. 20 years ago
Tom Lane 69f3a5c9ed Fix oversight in sizing of shared buffer lookup hashtable. Because 20 years ago
Tom Lane eda117dfa0 Hmm, seems --disable-spinlocks has been broken for awhile and nobody 20 years ago
Tom Lane f141880150 Don't try to truncate multixact SLRU files in checkpoints done during xlog 20 years ago
Tom Lane 74dac69e3c Ensure that we retry rather than erroring out when send() or recv() return 20 years ago
Tom Lane e0bb171960 Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewriting 20 years ago
Tom Lane 60f46dee71 Fix typo. 20 years ago
Alvaro Herrera 4ca74397b4 Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table without 20 years ago
Tom Lane 1f9acaf21d Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. 20 years ago
Tom Lane 1c718dd8bf pg_stop_backup was calling XLogArchiveNotify() twice for the newly created 20 years ago
Tom Lane 62ae14545b Disallow aggregate functions in UPDATE commands (unless within a sub-SELECT). 20 years ago
Bruce Momjian 4cfe1fadad Avoid use of C commment inside C comment from recent Win32 int overflow patch. 20 years ago
Bruce Momjian f7a0b645f5 Win32 can't catch the exception thrown by INT_MIN / -1 or INT_MIN * -1, 20 years ago
Tom Lane b45f5bb726 Fix Assert failure when a fastpath function call is attempted inside an 20 years ago
Tom Lane 03c1be0663 Fix bootstrap.c so that database startup process and bgwriter properly release 20 years ago
Tom Lane 735529ce24 Remove "fuzzy comparison" logic in qsort comparison function for 20 years ago
Tom Lane b58ed707ce Fix copy-and-pasteo in Russian translation: message complaining about 20 years ago
Tom Lane 7788c43152 PostmasterIsAlive test really ought to be in the inner loop for safety. 20 years ago
Bruce Momjian e82435a96c Move conversion dependency patch to the proper branch, out of 8.1.X, 20 years ago
Bruce Momjian 7bec90969f Prevent multiple archivers from starting. Backpatch to 8.1.X. 20 years ago
Tom Lane 3d4dc1acf5 Add a new GUC parameter backslash_quote, which determines whether the SQL 20 years ago
Tom Lane 8fe643b41b Change the backend to reject strings containing invalidly-encoded multibyte 20 years ago
Alvaro Herrera e5ab52b273 Have autovacuum report its activities to the stat collector. 20 years ago
Tom Lane 1c01a5108a Fix choose_bitmap_and() so that partial index predicates are considered when 20 years ago
Tom Lane 59ca5ebf2c When a bitmap indexscan is using a partial index, it is necessary to include 20 years ago
Tom Lane 17e048603c Fix the sense of the test on DH_check()'s return value. This was preventing 20 years ago
Tom Lane 988e59f452 Remove unnecessary .seg/.section directives, per Alan Stange. 20 years ago
Tom Lane 478335a1be Fix calculation of plan node extParams to account for the possibility that one 20 years ago
Tom Lane a3fe5ed594 Avoid assuming that statistics for a parent relation reflect the properties of 20 years ago
Tom Lane 0619268b4b Remove the restriction originally coded into optimize_minmax_aggregates() that 20 years ago
Bruce Momjian 96cc1341dd Fix SELECT INTO and CREATE TABLE AS to create tables in the default 20 years ago
Tom Lane abee2cdb1e Revise large-object access routines to avoid running with CurrentMemoryContext 20 years ago
Tom Lane 4454eead14 The 8.1 planner removes WHERE quals from the plan when the quals are 20 years ago
Tom Lane 2c4abf11e1 Improve our private implementation of cbrt() to give results of the 20 years ago
Alvaro Herrera 7f0c9716ba Don't add a shared dependency on the owner of a composite type in pg_class. 20 years ago