Commit Graph

26659 Commits (0404cd5a67a24a2fdfe1d2c501f197dfd39dffdb)
 

Author SHA1 Message Date
Tom Lane fb85c50390 Update back-branch release notes. 18 years ago
Peter Eisentraut 612cc940dc Translation updates 18 years ago
Tom Lane 845948b426 Update time zone data files to tzdata release 2009a: introduces Asia/Kathmandu 18 years ago
Tom Lane 34ac61c383 Replace argument-checking Asserts with regular test-and-elog checks in all 18 years ago
Teodor Sigaev 3c66f7c8d6 Fix incorrect dereferencing of char* to array's index. 18 years ago
Teodor Sigaev e40c166d6e Fix bug with multiple evaluation of tsearch2 compatibility trigger, trigger 18 years ago
Magnus Hagander 20632d57f1 Go over all OpenSSL return values and make sure we compare them 18 years ago
Magnus Hagander 5b82d268e4 Support running as a service on Windows 7, by not specifying 18 years ago
Bruce Momjian 879d780f65 Document that SELECT FOR UPDATE/SHARE with ORDER BY might return results 18 years ago
Tom Lane ff8f86e7a1 Fix a pg_dump output ordering problem introduced in 8.3 by the addition of 18 years ago
Heikki Linnakangas 3dc19e440b Change explanation of pg_switch_xlog()'s return value to match code. 18 years ago
Teodor Sigaev 87042a1969 Fix URL generation in headline. Only tag lexeme will be replaced by space. 18 years ago
Teodor Sigaev 90208cc2fb Fix generation of too long headline with ShortWords. 18 years ago
Heikki Linnakangas 09156de640 Remove broken Assertions that failed if a statement executed in PL/pgSQL is 18 years ago
Magnus Hagander 4d4b0f3521 Throw an error when using -C and -1 at the same time in pg_restore. 18 years ago
Bruce Momjian 74216bc8c8 Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention the need 18 years ago
Tom Lane 323dd9f320 Insert conditional SPI_push/SPI_pop calls into InputFunctionCall, 18 years ago
Tom Lane 72a3bc4a1d Remove references to pgsql-ports and pgsql-patches mailing lists from 18 years ago
Heikki Linnakangas 1f2e2aa4fc Fix logic in lazy vacuum to decide if it's worth trying to truncate the heap. 18 years ago
Joe Conway c8fad375db Fix bug per Oleksiy Shchukin - 2nd argument for dblink_get_result(text,bool) 18 years ago
Tom Lane 2a4cd9cd6b Fix an oversight in my patch of a couple weeks ago that ensured a snapshot 18 years ago
Tom Lane de1b4298d8 Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabled 18 years ago
Tom Lane b33432a33b Make heap_update() set newtup->t_tableOid correctly, for consistency with 18 years ago
Tom Lane 7cec608b7a Remove newly-added regression test cases that referenced pg_stats. 18 years ago
Tom Lane 4d2fa58aea Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing an 18 years ago
Tom Lane 8d1d6019d4 Fix failure to ensure that a snapshot is available to datatype input functions 18 years ago
Magnus Hagander f6bab28488 Clearify how processes are started by autovacuum, and what the effect 18 years ago
Magnus Hagander 4e00382b9a Add note that autovacuum can use up several times maintenance_work_mem, 18 years ago
Teodor Sigaev e78f83809b Initialize GISTScanOpaque->qual_ok even if there is no conditions. 18 years ago
Tom Lane 07531c6c37 Fix an oversight in the code that makes transitive-equality deductions from 18 years ago
Tom Lane d044ac30a4 Ensure that the contents of a holdable cursor don't depend on out-of-line 18 years ago
Tom Lane c0118c11a8 Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext. 18 years ago
Tom Lane 37e4c7219b Remove inappropriate memory context switch in shutdown_MultiFuncCall(). 18 years ago
Tom Lane b9e8986d1b Back-patch change to make DISCARD ALL release advisory locks. 18 years ago
Michael Meskes 0b1953868e Replaced strchrnul by strchr. 18 years ago
Michael Meskes c892504fa6 When creating a varchar struct name braces must be discarded. 18 years ago
Tom Lane fb2a0a450b information_schema.key_column_usage.position_in_unique_constraint was 18 years ago
Peter Eisentraut 05798c9275 Fix crash of xmlconcat(NULL) 18 years ago
Tom Lane b608b24245 Prevent synchronous scan during GIN index build, because GIN is optimized 18 years ago
Peter Eisentraut 940c412d7f Since the xmlagg section was moved, "below" is no longer accurate. 18 years ago
Tom Lane a7baa6deed In predtest.c, install a limit on the number of branches we will process in 18 years ago
Heikki Linnakangas 5b9c854dae Fix off-by-one error in autovacuum shmem struct sizing. This could lead to 18 years ago
Andrew Dunstan 9ac53e7978 Detect and error out on inability to get proper linkage information required for plperl, usually due to absence of perl ExtUtils::Embed module. Backpatch as far as 8.1. 18 years ago
Magnus Hagander 24e1815bb0 Mention the tup_fetched column in pg_stat_database. 18 years ago
Tom Lane 213647b158 Get rid of adjust_appendrel_attr_needed(), which has been broken ever since 18 years ago
Tom Lane 47925b83cb Fix bugs in sqlchar_to_unicode and unicode_to_sqlchar: both were measuring 18 years ago
Tom Lane af9b481653 Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the BIO_s_mem buffer 18 years ago
Bruce Momjian d0d2d74ce7 Document that 'sslmode' is ignored for Unix domain socket communication; 18 years ago
Marc G. Fournier a06dedfc5e commit for 8.3.5 18 years ago
Tom Lane 7e23bd31d1 Update back-branch release notes. 18 years ago