2018-02-27 |
Tom Lane | Use the correct tuplestore read pointer in a NamedTuple... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Tom Lane | Remove regression tests' CREATE FUNCTION commands for... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Tom Lane | Prevent dangling-pointer access when update trigger... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Tom Lane | Stamp 10.3. REL_10_3 |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Tom Lane | Schema-qualify references in test_ddl_deparse test... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Noah Misch | Document security implications of search_path and the... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Noah Misch | Empty search_path in Autovacuum and non-psql/pgbench... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Tom Lane | Avoid using unsafe search_path settings during dump... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2018-02-25 |
Tom Lane | Release notes for 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22. |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Peter Eisentraut | Fix filtering of unsupported relations in logical repli... |
commit | commitdiff | tree | snapshot |
2018-02-23 |
Tom Lane | Allow auto_explain.log_min_duration to go up to INT_MAX. |
commit | commitdiff | tree | snapshot |
2018-02-23 |
Noah Misch | Synchronize doc/ copies of src/test/examples/. |
commit | commitdiff | tree | snapshot |
2018-02-23 |
Tom Lane | Fix planner failures with overlapping mergejoin clauses... |
commit | commitdiff | tree | snapshot |
2018-02-22 |
Andres Freund | Backport: Mark assorted GUC variables as PGDLLIMPORT. |
commit | commitdiff | tree | snapshot |
2018-02-21 |
Tom Lane | Repair pg_upgrade's failure to preserve relfrozenxid... |
commit | commitdiff | tree | snapshot |
2018-02-20 |
Tom Lane | Fix pg_dump's logic for eliding sequence limits that... |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Tom Lane | Fix misbehavior of CTE-used-in-a-subplan during EPQ... |
commit | commitdiff | tree | snapshot |
2018-02-15 |
Tom Lane | Doc: fix minor bug in CREATE TABLE example. |
commit | commitdiff | tree | snapshot |
2018-02-14 |
Tom Lane | Fix broken logic for reporting PL/Python function names... |
commit | commitdiff | tree | snapshot |
2018-02-12 |
Alvaro Herrera | Add missing article |
commit | commitdiff | tree | snapshot |
2018-02-11 |
Tom Lane | Fix assorted errors in pg_dump's handling of extended... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
Magnus Hagander | Change default git repo URL to https |
commit | commitdiff | tree | snapshot |
2018-02-05 |
Tom Lane | Stamp 10.2. REL_10_2 |
commit | commitdiff | tree | snapshot |
2018-02-05 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
2018-02-05 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2018-02-05 |
Tom Lane | Ensure that all temp files made during pg_upgrade are... |
commit | commitdiff | tree | snapshot |
2018-02-05 |
Tom Lane | Fix RelationBuildPartitionKey's processing of partition... |
commit | commitdiff | tree | snapshot |
2018-02-04 |
Peter Eisentraut | doc: Update mentions of MD5 in the documentation |
commit | commitdiff | tree | snapshot |
2018-02-04 |
Tom Lane | Release notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21. |
commit | commitdiff | tree | snapshot |
2018-02-03 |
Peter Eisentraut | doc: Fix name in release notes |
commit | commitdiff | tree | snapshot |
2018-02-03 |
Peter Eisentraut | doc: Clarify psql --list documentation a bit more |
commit | commitdiff | tree | snapshot |
2018-02-03 |
Peter Eisentraut | doc: Fix index link |
commit | commitdiff | tree | snapshot |
2018-02-02 |
Tom Lane | Be more wary about shm_toc_lookup failure. |
commit | commitdiff | tree | snapshot |
2018-02-02 |
Peter Eisentraut | Fix application of identity values in some cases |
commit | commitdiff | tree | snapshot |
2018-02-01 |
Robert Haas | Fix possible failure to mark hash metapage dirty. |
commit | commitdiff | tree | snapshot |
2018-01-31 |
Bruce Momjian | doc: fix trigger inheritance wording |
commit | commitdiff | tree | snapshot |
2018-01-31 |
Bruce Momjian | doc: clarify major/minor pg_upgrade versions with... |
commit | commitdiff | tree | snapshot |
2018-01-31 |
Bruce Momjian | doc: clearify trigger behavior for inheritance |
commit | commitdiff | tree | snapshot |
2018-01-31 |
Bruce Momjian | doc: in contrib-spi, mention and link to the meaning... |
commit | commitdiff | tree | snapshot |
2018-01-31 |
Robert Haas | Fix typo: colums -> columns. |
commit | commitdiff | tree | snapshot |
2018-01-31 |
Bruce Momjian | doc: Improve pg_upgrade rsync examples to use clusterdir |
commit | commitdiff | tree | snapshot |
2018-01-31 |
Robert Haas | pgcrypto's encrypt() supports AES-128, AES-192, and... |
commit | commitdiff | tree | snapshot |
2018-01-31 |
Bruce Momjian | doc: mention datadir locations are actually config... |
commit | commitdiff | tree | snapshot |
2018-01-31 |
Robert Haas | Fix list partition constraints for partition keys of... |
commit | commitdiff | tree | snapshot |
2018-01-30 |
Peter Eisentraut | Fix up references to scram-sha-256 |
commit | commitdiff | tree | snapshot |
2018-01-30 |
Robert Haas | Fix test case for 'outer pathkeys do not match mergecla... |
commit | commitdiff | tree | snapshot |
2018-01-29 |
Andres Freund | Prevent growth of simplehash tables when they're "too... |
commit | commitdiff | tree | snapshot |
2018-01-29 |
Andres Freund | Improve bit perturbation in TupleHashTableHash. |
commit | commitdiff | tree | snapshot |
2018-01-29 |
Andres Freund | Backport: Add inline murmurhash32(uint32) function. |
commit | commitdiff | tree | snapshot |
2018-01-28 |
Tom Lane | Add stack-overflow guards in set-operation planning. |
commit | commitdiff | tree | snapshot |
2018-01-28 |
Simon Riggs | Default monitoring roles - errata |
commit | commitdiff | tree | snapshot |
2018-01-27 |
Tom Lane | Update time zone data files to tzdata release 2018c. |
commit | commitdiff | tree | snapshot |
2018-01-27 |
Tom Lane | Avoid crash during EvalPlanQual recheck of an inner... |
commit | commitdiff | tree | snapshot |
2018-01-27 |
Magnus Hagander | Add missing semicolons in documentation examples |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Robert Haas | pageinspect: Fix use of wrong memory context by hash_pa... |
commit | commitdiff | tree | snapshot |
2018-01-24 |
Bruce Momjian | doc: properly indent CREATE TRIGGER paragraph |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Bruce Momjian | doc: mention psql -l uses the 'postgres' database... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Tom Lane | Teach reparameterize_path() to handle AppendPaths. |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Alvaro Herrera | Remove unnecessary include |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Tom Lane | Documentation fix: pg_ctl no longer makes connection... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Robert Haas | Report an ERROR if a parallel worker fails to start... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Bruce Momjian | doc: simplify intermediate certificate mention in... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Tom Lane | Make pg_dump's ACL, sec label, and comment entries... |
commit | commitdiff | tree | snapshot |
2018-01-21 |
Magnus Hagander | Fix wording of "hostaddrs" |
commit | commitdiff | tree | snapshot |
2018-01-21 |
Bruce Momjian | doc: update intermediate certificate instructions |
commit | commitdiff | tree | snapshot |
2018-01-19 |
Alvaro Herrera | Fix StoreCatalogInheritance1 to use 32bit inhseqno |
commit | commitdiff | tree | snapshot |
2018-01-18 |
Tom Lane | Extend configure's __int128 test to check for a known... |
commit | commitdiff | tree | snapshot |
2018-01-17 |
Robert Haas | postgres_fdw: Avoid 'outer pathkeys do not match mergec... |
commit | commitdiff | tree | snapshot |
2018-01-15 |
Michael Meskes | Cope with indicator arrays that do not have the correct... |
commit | commitdiff | tree | snapshot |
2018-01-12 |
Tom Lane | Fix postgres_fdw to cope with duplicate GROUP BY entries. |
commit | commitdiff | tree | snapshot |
2018-01-12 |
Tom Lane | Avoid unnecessary failure in SELECT concurrent with... |
commit | commitdiff | tree | snapshot |
2018-01-12 |
Tom Lane | Fix incorrect handling of subquery pullup in the presen... |
commit | commitdiff | tree | snapshot |
2018-01-11 |
Teodor Sigaev | Fix behavior of ~> (cube, int) operator |
commit | commitdiff | tree | snapshot |
2018-01-10 |
Tom Lane | Fix sample INSTR() functions in the plpgsql documentation. |
commit | commitdiff | tree | snapshot |
2018-01-10 |
Tom Lane | Remove dubious micro-optimization in ckpt_buforder_comp... |
commit | commitdiff | tree | snapshot |
2018-01-09 |
Alvaro Herrera | Change some bogus PageGetLSN calls to BufferGetLSNAtomic |
commit | commitdiff | tree | snapshot |
2018-01-09 |
Tom Lane | While waiting for a condition variable, detect postmast... |
commit | commitdiff | tree | snapshot |
2018-01-09 |
Tom Lane | Fix race condition during replication origin drop. |
commit | commitdiff | tree | snapshot |
2018-01-09 |
Tom Lane | Allow ConditionVariable[PrepareTo]Sleep to auto-switch... |
commit | commitdiff | tree | snapshot |
2018-01-09 |
Bruce Momjian | pg_upgrade: prevent check on live cluster from generat... |
commit | commitdiff | tree | snapshot |
2018-01-06 |
Tom Lane | Reorder steps in ConditionVariablePrepareToSleep for... |
commit | commitdiff | tree | snapshot |
2018-01-06 |
Tom Lane | Rewrite ConditionVariableBroadcast() to avoid live... |
commit | commitdiff | tree | snapshot |
2018-01-05 |
Bruce Momjian | pg_upgrade: remove C comment |
commit | commitdiff | tree | snapshot |
2018-01-05 |
Bruce Momjian | pg_upgrade: revert part of patch for ease of translation |
commit | commitdiff | tree | snapshot |
2018-01-05 |
Bruce Momjian | pg_upgrade: simplify code layout in a few places |
commit | commitdiff | tree | snapshot |
2018-01-05 |
Alvaro Herrera | Fix failure to delete spill files of aborted transactions |
commit | commitdiff | tree | snapshot |
2018-01-04 |
Tom Lane | Fix new test case to not be endian-dependent. |
commit | commitdiff | tree | snapshot |
2018-01-04 |
Tom Lane | Fix incorrect computations of length of null bitmap... |
commit | commitdiff | tree | snapshot |
2018-01-03 |
Alvaro Herrera | Revert "Fix isolation test to be less timing-dependent" |
commit | commitdiff | tree | snapshot |
2018-01-03 |
Andres Freund | Rename pg_rewind's copy_file_range() to avoid conflict... |
commit | commitdiff | tree | snapshot |
2018-01-03 |
Andrew Dunstan | Fix use of config-specific libraries for Windows OpenSSL |
commit | commitdiff | tree | snapshot |
2018-01-03 |
Alvaro Herrera | Make XactLockTableWait work for transactions that are... |
commit | commitdiff | tree | snapshot |
2018-01-03 |
Alvaro Herrera | Fix isolation test to be less timing-dependent |
commit | commitdiff | tree | snapshot |
2018-01-03 |
Bruce Momjian | Update copyright for 2018 |
commit | commitdiff | tree | snapshot |
2018-01-02 |
Alvaro Herrera | Fix deadlock hazard in CREATE INDEX CONCURRENTLY |
commit | commitdiff | tree | snapshot |
2018-01-01 |
Noah Misch | In tests, await an LSN no later than the recovery target. |
commit | commitdiff | tree | snapshot |
2017-12-29 |
Magnus Hagander | Properly set base backup backends to active in pg_stat_... |
commit | commitdiff | tree | snapshot |
2017-12-27 |
Teodor Sigaev | Update relation's stats in pg_class during vacuum full. |
commit | commitdiff | tree | snapshot |
next |