| 2018-08-06 |
Peter Eisentraut | Adjust error message |
commit | commitdiff | tree |
| 2018-08-05 |
Tom Lane | Release notes for 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24. |
commit | commitdiff | tree |
| 2018-08-05 |
Tom Lane | Doc: fix incorrectly stated argument list for pgcrypto... |
commit | commitdiff | tree |
| 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-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 |
Tom Lane | libpq: PQhost to return active connected host or hostaddr |
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 libpq's code for searching .pgpass; rationalize... |
commit | commitdiff | tree |
| 2018-07-31 |
Bruce Momjian | pg_upgrade: fix --check for live source server checks |
commit | commitdiff | tree |
| 2018-07-31 |
Tom Lane | Further fixes for quoted-list GUC values in pg_dump... |
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-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-21 |
Tom Lane | Further portability hacking in pg_upgrade's test script. |
commit | commitdiff | tree |
| 2018-07-20 |
Dean Rasheed | Guard against rare RAND_bytes() failures in pg_strong_r... |
commit | commitdiff | tree |
| 2018-07-19 |
Tom Lane | Remove undocumented restriction against duplicate parti... |
commit | commitdiff | tree |
| 2018-07-19 |
Alexander Korotkov | Fix handling of empty uncompressed posting list pages... |
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-18 |
Tom Lane | Remove race-prone hot_standby_feedback test cases in... |
commit | commitdiff | tree |
| 2018-07-18 |
Heikki Linnakangas | Fix misc typos, mostly in comments. |
commit | commitdiff | tree |
| 2018-07-16 |
Robert Haas | Add subtransaction handling for table synchronization... |
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 |
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-12 |
Tom Lane | Doc: minor improvement in pl/pgsql FETCH/MOVE documenta... |
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-10 |
Alvaro Herrera | Better handle pseudotypes as partition keys |
commit | commitdiff | tree |
| 2018-07-10 |
Peter Eisentraut | Fix typos |
commit | commitdiff | tree |
| 2018-07-09 |
Tom Lane | Avoid emitting a bogus WAL record when recycling an... |
commit | commitdiff | tree |
| 2018-07-09 |
Tom Lane | Prevent accidental linking of system-supplied copies... |
commit | commitdiff | tree |
| 2018-07-09 |
Bruce Momjian | rel notes: mention enabling of parallelism in PG 10 |
commit | commitdiff | tree |
| 2018-07-09 |
Michael Paquier | Rework order of end-of-recovery actions to delay timeli... |
commit | commitdiff | tree |
| 2018-07-06 |
Michael Paquier | Add note in pg_rewind documentation about read-only... |
commit | commitdiff | tree |
| 2018-07-06 |
Alvaro Herrera | Allow replication slots to be dropped in single-user... |
commit | commitdiff | tree |
| 2018-07-05 |
Alvaro Herrera | logical decoding: beware of an unset specinsert change |
commit | commitdiff | tree |
| 2018-07-05 |
Alvaro Herrera | Reduce cost of test_decoding's new oldest_xmin test |
commit | commitdiff | tree |
| 2018-07-05 |
Peter Eisentraut | doc: Fix typos |
commit | commitdiff | tree |
| 2018-07-05 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2018-07-05 |
Peter Eisentraut | doc: Improve wording and fix whitespace |
commit | commitdiff | tree |
| 2018-07-05 |
Michael Paquier | Prevent references to invalid relation pages after... |
commit | commitdiff | tree |
| 2018-07-04 |
Andres Freund | Check for interrupts inside the nbtree page deletion... |
commit | commitdiff | tree |
| 2018-07-04 |
Fujii Masao | Improve the performance of relation deletes during... |
commit | commitdiff | tree |
| 2018-07-01 |
Peter Eisentraut | Fix libpq example programs |
commit | commitdiff | tree |
| 2018-06-29 |
Michael Paquier | Replace search.cpan.org with metacpan.org |
commit | commitdiff | tree |
| 2018-06-28 |
Bruce Momjian | doc: backpatch mention use of cross platform logical... |
commit | commitdiff | tree |
| 2018-06-27 |
Amit Kapila | Fix thinko in comments. |
commit | commitdiff | tree |
| 2018-06-26 |
Alvaro Herrera | Fix "base" snapshot handling in logical decoding |
commit | commitdiff | tree |
| 2018-06-26 |
Fujii Masao | Fix documentation bug related to backup history file. |
commit | commitdiff | tree |
| 2018-06-26 |
Thomas Munro | Add PGTYPESchar_free() to avoid cross-module problems... |
commit | commitdiff | tree |
| 2018-06-26 |
Thomas Munro | Move RecoveryLockList into a hash table. |
commit | commitdiff | tree |
| 2018-06-26 |
Michael Paquier | Correct handling of fsync failures with tar mode of... |
commit | commitdiff | tree |
| 2018-06-25 |
Alvaro Herrera | Update obsolete comments |
commit | commitdiff | tree |
| 2018-06-25 |
Michael Paquier | Address set of issues with errno handling |
commit | commitdiff | tree |
| 2018-06-24 |
Bruce Momjian | doc: adjust order of NUMERIC arguments to match syntax |
commit | commitdiff | tree |
| 2018-06-24 |
Bruce Momjian | doc: show how interval's 3 unit buckets behave using... |
commit | commitdiff | tree |
| 2018-06-21 |
Alvaro Herrera | Disclaim support for default namespace in XMLTABLE |
commit | commitdiff | tree |
| 2018-06-21 |
Tom Lane | Fix partial aggregation for variance(int4) and related... |
commit | commitdiff | tree |
| 2018-06-21 |
Tom Lane | Fix mishandling of sortgroupref labels while splitting... |
commit | commitdiff | tree |
| 2018-06-20 |
Alvaro Herrera | Update expected XML output with disabled XML, too |
commit | commitdiff | tree |
| 2018-06-20 |
Alvaro Herrera | Accept TEXT and CDATA nodes in XMLTABLE's column_expres... |
commit | commitdiff | tree |
| 2018-06-20 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree |
| 2018-06-20 |
Michael Paquier | Clarify use of temporary tables within partition trees |
commit | commitdiff | tree |
| 2018-06-19 |
Bruce Momjian | doc: explain use of json_populate_record{set}() |
commit | commitdiff | tree |
| 2018-06-18 |
Tom Lane | Fix contrib/hstore_plperl to look through scalar refs. |
commit | commitdiff | tree |
| 2018-06-18 |
Michael Paquier | Prevent hard failures of standbys caused by recycled... |
commit | commitdiff | tree |
| 2018-06-16 |
Tom Lane | Use -Wno-format-truncation and -Wno-stringop-truncation... |
commit | commitdiff | tree |
| 2018-06-16 |
Tom Lane | Avoid unnecessary use of strncpy in a couple of places... |
commit | commitdiff | tree |
| 2018-06-16 |
Tom Lane | Use snprintf not sprintf in pg_waldump's timestamptz_to... |
commit | commitdiff | tree |
| 2018-06-14 |
Alvaro Herrera | Fail BRIN control functions during recovery explicitly |
commit | commitdiff | tree |
| 2018-06-13 |
Alexander Korotkov | Documentation improvement for pg_trgm |
commit | commitdiff | tree |
| 2018-06-12 |
Andres Freund | Fix bugs in vacuum of shared rels, by keeping their... |
commit | commitdiff | tree |
| 2018-06-11 |
Tom Lane | Fix access to just-closed relcache entry. |
commit | commitdiff | tree |
| 2018-06-11 |
Michael Paquier | Fix grammar in documentation related to checkpoint_flus... |
commit | commitdiff | tree |
| 2018-06-10 |
Michael Paquier | Fix grammar in REVOKE documentation |
commit | commitdiff | tree |
| 2018-06-08 |
Alvaro Herrera | Teach SHOW ALL to honor pg_read_all_settings membership |
commit | commitdiff | tree |
| 2018-06-08 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2018-06-07 |
Heikki Linnakangas | Fix obsolete comment. |
commit | commitdiff | tree |
| 2018-06-06 |
Alvaro Herrera | Fix function code in error report |
commit | commitdiff | tree |
| 2018-05-30 |
Alvaro Herrera | Fix grammar |
commit | commitdiff | tree |
| 2018-05-28 |
Bruce Momjian | doc: mark 'replaceable' parameter for backup program... |
commit | commitdiff | tree |
| 2018-05-28 |
Bruce Momjian | doc: adjust DECLARE docs to mention FOR UPDATE behavior |
commit | commitdiff | tree |
| 2018-05-25 |
Tom Lane | Fix misidentification of SQL statement type in plpgsql... |
commit | commitdiff | tree |
| next |