2019-01-02 |
Tom Lane | Don't believe MinMaxExpr is leakproof without checking. |
commit | commitdiff | tree |
2019-01-02 |
Bruce Momjian | Update copyright for 2019 |
commit | commitdiff | tree |
2019-01-01 |
Michael Paquier | Fix generation of padding message before encrypting... |
commit | commitdiff | tree |
2018-12-31 |
Noah Misch | Process EXTRA_INSTALL serially, during the first temp... |
commit | commitdiff | tree |
2018-12-31 |
Noah Misch | Send EXTRA_INSTALL errors to install.log, not stderr. |
commit | commitdiff | tree |
2018-12-31 |
Noah Misch | pg_regress: Promptly detect failed postmaster startup. |
commit | commitdiff | tree |
2018-12-29 |
Peter Eisentraut | pg_rewind: Add missing newline to error message |
commit | commitdiff | tree |
2018-12-28 |
Tom Lane | Fix latent problem with pg_jrand48(). |
commit | commitdiff | tree |
2018-12-27 |
Alvaro Herrera | Have DISCARD ALL/TEMP remove leftover temp tables |
commit | commitdiff | tree |
2018-12-27 |
Alvaro Herrera | Make autovacuum more selective about temp tables to... |
commit | commitdiff | tree |
2018-12-27 |
Michael Paquier | Ignore inherited temp relations from other sessions... |
commit | commitdiff | tree |
2018-12-26 |
Tom Lane | Fix portability failure introduced in commits d2b0b60e7... |
commit | commitdiff | tree |
2018-12-24 |
Michael Paquier | Prioritize history files when archiving |
commit | commitdiff | tree |
2018-12-23 |
Michael Paquier | Disable WAL-skipping optimization for COPY on views |
commit | commitdiff | tree |
2018-12-22 |
Peter Eisentraut | Fix ancient compiler warnings and typos in !HAVE_SYMLIN... |
commit | commitdiff | tree |
2018-12-20 |
Alexander Korotkov | Check for conflicting queries during replay of gistvacu... |
commit | commitdiff | tree |
2018-12-20 |
Alvaro Herrera | Fix lock level used for partition when detaching it |
commit | commitdiff | tree |
2018-12-20 |
Tom Lane | Doc: fix ancient mistake in search_path documentation. |
commit | commitdiff | tree |
2018-12-20 |
Greg Stark | Fix ADD IF NOT EXISTS used in conjunction with ALTER... |
commit | commitdiff | tree |
2018-12-19 |
Tom Lane | Doc: fix incorrect example of collecting arguments... |
commit | commitdiff | tree |
2018-12-18 |
Tom Lane | Fix ancient thinko in mergejoin cost estimation. |
commit | commitdiff | tree |
2018-12-18 |
Michael Paquier | Update project link of pgBadger in documentation |
commit | commitdiff | tree |
2018-12-17 |
Amit Kapila | Remove extra semicolons. |
commit | commitdiff | tree |
2018-12-17 |
Michael Paquier | Fix use-after-free bug when renaming constraints |
commit | commitdiff | tree |
2018-12-17 |
Michael Paquier | Make constraint rename issue relcache invalidation... |
commit | commitdiff | tree |
2018-12-16 |
Tom Lane | Make error handling in parallel pg_upgrade less bogus. |
commit | commitdiff | tree |
2018-12-16 |
Tom Lane | Improve detection of child-process SIGPIPE failures. |
commit | commitdiff | tree |
2018-12-13 |
Tom Lane | Fix bogus logic for skipping unnecessary partcollation... |
commit | commitdiff | tree |
2018-12-13 |
Alexander Korotkov | Prevent GIN deleted pages from being reclaimed too... |
commit | commitdiff | tree |
2018-12-13 |
Alexander Korotkov | Prevent deadlock in ginRedoDeletePage() |
commit | commitdiff | tree |
2018-12-13 |
Alexander Korotkov | Fix deadlock in GIN vacuum introduced by 218f51584d5 |
commit | commitdiff | tree |
2018-12-12 |
Tom Lane | Repair bogus EPQ plans generated for postgres_fdw forei... |
commit | commitdiff | tree |
2018-12-12 |
Tom Lane | Repair bogus handling of multi-assignment Params in... |
commit | commitdiff | tree |
2018-12-11 |
Tom Lane | Fix test_rls_hooks to assign expression collations... |
commit | commitdiff | tree |
2018-12-11 |
Tom Lane | Doc: improve documentation about ALTER LARGE OBJECT... |
commit | commitdiff | tree |
2018-12-11 |
Noah Misch | Raise some timeouts to 180s, in test code. |
commit | commitdiff | tree |
2018-12-10 |
Tom Lane | Add stack depth checks to key recursive functions in... |
commit | commitdiff | tree |
2018-12-10 |
Tom Lane | Make TupleDescInitBuiltinEntry throw error for unsuppor... |
commit | commitdiff | tree |
2018-12-07 |
Tom Lane | Fix misapplication of pgstat_count_truncate to wrong... |
commit | commitdiff | tree |
2018-12-07 |
Tom Lane | Clean up sloppy coding in publicationcmds.c's OpenTable... |
commit | commitdiff | tree |
2018-12-06 |
Tom Lane | Improve our response to invalid format strings, and... |
commit | commitdiff | tree |
2018-12-06 |
Stephen Frost | Improve planner stats documentation |
commit | commitdiff | tree |
2018-12-05 |
Michael Paquier | Fix invalid value of synchronous_commit in description... |
commit | commitdiff | tree |
2018-11-29 |
Tom Lane | Document handling of invalid/ambiguous timestamp input... |
commit | commitdiff | tree |
2018-11-29 |
Tom Lane | Ensure static libraries have correct mod time even... |
commit | commitdiff | tree |
2018-11-29 |
Thomas Munro | Fix minor typo in dsa.c. |
commit | commitdiff | tree |
2018-11-29 |
Michael Paquier | Fix handling of synchronous replication for stopping... |
commit | commitdiff | tree |
2018-11-28 |
Bruce Momjian | C comment: remove extra '*' |
commit | commitdiff | tree |
2018-11-28 |
Thomas Munro | Don't set PAM_RHOST for Unix sockets. |
commit | commitdiff | tree |
2018-11-28 |
Tomas Vondra | Do not decode TOAST data for table rewrites |
commit | commitdiff | tree |
2018-11-27 |
Andres Freund | Fix ac218aa4f6 to work on versions before 9.5. |
commit | commitdiff | tree |
2018-11-27 |
Andres Freund | Update pg_upgrade test for reg* to include regrole... |
commit | commitdiff | tree |
2018-11-27 |
Bruce Momjian | doc: fix wording for plpgsql, add "and" |
commit | commitdiff | tree |
2018-11-26 |
Tom Lane | Fix translation of special characters in psql's LaTeX... |
commit | commitdiff | tree |
2018-11-26 |
Alvaro Herrera | Fix sample output for hash_metapage_info query |
commit | commitdiff | tree |
2018-11-26 |
Michael Paquier | Revert "Fix typo in documentation of toast storage" |
commit | commitdiff | tree |
2018-11-26 |
Michael Paquier | Fix typo in documentation of toast storage |
commit | commitdiff | tree |
2018-11-24 |
Andrew Gierth | Fix hstore hash function for empty hstores upgraded... |
commit | commitdiff | tree |
2018-11-24 |
Tom Lane | Update additional float4/8 expected-output files. |
commit | commitdiff | tree |
2018-11-24 |
Tom Lane | Fix float-to-integer coercions to handle edge cases... |
commit | commitdiff | tree |
2018-11-24 |
Andrew Gierth | Avoid crashes in contrib/intarray gist__int_ops (bug... |
commit | commitdiff | tree |
2018-11-23 |
Peter Eisentraut | doc: Fix typo |
commit | commitdiff | tree |
2018-11-21 |
Bruce Momjian | doc: adjust time zone names text, v2 |
commit | commitdiff | tree |
2018-11-21 |
Bruce Momjian | doc: adjust time zone names text |
commit | commitdiff | tree |
2018-11-20 |
Peter Eisentraut | doc: Clarify CREATE TYPE ENUM documentation |
commit | commitdiff | tree |
2018-11-19 |
Tom Lane | Add needed #include. |
commit | commitdiff | tree |
2018-11-19 |
Tom Lane | Handle EPIPE more sanely when we close a pipe reading... |
commit | commitdiff | tree |
2018-11-19 |
Tom Lane | Fix configure's AC_CHECK_DECLS tests to work correctly... |
commit | commitdiff | tree |
2018-11-19 |
Alvaro Herrera | Disallow COPY FREEZE on partitioned tables |
commit | commitdiff | tree |
2018-11-19 |
Thomas Munro | PANIC on fsync() failure. |
commit | commitdiff | tree |
2018-11-19 |
Thomas Munro | Don't forget about failed fsync() requests. |
commit | commitdiff | tree |
2018-11-17 |
Tomas Vondra | Add valgrind suppressions for wcsrtombs optimizations |
commit | commitdiff | tree |
2018-11-14 |
Tom Lane | Doc: remove claim that all \pset format options are... |
commit | commitdiff | tree |
2018-11-14 |
Tom Lane | Second try at fixing numeric data passed through an... |
commit | commitdiff | tree |
2018-11-14 |
Michael Paquier | Initialize TransactionState and user ID consistently... |
commit | commitdiff | tree |
2018-11-13 |
Tom Lane | Fix incorrect results for numeric data passed through... |
commit | commitdiff | tree |
2018-11-13 |
Amit Kapila | Fix the initialization of atomic variable introduced... |
commit | commitdiff | tree |
2018-11-13 |
Thomas Munro | Fix possible buffer overrun in hba.c. |
commit | commitdiff | tree |
2018-11-12 |
Tom Lane | Limit the number of index clauses considered in choose_... |
commit | commitdiff | tree |
2018-11-12 |
Michael Paquier | Fix incorrect author name in release notes |
commit | commitdiff | tree |
2018-11-10 |
Tom Lane | Fix missing role dependencies for some schema and type... |
commit | commitdiff | tree |
2018-11-09 |
Michael Paquier | Fix dependency handling of partitions and inheritance... |
commit | commitdiff | tree |
2018-11-08 |
Tom Lane | Disallow setting client_min_messages higher than ERROR. |
commit | commitdiff | tree |
2018-11-08 |
Alvaro Herrera | Revise attribute handling code on partition creation |
commit | commitdiff | tree |
2018-11-06 |
Bruce Momjian | GUC: adjust effective_cache_size SQL descriptions |
commit | commitdiff | tree |
2018-11-06 |
Tom Lane | Rename rbtree.c functions to use "rbt" prefix not ... |
commit | commitdiff | tree |
2018-11-05 |
Tom Lane | Stamp 10.6. REL_10_6 |
commit | commitdiff | tree |
2018-11-05 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree |
2018-11-05 |
Andres Freund | Fix copy-paste error in errhint() introduced in 691d79a... |
commit | commitdiff | tree |
2018-11-05 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree |
2018-11-05 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2018-11-05 |
Michael Paquier | Block creation of partitions with open references to... |
commit | commitdiff | tree |
2018-11-05 |
Michael Paquier | Ignore partitioned tables when processing ON COMMIT... |
commit | commitdiff | tree |
2018-11-04 |
Tom Lane | Release notes for 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20... |
commit | commitdiff | tree |
2018-11-03 |
Tom Lane | Make ts_locale.c's character-type functions cope with... |
commit | commitdiff | tree |
2018-11-03 |
Stephen Frost | Remove extra word from create sub docs |
commit | commitdiff | tree |
2018-11-02 |
Tom Lane | Yet further rethinking of build changes for macOS Mojave. |
commit | commitdiff | tree |
2018-11-02 |
Bruce Momjian | docs: adjust simpler language for NULL return from... |
commit | commitdiff | tree |
2018-11-02 |
Bruce Momjian | GUC: adjust effective_cache_size docs and SQL description |
commit | commitdiff | tree |
2018-11-02 |
Magnus Hagander | Fix some spelling errors in the documentation |
commit | commitdiff | tree |
next |