Commit Graph

2898 Commits (cff58dd54ebf9dfef6c8f096dcfecf078caffc13)

Author SHA1 Message Date
Bruce Momjian 38081fd000 Change PG_DELAY from msec to usec and use it consistenly rather than 22 years ago
Neil Conway afca5d50dc Cleanup: move the 'Value' node into a separate file, rather than putting 22 years ago
Tom Lane a77e32d7c5 Apply the core parts of Dennis Bjorklund's patch to allow function 22 years ago
Bruce Momjian 488f2785d0 Final rearrangement of main postgresql child process (ie. 22 years ago
Neil Conway dfc7e7b71d Code cleanup, mostly in the smgr: 22 years ago
Neil Conway 030f8e7313 Remove unused 'noversion' command-line option processing from the 22 years ago
Neil Conway bc028beb16 Make the 'wal_debug' GUC variable a boolean (rather than an integer), and 22 years ago
Tom Lane b0c4a50bbb Instead of rechecking lossy index operators by putting them into the 22 years ago
Tom Lane fa559a86ee Adjust indexscan planning logic to keep RestrictInfo nodes associated 22 years ago
Tom Lane 5c74ce23db Improve UniquePath logic to detect the case where the input is already 22 years ago
Tom Lane 9091e8d1b2 Add the ability to extract OR indexscan conditions from OR-of-AND 22 years ago
Tom Lane 187b190adb There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to 22 years ago
Tom Lane 82b4dd394f Merge restrictlist_selectivity into clauselist_selectivity by 22 years ago
Tom Lane 6cb1c0238b Rewrite OR indexscan processing to be more flexible. We can now for the 22 years ago
Tom Lane 037e2fcf8f Must test for __hppa__ as well as __hppa to make linux-hppa happy. 22 years ago
Tom Lane be6c38b903 Adjust the definition of RestrictInfo's left_relids and right_relids 22 years ago
Tom Lane c607bd693f Clean up the usage of canonicalize_qual(): in particular, be consistent 22 years ago
Tom Lane f8eed65dfb Improve spinlock code for recent x86 processors: insert a PAUSE 22 years ago
Bruce Momjian aeddc2a60d Continued rearrangement to permit pgstat + BootstrapMain processes to be 22 years ago
Bruce Momjian 1c757c49fa > > I have no idea if this in Oracle or not. But it's something I 22 years ago
Tom Lane afb09b5a31 Use inlined TAS() on PA-RISC, if we are compiling with gcc. 22 years ago
Tom Lane 9adaf64da3 Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platforms 22 years ago
Bruce Momjian caf6e9d2dd Have configure --without-spinlocks actually not use spinlock code, even 22 years ago
Bruce Momjian 69f2e9b0fc Move slock_t typdefs into s_lock.h from include/port files for 22 years ago
Bruce Momjian 887b5a7be0 Remove NEED_I386_TAS_ASM and just test for compiler defines. 22 years ago
Bruce Momjian 9114cb1c5f This applied patch remove NEED_SPARC_TAS_ASM and instead uses __sparc || 22 years ago
Bruce Momjian b731d04101 Test for __alpha and __alpha__. 22 years ago
Bruce Momjian 0ea4f9c859 Back out: 22 years ago
Tom Lane 569659ae16 Improve btree's initial-positioning-strategy code so that we never need 22 years ago
Bruce Momjian d75b2ec4eb This patch is the next step towards (re)allowing fork/exec. 22 years ago
Bruce Momjian 54c8e821b8 In my mind there were two categories of open issues 22 years ago
Tom Lane 54840eca2e Use a shutdown callback to clear setArgsValid in a FuncExprState that is 22 years ago
Tom Lane 38423232a5 Ensure set-returning functions in the targetlist of a plan node will be 22 years ago
Neil Conway fef0c8345a I posted some bufmgr cleanup a few weeks ago, but it conflicted with 22 years ago
Peter Eisentraut 2afacfc403 This patch properly sets the prototype for the on_shmem_exit and 22 years ago
Tom Lane f288877f10 Fix thinko in comment. 22 years ago
Joe Conway 461b71f208 catversion change needed by previous read-onlu GUC variables commit. 22 years ago
Joe Conway 66989aa2d6 Added new group of read-only GUC variables to allow simple access 22 years ago
Tom Lane 7f8f7665fc Planner failed to be smart about binary-compatible expressions in pathkeys 22 years ago
Joe Conway e2605c8311 Add a warning to AtEOXact_SPI() to catch cases where the current 22 years ago
Bruce Momjian 5ef01a28e6 The attached patch enables contrib/cube to build cleanly under Cygwin 22 years ago
Tom Lane 5e2b99db95 Avoid assuming that type key_t is 32 bits, since it reportedly isn't 22 years ago
Bruce Momjian 7ce9b7c0d8 This patch adds a new GUC var, "default_with_oids", which follows the 22 years ago
Bruce Momjian e7ca867485 Try to reduce confusion about what is a lock method identifier, a lock 22 years ago
Bruce Momjian 04a4821ade Attached is a patch implementing factorial(), returning numeric. Points 22 years ago
Bruce Momjian 32abf0e781 Bump all version numbers and version stamps mentioned in RELEASE_CHANGES. 22 years ago
PostgreSQL Daemon 55b113257c make sure the $Id tags are converted to $PostgreSQL as well ... 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane a64846f3ad Get rid of hashkeys field of Hash plan node, since it's redundant with 22 years ago
Peter Eisentraut 083e10e167 Install all the headers files that the ones that are already installed 22 years ago