Commit Graph

19638 Commits (3d70b5d01a604cf6a4af372b4abc500cd3c2cf12)

Author SHA1 Message Date
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. 17 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. 17 years ago
Tom Lane 5136541a6a Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the 17 years ago
Tom Lane ddf8b77020 Fix crash if a DROP is attempted on an internally-dependent object. 17 years ago
Bruce Momjian 3141a43605 fsync test files 17 years ago
Teodor Sigaev 8cc1c8c9f2 Fix incorrect arguments for gist_box_penalty call. The bug could be observed 17 years ago
Tom Lane 010394d7aa Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog records. 17 years ago
Heikki Linnakangas 524f701cb5 Don't error out if recycling or removing an old WAL segment fails at the end 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 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 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
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 ef75f74f4c Fix incorrect encoding-aware name truncation in makeArrayTypeName(). 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
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