| 2016-05-09 |
Tom Lane | Stamp 9.6beta1. REL9_6_BETA1 |
commit | commitdiff | tree |
| 2016-05-09 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
| 2016-05-08 |
Tom Lane | Improve 9.6 release notes. |
commit | commitdiff | tree |
| 2016-05-08 |
Tom Lane | Docs: create some user-facing documentation about index... |
commit | commitdiff | tree |
| 2016-05-08 |
Stephen Frost | Wording quibbles regarding initdb username |
commit | commitdiff | tree |
| 2016-05-08 |
Stephen Frost | Disallow superuser names starting with 'pg_' in initdb |
commit | commitdiff | tree |
| 2016-05-08 |
Tom Lane | Fix poorly-worded log message. |
commit | commitdiff | tree |
| 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 |
| 2016-05-07 |
Tom Lane | In new pg_dump TAP tests, remove trailing "$" from... |
commit | commitdiff | tree |
| 2016-05-07 |
Tom Lane | Docs: improve warnings about nextval() not producing... |
commit | commitdiff | tree |
| 2016-05-07 |
Tom Lane | Update back-branch release notes for the last few commits. |
commit | commitdiff | tree |
| 2016-05-07 |
Tom Lane | Clean up after pg_dump test runs. |
commit | commitdiff | tree |
| 2016-05-07 |
Tom Lane | Fix pg_upgrade to not fail when new-cluster TOAST rules... |
commit | commitdiff | tree |
| 2016-05-07 |
Stephen Frost | Disable BLOB test in pg_dump TAP tests |
commit | commitdiff | tree |
| 2016-05-07 |
Kevin Grittner | Mitigate "snapshot too old" performance regression... |
commit | commitdiff | tree |
| 2016-05-06 |
Tom Lane | First-draft release notes for 9.5.3. |
commit | commitdiff | tree |
| 2016-05-06 |
Tom Lane | Docs: fix alphabetization of table entries. |
commit | commitdiff | tree |
| 2016-05-06 |
Tom Lane | Docs: minor copy-editing for GSSAPI/SSPI authentication... |
commit | commitdiff | tree |
| 2016-05-06 |
Stephen Frost | Add test_pg_dump to @contrib_excludes |
commit | commitdiff | tree |
| 2016-05-06 |
Tom Lane | More small 9.6 release note improvements. |
commit | commitdiff | tree |
| 2016-05-06 |
Stephen Frost | Correct query in pg_dumpall:dumpRoles |
commit | commitdiff | tree |
| 2016-05-06 |
Stephen Frost | Remove MODULES_big from test_pg_dump |
commit | commitdiff | tree |
| 2016-05-06 |
Robert Haas | Minimal fix for crash bug in quals_match_foreign_key. |
commit | commitdiff | tree |
| 2016-05-06 |
Robert Haas | Limit maximum parallel degree to 1024. |
commit | commitdiff | tree |
| 2016-05-06 |
Tom Lane | Improve pg_upgrade's report about failure to match... |
commit | commitdiff | tree |
| 2016-05-06 |
Robert Haas | Use mul_size when multiplying by the number of parallel... |
commit | commitdiff | tree |
| 2016-05-06 |
Stephen Frost | Remove various special checks around default roles |
commit | commitdiff | tree |
| 2016-05-06 |
Stephen Frost | Add TAP tests for pg_dump |
commit | commitdiff | tree |
| 2016-05-06 |
Stephen Frost | Only issue LOCK TABLE commands when necessary |
commit | commitdiff | tree |
| 2016-05-06 |
Stephen Frost | pg_dump performance and other fixes |
commit | commitdiff | tree |
| 2016-05-06 |
Stephen Frost | Correct pg_dump WHERE clause for functions/aggregates |
commit | commitdiff | tree |
| 2016-05-06 |
Peter Eisentraut | Update config.guess and config.sub |
commit | commitdiff | tree |
| 2016-05-06 |
Tom Lane | Fix possible read past end of string in to_timestamp(). |
commit | commitdiff | tree |
| 2016-05-06 |
Tom Lane | Fix pgbench's parsing of double values to notice traili... |
commit | commitdiff | tree |
| 2016-05-06 |
Tom Lane | Improve handling of numeric-valued variables in pgbench. |
commit | commitdiff | tree |
| 2016-05-06 |
Tom Lane | Docs: fix \crosstabview example. |
commit | commitdiff | tree |
| 2016-05-06 |
Kevin Grittner | Fix hash index vs "snapshot too old" problemms |
commit | commitdiff | tree |
| 2016-05-06 |
Dean Rasheed | Fix psql's \ev and \sv commands so that they handle... |
commit | commitdiff | tree |
| 2016-05-06 |
Dean Rasheed | Move and rename fmtReloptionsArray(). |
commit | commitdiff | tree |
| 2016-05-06 |
Tom Lane | Further 9.6 release note improvements. |
commit | commitdiff | tree |
| 2016-05-06 |
Tom Lane | Update time zone data files to tzdata release 2016d. |
commit | commitdiff | tree |
| 2016-05-05 |
Tom Lane | Rename tsvector delete() to ts_delete(), and filter... |
commit | commitdiff | tree |
| 2016-05-05 |
Tom Lane | Small 9.6 release note improvements. |
commit | commitdiff | tree |
| 2016-05-05 |
Tom Lane | Rename pgbench min/max to least/greatest, and fix handl... |
commit | commitdiff | tree |
| 2016-05-05 |
Tom Lane | First-draft release notes for Postgres 9.6. |
commit | commitdiff | tree |
| 2016-05-05 |
Tom Lane | Fix ordering/categorization of some recently-added... |
commit | commitdiff | tree |
| 2016-05-05 |
Dean Rasheed | Fix corner-case loss of precision in numeric pow()... |
commit | commitdiff | tree |
| 2016-05-04 |
Alvaro Herrera | Revert timeline following in replication slots |
commit | commitdiff | tree |
| 2016-05-04 |
Peter Eisentraut | doc: Fix more typos |
commit | commitdiff | tree |
| 2016-05-04 |
Teodor Sigaev | Fix crash of filter(tsvector) |
commit | commitdiff | tree |
| 2016-05-04 |
Andres Freund | Fix transient mdsync() errors of truncated relations... |
commit | commitdiff | tree |
| 2016-05-04 |
Peter Eisentraut | doc: Fix typos |
commit | commitdiff | tree |
| 2016-05-03 |
Robert Haas | Fix more things to be parallel-safe. |
commit | commitdiff | tree |
| 2016-05-03 |
Robert Haas | Tweak a few more things in preparation for upcoming... |
commit | commitdiff | tree |
| 2016-05-03 |
Robert Haas | Note that max_worker_processes requires restart. |
commit | commitdiff | tree |
| 2016-05-02 |
Alvaro Herrera | Fix thinko in comment |
commit | commitdiff | tree |
| 2016-05-02 |
Alvaro Herrera | Fix code comments regarding logical decoding |
commit | commitdiff | tree |
| 2016-05-02 |
Tom Lane | Docs: improve index entries for new tsvector functions. |
commit | commitdiff | tree |
| 2016-05-02 |
Tom Lane | Fix configure's incorrect version tests for flex and... |
commit | commitdiff | tree |
| 2016-05-02 |
Robert Haas | Fix parallel safety markings for pg_start_backup. |
commit | commitdiff | tree |
| 2016-05-02 |
Robert Haas | Again update typedefs.list file in preparation for... |
commit | commitdiff | tree |
| 2016-05-02 |
Heikki Linnakangas | Remove unused macros. |
commit | commitdiff | tree |
| 2016-05-02 |
Peter Eisentraut | doc: Fix typo |
commit | commitdiff | tree |
| 2016-05-01 |
Tom Lane | Add a --non-master-only option to git_changelog. |
commit | commitdiff | tree |
| 2016-04-30 |
Tom Lane | Update contrib/unaccent documentation about its unaccen... |
commit | commitdiff | tree |
| 2016-04-30 |
Tom Lane | Small improvements to OPTIMIZER_DEBUG code. |
commit | commitdiff | tree |
| 2016-04-30 |
Tom Lane | Fix planner crash from pfree'ing a partial path that... |
commit | commitdiff | tree |
| 2016-04-30 |
Tom Lane | Remove warning about num_sync being too large in synchr... |
commit | commitdiff | tree |
| 2016-04-30 |
Tom Lane | Fix mishandling of equivalence-class tests in parameter... |
commit | commitdiff | tree |
| 2016-04-29 |
Kevin Grittner | Add a few entries to the tail of time mapping, to see... |
commit | commitdiff | tree |
| 2016-04-29 |
Andrew Dunstan | Fix comment whitespace in VS2105 patch |
commit | commitdiff | tree |
| 2016-04-29 |
Peter Eisentraut | doc: Minor wording changes |
commit | commitdiff | tree |
| 2016-04-29 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree |
| 2016-04-29 |
Andrew Dunstan | Fix typo in VS2015 patch |
commit | commitdiff | tree |
| 2016-04-29 |
Andrew Dunstan | Support building with Visual Studio 2015 |
commit | commitdiff | tree |
| 2016-04-29 |
Andres Freund | Remember asking for feedback during walsender shutdown. |
commit | commitdiff | tree |
| 2016-04-28 |
Tom Lane | Adjust DatumGetBool macro, this time for sure. |
commit | commitdiff | tree |
| 2016-04-28 |
Tom Lane | Revert "Convert contrib/seg's bool-returning SQL functi... |
commit | commitdiff | tree |
| 2016-04-28 |
Teodor Sigaev | Prevent to use magic constants |
commit | commitdiff | tree |
| 2016-04-28 |
Teodor Sigaev | Prevent multiple cleanup process for pending list in... |
commit | commitdiff | tree |
| 2016-04-27 |
Tom Lane | Use memmove() not memcpy() to slide some pointers down. |
commit | commitdiff | tree |
| 2016-04-27 |
Tom Lane | Clean up parsing of synchronous_standby_names GUC variable. |
commit | commitdiff | tree |
| 2016-04-27 |
Robert Haas | Fix wrong word. |
commit | commitdiff | tree |
| 2016-04-27 |
Robert Haas | Change postgresql.conf.sample to say that fsync=off... |
commit | commitdiff | tree |
| 2016-04-27 |
Robert Haas | Tighten up sanity checks for parallel aggregate in... |
commit | commitdiff | tree |
| 2016-04-27 |
Robert Haas | Remove inadvertently commited vim swapfile. |
commit | commitdiff | tree |
| 2016-04-27 |
Robert Haas | Update typedefs.list file in preparation for pgindent run |
commit | commitdiff | tree |
| 2016-04-27 |
Robert Haas | Clean up a few parallelism-related things that pgindent... |
commit | commitdiff | tree |
| 2016-04-27 |
Robert Haas | Remove mergeHyperLogLog. |
commit | commitdiff | tree |
| 2016-04-27 |
Robert Haas | Fix EXPLAIN VERBOSE output for parallel aggregate. |
commit | commitdiff | tree |
| 2016-04-27 |
Andres Freund | Don't open formally non-existent segments in _mdfd_gets... |
commit | commitdiff | tree |
| 2016-04-27 |
Andres Freund | Emit invalidations to standby for transactions without... |
commit | commitdiff | tree |
| 2016-04-27 |
Robert Haas | Fix pg_get_functiondef to dump parallel-safety markings. |
commit | commitdiff | tree |
| 2016-04-27 |
Noah Misch | Impose a full barrier in generic-xlc.h atomics functions. |
commit | commitdiff | tree |
| 2016-04-27 |
Peter Eisentraut | pg_dump: Message style improvements |
commit | commitdiff | tree |
| 2016-04-26 |
Tom Lane | Add a --brief option to git_changelog. |
commit | commitdiff | tree |
| 2016-04-26 |
Teodor Sigaev | Fix tsearch docs |
commit | commitdiff | tree |
| 2016-04-26 |
Tom Lane | Fix order of shutdown cleanup operations in PostgresNod... |
commit | commitdiff | tree |
| 2016-04-26 |
Tom Lane | Yet more portability hacking for degree-based trig... |
commit | commitdiff | tree |
| 2016-04-26 |
Robert Haas | Enable parallel query by default. |
commit | commitdiff | tree |
| next |