2016-05-29 |
Tom Lane | Remove pg_dump/parallel.c's useless "aborting" flag. |
commit | commitdiff | tree | snapshot |
2016-05-28 |
Tom Lane | Lots of comment-fixing, and minor cosmetic cleanup... |
commit | commitdiff | tree | snapshot |
2016-05-27 |
Tom Lane | Clean up thread management in parallel pg_dump for... |
commit | commitdiff | tree | snapshot |
2016-05-27 |
Tom Lane | Fix release-note typo. |
commit | commitdiff | tree | snapshot |
2016-05-27 |
Tom Lane | Fix DROP ACCESS METHOD IF EXISTS. |
commit | commitdiff | tree | snapshot |
2016-05-27 |
Tom Lane | Be more predictable about reporting "lock timeout"... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Magnus Hagander | Make pg_dump error cleanly with -j against hot standby |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Tom Lane | Disable physical tlist if any Var would need multiple... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Alvaro Herrera | Fix typo in 9.5 release nodes |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Tom Lane | Make pg_dump behave more sanely when built without... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Tom Lane | In Windows pg_dump, ensure idle workers will shut down... |
commit | commitdiff | tree | snapshot |
2016-05-25 |
Tom Lane | Remove option to write USING before opclass name in... |
commit | commitdiff | tree | snapshot |
2016-05-25 |
Tom Lane | Ensure that backends see up-to-date statistics for... |
commit | commitdiff | tree | snapshot |
2016-05-25 |
Tom Lane | Fix broken error handling in parallel pg_dump/pg_restore. |
commit | commitdiff | tree | snapshot |
2016-05-25 |
Kevin Grittner | Update doc text to reflect new column in MVCC phenomena... |
commit | commitdiff | tree | snapshot |
2016-05-25 |
Stephen Frost | Do not DROP default roles in pg_dumpall -c |
commit | commitdiff | tree | snapshot |
2016-05-25 |
Tom Lane | Mark wal_level as PGDLLIMPORT. |
commit | commitdiff | tree | snapshot |
2016-05-25 |
Tom Lane | Fix contrib/bloom to work for unlogged indexes. |
commit | commitdiff | tree | snapshot |
2016-05-25 |
Stephen Frost | Qualify table usage in dumpTable() and use regclass |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Tom Lane | Fetch XIDs atomically during vac_truncate_clog(). |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Tom Lane | Avoid consuming an XID during vac_truncate_clog(). |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Alvaro Herrera | Fix range check for effective_io_concurrency |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Tom Lane | Docs: mention pg_reload_conf() in ALTER SYSTEM referenc... |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Tom Lane | In examples of Oracle PL/SQL code, use varchar2 not... |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Teodor Sigaev | Fix typo in docs |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Tom Lane | Fix typo in TAP test identification string. |
commit | commitdiff | tree | snapshot |
2016-05-23 |
Tom Lane | Fix BTREE_BUILD_STATS build. |
commit | commitdiff | tree | snapshot |
2016-05-23 |
Tom Lane | Support IndexElem in raw_expression_tree_walker(). |
commit | commitdiff | tree | snapshot |
2016-05-23 |
Tom Lane | Add support for more extensive testing of raw_expressio... |
commit | commitdiff | tree | snapshot |
2016-05-23 |
Tom Lane | Fix latent crash in do_text_output_multiline(). |
commit | commitdiff | tree | snapshot |
2016-05-22 |
Peter Eisentraut | psql: Message style improvements |
commit | commitdiff | tree | snapshot |
2016-05-21 |
Tom Lane | Improve docs about contrib/intarray's benchmark suite. |
commit | commitdiff | tree | snapshot |
2016-05-21 |
Tom Lane | Improve docs about using ORDER BY to control aggregate... |
commit | commitdiff | tree | snapshot |
2016-05-20 |
Tom Lane | Further improve documentation about --quote-all-identif... |
commit | commitdiff | tree | snapshot |
2016-05-20 |
Tom Lane | Improve documentation about pg_dump's --quote-all-ident... |
commit | commitdiff | tree | snapshot |
2016-05-19 |
Tom Lane | Pin the built-in index access methods. |
commit | commitdiff | tree | snapshot |
2016-05-17 |
Tom Lane | Avoid possible crash in contrib/bloom's blendscan(). |
commit | commitdiff | tree | snapshot |
2016-05-17 |
Teodor Sigaev | Allocate all page images at once in generic wal interface |
commit | commitdiff | tree | snapshot |
2016-05-17 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Teodor Sigaev | Correctly align page's images in generic wal API |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Robert Haas | postgres_fdw: Fix the fix for crash when pushing down... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Robert Haas | Fix multiple problems in postgres_fdw query cancellatio... |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Tom Lane | Fix comment. |
commit | commitdiff | tree | snapshot |
2016-05-14 |
Peter Eisentraut | sql_features: Fix typos |
commit | commitdiff | tree | snapshot |
2016-05-14 |
Peter Eisentraut | doc: Fix typo |
commit | commitdiff | tree | snapshot |
2016-05-14 |
Peter Eisentraut | Update release instructions for translation updates |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Peter Eisentraut | doc: Update link to external site |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Tom Lane | Ensure plan stability in contrib/btree_gist regression... |
commit | commitdiff | tree | snapshot |
2016-05-12 |
Alvaro Herrera | Fix bogus comments |
commit | commitdiff | tree | snapshot |
2016-05-12 |
Alvaro Herrera | Fix obsolete comment |
commit | commitdiff | tree | snapshot |
2016-05-12 |
Peter Eisentraut | doc: Document default of max_worker_processes |
commit | commitdiff | tree | snapshot |
2016-05-12 |
Peter Eisentraut | doc: Small wording change for clarity |
commit | commitdiff | tree | snapshot |
2016-05-11 |
Tom Lane | Fix infer_arbiter_indexes() to not barf on system columns. |
commit | commitdiff | tree | snapshot |
2016-05-11 |
Tom Lane | Fix assorted missing infrastructure for ON CONFLICT. |
commit | commitdiff | tree | snapshot |
2016-05-11 |
Peter Eisentraut | Update key words table for 9.6 |
commit | commitdiff | tree | snapshot |
2016-05-10 |
Alvaro Herrera | Fix autovacuum for shared relations |
commit | commitdiff | tree | snapshot |
2016-05-09 |
Tom Lane | Stamp 9.6beta1. REL9_6_BETA1 |
commit | commitdiff | tree | snapshot |
2016-05-09 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2016-05-08 |
Tom Lane | Improve 9.6 release notes. |
commit | commitdiff | tree | snapshot |
2016-05-08 |
Tom Lane | Docs: create some user-facing documentation about index... |
commit | commitdiff | tree | snapshot |
2016-05-08 |
Stephen Frost | Wording quibbles regarding initdb username |
commit | commitdiff | tree | snapshot |
2016-05-08 |
Stephen Frost | Disallow superuser names starting with 'pg_' in initdb |
commit | commitdiff | tree | snapshot |
2016-05-08 |
Tom Lane | Fix poorly-worded log message. |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Tom Lane | Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22. |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Tom Lane | In new pg_dump TAP tests, remove trailing "$" from... |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Tom Lane | Docs: improve warnings about nextval() not producing... |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Tom Lane | Update back-branch release notes for the last few commits. |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Tom Lane | Clean up after pg_dump test runs. |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Tom Lane | Fix pg_upgrade to not fail when new-cluster TOAST rules... |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Stephen Frost | Disable BLOB test in pg_dump TAP tests |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Kevin Grittner | Mitigate "snapshot too old" performance regression... |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Tom Lane | First-draft release notes for 9.5.3. |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Tom Lane | Docs: fix alphabetization of table entries. |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Tom Lane | Docs: minor copy-editing for GSSAPI/SSPI authentication... |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Stephen Frost | Add test_pg_dump to @contrib_excludes |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Tom Lane | More small 9.6 release note improvements. |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Stephen Frost | Correct query in pg_dumpall:dumpRoles |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Stephen Frost | Remove MODULES_big from test_pg_dump |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Robert Haas | Minimal fix for crash bug in quals_match_foreign_key. |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Robert Haas | Limit maximum parallel degree to 1024. |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Tom Lane | Improve pg_upgrade's report about failure to match... |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Robert Haas | Use mul_size when multiplying by the number of parallel... |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Stephen Frost | Remove various special checks around default roles |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Stephen Frost | Add TAP tests for pg_dump |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Stephen Frost | Only issue LOCK TABLE commands when necessary |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Stephen Frost | pg_dump performance and other fixes |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Stephen Frost | Correct pg_dump WHERE clause for functions/aggregates |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Peter Eisentraut | Update config.guess and config.sub |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Tom Lane | Fix possible read past end of string in to_timestamp(). |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Tom Lane | Fix pgbench's parsing of double values to notice traili... |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Tom Lane | Improve handling of numeric-valued variables in pgbench. |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Tom Lane | Docs: fix \crosstabview example. |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Kevin Grittner | Fix hash index vs "snapshot too old" problemms |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Dean Rasheed | Fix psql's \ev and \sv commands so that they handle... |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Dean Rasheed | Move and rename fmtReloptionsArray(). |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Tom Lane | Further 9.6 release note improvements. |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Tom Lane | Update time zone data files to tzdata release 2016d. |
commit | commitdiff | tree | snapshot |
2016-05-05 |
Tom Lane | Rename tsvector delete() to ts_delete(), and filter... |
commit | commitdiff | tree | snapshot |
2016-05-05 |
Tom Lane | Small 9.6 release note improvements. |
commit | commitdiff | tree | snapshot |
2016-05-05 |
Tom Lane | Rename pgbench min/max to least/greatest, and fix handl... |
commit | commitdiff | tree | snapshot |
next |