Commit Graph

29096 Commits (7dd8eb39bd2b9e06eeef038f80ae327efb4a7d55)

Author SHA1 Message Date
Heikki Linnakangas fe0a0b5993 Replace PostmasterRandom() with a stronger source, second attempt. 9 years ago
Fujii Masao 5dc851afde Fix incorrect output from gin_desc(). 9 years ago
Tom Lane 3850723208 Don't mess up pstate->p_next_resno in transformOnConflictClause(). 9 years ago
Noah Misch d61aa6ae65 Document recipe for testing compatibility with old Perl. 9 years ago
Noah Misch 54aa6ccfc5 Make pgwin32_putenv() probe every known CRT, regardless of compiler. 9 years ago
Noah Misch 202dbdbe41 Make pgwin32_putenv() follow DLL loading and unloading. 9 years ago
Noah Misch 95b9b8a397 Make pgwin32_putenv() visit debug CRTs. 9 years ago
Noah Misch b37da1e8a0 Remove wrong CloseHandle() call. 9 years ago
Noah Misch a9d9208c15 Refine win32env.c cosmetics. 9 years ago
Tom Lane 19fcc0058e Fix broken wait-for-previous-process-to-exit loop in regression test. 9 years ago
Robert Haas 767a9039d7 Fix thinko in b3427dade1. 9 years ago
Tom Lane b3427dade1 Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits. 9 years ago
Robert Haas 13df76a537 Introduce dynamic shared memory areas. 9 years ago
Robert Haas 13e14a78ea Management of free memory pages. 9 years ago
Robert Haas fbc1c12a94 Add a crude facility for dealing with relative pointers. 9 years ago
Alvaro Herrera 5e5986b6cb Fix outdated comments 9 years ago
Robert Haas b460f5d669 Add max_parallel_workers GUC. 9 years ago
Alvaro Herrera 5714931b07 Fix Windows build for 78c8c81439 9 years ago
Alvaro Herrera fa2fa99552 Permit dump/reload of not-too-large >1GB tuples 9 years ago
Peter Eisentraut 78c8c81439 Refactor libpqwalreceiver 9 years ago
Peter Eisentraut 597a87ccc9 Use latch instead of select() in walreceiver 9 years ago
Peter Eisentraut b999c247a5 Add aggregate_with_argtypes and use it consistently 9 years ago
Peter Eisentraut e696dccec1 Move function_with_argtypes to a better location 9 years ago
Peter Eisentraut 0aff9293bf Use grammar symbol function_with_argtypes consistently 9 years ago
Robert Haas 11003eb556 libpq: Fix inadvertent change in PQhost() behavior. 9 years ago
Andres Freund fc4b3dea29 User narrower representative tuples in the hash-agg hashtable. 9 years ago
Andres Freund 8ed3f11bb0 Perform one only projection to compute agg arguments. 9 years ago
Robert Haas 6d46f4783e Improve hash index bucket split behavior. 9 years ago
Heikki Linnakangas 021d254d9a Make all unicode perl scripts to use strict, rearrange logic for clarity. 9 years ago
Heikki Linnakangas 1de9cc0dcc Rewrite the perl scripts to produce our Unicode conversion tables. 9 years ago
Heikki Linnakangas 6c303223be Remove leading zeros, for consistency with other map files. 9 years ago
Heikki Linnakangas 2c09c93ce1 Remove code points < 0x80 from character conversion tables. 9 years ago
Tom Lane 41e2b84ce1 Fix bogus handling of JOIN_UNIQUE_OUTER/INNER cases for parallel joins. 9 years ago
Tom Lane ca5f885020 Improve eqjoinsel_semi's behavior for small inner relations with no stats. 9 years ago
Peter Eisentraut 96fb4c90e3 Straighten out some whitespace 9 years ago
Tom Lane 11da83a0e7 Add uuid to the set of types supported by contrib/btree_gist. 9 years ago
Robert Haas 721f7bd3cb libpq: Add target_session_attrs parameter. 9 years ago
Stephen Frost 4fafa579b0 Add --no-blobs option to pg_dump 9 years ago
Tom Lane d6c8b34e95 Fix incorrect variable type in set_rel_consider_parallel(). 9 years ago
Tom Lane 4e20511d5b Fix estimate_expression_value to constant-fold SQLValueFunction nodes. 9 years ago
Alvaro Herrera eb68141688 Fix get_relation_info name typo'ed in a comment 9 years ago
Tom Lane 404e667580 Fix busted tab-completion pattern for ALTER TABLE t ALTER c DROP ... 9 years ago
Tom Lane dafa0848da Code review for early drop of orphaned temp relations in autovacuum. 9 years ago
Tom Lane 182db07040 Fix test about ignoring extension dependencies during extension scripts. 9 years ago
Robert Haas 273270593f Mark IsPostmasterEnvironment and IsBackgroundWorker as PGDLLIMPORT. 9 years ago
Tom Lane dbdfd114f3 Bring some clarity to the defaults for the xxx_flush_after parameters. 9 years ago
Tom Lane ab77a5a456 Mark a query's topmost Paths parallel-unsafe if they will have initPlans. 9 years ago
Tom Lane 4e026b32d4 Check for pending trigger events on far end when dropping an FK constraint. 9 years ago
Magnus Hagander 8afb811088 Fix typo in comment 9 years ago
Tom Lane 4cc6a3f110 Check that default_tablespace affects ALTER TABLE ADD UNIQUE/PRIMARY KEY. 9 years ago