Commit Graph

28639 Commits (959af88533cf682a2522a78f99056bc8adf0b58c)
 

Author SHA1 Message Date
Heikki Linnakangas 959af88533 When you do "ARRAY[...]::domain", where domain is a domain over an array type, 16 years ago
Teodor Sigaev 66ad0b3a05 Fix multicolumn GIN's wrong results with fastupdate enabled. 16 years ago
Tom Lane 7a6aa851f5 Do not build psql's flex module on its own, but instead include it in 16 years ago
Alvaro Herrera 83d4698cc9 Fix longstanding problems in VACUUM caused by untimely interruptions 16 years ago
Tom Lane 2c61405206 Allow binary-coercible cases in ri_HashCompareOp; there are some such cases 16 years ago
Heikki Linnakangas 7433359347 Disable triggering failover with a signal in pg_standby on Windows, because 16 years ago
Peter Eisentraut 59052a5122 Fix obscure segfault condition in PL/Python 16 years ago
Tom Lane 01adc8afd5 Dept of second thoughts: after studying index_getnext() a bit more I realize 16 years ago
Tom Lane 891e225a70 Fix two serious bugs introduced into hash indexes by the 8.4 patch that made 16 years ago
Tom Lane f175aed87a Ensure the previous Perl interpreter selection is restored upon exit from 16 years ago
Tom Lane 3f5a4828f9 Make the overflow guards in ExecChooseHashTableSize be more protective. 16 years ago
Tom Lane 4b53f16be9 Fix \df to re-allow regexp special characters in the function name pattern. 16 years ago
Tom Lane f18a77acc8 Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to check 16 years ago
Tom Lane bd02b48ba4 Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries; 16 years ago
Alvaro Herrera 0dfba4e98f Fix documentation on the toast.fillfactor reloption: it doesn't exist. 16 years ago
Tom Lane 8842800d79 Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that the 16 years ago
Heikki Linnakangas a04cb27ce3 FREEZE and VERBOSE options were in wrong order in the VACUUM command that 16 years ago
Heikki Linnakangas 3db362edf3 Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_AUTH_MAX_TOKEN_LENGTH, 16 years ago
Heikki Linnakangas bd62a211b5 Raise the maximum authentication token (Kerberos ticket) size in GSSAPI 16 years ago
Tom Lane 3d70b5d01a Fix ts_stat's failure on empty tsvector. 16 years ago
Heikki Linnakangas 09a12ef929 Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by 16 years ago
Alvaro Herrera 4c7ac1aea7 Fix snapshot management, take two. 16 years ago
Tom Lane 8e3384e35d Change CREATE TABLE so that column default expressions coming from different 16 years ago
Tom Lane 83a673808d Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficiently 16 years ago
Tom Lane 70b533e029 Fix an oversight in an 8.3-era patch: pgstat_initstats should allow stats 16 years ago
Tom Lane c3110e49b1 Make sure that GIN fast-insert and regular code paths enforce the same 16 years ago
Tom Lane ac317a8474 Fix erroneous handling of shared dependencies (ie dependencies on roles) 16 years ago
Alvaro Herrera ae35363dce Ensure that a cursor has an immutable snapshot throughout its lifespan. 16 years ago
Tom Lane d4bd8423c9 Fix equivclass.c's not-quite-right strategy for handling X=X clauses. 16 years ago
Andrew Dunstan 38da75e1e9 Convert a perl array to a postgres array when returned by Set Returning Functions as well as non SRFs. Backpatch to 8.1 where these facilities were introduced. with a little help from Abhijit Menon-Sen. 16 years ago
Tom Lane 5136541a6a Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the 16 years ago
Tom Lane ddf8b77020 Fix crash if a DROP is attempted on an internally-dependent object. 16 years ago
Bruce Momjian 3141a43605 fsync test files 16 years ago
Tom Lane 4853c1eb2f A bit more wordsmithing on the COPY CSV NULL business. 16 years ago
Teodor Sigaev 8cc1c8c9f2 Fix incorrect arguments for gist_box_penalty call. The bug could be observed 16 years ago
Bruce Momjian 541569caed CSV NULL Documentation 16 years ago
Bruce Momjian 77b2388b24 CVS NULL Documentation 16 years ago
Tom Lane 010394d7aa Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog records. 16 years ago
Heikki Linnakangas 524f701cb5 Don't error out if recycling or removing an old WAL segment fails at the end 17 years ago
Joe Conway 0daae1a622 plug dblink resource leak 17 years ago
Tom Lane 3a3c2cd59c Fix assertion failure when a SELECT DISTINCT ON expression is volatile. 17 years ago
Heikki Linnakangas 96ca52dbe8 On Windows, when a file is deleted and another process still has an open 17 years ago
Tom Lane 9ed9ac5a38 Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the 17 years ago
Tom Lane 3385dcc8c8 Remove outside-the-scanner references to "yyleng". 17 years ago
Tom Lane 2b893f65e9 Update the tznames reference files, and add IDT (Israel Daylight Time) 17 years ago
Tom Lane d53bbbcf13 Put back "ifeq ($(PORTNAME), solaris)", this time with some documentation 17 years ago
Tom Lane 71c4a7b94e Revert ill-considered restriction of dtrace support to Solaris only. 17 years ago
Heikki Linnakangas a3cd02e97a Fix encoding handling in xml binary input function. If the XML header didn't 17 years ago
Marc G. Fournier 6883b7df92 Tag 8.4.1 17 years ago
Tom Lane b58a4b2ee8 Final updates of release notes for 8.4.1, 8.3.8, 8.2.14, 8.1.18, 8.0.22, 17 years ago