| 2016-12-02 |
Peter Eisentraut | Refactor libpqwalreceiver |
commit | commitdiff | tree |
| 2016-12-02 |
Peter Eisentraut | Use latch instead of select() in walreceiver |
commit | commitdiff | tree |
| 2016-12-01 |
Peter Eisentraut | Add aggregate_with_argtypes and use it consistently |
commit | commitdiff | tree |
| 2016-12-01 |
Peter Eisentraut | Move function_with_argtypes to a better location |
commit | commitdiff | tree |
| 2016-12-01 |
Peter Eisentraut | Use grammar symbol function_with_argtypes consistently |
commit | commitdiff | tree |
| 2016-12-01 |
Robert Haas | libpq: Fix inadvertent change in PQhost() behavior. |
commit | commitdiff | tree |
| 2016-12-01 |
Michael Meskes | Added missing "EXEC SQL" to statement. |
commit | commitdiff | tree |
| 2016-12-01 |
Andres Freund | User narrower representative tuples in the hash-agg... |
commit | commitdiff | tree |
| 2016-12-01 |
Andres Freund | Perform one only projection to compute agg arguments. |
commit | commitdiff | tree |
| 2016-11-30 |
Robert Haas | Improve hash index bucket split behavior. |
commit | commitdiff | tree |
| 2016-11-30 |
Tom Lane | Doc: improve description of trim() and related functions. |
commit | commitdiff | tree |
| 2016-11-30 |
Heikki Linnakangas | Make all unicode perl scripts to use strict, rearrange... |
commit | commitdiff | tree |
| 2016-11-30 |
Peter Eisentraut | doc: Remove claim about large shared_buffers on Windows |
commit | commitdiff | tree |
| 2016-11-30 |
Peter Eisentraut | doc: Fix typo |
commit | commitdiff | tree |
| 2016-11-30 |
Heikki Linnakangas | Rewrite the perl scripts to produce our Unicode convers... |
commit | commitdiff | tree |
| 2016-11-30 |
Heikki Linnakangas | Remove leading zeros, for consistency with other map... |
commit | commitdiff | tree |
| 2016-11-30 |
Heikki Linnakangas | Remove code points < 0x80 from character conversion... |
commit | commitdiff | tree |
| 2016-11-30 |
Heikki Linnakangas | Remove dead stuff from pgcrypto. |
commit | commitdiff | tree |
| 2016-11-30 |
Tom Lane | Fix bogus handling of JOIN_UNIQUE_OUTER/INNER cases... |
commit | commitdiff | tree |
| 2016-11-29 |
Tom Lane | Improve eqjoinsel_semi's behavior for small inner relat... |
commit | commitdiff | tree |
| 2016-11-29 |
Peter Eisentraut | Straighten out some whitespace |
commit | commitdiff | tree |
| 2016-11-29 |
Tom Lane | Test all contrib-created operator classes with amvalidate. |
commit | commitdiff | tree |
| 2016-11-29 |
Tom Lane | Add uuid to the set of types supported by contrib/btree... |
commit | commitdiff | tree |
| 2016-11-29 |
Robert Haas | libpq: Add target_session_attrs parameter. |
commit | commitdiff | tree |
| 2016-11-29 |
Stephen Frost | Add --no-blobs option to pg_dump |
commit | commitdiff | tree |
| 2016-11-29 |
Tom Lane | Fix incorrect variable type in set_rel_consider_parallel(). |
commit | commitdiff | tree |
| 2016-11-29 |
Stephen Frost | Clarify pg_dump -b documentation |
commit | commitdiff | tree |
| 2016-11-29 |
Stephen Frost | Correct psql documentation example |
commit | commitdiff | tree |
| 2016-11-29 |
Tom Lane | Fix estimate_expression_value to constant-fold SQLValue... |
commit | commitdiff | tree |
| 2016-11-28 |
Alvaro Herrera | Fix get_relation_info name typo'ed in a comment |
commit | commitdiff | tree |
| 2016-11-28 |
Tom Lane | Fix busted tab-completion pattern for ALTER TABLE t... |
commit | commitdiff | tree |
| 2016-11-28 |
Tom Lane | Code review for early drop of orphaned temp relations... |
commit | commitdiff | tree |
| 2016-11-27 |
Magnus Hagander | Mention server start requirement for ssl parameters |
commit | commitdiff | tree |
| 2016-11-26 |
Tom Lane | Fix test about ignoring extension dependencies during... |
commit | commitdiff | tree |
| 2016-11-26 |
Robert Haas | Mark IsPostmasterEnvironment and IsBackgroundWorker... |
commit | commitdiff | tree |
| 2016-11-25 |
Tom Lane | Bring some clarity to the defaults for the xxx_flush_af... |
commit | commitdiff | tree |
| 2016-11-25 |
Tom Lane | Mark a query's topmost Paths parallel-unsafe if they... |
commit | commitdiff | tree |
| 2016-11-25 |
Tom Lane | Check for pending trigger events on far end when droppi... |
commit | commitdiff | tree |
| 2016-11-25 |
Magnus Hagander | Fix typo in comment |
commit | commitdiff | tree |
| 2016-11-24 |
Tom Lane | Check that default_tablespace affects ALTER TABLE ADD... |
commit | commitdiff | tree |
| 2016-11-24 |
Alvaro Herrera | Fix commit_ts for FrozenXid and BootstrapXid |
commit | commitdiff | tree |
| 2016-11-23 |
Tom Lane | Avoid masking a function parameter name with a local... |
commit | commitdiff | tree |
| 2016-11-23 |
Tom Lane | Make sure ALTER TABLE preserves index tablespaces. |
commit | commitdiff | tree |
| 2016-11-23 |
Robert Haas | Remove barrier.h |
commit | commitdiff | tree |
| 2016-11-22 |
Tom Lane | Doc: improve documentation about composite-value usage. |
commit | commitdiff | tree |
| 2016-11-22 |
Robert Haas | Code review for commit 274bb2b3857cc987cfa21d14775cae9b... |
commit | commitdiff | tree |
| 2016-11-22 |
Tom Lane | Improve handling of "UPDATE ... SET (column_list) ... |
commit | commitdiff | tree |
| 2016-11-22 |
Robert Haas | Support condition variables. |
commit | commitdiff | tree |
| 2016-11-22 |
Tom Lane | Doc: add a section in Part II concerning RETURNING. |
commit | commitdiff | tree |
| 2016-11-22 |
Tom Lane | Make contrib/test_decoding regression tests safe for... |
commit | commitdiff | tree |
| 2016-11-22 |
Tom Lane | Fix uninitialized variable. |
commit | commitdiff | tree |
| 2016-11-21 |
Tom Lane | Fix PGLC_localeconv() to handle errors better. |
commit | commitdiff | tree |
| 2016-11-21 |
Tom Lane | Fix optimization for skipping searches for parallel... |
commit | commitdiff | tree |
| 2016-11-21 |
Robert Haas | autovacuum: Drop orphan temp tables more quickly but... |
commit | commitdiff | tree |
| 2016-11-21 |
Tom Lane | Fix test for subplans in force-parallel mode. |
commit | commitdiff | tree |
| 2016-11-20 |
Tom Lane | Prevent multicolumn expansion of "foo.*" in an UPDATE... |
commit | commitdiff | tree |
| 2016-11-19 |
Tom Lane | Fix latent costing error in create_merge_append_path. |
commit | commitdiff | tree |
| 2016-11-19 |
Tom Lane | Code review for GUC serialization/deserialization code. |
commit | commitdiff | tree |
| 2016-11-18 |
Peter Eisentraut | Add pg_sequences view |
commit | commitdiff | tree |
| 2016-11-18 |
Stephen Frost | Clean up pg_dump tests, re-enable BLOB testing |
commit | commitdiff | tree |
| 2016-11-17 |
Robert Haas | Remove or reduce verbosity of some debug messages. |
commit | commitdiff | tree |
| 2016-11-17 |
Tom Lane | Fix pg_dump's handling of circular dependencies in... |
commit | commitdiff | tree |
| 2016-11-17 |
Tom Lane | Improve pg_dump/pg_restore --create --if-exists logic. |
commit | commitdiff | tree |
| 2016-11-17 |
Tom Lane | Re-pgindent src/bin/pg_dump/* |
commit | commitdiff | tree |
| 2016-11-17 |
Alvaro Herrera | Avoid pin scan for replay of XLOG_BTREE_VACUUM in all... |
commit | commitdiff | tree |
| 2016-11-16 |
Peter Eisentraut | doc: Further XSLT HTML build performance optimization |
commit | commitdiff | tree |
| 2016-11-16 |
Peter Eisentraut | Build HTML documentation using XSLT stylesheets by... |
commit | commitdiff | tree |
| 2016-11-15 |
Tom Lane | Check that result tupdesc has exactly 1 column in retur... |
commit | commitdiff | tree |
| 2016-11-15 |
Robert Haas | Reserve zero as an invalid DSM handle. |
commit | commitdiff | tree |
| 2016-11-15 |
Tom Lane | Allow DOS-style line endings in ~/.pgpass files. |
commit | commitdiff | tree |
| 2016-11-15 |
Tom Lane | Account for catalog snapshot in PGXACT->xmin updates. |
commit | commitdiff | tree |
| 2016-11-15 |
Robert Haas | Limit the number of number of tapes used for a sort... |
commit | commitdiff | tree |
| 2016-11-15 |
Robert Haas | Fix broken statement in UCS_to_most.pl. |
commit | commitdiff | tree |
| 2016-11-15 |
Robert Haas | pgbench: Increase maximum size of log filename from... |
commit | commitdiff | tree |
| 2016-11-14 |
Andres Freund | Provide NO_INSTALLCHECK option for pgxs. |
commit | commitdiff | tree |
| 2016-11-14 |
Magnus Hagander | Fix typo in comment |
commit | commitdiff | tree |
| 2016-11-14 |
Peter Eisentraut | Allow individual TAP tests to be run via PROVE_TESTS |
commit | commitdiff | tree |
| 2016-11-14 |
Alvaro Herrera | Fix duplication in ALTER MATERIALIZE VIEW synopsis |
commit | commitdiff | tree |
| 2016-11-14 |
Peter Eisentraut | pg_upgrade: Upgrade sequence data via pg_dump |
commit | commitdiff | tree |
| 2016-11-14 |
Peter Eisentraut | pg_dump: Separate table and sequence data object types |
commit | commitdiff | tree |
| 2016-11-13 |
Tom Lane | Doc: remove obsolete example. |
commit | commitdiff | tree |
| 2016-11-13 |
Peter Eisentraut | pg_stat_statements: Add .gitignore file for tests |
commit | commitdiff | tree |
| 2016-11-12 |
Andres Freund | Add minimal set of regression tests for pg_stat_statements. |
commit | commitdiff | tree |
| 2016-11-11 |
Tom Lane | Doc: fix data types of FuncCallContext's call_cntr... |
commit | commitdiff | tree |
| 2016-11-10 |
Tom Lane | Cleanup of rewriter and planner handling of Query.hasRo... |
commit | commitdiff | tree |
| 2016-11-10 |
Tom Lane | Re-allow user_catalog_table option for materialized... |
commit | commitdiff | tree |
| 2016-11-10 |
Tom Lane | Support "COPY view FROM" for views with INSTEAD OF... |
commit | commitdiff | tree |
| 2016-11-10 |
Tom Lane | Fix partial aggregation for the case of a degenerate... |
commit | commitdiff | tree |
| 2016-11-10 |
Tom Lane | Doc: improve link. |
commit | commitdiff | tree |
| 2016-11-09 |
Robert Haas | pgbench: Allow the transaction log file prefix to be... |
commit | commitdiff | tree |
| 2016-11-09 |
Peter Eisentraut | doc: Improve whitespace use in XSL |
commit | commitdiff | tree |
| 2016-11-08 |
Tom Lane | Simplify code by getting rid of SPI_push, SPI_pop,... |
commit | commitdiff | tree |
| 2016-11-08 |
Robert Haas | psql: Tab completion for renaming enum values. |
commit | commitdiff | tree |
| 2016-11-08 |
Tom Lane | Replace uses of SPI_modifytuple that intend to allocate... |
commit | commitdiff | tree |
| 2016-11-08 |
Robert Haas | Fix typo. |
commit | commitdiff | tree |
| 2016-11-08 |
Tom Lane | Make SPI_fnumber() reject dropped columns. |
commit | commitdiff | tree |
| 2016-11-08 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree |
| 2016-11-08 |
Robert Haas | Fix mistake in XLOG_SEG_SIZE test. |
commit | commitdiff | tree |
| 2016-11-08 |
Tom Lane | Use heap_modify_tuple not SPI_modifytuple in pl/python... |
commit | commitdiff | tree |
| 2016-11-08 |
Tom Lane | Use heap_modify_tuple not SPI_modifytuple in pl/perl... |
commit | commitdiff | tree |
| next |