2018-04-04 |
Heikki Linnakangas | Fix incorrect description of USE_SLICING_BY_8_CRC32C. |
commit | commitdiff | tree | snapshot |
2018-03-31 |
Tom Lane | Fix assorted issues in parallel vacuumdb. |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Tom Lane | Fix bogus provolatile/proparallel markings on a few... |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Bruce Momjian | docs: add parameter with brackets around varbit() |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Bruce Momjian | doc: document "IS NOT DOCUMENT" |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Fujii Masao | Fix handling of files that source server removes during... |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Tom Lane | Fix actual and potential double-frees around tuplesort... |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Alvaro Herrera | Fix thinko in comment |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Alvaro Herrera | Fix typo |
commit | commitdiff | tree | snapshot |
2018-03-25 |
Tom Lane | Doc: add example of type resolution in nested UNIONs. |
commit | commitdiff | tree | snapshot |
2018-03-25 |
Tom Lane | Doc: remove extra comma in syntax summary for array_fill(). |
commit | commitdiff | tree | snapshot |
2018-03-24 |
Noah Misch | Don't qualify type pg_catalog.text in extend-extensions... |
commit | commitdiff | tree | snapshot |
2018-03-23 |
Tom Lane | Fix make rules that generate multiple output files. |
commit | commitdiff | tree | snapshot |
2018-03-22 |
Tom Lane | Fix tuple counting in SP-GiST index build. |
commit | commitdiff | tree | snapshot |
2018-03-22 |
Tom Lane | Fix errors in contrib/bloom index build. |
commit | commitdiff | tree | snapshot |
2018-03-22 |
Tom Lane | Fix mishandling of quoted-list GUC values in pg_dump... |
commit | commitdiff | tree | snapshot |
2018-03-21 |
Tatsuo Ishii | Fix typo. |
commit | commitdiff | tree | snapshot |
2018-03-21 |
Andrew Gierth | Repair crash with unsortable grouping sets. |
commit | commitdiff | tree | snapshot |
2018-03-21 |
Teodor Sigaev | Rework word_similarity documentation, make it close... |
commit | commitdiff | tree | snapshot |
2018-03-20 |
Tom Lane | Doc: typo fix, "PG_" should be "TG_" here. |
commit | commitdiff | tree | snapshot |
2018-03-20 |
Tom Lane | Prevent query-lifespan memory leakage of SP-GiST traver... |
commit | commitdiff | tree | snapshot |
2018-03-19 |
Tom Lane | Fix some corner-case issues in REFRESH MATERIALIZED... |
commit | commitdiff | tree | snapshot |
2018-03-19 |
Tom Lane | Fix performance hazard in REFRESH MATERIALIZED VIEW... |
commit | commitdiff | tree | snapshot |
2018-03-19 |
Alvaro Herrera | Fix state reversal after partition tuple routing |
commit | commitdiff | tree | snapshot |
2018-03-18 |
Tom Lane | Doc: note that statement-level view triggers require... |
commit | commitdiff | tree | snapshot |
2018-03-18 |
Magnus Hagander | Fix pg_recvlogical for pre-10 versions |
commit | commitdiff | tree | snapshot |
2018-03-17 |
Tom Lane | Fix overflow handling in plpgsql's integer FOR loops. |
commit | commitdiff | tree | snapshot |
2018-03-17 |
Tom Lane | Fix WHERE CURRENT OF when the referenced cursor uses... |
commit | commitdiff | tree | snapshot |
2018-03-16 |
Tom Lane | Fix query-lifespan memory leakage in repeatedly execute... |
commit | commitdiff | tree | snapshot |
2018-03-16 |
Tom Lane | Doc: explicitly point out that enum values can't be... |
commit | commitdiff | tree | snapshot |
2018-03-15 |
Tom Lane | Clean up duplicate table and function names in regressi... |
commit | commitdiff | tree | snapshot |
2018-03-15 |
Alvaro Herrera | test_ddl_deparse: rename matview |
commit | commitdiff | tree | snapshot |
2018-03-15 |
Tom Lane | Clean up duplicate role and schema names in regression... |
commit | commitdiff | tree | snapshot |
2018-03-15 |
Alvaro Herrera | test_ddl_deparse: Don't use pg_class as source for... |
commit | commitdiff | tree | snapshot |
2018-03-15 |
Alvaro Herrera | logical replication: fix OID type mapping mechanism |
commit | commitdiff | tree | snapshot |
2018-03-14 |
Alvaro Herrera | Log when a BRIN autosummarization request fails |
commit | commitdiff | tree | snapshot |
2018-03-13 |
Michael Meskes | Fix double frees in ecpg. |
commit | commitdiff | tree | snapshot |
2018-03-13 |
Tom Lane | When updating reltuples after ANALYZE, just extrapolate... |
commit | commitdiff | tree | snapshot |
2018-03-13 |
Tom Lane | Avoid holding AutovacuumScheduleLock while rechecking... |
commit | commitdiff | tree | snapshot |
2018-03-13 |
Michael Meskes | Set connection back to NULL after freeing it. |
commit | commitdiff | tree | snapshot |
2018-03-13 |
Peter Eisentraut | Fix CREATE TABLE / LIKE with bigint identity column |
commit | commitdiff | tree | snapshot |
2018-03-11 |
Tom Lane | Fix improper uses of canonicalize_qual(). |
commit | commitdiff | tree | snapshot |
2018-03-08 |
Peter Eisentraut | Fix warnings in man page build |
commit | commitdiff | tree | snapshot |
2018-03-08 |
Tom Lane | In initdb, don't bother trying max_connections = 10. |
commit | commitdiff | tree | snapshot |
2018-03-07 |
Alvaro Herrera | Fix typo |
commit | commitdiff | tree | snapshot |
2018-03-06 |
Alvaro Herrera | Refrain from duplicating data in reorderbuffers |
commit | commitdiff | tree | snapshot |
2018-03-06 |
Alvaro Herrera | Fix bogus Name assignment in CreateStatistics |
commit | commitdiff | tree | snapshot |
2018-03-05 |
Alvaro Herrera | Clone extended stats in CREATE TABLE (LIKE INCLUDING... |
commit | commitdiff | tree | snapshot |
2018-03-05 |
Fujii Masao | Fix pg_rewind to handle relation data files in tablespa... |
commit | commitdiff | tree | snapshot |
2018-03-04 |
Tom Lane | Fix assorted issues in convert_to_scalar(). |
commit | commitdiff | tree | snapshot |
2018-03-03 |
Peter Eisentraut | doc: Fix links to pg_stat_replication |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Tom Lane | Fix VM buffer pin management in heap_lock_updated_tuple... |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Tom Lane | Make gistvacuumcleanup() count the actual number of... |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Tom Lane | Use ereport not elog for some corrupt-HOT-chain reports. |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Alvaro Herrera | Relax overly strict sanity check for upgraded ancient... |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Tom Lane | Fix IOS planning when only some index columns can retur... |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Tom Lane | Rename base64 routines to avoid conflict with Solaris... |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Tom Lane | Remove restriction on SQL block length in isolationtest... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Tom Lane | Fix up ecpg's configuration so it handles "long long... |
commit | commitdiff | tree | snapshot |
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 |
next |