| 2017-02-15 |
Robert Haas | Add optimizer and executor support for parallel index... |
commit | commitdiff | tree |
| 2017-02-15 |
Robert Haas | Replace min_parallel_relation_size with two new GUCs. |
commit | commitdiff | tree |
| 2017-02-15 |
Robert Haas | Fix wrong articles in pg_proc descriptions. |
commit | commitdiff | tree |
| 2017-02-15 |
Robert Haas | Document new libpq connection statuses for target_sessi... |
commit | commitdiff | tree |
| 2017-02-15 |
Robert Haas | libpq: Make target_session_attrs=read-write consume... |
commit | commitdiff | tree |
| 2017-02-15 |
Peter Eisentraut | doc: Add advice about systemd RemoveIPC |
commit | commitdiff | tree |
| 2017-02-15 |
Robert Haas | pg_upgrade: Fix problems caused by renaming pg_resetxlog. |
commit | commitdiff | tree |
| 2017-02-15 |
Peter Eisentraut | Add CREATE COLLATION IF NOT EXISTS clause |
commit | commitdiff | tree |
| 2017-02-15 |
Robert Haas | Fix some nonstandard capitalization. |
commit | commitdiff | tree |
| 2017-02-15 |
Robert Haas | btree: Support parallel index scans. |
commit | commitdiff | tree |
| 2017-02-15 |
Robert Haas | Fix typo in comment. |
commit | commitdiff | tree |
| 2017-02-14 |
Robert Haas | Allow parallel workers to execute subplans. |
commit | commitdiff | tree |
| 2017-02-14 |
Robert Haas | Split index xlog headers from other private index headers. |
commit | commitdiff | tree |
| 2017-02-14 |
Robert Haas | Minor fixes for WAL consistency checking. |
commit | commitdiff | tree |
| 2017-02-14 |
Robert Haas | Don't disallow dropping NOT NULL for a list partition... |
commit | commitdiff | tree |
| 2017-02-14 |
Tom Lane | Remove duplicate code in planner.c. |
commit | commitdiff | tree |
| 2017-02-14 |
Fujii Masao | Replace reference to "xlog-method" with "wal-method... |
commit | commitdiff | tree |
| 2017-02-14 |
Robert Haas | Corrections and improvements to generic parallel query... |
commit | commitdiff | tree |
| 2017-02-13 |
Fujii Masao | Replace references to "xlog" with "wal" in docs. |
commit | commitdiff | tree |
| 2017-02-13 |
Robert Haas | Remove contrib/tsearch2. |
commit | commitdiff | tree |
| 2017-02-13 |
Peter Eisentraut | doc: Remove accidental extra table cell |
commit | commitdiff | tree |
| 2017-02-12 |
Noah Misch | Ignore tablespace ACLs when ignoring schema ACLs. |
commit | commitdiff | tree |
| 2017-02-10 |
Peter Eisentraut | Add CREATE SEQUENCE AS <data type> clause |
commit | commitdiff | tree |
| 2017-02-10 |
Simon Riggs | Update ddl.sgml for declarative partitioning syntax |
commit | commitdiff | tree |
| 2017-02-10 |
Simon Riggs | Add keywords for partitioning |
commit | commitdiff | tree |
| 2017-02-10 |
Simon Riggs | Improve CREATE TABLE documentation of partitioning |
commit | commitdiff | tree |
| 2017-02-09 |
Robert Haas | Rename command line options for ongoing xlog -> wal... |
commit | commitdiff | tree |
| 2017-02-09 |
Robert Haas | Rename dtrace probes for ongoing xlog -> wal conversion. |
commit | commitdiff | tree |
| 2017-02-09 |
Robert Haas | Rename user-facing tools with "xlog" in the name to... |
commit | commitdiff | tree |
| 2017-02-09 |
Tom Lane | Blind try to fix portability issue in commit 8f93bd851... |
commit | commitdiff | tree |
| 2017-02-09 |
Robert Haas | Remove all references to "xlog" from SQL-callable funct... |
commit | commitdiff | tree |
| 2017-02-09 |
Robert Haas | simplehash: Additional tweaks to make specifying an... |
commit | commitdiff | tree |
| 2017-02-09 |
Robert Haas | Fix race condition in ConditionVariablePrepareToSleep. |
commit | commitdiff | tree |
| 2017-02-09 |
Robert Haas | pageinspect: Fix hash_bitmap_info not to read the under... |
commit | commitdiff | tree |
| 2017-02-09 |
Tom Lane | Allow index AMs to cache data across aminsert calls... |
commit | commitdiff | tree |
| 2017-02-09 |
Andres Freund | Add explicit ORDER BY to a few tests that exercise... |
commit | commitdiff | tree |
| 2017-02-08 |
Tom Lane | Fix roundoff problems in float8_timestamptz() and make_... |
commit | commitdiff | tree |
| 2017-02-08 |
Robert Haas | Add WAL consistency checking facility. |
commit | commitdiff | tree |
| 2017-02-08 |
Peter Eisentraut | Fix relcache leaks in get_object_address_publication_rel() |
commit | commitdiff | tree |
| 2017-02-08 |
Peter Eisentraut | doc: Some improvements in CREATE SUBSCRIPTION ref page |
commit | commitdiff | tree |
| 2017-02-07 |
Robert Haas | Revise the way the element allocator for a simplehash... |
commit | commitdiff | tree |
| 2017-02-07 |
Tom Lane | Speed up "brin" regression test a little bit. |
commit | commitdiff | tree |
| 2017-02-07 |
Robert Haas | Avoid redefining simplehash_allocate/simplehash_free. |
commit | commitdiff | tree |
| 2017-02-07 |
Robert Haas | Allow the element allocator for a simplehash to be... |
commit | commitdiff | tree |
| 2017-02-07 |
Robert Haas | Fix compiler warning. |
commit | commitdiff | tree |
| 2017-02-07 |
Robert Haas | Cache hash index's metapage in rel->rd_amcache. |
commit | commitdiff | tree |
| 2017-02-07 |
Tom Lane | Correct thinko in last-minute release note item. |
commit | commitdiff | tree |
| 2017-02-06 |
Tom Lane | Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20. |
commit | commitdiff | tree |
| 2017-02-06 |
Peter Eisentraut | doc: Document sequence function privileges better |
commit | commitdiff | tree |
| 2017-02-06 |
Peter Eisentraut | Avoid permission failure in pg_sequences.last_value |
commit | commitdiff | tree |
| 2017-02-06 |
Tom Lane | Release note updates. |
commit | commitdiff | tree |
| 2017-02-06 |
Tom Lane | Avoid returning stale attribute bitmaps in RelationGetI... |
commit | commitdiff | tree |
| 2017-02-06 |
Peter Eisentraut | doc: Update CREATE DATABASE examples |
commit | commitdiff | tree |
| 2017-02-06 |
Tom Lane | Update comment in relcache.c. |
commit | commitdiff | tree |
| 2017-02-06 |
Peter Eisentraut | Add missing newline to error messages |
commit | commitdiff | tree |
| 2017-02-06 |
Heikki Linnakangas | Fix typo also in expected output. |
commit | commitdiff | tree |
| 2017-02-06 |
Heikki Linnakangas | Fix typo in variable name. |
commit | commitdiff | tree |
| 2017-02-06 |
Heikki Linnakangas | Fix typos in comments. |
commit | commitdiff | tree |
| 2017-02-04 |
Tom Lane | First-draft release notes for 9.6.2. |
commit | commitdiff | tree |
| 2017-02-04 |
Robert Haas | Remove redundant comment. |
commit | commitdiff | tree |
| 2017-02-03 |
Robert Haas | Improve grammar of message about two-phase state files. |
commit | commitdiff | tree |
| 2017-02-03 |
Robert Haas | pageinspect: More type-sanity surgery on the new hash... |
commit | commitdiff | tree |
| 2017-02-03 |
Robert Haas | pgstattuple: Add pgstathashindex. |
commit | commitdiff | tree |
| 2017-02-03 |
Fujii Masao | Be sure to release LogicalRepLauncherLock in DROP SUBSC... |
commit | commitdiff | tree |
| 2017-02-03 |
Tom Lane | In pageinspect/hashfuncs.c, avoid crashes on alignment... |
commit | commitdiff | tree |
| 2017-02-03 |
Robert Haas | pageinspect: Remove platform-dependent values from... |
commit | commitdiff | tree |
| 2017-02-03 |
Tom Lane | Fix a bunch more portability bugs in commit 08bf6e529. |
commit | commitdiff | tree |
| 2017-02-03 |
Robert Haas | pageinspect: Try to fix some bugs in previous commit. |
commit | commitdiff | tree |
| 2017-02-03 |
Tom Lane | Clean up psql's behavior for a few more control variables. |
commit | commitdiff | tree |
| 2017-02-03 |
Tom Lane | Avoid improbable null pointer dereference in pgpassfile... |
commit | commitdiff | tree |
| 2017-02-03 |
Tom Lane | Fix placement of initPlans when forcibly materializing... |
commit | commitdiff | tree |
| 2017-02-02 |
Peter Eisentraut | doc: Add missing include in example code |
commit | commitdiff | tree |
| 2017-02-02 |
Tom Lane | Fix mishandling of tSRFs at different nesting levels. |
commit | commitdiff | tree |
| 2017-02-02 |
Peter Eisentraut | doc: Document result set of CREATE_REPLICATION_SLOT |
commit | commitdiff | tree |
| 2017-02-02 |
Robert Haas | Increase upper bound for bgwriter_lru_maxpages. |
commit | commitdiff | tree |
| 2017-02-02 |
Robert Haas | pageinspect: Support hash indexes. |
commit | commitdiff | tree |
| 2017-02-02 |
Noah Misch | Code review for avoidance of direct cross-module links. |
commit | commitdiff | tree |
| 2017-02-02 |
Heikki Linnakangas | Add KOI8-U map files to Makefile. |
commit | commitdiff | tree |
| 2017-02-02 |
Heikki Linnakangas | Silence compiler warning. |
commit | commitdiff | tree |
| 2017-02-01 |
Andrew Dunstan | Don't count background workers against a user's connect... |
commit | commitdiff | tree |
| 2017-02-01 |
Tom Lane | Fix CatalogTupleInsert/Update abstraction for case... |
commit | commitdiff | tree |
| 2017-02-01 |
Tom Lane | Provide CatalogTupleDelete() as a wrapper around simple... |
commit | commitdiff | tree |
| 2017-02-01 |
Robert Haas | Refactor other replication commands to use DestRemoteSi... |
commit | commitdiff | tree |
| 2017-02-01 |
Tom Lane | Make psql's \set display variables in alphabetical... |
commit | commitdiff | tree |
| 2017-02-01 |
Tom Lane | Improve psql's behavior for \set and \unset of its... |
commit | commitdiff | tree |
| 2017-02-01 |
Heikki Linnakangas | Replace isMD5() with a more future-proof way to check... |
commit | commitdiff | tree |
| 2017-02-01 |
Heikki Linnakangas | Don't create "holes" in BufFiles, in the new logtape... |
commit | commitdiff | tree |
| 2017-02-01 |
Heikki Linnakangas | Small fixes to the Perl scripts to create unicode conve... |
commit | commitdiff | tree |
| 2017-01-31 |
Robert Haas | Move comment about test slightly closer to test. |
commit | commitdiff | tree |
| 2017-01-31 |
Alvaro Herrera | Tweak catalog indexing abstraction for upcoming WARM |
commit | commitdiff | tree |
| 2017-01-31 |
Stephen Frost | pg_dump: Fix handling of ALTER DEFAULT PRIVILEGES |
commit | commitdiff | tree |
| 2017-01-31 |
Stephen Frost | perltidy pg_dump TAP tests |
commit | commitdiff | tree |
| 2017-01-31 |
Stephen Frost | test_pg_dump: perltidy cleanup |
commit | commitdiff | tree |
| 2017-01-30 |
Tom Lane | Simplify some long-obsolete code in hba.c's next_token(). |
commit | commitdiff | tree |
| 2017-01-30 |
Tom Lane | Invent pg_hba_file_rules view to show the content of... |
commit | commitdiff | tree |
| 2017-01-30 |
Tom Lane | Add a regression test script dedicated to exercising... |
commit | commitdiff | tree |
| 2017-01-30 |
Tom Lane | Make psql reject attempts to set special variables... |
commit | commitdiff | tree |
| 2017-01-30 |
Peter Eisentraut | Fix sequence test in cs_CZ locale |
commit | commitdiff | tree |
| 2017-01-30 |
Peter Eisentraut | Additional test coverage for sequences |
commit | commitdiff | tree |
| 2017-01-30 |
Tom Lane | Update time zone data files to tzdata release 2016j. |
commit | commitdiff | tree |
| next |