Commit Graph

41403 Commits (5714931b075b2dc8994b6e464ea3845c33ecf416)
 

Author SHA1 Message Date
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
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
Magnus Hagander c6dbc7b651 Mention server start requirement for ssl parameters 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
Alvaro Herrera 4aaddf2f00 Fix commit_ts for FrozenXid and BootstrapXid 9 years ago
Tom Lane 6fa391be4e Avoid masking a function parameter name with a local variable name. 9 years ago
Tom Lane bd673e8e86 Make sure ALTER TABLE preserves index tablespaces. 9 years ago
Robert Haas e343dfa42b Remove barrier.h 9 years ago
Tom Lane e1320266ed Doc: improve documentation about composite-value usage. 9 years ago
Robert Haas 9a1d0af4ad Code review for commit 274bb2b385. 9 years ago
Tom Lane 906bfcad7b Improve handling of "UPDATE ... SET (column_list) = row_constructor". 9 years ago
Robert Haas e8ac886c24 Support condition variables. 9 years ago