2021-01-07 |
Tom Lane | Further second thoughts about idle_session_timeout... |
commit | commitdiff | tree |
2021-01-07 |
Michael Paquier | doc: Remove reference to recovery params for divergence... |
commit | commitdiff | tree |
2021-01-06 |
Fujii Masao | Detect the deadlocks between backends and the startup... |
commit | commitdiff | tree |
2021-01-06 |
Fujii Masao | doc: Fix description about default behavior of recovery... |
commit | commitdiff | tree |
2021-01-05 |
Bruce Momjian | doc: improve NLS instruction wording |
commit | commitdiff | tree |
2021-01-05 |
Dean Rasheed | Add an explicit cast to double when using fabs(). |
commit | commitdiff | tree |
2021-01-05 |
Dean Rasheed | Fix numeric_power() when the exponent is INT_MIN. |
commit | commitdiff | tree |
2021-01-04 |
Tom Lane | Fix integer-overflow corner cases in substring() functions. |
commit | commitdiff | tree |
2021-01-02 |
Bruce Momjian | Update copyright for 2021 |
commit | commitdiff | tree |
2021-01-01 |
Tom Lane | Doc: improve explanation of EXTRACT(EPOCH) for timestam... |
commit | commitdiff | tree |
2020-12-31 |
Peter Geoghegan | Get heap page max offset with buffer lock held. |
commit | commitdiff | tree |
2020-12-31 |
Peter Geoghegan | Fix index deletion latestRemovedXid bug. |
commit | commitdiff | tree |
2020-12-30 |
Tom Lane | Doc: spell out comparison behaviors for the date/time... |
commit | commitdiff | tree |
2020-12-30 |
Tom Lane | Fix up usage of krb_server_keyfile GUC parameter. |
commit | commitdiff | tree |
2020-12-30 |
Noah Misch | In pg_upgrade cross-version test, handle lack of oldsty... |
commit | commitdiff | tree |
2020-12-29 |
Michael Paquier | doc: Improve some grammar and sentences |
commit | commitdiff | tree |
2020-12-28 |
Tom Lane | Improve log messages related to pg_hba.conf not matchin... |
commit | commitdiff | tree |
2020-12-28 |
Tom Lane | Fix assorted issues in backend's GSSAPI encryption... |
commit | commitdiff | tree |
2020-12-28 |
Tom Lane | Fix bugs in libpq's GSSAPI encryption support. |
commit | commitdiff | tree |
2020-12-28 |
Tom Lane | Further fix thinko in plpgsql memory leak fix. |
commit | commitdiff | tree |
2020-12-28 |
Tom Lane | Fix thinko in plpgsql memory leak fix. |
commit | commitdiff | tree |
2020-12-28 |
Michael Paquier | Fix inconsistent code with shared invalidations of... |
commit | commitdiff | tree |
2020-12-28 |
Fujii Masao | postgres_fdw: Fix connection leak. |
commit | commitdiff | tree |
2020-12-25 |
Noah Misch | Invalidate acl.c caches when pg_authid changes. |
commit | commitdiff | tree |
2020-12-25 |
Tom Lane | Avoid time-of-day-dependent failure in log rotation... |
commit | commitdiff | tree |
2020-12-24 |
Tom Lane | Fix race condition between shutdown and unstarted backg... |
commit | commitdiff | tree |
2020-12-23 |
Bruce Momjian | docs: document which server-side languages can create... |
commit | commitdiff | tree |
2020-12-23 |
Michael Paquier | Fix portability issues with parsing of recovery_target_xid |
commit | commitdiff | tree |
2020-12-22 |
Tom Lane | Improve autoprewarm's handling of early-shutdown scenarios. |
commit | commitdiff | tree |
2020-12-21 |
Tom Lane | Remove "invalid concatenation of jsonb objects" error... |
commit | commitdiff | tree |
2020-12-20 |
Tom Lane | Doc: fix description of how to use src/tutorial files. |
commit | commitdiff | tree |
2020-12-20 |
Tom Lane | Doc: improve description of pgbench script weights. |
commit | commitdiff | tree |
2020-12-18 |
Tom Lane | Avoid memcpy() with same source and destination during... |
commit | commitdiff | tree |
2020-12-16 |
Bruce Momjian | doc: clarify COPY TO for partitioning/inheritance |
commit | commitdiff | tree |
2020-12-15 |
Andrew Dunstan | Use native methods to open input in TestLib::slurp_file... |
commit | commitdiff | tree |
2020-12-15 |
Jeff Davis | Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKE... |
commit | commitdiff | tree |
2020-12-12 |
Bruce Momjian | initdb: complete getopt_long alphabetization |
commit | commitdiff | tree |
2020-12-12 |
Bruce Momjian | initdb: properly alphabetize getopt_long options in... |
commit | commitdiff | tree |
2020-12-08 |
Tom Lane | Teach contain_leaked_vars that assignment SubscriptingR... |
commit | commitdiff | tree |
2020-12-08 |
Tom Lane | Doc: clarify that CREATE TABLE discards redundant uniqu... |
commit | commitdiff | tree |
2020-12-08 |
Tom Lane | Doc: explain that the string types can't store \0 ... |
commit | commitdiff | tree |
2020-12-08 |
Michael Paquier | pgcrypto: Detect errors with EVP calls from OpenSSL |
commit | commitdiff | tree |
2020-12-08 |
Andres Freund | jit: Correct parameter type for generated expression... |
commit | commitdiff | tree |
2020-12-08 |
Andres Freund | jit: configure: Explicitly reference 'native' component. |
commit | commitdiff | tree |
2020-12-08 |
Andres Freund | backpatch "jit: Add support for LLVM 12." |
commit | commitdiff | tree |
2020-12-07 |
Heikki Linnakangas | Fix more race conditions in the newly-added pg_rewind... |
commit | commitdiff | tree |
2020-12-05 |
Tom Lane | Fix missed step in removal of useless RESULT RTEs in... |
commit | commitdiff | tree |
2020-12-04 |
Heikki Linnakangas | Fix race conditions in newly-added test. |
commit | commitdiff | tree |
2020-12-03 |
Bruce Momjian | doc: remove unnecessary blank before command option... |
commit | commitdiff | tree |
2020-12-03 |
Bruce Momjian | docs: list single-letter options first in command... |
commit | commitdiff | tree |
2020-12-03 |
Heikki Linnakangas | Fix pg_rewind bugs when rewinding a standby server. |
commit | commitdiff | tree |
2020-12-02 |
Bruce Momjian | pg_checksums: data_checksum_version is unsigned so... |
commit | commitdiff | tree |
2020-12-01 |
Tom Lane | Ensure that expandTableLikeClause() re-examines the... |
commit | commitdiff | tree |
2020-12-01 |
Alvaro Herrera | Avoid memcpy() with a NULL source pointer and count... |
commit | commitdiff | tree |
2020-12-01 |
Thomas Munro | Free disk space for dropped relations on commit. |
commit | commitdiff | tree |
2020-11-30 |
Alvaro Herrera | Document concurrent indexes waiting on each other |
commit | commitdiff | tree |
2020-11-30 |
Tom Lane | Remove configure-time probe for DocBook DTD. |
commit | commitdiff | tree |
2020-11-30 |
Tom Lane | Prevent parallel index build in a standalone backend. |
commit | commitdiff | tree |
2020-11-30 |
Tom Lane | Fix miscomputation of direct_lateral_relids for join... |
commit | commitdiff | tree |
2020-11-30 |
Heikki Linnakangas | Remove leftover comments, left behind by removal of... |
commit | commitdiff | tree |
2020-11-29 |
Tom Lane | Fix recently-introduced breakage in psql's \connect... |
commit | commitdiff | tree |
2020-11-29 |
Tom Lane | Doc: clarify behavior of PQconnectdbParams(). |
commit | commitdiff | tree |
2020-11-29 |
Noah Misch | Retry initial slurp_file("current_logfiles"), in test... |
commit | commitdiff | tree |
2020-11-28 |
Tom Lane | Fix a recently-introduced race condition in LISTEN... |
commit | commitdiff | tree |
2020-11-27 |
Fujii Masao | Fix CLUSTER progress reporting of number of blocks... |
commit | commitdiff | tree |
2020-11-25 |
Tom Lane | In psql's \d commands, don't truncate attribute default... |
commit | commitdiff | tree |
2020-11-25 |
Peter Eisentraut | doc: Fix typos |
commit | commitdiff | tree |
2020-11-24 |
Andrew Gierth | Properly check index mark/restore in ExecSupportsMarkRe... |
commit | commitdiff | tree |
2020-11-20 |
Heikki Linnakangas | Skip allocating hash table in EXPLAIN-only mode. |
commit | commitdiff | tree |
2020-11-20 |
Tom Lane | On macOS, use -isysroot in link steps as well as compil... |
commit | commitdiff | tree |
2020-11-19 |
Thomas Munro | Adjust DSM and DSA slot usage constants (back-patch). |
commit | commitdiff | tree |
2020-11-19 |
Tom Lane | Further fixes for CREATE TABLE LIKE: cope with self... |
commit | commitdiff | tree |
2020-11-17 |
Tom Lane | Don't Insert() a VFD entry until it's fully built. |
commit | commitdiff | tree |
2020-11-16 |
Tom Lane | Do not return NULL for error cases in satisfies_hash_pa... |
commit | commitdiff | tree |
2020-11-16 |
Tom Lane | Use "true" not "TRUE" in one ICU function call. |
commit | commitdiff | tree |
2020-11-16 |
Bruce Momjian | doc: update bgwriter description |
commit | commitdiff | tree |
2020-11-16 |
Bruce Momjian | doc: clarify how to find pg_type_d.h in the install... |
commit | commitdiff | tree |
2020-11-16 |
Bruce Momjian | doc: improve wording of the need for analyze of exp... |
commit | commitdiff | tree |
2020-11-16 |
Alvaro Herrera | Fix typo |
commit | commitdiff | tree |
2020-11-15 |
Tom Lane | Fix fuzzy thinking about amcanmulticol versus amcaninclude. |
commit | commitdiff | tree |
2020-11-14 |
Tom Lane | Doc: improve partitioning discussion in ddl.sgml. |
commit | commitdiff | tree |
2020-11-12 |
Bruce Momjian | doc: clarify where to find pg_type_d.h (PG 11+) and... |
commit | commitdiff | tree |
2020-11-12 |
Bruce Momjian | docs: mention that expression indexes need analyze |
commit | commitdiff | tree |
2020-11-12 |
Bruce Momjian | doc: wire protocol data type for history file content... |
commit | commitdiff | tree |
2020-11-12 |
Andrew Gierth | pg_trgm: fix crash in 2-item picksplit |
commit | commitdiff | tree |
2020-11-11 |
Tomas Vondra | Remove duplicate code in brin_memtuple_initialize |
commit | commitdiff | tree |
2020-11-11 |
Tom Lane | Fix and simplify some usages of TimestampDifference(). |
commit | commitdiff | tree |
2020-11-11 |
Bruce Momjian | doc: fix spelling "connction" to "connection" |
commit | commitdiff | tree |
2020-11-10 |
Tom Lane | Work around cross-version-upgrade issues created by... |
commit | commitdiff | tree |
2020-11-09 |
Tom Lane | Stamp 12.5. REL_12_5 |
commit | commitdiff | tree |
2020-11-09 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree |
2020-11-09 |
Tom Lane | Doc: clarify data type behavior of COALESCE and NULLIF. |
commit | commitdiff | tree |
2020-11-09 |
Noah Misch | Ignore attempts to \gset into specially treated variables. |
commit | commitdiff | tree |
2020-11-09 |
Noah Misch | In security-restricted operations, block enqueue of... |
commit | commitdiff | tree |
2020-11-09 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2020-11-08 |
Tom Lane | Release notes for 13.1, 12.5, 11.10, 10.15, 9.6.20... |
commit | commitdiff | tree |
2020-11-08 |
Tom Lane | In INSERT/UPDATE, use the table's real tuple descriptor... |
commit | commitdiff | tree |
2020-11-07 |
Peter Eisentraut | Fix redundant error messages in client tools |
commit | commitdiff | tree |
2020-11-07 |
Alvaro Herrera | Plug memory leak in index_get_partition |
commit | commitdiff | tree |
2020-11-06 |
Tomas Vondra | Properly detoast data in brin_form_tuple |
commit | commitdiff | tree |
next |