2016-06-27 |
Tom Lane | Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA... |
commit | commitdiff | tree |
2016-06-27 |
Teodor Sigaev | Change predecence of phrase operator. |
commit | commitdiff | tree |
2016-06-27 |
Teodor Sigaev | Do not fallback to AND for FTS phrase operator. |
commit | commitdiff | tree |
2016-06-27 |
Teodor Sigaev | Make exact distance match for FTS phrase operator |
commit | commitdiff | tree |
2016-06-26 |
Tom Lane | Avoid making a separate pass over the query to check... |
commit | commitdiff | tree |
2016-06-26 |
Tom Lane | Rethink node-level representation of partial-aggregatio... |
commit | commitdiff | tree |
2016-06-26 |
Tom Lane | Simplify planner's final setup of Aggrefs for partial... |
commit | commitdiff | tree |
2016-06-24 |
Alvaro Herrera | Fix handling of multixacts predating pg_upgrade |
commit | commitdiff | tree |
2016-06-24 |
Tom Lane | Fix building of large (bigger than shared_buffers)... |
commit | commitdiff | tree |
2016-06-24 |
Robert Haas | postgres_fdw: Fix incorrect NULL handling in join pushdown. |
commit | commitdiff | tree |
2016-06-24 |
Robert Haas | postgres_fdw: Remove useless return statement. |
commit | commitdiff | tree |
2016-06-24 |
Peter Eisentraut | psql: Improve \crosstabview error messages |
commit | commitdiff | tree |
2016-06-23 |
Andrew Dunstan | Add tab completion for pager_min_lines to psql. |
commit | commitdiff | tree |
2016-06-23 |
Tom Lane | Fix small memory leak in partial-aggregate deserializat... |
commit | commitdiff | tree |
2016-06-22 |
Tom Lane | Improve user-facing documentation for partial/parallel... |
commit | commitdiff | tree |
2016-06-22 |
Tom Lane | Update oidjoins regression test for 9.6. |
commit | commitdiff | tree |
2016-06-22 |
Tom Lane | Fix type-safety problem with parallel aggregate serial... |
commit | commitdiff | tree |
2016-06-22 |
Tom Lane | Make "postgres -C guc" print "" not "(null)" for null... |
commit | commitdiff | tree |
2016-06-22 |
Peter Eisentraut | Improve cleanup in rolenames test |
commit | commitdiff | tree |
2016-06-22 |
Bruce Momjian | Update comment about allowing GUCs to change scanning. |
commit | commitdiff | tree |
2016-06-22 |
Tom Lane | Document that dependency tracking doesn't consider... |
commit | commitdiff | tree |
2016-06-21 |
Tom Lane | Refactor planning of projection steps that don't need... |
commit | commitdiff | tree |
2016-06-20 |
Tom Lane | Stamp 9.6beta2. |
commit | commitdiff | tree |
2016-06-20 |
Tom Lane | Add missing check for malloc failure in plpgsql_extra_c... |
commit | commitdiff | tree |
2016-06-20 |
Tom Lane | pg_trgm's set_limit() function is parallel unsafe,... |
commit | commitdiff | tree |
2016-06-20 |
Bruce Momjian | docs: clarify use of pg_rewind arguments |
commit | commitdiff | tree |
2016-06-20 |
Tom Lane | Fix comparison of similarity to threshold in GIST trigr... |
commit | commitdiff | tree |
2016-06-20 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2016-06-20 |
Magnus Hagander | Add missing documentation of pg_roles.rolbypassrls |
commit | commitdiff | tree |
2016-06-19 |
Tom Lane | Docs: improve description of psql's %R prompt escape... |
commit | commitdiff | tree |
2016-06-18 |
Tom Lane | Improve error message annotation for GRANT/REVOKE on... |
commit | commitdiff | tree |
2016-06-18 |
Tom Lane | Update 9.6 release notes through today. |
commit | commitdiff | tree |
2016-06-18 |
Tom Lane | Restore foreign-key-aware estimation of join relation... |
commit | commitdiff | tree |
2016-06-18 |
Tom Lane | Still another try at fixing scanjoin_target insertion... |
commit | commitdiff | tree |
2016-06-18 |
Tom Lane | Fix parallel-safety markings for contrib/dblink. |
commit | commitdiff | tree |
2016-06-18 |
Tom Lane | Fix handling of argument and result datatypes for parti... |
commit | commitdiff | tree |
2016-06-17 |
Tom Lane | Docs typo fix. |
commit | commitdiff | tree |
2016-06-17 |
Alvaro Herrera | Finish up XLOG_HINT renaming |
commit | commitdiff | tree |
2016-06-17 |
Robert Haas | pg_visibility: Add pg_truncate_visibility_map function. |
commit | commitdiff | tree |
2016-06-17 |
Robert Haas | Try again to fix the way the scanjoin_target is used... |
commit | commitdiff | tree |
2016-06-17 |
Robert Haas | Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies. |
commit | commitdiff | tree |
2016-06-17 |
Robert Haas | Update dblink extension for parallel query. |
commit | commitdiff | tree |
2016-06-17 |
Robert Haas | postgres_fdw: Rephrase comment. |
commit | commitdiff | tree |
2016-06-17 |
Robert Haas | Fix typo. |
commit | commitdiff | tree |
2016-06-17 |
Robert Haas | Remove PID from 'parallel worker' context message. |
commit | commitdiff | tree |
2016-06-17 |
Robert Haas | Attempt to fix broken regression test. |
commit | commitdiff | tree |
2016-06-16 |
Tom Lane | Fix validation of overly-long IPv6 addresses. |
commit | commitdiff | tree |
2016-06-16 |
Tom Lane | Fix fuzzy thinking in ReinitializeParallelDSM(). |
commit | commitdiff | tree |
2016-06-16 |
Tom Lane | Invent min_parallel_relation_size GUC to replace a... |
commit | commitdiff | tree |
2016-06-16 |
Alvaro Herrera | Reword bogus comment |
commit | commitdiff | tree |
2016-06-16 |
Tom Lane | Avoid crash in "postgres -C guc" for a GUC with a null... |
commit | commitdiff | tree |
2016-06-16 |
Alvaro Herrera | Remove unused prototype |
commit | commitdiff | tree |
2016-06-16 |
Robert Haas | Add regression test for 04ae11f62e643e07c411c4935ea6af4... |
commit | commitdiff | tree |
2016-06-15 |
Tom Lane | Use strftime("%c") to format timestamps in psql's ... |
commit | commitdiff | tree |
2016-06-15 |
Robert Haas | Fix regression test for force_parallel_mode=on. |
commit | commitdiff | tree |
2016-06-15 |
Robert Haas | Add integrity-checking functions to pg_visibility. |
commit | commitdiff | tree |
2016-06-15 |
Robert Haas | Fix lazy_scan_heap so that it won't mark pages all... |
commit | commitdiff | tree |
2016-06-15 |
Robert Haas | Mark some functions parallel-unsafe. |
commit | commitdiff | tree |
2016-06-15 |
Tom Lane | Force idle_in_transaction_session_timeout off in pg_dum... |
commit | commitdiff | tree |
2016-06-15 |
Peter Eisentraut | PL/Python: Clean up extended error reporting docs and... |
commit | commitdiff | tree |
2016-06-14 |
Bruce Momjian | document when PREPARE uses generic plans |
commit | commitdiff | tree |
2016-06-14 |
Robert Haas | Update xml2 extension for parallel query. |
commit | commitdiff | tree |
2016-06-14 |
Robert Haas | Update uuid-ossp extension for parallel query. |
commit | commitdiff | tree |
2016-06-14 |
Robert Haas | Update unaccent extension for parallel query. |
commit | commitdiff | tree |
2016-06-14 |
Robert Haas | Update sslinfo extension for parallel query. |
commit | commitdiff | tree |
2016-06-14 |
Robert Haas | Update extensions with GIN/GIST support for parallel... |
commit | commitdiff | tree |
2016-06-14 |
Robert Haas | postgres_fdw: Check PlaceHolderVars before pushing... |
commit | commitdiff | tree |
2016-06-14 |
Tom Lane | Minor fixes in contrib installation scripts. |
commit | commitdiff | tree |
2016-06-14 |
Robert Haas | postgres_fdw: Promote an Assert() to elog(). |
commit | commitdiff | tree |
2016-06-13 |
Tom Lane | Fix multiple minor infelicities in aclchk.c error reports. |
commit | commitdiff | tree |
2016-06-13 |
Tom Lane | In planner.c, avoid assuming that all PathTargets have... |
commit | commitdiff | tree |
2016-06-13 |
Tom Lane | Remove extraneous leading whitespace in Windows build... |
commit | commitdiff | tree |
2016-06-12 |
Noah Misch | Finish pgindent run for 9.6: Perl files. |
commit | commitdiff | tree |
2016-06-12 |
Noah Misch | Document the authoritative version of perltidy. |
commit | commitdiff | tree |
2016-06-11 |
Peter Eisentraut | PL/Python: Rename new keyword arguments of plpy.error... |
commit | commitdiff | tree |
2016-06-10 |
Andres Freund | Change default of backend_flush_after GUC to 0 (disabled). |
commit | commitdiff | tree |
2016-06-10 |
Tom Lane | Remove reltarget_has_non_vars flag. |
commit | commitdiff | tree |
2016-06-10 |
Tom Lane | Refactor to reduce code duplication for function proper... |
commit | commitdiff | tree |
2016-06-10 |
Kevin Grittner | Rename local variable for consistency. |
commit | commitdiff | tree |
2016-06-10 |
Robert Haas | Update pgstattuple extension for parallel query. |
commit | commitdiff | tree |
2016-06-10 |
Robert Haas | Update pg_stat_statements extension for parallel query. |
commit | commitdiff | tree |
2016-06-10 |
Robert Haas | Schema-qualify some references to regprocedure. |
commit | commitdiff | tree |
2016-06-10 |
Kevin Grittner | Fix interaction between CREATE INDEX and "snapshot... |
commit | commitdiff | tree |
2016-06-10 |
Tom Lane | Improve the situation for parallel query versus temp... |
commit | commitdiff | tree |
2016-06-09 |
Robert Haas | Repair a bit of pgindent damage. |
commit | commitdiff | tree |
2016-06-09 |
Robert Haas | pgindent run for 9.6 |
commit | commitdiff | tree |
2016-06-09 |
Robert Haas | Update pgrowlocks extension for parallel query. |
commit | commitdiff | tree |
2016-06-09 |
Robert Haas | Update pg_prewarm extension for parallel query. |
commit | commitdiff | tree |
2016-06-09 |
Robert Haas | Update pg_freespacemap extension for parallel query. |
commit | commitdiff | tree |
2016-06-09 |
Robert Haas | Update pgcrypto extension for parallel query. |
commit | commitdiff | tree |
2016-06-09 |
Robert Haas | Update pg_buffercache extension for parallel query. |
commit | commitdiff | tree |
2016-06-09 |
Robert Haas | Update pageinspect extension for parallel query. |
commit | commitdiff | tree |
2016-06-09 |
Tom Lane | Handle contrib's GIN/GIST support function signature... |
commit | commitdiff | tree |
2016-06-09 |
Robert Haas | Don't generate parallel paths for rels with parallel... |
commit | commitdiff | tree |
2016-06-09 |
Robert Haas | Yet again update typedefs.list file in preparation... |
commit | commitdiff | tree |
2016-06-09 |
Tom Lane | Clarify documentation of ceil/ceiling/floor functions. |
commit | commitdiff | tree |
2016-06-09 |
Tom Lane | Mop-up for parallel degree-ectomy. |
commit | commitdiff | tree |
2016-06-09 |
Robert Haas | Eliminate "parallel degree" terminology. |
commit | commitdiff | tree |
2016-06-09 |
Tom Lane | Polish the documentation concerning phrase text search. |
commit | commitdiff | tree |
2016-06-08 |
Robert Haas | Fix typo. |
commit | commitdiff | tree |
next |