Commit Graph

10839 Commits (309cd7cf183d7e194205d8d97186c09ef67f83ae)

Author SHA1 Message Date
Peter Eisentraut 8ab27affea Cast slightly abused enum to int, so that GCC 4.5 won't warn about switch 16 years ago
Tom Lane a49147af78 Fix an oversight in convert_EXISTS_sublink_to_join: we can't convert an 16 years ago
Teodor Sigaev a0a7e63434 Fix incorrect comparison of scan key in GIN. Per report from 16 years ago
Tom Lane 376c6203cc Fix portalmem.c to avoid keeping a dangling pointer to a cached plan list 16 years ago
Tom Lane 9a915e596f Improve the handling of SET CONSTRAINTS commands by having them search 16 years ago
Tom Lane 0ae19c11f4 Remove unnecessary, inconsistent flag resets in ProcessInterrupts. 16 years ago
Tom Lane 196a6ca5de Fix unportable use of isxdigit() with char (rather than unsigned char) 16 years ago
Tom Lane e319e6799a Fix bogus initialization of KnownAssignedXids shared memory state --- 16 years ago
Simon Riggs 8bfd1a8848 Lock database while running drop database in Hot Standby to protect 16 years ago
Simon Riggs 2edc31c439 Message mentions msec when it should be seconds, so use s instead of ms. 16 years ago
Simon Riggs a8ce974cdd Teach standby conflict resolution to use SIGUSR1 16 years ago
Bruce Momjian a736540958 Add #include <sys/time.h> for struct timeval definition on BSD/OS. 16 years ago
Tom Lane 08f8d478eb Do parse analysis of an EXPLAIN's contained statement during the normal 16 years ago
Tom Lane cf7af28068 No, scratch that, it was getting added twice. 16 years ago
Tom Lane 4335281604 Actually, I'll bet the mingw problem is lack of $(BE_DLLLIBS) ... 16 years ago
Tom Lane 798fe1d513 Fix bogus subdir setting ... wonder just what that affects ... 16 years ago
Heikki Linnakangas d3be71a208 Remove unused (in non-assertion-enabled build) variable. 16 years ago
Heikki Linnakangas 40f908bdcd Introduce Streaming Replication. 16 years ago
Teodor Sigaev 4cbe473938 Add point_ops opclass for GiST. 16 years ago
Simon Riggs e99767bc28 First part of refactoring of code for ResolveRecoveryConflict. Purposes 16 years ago
Tom Lane 715120e7ac When loading critical system indexes into the relcache, ensure we lock the 16 years ago
Tom Lane dbba3a1465 Fix bug #5269: ResetPlanCache mustn't invalidate cached utility statements, 16 years ago
Tom Lane 43a9a2fb89 Make fixed_paramref_hook behave properly when there are 'unused' slots 16 years ago
Tom Lane 491dd4a97d Fix relcache reload mechanism to be more robust in the face of errors 16 years ago
Bruce Momjian 228170410d Please tablespace directories in their own subdirectory so pg_migrator 16 years ago
Tom Lane 894fc6b763 Fix aclexplode to not explode on a zero-entry ACL array. 16 years ago
Tom Lane d5e0029862 Add some simple support and documentation for using process-specific oom_adj 16 years ago
Tom Lane 292176a118 Improve ExecEvalVar's handling of whole-row variables in cases where the 16 years ago
Simon Riggs 3bfcccc295 During Hot Standby, fix drop database when sessions idle. 16 years ago
Magnus Hagander 87091cb1f1 Create typedef pgsocket for storing socket descriptors. 16 years ago
Robert Haas 84b6d5f359 Remove partial, broken support for NULL pointers when fetching attributes. 16 years ago
Tom Lane 85113bcf5a Make ExecEvalFieldSelect throw a more intelligible error if it's asked to 16 years ago
Simon Riggs 42edbd16fb During Hot Standby, set DatabasePath correctly during relcache init file 16 years ago
Tom Lane 217dc525c0 Fix oversight in EvalPlanQualFetch: after failing to lock a tuple because 16 years ago
Robert Haas b1ee6daf2f Document why we copy reloptions into CacheMemoryContext after-the-fact. 16 years ago
Tom Lane 50626efe0a Fix 3-parameter form of bit substring() to throw error for negative length, 16 years ago
Tom Lane e4a6ebf7de Make bit/varbit substring() treat any negative length as meaning "all the rest 16 years ago
Tom Lane 82170c747b Fix (some of the) breakage introduced into query-cancel processing by HS. 16 years ago
Tom Lane 901be0fad4 Remove all the special-case code for INT64_IS_BUSTED, per decision that 16 years ago
Bruce Momjian c282b36dd2 More tablespace.c comment improvements. 16 years ago
Bruce Momjian 85fcbd8655 Clarify tablespace.c::TablespaceCreateDbspace() comments. 16 years ago
Robert Haas 814c8a03ba Further fixes for per-tablespace options patch. 16 years ago
Robert Haas 2cb67c4c30 Improve a couple of comments relating to large object snapshot management. 16 years ago
Bruce Momjian a6f56efc35 PG_MAJORVERSION: 16 years ago
Tom Lane 9261b19fb5 Fix spccache.c to not suppose that a cache entry will live across database 16 years ago
Tom Lane 64b9c850e9 Access hash entry before freeing it, not after. 16 years ago
Tom Lane 87ac6e72cc Make error messages for bad --set-version argument more useful. 16 years ago
Tom Lane d7085f2406 Make the makefile pass $MAJORVERSION to genbki.pl, not $VERSION which is 16 years ago
Itagaki Takahiro ee0b602425 Silence compiler warning about uninitialized variables. This initialization 16 years ago
Itagaki Takahiro 946cf229e8 Support rewritten-based full vacuum as VACUUM FULL. Traditional 16 years ago