2016-08-03 |
Tom Lane | Do not let PostmasterContext survive into background... |
commit | commitdiff | tree |
2016-08-03 |
Peter Eisentraut | Add missing casts in information schema |
commit | commitdiff | tree |
2016-08-03 |
Peter Eisentraut | doc: Remove documentation of nonexistent information... |
commit | commitdiff | tree |
2016-08-03 |
Alvaro Herrera | Fix assorted problems in recovery tests |
commit | commitdiff | tree |
2016-08-03 |
Peter Eisentraut | doc: Change recommendation to put NOTIFY into a rule |
commit | commitdiff | tree |
2016-08-03 |
Kevin Grittner | Add OldSnapshotTimeMapLock to wait_event table in docs. |
commit | commitdiff | tree |
2016-08-03 |
Bruce Momjian | C comment: fix typo |
commit | commitdiff | tree |
2016-08-03 |
Peter Eisentraut | doc: Remove slightly confusing xreflabels |
commit | commitdiff | tree |
2016-08-03 |
Peter Eisentraut | Small wording tweaks |
commit | commitdiff | tree |
2016-08-02 |
Tom Lane | Remove duplicate InitPostmasterChild() call while start... |
commit | commitdiff | tree |
2016-08-02 |
Bruce Momjian | doc: OS collation changes can break indexes |
commit | commitdiff | tree |
2016-08-02 |
Tom Lane | Block interrupts during HandleParallelMessages(). |
commit | commitdiff | tree |
2016-08-02 |
Peter Eisentraut | Change minimum max_worker_processes from 1 to 0 |
commit | commitdiff | tree |
2016-08-02 |
Tom Lane | Fix pg_dump's handling of public schema with both ... |
commit | commitdiff | tree |
2016-08-02 |
Peter Eisentraut | doc: Whitespace fixes in man pages |
commit | commitdiff | tree |
2016-08-02 |
Peter Eisentraut | Consistently capitalize names of recovery tests |
commit | commitdiff | tree |
2016-08-01 |
Tom Lane | Minor cleanup for access/transam/parallel.c. |
commit | commitdiff | tree |
2016-08-01 |
Tom Lane | Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetL... |
commit | commitdiff | tree |
2016-08-01 |
Fujii Masao | Remove unused arguments from pg_replication_origin_xact... |
commit | commitdiff | tree |
2016-08-01 |
Bruce Momjian | pg_rewind docs: clarify handling of remote servers |
commit | commitdiff | tree |
2016-08-01 |
Michael Meskes | Fixed array checking code for "unsigned long long"... |
commit | commitdiff | tree |
2016-08-01 |
Fujii Masao | Fix pg_basebackup so that it accepts 0 as a valid compr... |
commit | commitdiff | tree |
2016-07-31 |
Tom Lane | Doc: remove claim that hash index creation depends... |
commit | commitdiff | tree |
2016-07-31 |
Tom Lane | Code review for tqueue.c: fix memory leaks, speed it... |
commit | commitdiff | tree |
2016-07-31 |
Stephen Frost | Correctly handle owned sequences with extensions |
commit | commitdiff | tree |
2016-07-31 |
Bruce Momjian | doc: improve wording of Error Message Style Guide |
commit | commitdiff | tree |
2016-07-30 |
Bruce Momjian | pgbench docs: fix incorrect "last two" fields text |
commit | commitdiff | tree |
2016-07-30 |
Bruce Momjian | docs: properly capitalize and space kB, MB, GB, TB |
commit | commitdiff | tree |
2016-07-29 |
Tom Lane | Fix worst memory leaks in tqueue.c. |
commit | commitdiff | tree |
2016-07-29 |
Tom Lane | Fix tqueue.c's range-remapping code. |
commit | commitdiff | tree |
2016-07-29 |
Tom Lane | Fix pq_putmessage_noblock() to not block. |
commit | commitdiff | tree |
2016-07-29 |
Robert Haas | Eliminate a few more user-visible "cache lookup failed... |
commit | commitdiff | tree |
2016-07-29 |
Peter Eisentraut | Documentation spell checking and markup improvements |
commit | commitdiff | tree |
2016-07-28 |
Tom Lane | Guard against empty buffer in gets_fromFile()'s check... |
commit | commitdiff | tree |
2016-07-28 |
Tom Lane | Teach parser to transform "x IS [NOT] DISTINCT FROM... |
commit | commitdiff | tree |
2016-07-28 |
Peter Eisentraut | Message style improvements |
commit | commitdiff | tree |
2016-07-28 |
Tom Lane | Fix assorted fallout from IS [NOT] NULL patch. |
commit | commitdiff | tree |
2016-07-28 |
Tom Lane | Improve documentation about CREATE TABLE ... LIKE. |
commit | commitdiff | tree |
2016-07-28 |
Tom Lane | Register atexit hook only once in pg_upgrade. |
commit | commitdiff | tree |
2016-07-28 |
Fujii Masao | Fix incorrect description of udt_privileges view in... |
commit | commitdiff | tree |
2016-07-28 |
Tom Lane | tqueue.c's record-typmod hashtables need the HASH_BLOBS... |
commit | commitdiff | tree |
2016-07-27 |
Tom Lane | Fix cost_rescan() to account for multi-batch hashing... |
commit | commitdiff | tree |
2016-07-27 |
Robert Haas | Fix thinko in copyParamList. |
commit | commitdiff | tree |
2016-07-27 |
Tom Lane | Allow functions that return sets of tuples to return... |
commit | commitdiff | tree |
2016-07-26 |
Robert Haas | Change various deparsing functions to return NULL for... |
commit | commitdiff | tree |
2016-07-26 |
Robert Haas | Repair damage done by citext--1.1--1.2.sql. |
commit | commitdiff | tree |
2016-07-26 |
Tom Lane | Fix constant-folding of ROW(...) IS [NOT] NULL with... |
commit | commitdiff | tree |
2016-07-26 |
Fujii Masao | Fix improper example of using psql() function in TAP... |
commit | commitdiff | tree |
2016-07-26 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
2016-07-26 |
Peter Eisentraut | Message style improvements |
commit | commitdiff | tree |
2016-07-25 |
Fujii Masao | Fix typo in comment. |
commit | commitdiff | tree |
2016-07-25 |
Alvaro Herrera | Give recovery tests more time to finish |
commit | commitdiff | tree |
2016-07-24 |
Noah Misch | Make the AIX case of Makefile.shlib safe for parallel... |
commit | commitdiff | tree |
2016-07-24 |
Tom Lane | Correctly set up aggregate FILTER expression in partial... |
commit | commitdiff | tree |
2016-07-22 |
Tom Lane | Fix regression tests to work in Welsh locale. |
commit | commitdiff | tree |
2016-07-22 |
Tom Lane | Remove GetUserMappingId() and GetUserMappingById(). |
commit | commitdiff | tree |
2016-07-21 |
Tom Lane | Make contrib regression tests safe for Danish locale. |
commit | commitdiff | tree |
2016-07-21 |
Tom Lane | Make pltcl regression tests safe for Danish locale. |
commit | commitdiff | tree |
2016-07-21 |
Tom Lane | Make core regression tests safe for Danish locale. |
commit | commitdiff | tree |
2016-07-21 |
Robert Haas | Remove unused structure member. |
commit | commitdiff | tree |
2016-07-20 |
Magnus Hagander | Fix typos |
commit | commitdiff | tree |
2016-07-19 |
Tom Lane | Remove very-obsolete estimates of shmem usage from... |
commit | commitdiff | tree |
2016-07-19 |
Kevin Grittner | Add comment & docs about no vacuum truncation with... |
commit | commitdiff | tree |
2016-07-18 |
Tom Lane | Stamp 9.6beta3. |
commit | commitdiff | tree |
2016-07-18 |
Tom Lane | Doc: improve discussion of plpgsql's GET DIAGNOSTICS... |
commit | commitdiff | tree |
2016-07-18 |
Tom Lane | Doc: fix table of BRIN operator strategy numbers. |
commit | commitdiff | tree |
2016-07-18 |
Magnus Hagander | Fix typos in comments and debug message |
commit | commitdiff | tree |
2016-07-18 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2016-07-18 |
Andres Freund | Clear all-frozen visibilitymap status when locking... |
commit | commitdiff | tree |
2016-07-17 |
Tom Lane | Remove obsolete comment. |
commit | commitdiff | tree |
2016-07-17 |
Tom Lane | Establish conventions about global object names used... |
commit | commitdiff | tree |
2016-07-17 |
Peter Eisentraut | doc: Supply XSLT template for superscript element in... |
commit | commitdiff | tree |
2016-07-17 |
Peter Eisentraut | Use correct symbol for minimum int64 value |
commit | commitdiff | tree |
2016-07-17 |
Stephen Frost | Correctly dump database and tablespace ACLs |
commit | commitdiff | tree |
2016-07-16 |
Tom Lane | Update 9.6 release notes through today. |
commit | commitdiff | tree |
2016-07-16 |
Tom Lane | Improve test case exercising the sorting path for hash... |
commit | commitdiff | tree |
2016-07-16 |
Tom Lane | Add regression test case exercising the sorting path... |
commit | commitdiff | tree |
2016-07-16 |
Tom Lane | Fix crash in close_ps() for NaN input coordinates. |
commit | commitdiff | tree |
2016-07-16 |
Tom Lane | Clarify usage of clientcert authentication option. |
commit | commitdiff | tree |
2016-07-16 |
Tom Lane | Advance PG_CONTROL_VERSION. |
commit | commitdiff | tree |
2016-07-16 |
Andres Freund | Fix torn-page, unlogged xid and further risks from... |
commit | commitdiff | tree |
2016-07-15 |
Andres Freund | Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMA... |
commit | commitdiff | tree |
2016-07-15 |
Tom Lane | Avoid invalidating all foreign-join cached plans when... |
commit | commitdiff | tree |
2016-07-15 |
Alvaro Herrera | Avoid serializability errors when locking a tuple with... |
commit | commitdiff | tree |
2016-07-15 |
Teodor Sigaev | Fix parsing NOT sequence in tsquery |
commit | commitdiff | tree |
2016-07-15 |
Teodor Sigaev | Fix nested NOT operation cleanup in tsquery. |
commit | commitdiff | tree |
2016-07-15 |
Tom Lane | Improve documentation about search_path for SECURITY... |
commit | commitdiff | tree |
2016-07-15 |
Peter Eisentraut | Adjust spellings of forms of "cancel" |
commit | commitdiff | tree |
2016-07-15 |
Peter Eisentraut | doc: Fix typos |
commit | commitdiff | tree |
2016-07-14 |
Tom Lane | Fix GiST index build for NaN values in geometric types. |
commit | commitdiff | tree |
2016-07-14 |
Magnus Hagander | Remove reference to range mode in pg_xlogdump error |
commit | commitdiff | tree |
2016-07-13 |
Tom Lane | Minor test adjustment. |
commit | commitdiff | tree |
2016-07-13 |
Tom Lane | Add a regression test case to improve code coverage... |
commit | commitdiff | tree |
2016-07-13 |
Tom Lane | Fix obsolete header-file reference in pg_buffercache... |
commit | commitdiff | tree |
2016-07-13 |
Stephen Frost | Add missing hyphen |
commit | commitdiff | tree |
2016-07-12 |
Peter Eisentraut | Add serial comma and quoting to message |
commit | commitdiff | tree |
2016-07-12 |
Peter Eisentraut | Put some things in a better order in psql help |
commit | commitdiff | tree |
2016-07-12 |
Tom Lane | Allow IMPORT FOREIGN SCHEMA within pl/pgsql. |
commit | commitdiff | tree |
2016-07-12 |
Peter Eisentraut | doc: Fix typo |
commit | commitdiff | tree |
2016-07-11 |
Tom Lane | Print a given subplan only once in EXPLAIN. |
commit | commitdiff | tree |
next |