Commit Graph

3938 Commits (3a6e2ff08a73e08efe2e1c44a32e56d84ff41dfd)

Author SHA1 Message Date
Peter Eisentraut 79bc99a467 Convert effective_cache_size to an integer, for better integration with 20 years ago
Bruce Momjian 085e559654 Change LIMIT/OFFSET to use int8 20 years ago
Tom Lane e6284649b9 Modify btree to delete known-dead index entries without an actual VACUUM. 20 years ago
Tom Lane d8b5c95ca8 Remove hard-wired lists of timezone abbreviations in favor of providing 20 years ago
Peter Eisentraut e9b4969062 DTrace support, with a small initial set of probes 20 years ago
Tom Lane a794fb0681 Convert the lock manager to use the new dynahash.c support for partitioned 20 years ago
Tom Lane 10b9ca3d05 Split the buffer mapping table into multiple separately lockable 20 years ago
Tom Lane 51ee9fa157 Add support to dynahash.c for partitioning shared hashtables according 20 years ago
Tom Lane 98359c3e3f In the recent changes to make the planner account better for cache 20 years ago
Tom Lane 0144eb92bb Add the full set of comparison functions for type TID, including a btree 20 years ago
Bruce Momjian 87c3129e2e Update WIN32 quoting roles documentation. 20 years ago
Bruce Momjian fcd1b0d891 Mark a few functions as static or NOT_USED. 20 years ago
Tom Lane 93120f3501 In a Windows backend, don't build src/port/pgsleep.c's version of 20 years ago
Tom Lane 808849e54f Fix lack of repeat-inclusion guard in win32 substitute sys/socket.h. 20 years ago
Tom Lane 9b556322c5 Fix some missing inclusions identified with new pgcheckdefines tool. 20 years ago
Bruce Momjian b43ebe5f83 More include file adjustments. 20 years ago
Bruce Momjian b844dd3f9e More include file adjustments. 20 years ago
Bruce Momjian a22d76d96a Allow include files to compile own their own. 20 years ago
Neil Conway a18faa1ba2 Remove trailing comma from CreateStmtLikeOption enum definition. This 20 years ago
Tom Lane d29b66882a Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that 20 years ago
Teodor Sigaev 001d30ee6b Add support to GIN for =(anyarray,anyarray) operation 20 years ago
Bruce Momjian ac230e7431 Alphabetically order reference to include files, "S"-"Z". 20 years ago
Bruce Momjian 3a534ade39 Alphabetically order reference to include files, "G" - "M". 20 years ago
Teodor Sigaev 234163649e GIN improvements 20 years ago
Bruce Momjian fa601357fb Sort reference of include files, "A" - "F". 20 years ago
Tom Lane c713683fd7 Reverse inclusion order of <ws2tcpip.h> and <winsock2.h>, per Dave Page. 20 years ago
Bruce Momjian b85a965f5f Allow each C include file to compile on its own by including any needed 20 years ago
Alvaro Herrera d4cef0aa2a Improve vacuum code to track minimum Xids per table instead of per database. 20 years ago
Bruce Momjian 591e90a4d9 WIN32 fixes: 20 years ago
Bruce Momjian 4f4d62a5b5 Attached patch is required ot build with the CRT that comes with Visual 20 years ago
Tom Lane b7b78d24f7 Code review for FILLFACTOR patch. Change WITH grammar as per earlier 20 years ago
Bruce Momjian 277807bd9e Add FILLFACTOR to CREATE INDEX. 20 years ago
Bruce Momjian 8c092781f4 ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT) 20 years ago
Tom Lane 08ccdf020e Fix oversight in planning for multiple indexscans driven by 20 years ago
Tom Lane cffd89ca73 Revise the planner's handling of "pseudoconstant" WHERE clauses, that is 20 years ago
Tom Lane 51e400c9c6 Remove the separate 'stats buffer' process, letting backend stats messages 20 years ago
Neil Conway 4252f835ad Add missing #include directive: pg_constraint.h declares some functions 20 years ago
Tom Lane 485375a1c9 Fix hash aggregation to suppress unneeded columns from being stored in 20 years ago
Tom Lane cfc710312e Adjust TupleHashTables to use MinimalTuple format for contained tuples. 20 years ago
Teodor Sigaev 1f7ef548ec Changes 20 years ago
Bruce Momjian 370a709c75 Add GUC update_process_title to control whether 'ps' display is updated 20 years ago
Tom Lane 69d0a15e2a Convert hash join code to use MinimalTuple format in tuple hash table 20 years ago
Bruce Momjian 33b4ad66c9 Revert patch, doesn't do what it should: 20 years ago
Tom Lane cdd5178c69 Extend the MinimalTuple concept to tuplesort.c, thereby reducing the 20 years ago
Bruce Momjian dc2c25fc62 Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. 20 years ago
Bruce Momjian 424b8e64c7 Disallow changing/dropping default expression of a SERIAL column 20 years ago
Tom Lane 3f50ba27cf Create infrastructure for 'MinimalTuple' representation of in-memory 20 years ago
Bruce Momjian 59a853e48b Fix blank line. 20 years ago
Tom Lane ca0d2197ca Change the row constructor syntax (ROW(...)) so that list elements foo.* 20 years ago
Bruce Momjian e56756e94e Use Unix line endings instead of DOS ones, per Magnus. 20 years ago