Commit Graph

41489 Commits (23c75b55aaccddea79545ffaf1cbfc9f1edeaa8c)
 

Author SHA1 Message Date
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
Tom Lane 1c7861e81b Doc: add a section in Part II concerning RETURNING. 9 years ago
Tom Lane e2a0ee6900 Make contrib/test_decoding regression tests safe for CZ locale. 9 years ago
Tom Lane ae92a9a380 Fix uninitialized variable. 9 years ago
Tom Lane a4930e7ca2 Fix PGLC_localeconv() to handle errors better. 9 years ago
Tom Lane 4324ade9a6 Fix optimization for skipping searches for parallel-query hazards. 9 years ago
Robert Haas a734fd5d1c autovacuum: Drop orphan temp tables more quickly but with more caution. 9 years ago
Tom Lane f24cf960d7 Fix test for subplans in force-parallel mode. 9 years ago
Tom Lane c5f365f3ab Prevent multicolumn expansion of "foo.*" in an UPDATE source expression. 9 years ago
Tom Lane 0832f2db68 Fix latent costing error in create_merge_append_path. 9 years ago
Tom Lane 13671b4b22 Code review for GUC serialization/deserialization code. 9 years ago
Peter Eisentraut 67dc4ccbb2 Add pg_sequences view 9 years ago
Stephen Frost 8f91f323b4 Clean up pg_dump tests, re-enable BLOB testing 9 years ago
Robert Haas a43f1939d5 Remove or reduce verbosity of some debug messages. 9 years ago
Tom Lane d8c05aff56 Fix pg_dump's handling of circular dependencies in views. 9 years ago