Commit Graph

3873 Commits (e2f7eb36d6eef0deba1c3a5454dbc6f2bdc1edcb)

Author SHA1 Message Date
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
Bruce Momjian e2fee8cf6d Update include files to Unix newline format, per report from Magnus. 20 years ago
Tom Lane 2924ca6747 Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. 20 years ago
Bruce Momjian 199f8f2858 Fix GEVHDRSZ for Win32. 20 years ago
Bruce Momjian d8f75d4131 Fix Win32/Cygwin problems: 20 years ago
Tom Lane 50aa69a825 Fix re-inclusion of port header file on Windows, per Magnus. 20 years ago
Tom Lane 27c3e3de09 Remove redundant gettimeofday() calls to the extent practical without 20 years ago
Tom Lane 47a37aeebd Split definitions for md5.c out of crypt.h and into their own header 20 years ago
Tom Lane b13c9686d0 Take the statistics collector out of the loop for monitoring backends' 20 years ago
Tom Lane 1e8ae13640 Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration 20 years ago
Tom Lane c892643a3c Code review for SELECT INTO STRICT patch: use saner choices of error 20 years ago
Andrew Dunstan bbcd01692b DROP ... IF EXISTS for the following cases: 20 years ago
Tom Lane 06e10abc0b Fix problems with cached tuple descriptors disappearing while still in use 20 years ago
Tom Lane 8b9bc234ad Remove the limit on the number of entries allowed in catcaches, and 20 years ago
Tom Lane 5de0cbdf0c Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliable 20 years ago
Bruce Momjian 399a36a75d Prepare code to be built by MSVC: 20 years ago