| 2020-01-11 |
Noah Misch | Maintain valid md.c state when FileClose() fails. |
commit | commitdiff | tree | snapshot |
| 2020-01-10 |
Michael Paquier | doc: Fix naming of SELinux |
commit | commitdiff | tree | snapshot |
| 2020-01-09 |
Peter Eisentraut | doc: Add link to upgrading chapter to release notes |
commit | commitdiff | tree | snapshot |
| 2020-01-08 |
Alvaro Herrera | Reimplement nullification of walsender timestamp |
commit | commitdiff | tree | snapshot |
| 2020-01-08 |
Tom Lane | Fix handling of generated columns in ALTER TABLE. |
commit | commitdiff | tree | snapshot |
| 2020-01-08 |
Michael Paquier | Revert "Forbid DROP SCHEMA on temporary namespaces" |
commit | commitdiff | tree | snapshot |
| 2020-01-07 |
Alvaro Herrera | pg_stat_activity: show NULL stmt start time for walsenders |
commit | commitdiff | tree | snapshot |
| 2020-01-06 |
Tom Lane | Reduce the number of GetFlushRecPtr() calls done by... |
commit | commitdiff | tree | snapshot |
| 2020-01-06 |
Peter Eisentraut | Have logical replication subscriber fire column triggers |
commit | commitdiff | tree | snapshot |
| 2020-01-05 |
Tatsuo Ishii | Docs: use more standard terminology "round-to-nearest... |
commit | commitdiff | tree | snapshot |
| 2020-01-03 |
Amit Kapila | Fix typos in parallel query docs. |
commit | commitdiff | tree | snapshot |
| 2020-01-02 |
Alvaro Herrera | Fix cloning of row triggers to sub-partitions |
commit | commitdiff | tree | snapshot |
| 2020-01-02 |
Peter Eisentraut | Fix comment in test |
commit | commitdiff | tree | snapshot |
| 2020-01-02 |
Amit Kapila | Fix running out of file descriptors for spill files. |
commit | commitdiff | tree | snapshot |
| 2020-01-01 |
Bruce Momjian | Update copyrights for 2020 |
commit | commitdiff | tree | snapshot |
| 2019-12-27 |
Alvaro Herrera | Add pg_dump test for triggers on partitioned tables |
commit | commitdiff | tree | snapshot |
| 2019-12-27 |
Bruce Momjian | doc: add examples of creative use of unique expression... |
commit | commitdiff | tree | snapshot |
| 2019-12-27 |
Bruce Momjian | docs: clarify infinite range values from data-type... |
commit | commitdiff | tree | snapshot |
| 2019-12-27 |
Michael Paquier | Forbid DROP SCHEMA on temporary namespaces |
commit | commitdiff | tree | snapshot |
| 2019-12-26 |
Tom Lane | Fix possible loss of sync between rectypeid and underly... |
commit | commitdiff | tree | snapshot |
| 2019-12-26 |
Michael Paquier | Fix some comments related to logical repslot advancing |
commit | commitdiff | tree | snapshot |
| 2019-12-24 |
Thomas Munro | Rotate instead of shifting hash join batch number. |
commit | commitdiff | tree | snapshot |
| 2019-12-23 |
Joe Conway | Disallow null category in crosstab_hash |
commit | commitdiff | tree | snapshot |
| 2019-12-23 |
Tom Lane | Disallow partition key expressions that return pseudo... |
commit | commitdiff | tree | snapshot |
| 2019-12-23 |
Tom Lane | Prevent a rowtype from being included in itself via... |
commit | commitdiff | tree | snapshot |
| 2019-12-22 |
Tom Lane | Avoid low-probability regression test failures in times... |
commit | commitdiff | tree | snapshot |
| 2019-12-21 |
Tom Lane | In pgwin32_open, loop after ERROR_ACCESS_DENIED only... |
commit | commitdiff | tree | snapshot |
| 2019-12-21 |
Bruce Momjian | docs: clarify handling of column lists in COPY TO... |
commit | commitdiff | tree | snapshot |
| 2019-12-20 |
Tom Lane | libpq should expose GSS-related parameters even when... |
commit | commitdiff | tree | snapshot |
| 2019-12-19 |
Tom Lane | Doc: add a short summary of available authentication... |
commit | commitdiff | tree | snapshot |
| 2019-12-19 |
Robert Haas | Update neglected comment. |
commit | commitdiff | tree | snapshot |
| 2019-12-18 |
Amit Kapila | Fix subscriber invalid memory access on DDL. |
commit | commitdiff | tree | snapshot |
| 2019-12-18 |
Michael Paquier | Remove shadow variables linked to RedoRecPtr in xlog.c |
commit | commitdiff | tree | snapshot |
| 2019-12-17 |
Tom Lane | Fix error reporting for index expressions of prohibited... |
commit | commitdiff | tree | snapshot |
| 2019-12-17 |
Amit Kapila | Change overly strict Assert in TransactionGroupUpdateXi... |
commit | commitdiff | tree | snapshot |
| 2019-12-16 |
Tom Lane | On Windows, wait a little to see if ERROR_ACCESS_DENIED... |
commit | commitdiff | tree | snapshot |
| 2019-12-16 |
Heikki Linnakangas | Fix yet another crash in page split during GiST index... |
commit | commitdiff | tree | snapshot |
| 2019-12-16 |
Etsuro Fujita | Clean up some misplaced comments in partition_join... |
commit | commitdiff | tree | snapshot |
| 2019-12-14 |
Tom Lane | Prevent overly-aggressive collapsing of joins to RTE_RE... |
commit | commitdiff | tree | snapshot |
| 2019-12-14 |
Thomas Munro | Fix mdsyncfiletag(), take II. |
commit | commitdiff | tree | snapshot |
| 2019-12-14 |
Thomas Munro | Don't use _mdfd_getseg() in mdsyncfiletag(). |
commit | commitdiff | tree | snapshot |
| 2019-12-13 |
Heikki Linnakangas | Fix crash when a page was split during GiST index creation. |
commit | commitdiff | tree | snapshot |
| 2019-12-12 |
Tom Lane | Fix EXTRACT(ISOYEAR FROM timestamp) for years BC. |
commit | commitdiff | tree | snapshot |
| 2019-12-12 |
Tom Lane | Remove redundant function calls in timestamp[tz]_part(). |
commit | commitdiff | tree | snapshot |
| 2019-12-12 |
Etsuro Fujita | Remove extra parenthesis from comment. |
commit | commitdiff | tree | snapshot |
| 2019-12-10 |
Tom Lane | In pg_ctl, work around ERROR_SHARING_VIOLATION on the... |
commit | commitdiff | tree | snapshot |
| 2019-12-10 |
Etsuro Fujita | Fix handling of multiple AFTER ROW triggers on a foreig... |
commit | commitdiff | tree | snapshot |
| 2019-12-09 |
Tom Lane | Fix race condition in our Windows signal emulation. |
commit | commitdiff | tree | snapshot |
| 2019-12-09 |
Tom Lane | Improve isolationtester's timeout management. |
commit | commitdiff | tree | snapshot |
| 2019-12-09 |
Amit Kapila | Fix typos in miscinit.c. |
commit | commitdiff | tree | snapshot |
| 2019-12-08 |
Noah Misch | Document search_path security with untrusted dbowner... |
commit | commitdiff | tree | snapshot |
| 2019-12-08 |
Tom Lane | Doc: improve documentation about run-time pruning's... |
commit | commitdiff | tree | snapshot |
| 2019-12-06 |
Michael Paquier | Fix handling of OpenSSL's SSL_clear_options |
commit | commitdiff | tree | snapshot |
| 2019-12-04 |
Etsuro Fujita | Fix whitespace. |
commit | commitdiff | tree | snapshot |
| 2019-12-03 |
Tomas Vondra | Ensure maxlen is at leat 1 in dict_int |
commit | commitdiff | tree | snapshot |
| 2019-12-03 |
Michael Paquier | Fix failures with TAP tests of pg_ctl on Windows |
commit | commitdiff | tree | snapshot |
| 2019-12-01 |
Tom Lane | Fix misbehavior with expression indexes on ON COMMIT... |
commit | commitdiff | tree | snapshot |
| 2019-11-30 |
Tomas Vondra | Fix off-by-one error in PGTYPEStimestamp_fmt_asc |
commit | commitdiff | tree | snapshot |
| 2019-11-28 |
Tomas Vondra | Remove unnecessary clauses_attnums variable |
commit | commitdiff | tree | snapshot |
| 2019-11-28 |
Tomas Vondra | Fix choose_best_statistics to check clauses individually |
commit | commitdiff | tree | snapshot |
| 2019-11-27 |
Etsuro Fujita | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
| 2019-11-26 |
Tom Lane | Allow access to child table statistics if user can... |
commit | commitdiff | tree | snapshot |
| 2019-11-26 |
Amit Kapila | Don't shut down Gather[Merge] early under Limit. |
commit | commitdiff | tree | snapshot |
| 2019-11-24 |
Tom Lane | Avoid assertion failure with LISTEN in a serializable... |
commit | commitdiff | tree | snapshot |
| 2019-11-24 |
Thomas Munro | doc: Fix whitespace in syntax. |
commit | commitdiff | tree | snapshot |
| 2019-11-24 |
Tom Lane | Stabilize NOTIFY behavior by transmitting notifies... |
commit | commitdiff | tree | snapshot |
| 2019-11-23 |
Tom Lane | Improve test coverage for LISTEN/NOTIFY. |
commit | commitdiff | tree | snapshot |
| 2019-11-22 |
Tom Lane | Add test coverage for "unchanged toast column" replicat... |
commit | commitdiff | tree | snapshot |
| 2019-11-22 |
Tom Lane | Fix bogus tuple-slot management in logical replication... |
commit | commitdiff | tree | snapshot |
| 2019-11-21 |
Tom Lane | Defend against self-referential views in relation_is_up... |
commit | commitdiff | tree | snapshot |
| 2019-11-21 |
Michael Paquier | Provide statistics for hypothetical BRIN indexes |
commit | commitdiff | tree | snapshot |
| 2019-11-20 |
Magnus Hagander | Remove incorrect markup |
commit | commitdiff | tree | snapshot |
| 2019-11-20 |
Thomas Munro | Handle ReadFile() EOF correctly on Windows. |
commit | commitdiff | tree | snapshot |
| 2019-11-20 |
Tatsuo Ishii | Doc: fix minor typo in func.sgml. |
commit | commitdiff | tree | snapshot |
| 2019-11-19 |
Tom Lane | Fix corner-case failure in match_pattern_prefix(). |
commit | commitdiff | tree | snapshot |
| 2019-11-19 |
Alexander Korotkov | Fix page modification outside of critical section in GIN |
commit | commitdiff | tree | snapshot |
| 2019-11-19 |
Alexander Korotkov | Revise GIN README |
commit | commitdiff | tree | snapshot |
| 2019-11-19 |
Alexander Korotkov | Fix traversing to the deleted GIN page via downlink |
commit | commitdiff | tree | snapshot |
| 2019-11-19 |
Alexander Korotkov | Fix deadlock between ginDeletePage() and ginStepRight() |
commit | commitdiff | tree | snapshot |
| 2019-11-19 |
Tom Lane | Doc: clarify use of RECURSIVE in WITH. |
commit | commitdiff | tree | snapshot |
| 2019-11-19 |
Tom Lane | Doc: clarify behavior of ALTER DEFAULT PRIVILEGES ... |
commit | commitdiff | tree | snapshot |
| 2019-11-17 |
Tom Lane | Further fix dumping of views that contain just VALUES... |
commit | commitdiff | tree | snapshot |
| 2019-11-16 |
Michael Paquier | Improve stability of tests for VACUUM (SKIP_LOCKED) |
commit | commitdiff | tree | snapshot |
| 2019-11-16 |
Tomas Vondra | Skip system attributes when applying mvdistinct stats |
commit | commitdiff | tree | snapshot |
| 2019-11-15 |
Thomas Munro | Always call ExecShutdownNode() if appropriate. |
commit | commitdiff | tree | snapshot |
| 2019-11-15 |
Tom Lane | Doc: in v12 release notes, explain how to replace uses... |
commit | commitdiff | tree | snapshot |
| 2019-11-13 |
Tom Lane | Add missing check_collation_set call to bpcharne(). |
commit | commitdiff | tree | snapshot |
| 2019-11-13 |
Tom Lane | Fix silly initializations (cosmetic only). |
commit | commitdiff | tree | snapshot |
| 2019-11-13 |
Tom Lane | Avoid downcasing/truncation of RADIUS authentication... |
commit | commitdiff | tree | snapshot |
| 2019-11-13 |
Tom Lane | Include TableFunc references when computing expression... |
commit | commitdiff | tree | snapshot |
| 2019-11-13 |
Tom Lane | Handle arrays and ranges in pg_upgrade's test for non... |
commit | commitdiff | tree | snapshot |
| 2019-11-13 |
Bruce Momjian | docs: clarify that only INSERT and UPDATE triggers... |
commit | commitdiff | tree | snapshot |
| 2019-11-11 |
Tom Lane | Stamp 12.1. REL_12_1 |
commit | commitdiff | tree | snapshot |
| 2019-11-11 |
Tom Lane | Doc: fix ancient mistake, or at least obsolete info... |
commit | commitdiff | tree | snapshot |
| 2019-11-11 |
Tom Lane | Further improve stability of partition_prune regression... |
commit | commitdiff | tree | snapshot |
| 2019-11-11 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
| 2019-11-10 |
Tom Lane | Release notes for 12.1, 11.6, 10.11, 9.6.16, 9.5.20... |
commit | commitdiff | tree | snapshot |
| 2019-11-09 |
Peter Eisentraut | Fix subscription test |
commit | commitdiff | tree | snapshot |
| 2019-11-09 |
Peter Eisentraut | doc: Clarify documentation about SSL passphrases |
commit | commitdiff | tree | snapshot |
| 2019-11-09 |
Peter Eisentraut | doc: Further tweak recovery parameters documentation |
commit | commitdiff | tree | snapshot |
| next |