Commit Graph

41423 Commits (7dd8eb39bd2b9e06eeef038f80ae327efb4a7d55)
 

Author SHA1 Message Date
Heikki Linnakangas 7dd8eb39bd Fix creation of stand-alone INSTALL.html file. 9 years ago
Fujii Masao daac8e30eb Fix typo in docs. 9 years ago
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
Robert Haas e63d414988 Clarify that pg_stat_activity.query has a length limit. 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
Michael Meskes a01a5013d9 Added missing "EXEC SQL" to statement. 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
Tom Lane 213c0f2d78 Doc: improve description of trim() and related functions. 9 years ago
Heikki Linnakangas 021d254d9a Make all unicode perl scripts to use strict, rearrange logic for clarity. 9 years ago
Peter Eisentraut 81c52728f8 doc: Remove claim about large shared_buffers on Windows 9 years ago
Peter Eisentraut 2f0c7ff48b doc: Fix typo 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
Heikki Linnakangas b2cc748b09 Remove dead stuff from pgcrypto. 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 ade49c605f Test all contrib-created operator classes with amvalidate. 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
Stephen Frost b57c8333b5 Clarify pg_dump -b documentation 9 years ago
Stephen Frost 489a51af12 Correct psql documentation example 9 years ago