| 2018-08-04 |
Tom Lane | Fix INSERT ON CONFLICT UPDATE through a view that isn... |
commit | commitdiff | tree |
| 2018-08-04 |
Michael Paquier | Reset properly errno before calling write() |
commit | commitdiff | tree |
| 2018-08-04 |
Noah Misch | Make "kerberos" test suite independent of "localhost... |
commit | commitdiff | tree |
| 2018-08-03 |
Peter Geoghegan | Add table relcache invalidation to index builds. |
commit | commitdiff | tree |
| 2018-08-03 |
Alvaro Herrera | Add 'n' to list of possible values to pg_default_acl... |
commit | commitdiff | tree |
| 2018-08-03 |
Alvaro Herrera | Fix pg_replication_slot example output |
commit | commitdiff | tree |
| 2018-08-03 |
Tom Lane | Remove no-longer-appropriate special case in psql's... |
commit | commitdiff | tree |
| 2018-08-03 |
Tom Lane | Change libpq's internal uses of PQhost() to inspect... |
commit | commitdiff | tree |
| 2018-08-03 |
Amit Kapila | Fix buffer usage stats for parallel nodes. |
commit | commitdiff | tree |
| 2018-08-03 |
Amit Kapila | Match the buffer usage tracking for leader and worker... |
commit | commitdiff | tree |
| 2018-08-01 |
Tom Lane | Fix run-time partition pruning for appends with multipl... |
commit | commitdiff | tree |
| 2018-08-01 |
Alvaro Herrera | Fix logical replication slot initialization |
commit | commitdiff | tree |
| 2018-08-01 |
Alvaro Herrera | Fix per-tuple memory leak in partition tuple routing |
commit | commitdiff | tree |
| 2018-08-01 |
Tom Lane | Fix libpq's code for searching .pgpass; rationalize... |
commit | commitdiff | tree |
| 2018-08-01 |
Robert Haas | Update parallel.sgml for Parallel Append |
commit | commitdiff | tree |
| 2018-07-31 |
Bruce Momjian | pg_upgrade: fix --check for live source server checks |
commit | commitdiff | tree |
| 2018-07-31 |
Andrew Gierth | Provide for contrib and pgxs modules to install include... |
commit | commitdiff | tree |
| 2018-07-31 |
Tom Lane | Further fixes for quoted-list GUC values in pg_dump... |
commit | commitdiff | tree |
| 2018-07-30 |
Tom Lane | Remove dead code left behind by 1b6801051. |
commit | commitdiff | tree |
| 2018-07-30 |
Alvaro Herrera | Verify range bounds to bms_add_range when necessary |
commit | commitdiff | tree |
| 2018-07-30 |
Alvaro Herrera | Change bms_add_range to be a no-op for empty ranges |
commit | commitdiff | tree |
| 2018-07-30 |
Tom Lane | Ensure we build generated headers at the start of some... |
commit | commitdiff | tree |
| 2018-07-30 |
Alvaro Herrera | Set ActiveSnapshot when logically replaying inserts |
commit | commitdiff | tree |
| 2018-07-30 |
Tom Lane | Fix pg_dump's failure to dump REPLICA IDENTITY for... |
commit | commitdiff | tree |
| 2018-07-30 |
Tom Lane | Doc: fix oversimplified example for CREATE POLICY. |
commit | commitdiff | tree |
| 2018-07-29 |
Noah Misch | Fix earthdistance test suite function name typo. |
commit | commitdiff | tree |
| 2018-07-29 |
Noah Misch | Document security implications of qualified names. |
commit | commitdiff | tree |
| 2018-07-28 |
Bruce Momjian | pgtest: run clean, build, and check stages separately |
commit | commitdiff | tree |
| 2018-07-28 |
Bruce Momjian | pg_upgrade: check for clean server shutdowns |
commit | commitdiff | tree |
| 2018-07-28 |
Bruce Momjian | pgtest: grab possible warnings from install.log |
commit | commitdiff | tree |
| 2018-07-27 |
Amit Kapila | Fix the buffer release order for parallel index scans. |
commit | commitdiff | tree |
| 2018-07-27 |
Michael Paquier | Fix handling of pgbench's hash when no argument is... |
commit | commitdiff | tree |
| 2018-07-26 |
Tom Lane | Provide plpgsql tests for cases involving record field... |
commit | commitdiff | tree |
| 2018-07-26 |
Tom Lane | Avoid crash in eval_const_expressions if a Param's... |
commit | commitdiff | tree |
| 2018-07-25 |
Andres Freund | LLVMJIT: Release JIT context after running ExprContext... |
commit | commitdiff | tree |
| 2018-07-25 |
Andres Freund | LLVMJIT: Check for 'noinline' attribute in recursively... |
commit | commitdiff | tree |
| 2018-07-24 |
Thomas Munro | Pad semaphores to avoid false sharing. |
commit | commitdiff | tree |
| 2018-07-24 |
Andres Freund | doc: Fix reference to "decoder" to instead be the corre... |
commit | commitdiff | tree |
| 2018-07-24 |
Peter Eisentraut | psql: Add option for procedures to \df |
commit | commitdiff | tree |
| 2018-07-24 |
Michael Paquier | Fix calculation for WAL segment recycling and removal |
commit | commitdiff | tree |
| 2018-07-23 |
Robert Haas | pgbench: Remove duplicate entries from table of builtin... |
commit | commitdiff | tree |
| 2018-07-23 |
Andres Freund | LLVMJIT: Adapt to API changes in gdb and perf support. |
commit | commitdiff | tree |
| 2018-07-23 |
Andres Freund | LLVMJIT: Fix LLVM build for LLVM > 7. |
commit | commitdiff | tree |
| 2018-07-23 |
Andres Freund | Reset context at the tail end of JITed EEOP_AGG_PLAIN_T... |
commit | commitdiff | tree |
| 2018-07-23 |
Andres Freund | Fix JITed EEOP_AGG_INIT_TRANS, which missed some state. |
commit | commitdiff | tree |
| 2018-07-21 |
Tom Lane | Further portability hacking in pg_upgrade's test script. |
commit | commitdiff | tree |
| 2018-07-21 |
Tom Lane | Be more paranoid about quoting in pg_upgrade's test... |
commit | commitdiff | tree |
| 2018-07-20 |
Tom Lane | Avoid unportable shell syntax in pg_upgrade's test... |
commit | commitdiff | tree |
| 2018-07-20 |
Dean Rasheed | Guard against rare RAND_bytes() failures in pg_strong_r... |
commit | commitdiff | tree |
| 2018-07-19 |
Alexander Korotkov | Fix handling of empty uncompressed posting list pages... |
commit | commitdiff | tree |
| 2018-07-19 |
Tom Lane | Remove undocumented restriction against duplicate parti... |
commit | commitdiff | tree |
| 2018-07-19 |
Tom Lane | Improve psql's \d command to show whether index columns... |
commit | commitdiff | tree |
| 2018-07-19 |
Tom Lane | Fix pg_get_indexdef()'s behavior for included index... |
commit | commitdiff | tree |
| 2018-07-19 |
Alvaro Herrera | Rewrite comments in replication slot advance implementation |
commit | commitdiff | tree |
| 2018-07-19 |
Heikki Linnakangas | Fix error message when a hostaddr cannot be parsed. |
commit | commitdiff | tree |
| 2018-07-19 |
Heikki Linnakangas | Rephrase a few comments for clarity. |
commit | commitdiff | tree |
| 2018-07-19 |
Michael Paquier | Fix print of Path nodes when using OPTIMIZER_DEBUG |
commit | commitdiff | tree |
| 2018-07-19 |
Michael Paquier | Fix re-parameterize of MergeAppendPath |
commit | commitdiff | tree |
| 2018-07-18 |
Tom Lane | Remove race-prone hot_standby_feedback test cases in... |
commit | commitdiff | tree |
| 2018-07-18 |
Tom Lane | Drop the rule against included index columns duplicatin... |
commit | commitdiff | tree |
| 2018-07-18 |
Heikki Linnakangas | Fix misc typos, mostly in comments. |
commit | commitdiff | tree |
| 2018-07-17 |
Alvaro Herrera | doc: move PARTITION OF stanza to just below PARTITION BY |
commit | commitdiff | tree |
| 2018-07-17 |
Alvaro Herrera | Fix ALTER TABLE...SET STATS error message for included... |
commit | commitdiff | tree |
| 2018-07-16 |
Alvaro Herrera | Fix partition pruning with IS [NOT] NULL clauses |
commit | commitdiff | tree |
| 2018-07-16 |
Robert Haas | Add subtransaction handling for table synchronization... |
commit | commitdiff | tree |
| 2018-07-16 |
Peter Eisentraut | doc: Update redirecting links |
commit | commitdiff | tree |
| 2018-07-14 |
Tom Lane | Fix hashjoin costing mistake introduced with inner_uniq... |
commit | commitdiff | tree |
| 2018-07-13 |
Tom Lane | Fix crash in contrib/ltree's lca() function for empty... |
commit | commitdiff | tree |
| 2018-07-13 |
Peter Eisentraut | Update documentation editor setup instructions |
commit | commitdiff | tree |
| 2018-07-13 |
Tom Lane | Fix crash in json{b}_populate_recordset() and json... |
commit | commitdiff | tree |
| 2018-07-13 |
Alvaro Herrera | Dump foreign keys on partitioned tables |
commit | commitdiff | tree |
| 2018-07-13 |
Tom Lane | Fix inadequate buffer locking in FSM and VM page re... |
commit | commitdiff | tree |
| 2018-07-13 |
Bruce Momjian | docs: Remove "New" description of the libpqxx interface |
commit | commitdiff | tree |
| 2018-07-13 |
Peter Eisentraut | Prohibit transaction commands in security definer proce... |
commit | commitdiff | tree |
| 2018-07-12 |
Peter Eisentraut | Reset shmem_exit_inprogress after shmem_exit() |
commit | commitdiff | tree |
| 2018-07-12 |
Tom Lane | Doc: minor improvement in pl/pgsql FETCH/MOVE documenta... |
commit | commitdiff | tree |
| 2018-07-12 |
Alvaro Herrera | Fix FK checks of TRUNCATE involving partitioned tables |
commit | commitdiff | tree |
| 2018-07-12 |
Tom Lane | Doc: clarify release note text about v11's new window... |
commit | commitdiff | tree |
| 2018-07-12 |
Tom Lane | Doc: update documentation for requirement of ORDER... |
commit | commitdiff | tree |
| 2018-07-12 |
Amit Kapila | Allow using the updated tuple while moving it to a... |
commit | commitdiff | tree |
| 2018-07-12 |
Michael Paquier | Make logical WAL sender report streaming state appropri... |
commit | commitdiff | tree |
| 2018-07-11 |
Tom Lane | Fix create_scan_plan's handling of sortgrouprefs for... |
commit | commitdiff | tree |
| 2018-07-11 |
Tom Lane | Fix bugs with degenerate window ORDER BY clauses in... |
commit | commitdiff | tree |
| 2018-07-10 |
Michael Paquier | Block replication slot advance for these not yet reserv... |
commit | commitdiff | tree |
| 2018-07-10 |
Alvaro Herrera | Better handle pseudotypes as partition keys |
commit | commitdiff | tree |
| 2018-07-10 |
Peter Eisentraut | Fix typos |
commit | commitdiff | tree |
| 2018-07-10 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2018-07-09 |
Tom Lane | Avoid emitting a bogus WAL record when recycling an... |
commit | commitdiff | tree |
| 2018-07-09 |
Alvaro Herrera | Flip argument order in XLogSegNoOffsetToRecPtr |
commit | commitdiff | tree |
| 2018-07-09 |
Tom Lane | Fix yet more problems with incorrectly-constructed... |
commit | commitdiff | tree |
| 2018-07-09 |
Bruce Momjian | rel notes: mention enabling of parallelism in PG 10 |
commit | commitdiff | tree |
| 2018-07-09 |
Peter Eisentraut | Add UtilityReturnsTuples() support for CALL |
commit | commitdiff | tree |
| 2018-07-09 |
Michael Paquier | Rework order of end-of-recovery actions to delay timeli... |
commit | commitdiff | tree |
| 2018-07-07 |
Peter Eisentraut | Add separate error message for procedure does not exist |
commit | commitdiff | tree |
| 2018-07-06 |
Michael Paquier | Add note in pg_rewind documentation about read-only... |
commit | commitdiff | tree |
| 2018-07-06 |
Peter Eisentraut | Fix assert in nested SQL procedure call |
commit | commitdiff | tree |
| 2018-07-06 |
Peter Eisentraut | Allow CALL with polymorphic type arguments |
commit | commitdiff | tree |
| 2018-07-06 |
Alvaro Herrera | Allow replication slots to be dropped in single-user... |
commit | commitdiff | tree |
| 2018-07-06 |
Alvaro Herrera | doc: Reword old inheritance partitioning documentation |
commit | commitdiff | tree |
| 2018-07-05 |
Alvaro Herrera | logical decoding: beware of an unset specinsert change |
commit | commitdiff | tree |
| next |