2017-02-19 |
Robert Haas | Make dsa_allocate interface more like MemoryContextAlloc. |
commit | commitdiff | tree |
2017-02-18 |
Magnus Hagander | Fix help message for pg_basebackup -R |
commit | commitdiff | tree |
2017-02-18 |
Peter Eisentraut | Optimize query for information_schema.constraint_column... |
commit | commitdiff | tree |
2017-02-17 |
Peter Eisentraut | doc: Fix typos |
commit | commitdiff | tree |
2017-02-17 |
Peter Eisentraut | pg_dump: Message style improvements |
commit | commitdiff | tree |
2017-02-17 |
Tom Lane | Document usage of COPT environment variable for adjusti... |
commit | commitdiff | tree |
2017-02-17 |
Peter Eisentraut | pg_dump: Fix typo in query |
commit | commitdiff | tree |
2017-02-17 |
Peter Eisentraut | Remove redundant coverage target |
commit | commitdiff | tree |
2017-02-17 |
Peter Eisentraut | Fix typo on comment |
commit | commitdiff | tree |
2017-02-16 |
Robert Haas | Add new function dsa_allocate0. |
commit | commitdiff | tree |
2017-02-16 |
Tom Lane | Doc: remove duplicate index entry. |
commit | commitdiff | tree |
2017-02-16 |
Robert Haas | Avoid crash in ALTER TABLE not_partitioned DETACH PARTI... |
commit | commitdiff | tree |
2017-02-15 |
Tom Lane | Formatting and docs corrections for logical decoding... |
commit | commitdiff | tree |
2017-02-15 |
Tom Lane | Doc: fix typo in logicaldecoding.sgml. |
commit | commitdiff | tree |
2017-02-15 |
Tom Lane | Make sure that hash join's bulk-tuple-transfer loops... |
commit | commitdiff | tree |
2017-02-15 |
Tom Lane | Doc: fix syntax synopsis for INSERT ... ON CONFLICT... |
commit | commitdiff | tree |
2017-02-15 |
Tom Lane | Fix tab completion for "ALTER SYSTEM SET variable ... |
commit | commitdiff | tree |
2017-02-15 |
Tom Lane | Fix YA unwanted behavioral difference with operator_pre... |
commit | commitdiff | tree |
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 |
next |