Commit Graph

1437 Commits (048efc25e46d95f6a6dad20d65f6d9dd10c640d4)

Author SHA1 Message Date
Tom Lane 07d0a370c1 Make configure probe for the location of the <uuid.h> header file. 18 years ago
Tom Lane 7ec280e117 Be careful to get share lock on each page before computing its free space. 18 years ago
Magnus Hagander f04b8a8e2c Increase FD_SETSIZE on Win32 to allow for more than 54 clients. 18 years ago
Tom Lane 9a4b29d832 Teach pgxs.mk and Install.pm how to install files from a contrib module 18 years ago
Tom Lane 5fcb079858 Add sample text search dictionary templates and parsers, to replace the 18 years ago
Tom Lane 17333b6d09 Remove contrib/txid, in preparation for migrating it into core. 18 years ago
Tom Lane d77717bae7 Code review for txid patch: add binary I/O functions, avoid dependence 18 years ago
Tom Lane 9f3bd2994c Faster test for overflow in str2txid, from Marko. 18 years ago
Tom Lane b196b7fb72 Get rid of dependency on strtoull() --- Marko Kreen. 18 years ago
Jan Wieck 1f92630fc4 Added the Skytools extended transaction ID module to contrib as discussed 18 years ago
D'Arcy J.M. Cain c2862e3cad Add some examples. 18 years ago
D'Arcy J.M. Cain ca87db23ea Fix a minor typo. 18 years ago
Tom Lane 47d2347167 Properly mark mergeable/hashable equality operators (found by opr_sanity 18 years ago
Tom Lane f8203f908e Support functions for index opclasses should be immutable. 18 years ago
Tom Lane ae57efed4a Support functions for index opclasses should be immutable. 18 years ago
Tom Lane 2e0c47e5bf Support functions for index opclasses should be immutable. 18 years ago
Tom Lane d80d8acbce Support functions for index opclasses should be immutable. 18 years ago
Tom Lane 92266303e8 Support functions for index opclasses should be immutable. 18 years ago
Tom Lane 591abe1b72 Remove bogus commutator marking --- the module doesn't actually supply 18 years ago
Tom Lane 24ad7d4628 Support functions for index opclasses should be immutable. 18 years ago
Tom Lane 6e7e0b5350 Defend against openssl libraries that fail on keys longer than 128 bits; 18 years ago
Tom Lane ffda674769 Tweak pgbench.c to remove the hidden assumption that a WIN32 machine 18 years ago
Tom Lane f18dfc4835 Minor improvements in backup and recovery: 18 years ago
Tom Lane cc59049daf Improve handling of prune/no-prune decisions by storing a page's oldest 18 years ago
Tom Lane 282d2a03dd HOT updates. When we update a tuple without changing any of its indexed 18 years ago
Tom Lane 2d6cb170d4 Remove ill-considered (not to mention undocumented) attempt to make 18 years ago
Tom Lane 6889303531 Redefine the lp_flags field of item pointers as having four states, rather 18 years ago
Tom Lane 89fefd9416 Reduce the permissions check needed to use pgrowlocks() to having 18 years ago
Tom Lane a41e46b261 Require SELECT privilege on a table to do dblink_get_pkey(). This is 18 years ago
Tom Lane 56f3fb3ba1 Restrict pgrowlocks function to superusers. (This might be too strict, 18 years ago
Tom Lane 38c75ecf83 Restrict pgstattuple functions to superusers. (This might be too strict, 18 years ago
Tom Lane 0effa088f5 Clean up usage of some deprecated APIs, particularly schema-unsafe 18 years ago
Tom Lane 08fc73c4c3 Code review for btreefuncs additions: restrict to superusers to avoid 18 years ago
Tatsuo Ishii e4a52eca35 The upper limit for -c option of pgbench is now obtained from 18 years ago
Tom Lane b918bf86c6 Fix combo_decrypt() to throw an error for zero-length input when using a 18 years ago
Tom Lane d097534219 Fix possible core dump from pgbench -d option. Julius Stroffek 18 years ago
Tom Lane 46dedde524 contrib/tsearch2 now fails its regression test because of conflicts with 18 years ago
Tom Lane 82eed4dba2 Arrange to put TOAST tables belonging to temporary tables into special schemas 18 years ago
Tom Lane 2a275e6d3c Fix pg_buffercache to release buffer partition locks in reverse order, 18 years ago
Magnus Hagander bbef913250 Quote pathnames so pg_standby works with paths that have 18 years ago
Tom Lane 37e347a7e0 Get rid of overly cute, unportable, probably not very efficient substitute 18 years ago
Tom Lane 93624bcda0 Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely producing 18 years ago
Tom Lane 4608f359a6 Fix a passel of signed vs unsigned char warnings. 18 years ago
Tom Lane cfd6c89b04 Silence a rather odd compiler warning. In passing, make this file's 18 years ago
Tom Lane a190eb3d7d Avoid possibly-unportable initializer, per buildfarm warning. 18 years ago
Tom Lane 84a0445c4d Change a couple of exit(0) to return 0 to suppress complaints from 18 years ago
Tom Lane 7176e60bc8 Silence Solaris compiler warnings, per buildfarm. 18 years ago
Tom Lane 10a91e0add Silence Solaris compiler warning, per buildfarm. 18 years ago
Tom Lane af18d3d05c Fix compile warning on Solaris, per buildfarm. (Why have we got 18 years ago
Tom Lane cd54eb2b5b Fix possible portability problem, per buildfarm warnings. 18 years ago