| 2021-02-07 |
Tom Lane | Revert "Propagate CTE property flags when copying a... |
commit | commitdiff | tree |
| 2021-02-07 |
Tom Lane | Propagate CTE property flags when copying a CTE list... |
commit | commitdiff | tree |
| 2021-02-06 |
Tom Lane | Disallow converting an inheritance child table to a... |
commit | commitdiff | tree |
| 2021-02-05 |
Heikki Linnakangas | Fix backslash-escaping multibyte chars in COPY FROM. |
commit | commitdiff | tree |
| 2021-02-04 |
Tom Lane | Avoid crash when rolling back within a prepared statement. |
commit | commitdiff | tree |
| 2021-02-03 |
Peter Eisentraut | pg_dump: Fix dumping of inherited generated columns |
commit | commitdiff | tree |
| 2021-02-02 |
Tom Lane | Remove extra increment of plpgsql's statement counter... |
commit | commitdiff | tree |
| 2021-02-02 |
Tom Lane | Fix ancient memory leak in contrib/auto_explain. |
commit | commitdiff | tree |
| 2021-01-30 |
Noah Misch | Fix CREATE INDEX CONCURRENTLY for simultaneous prepared... |
commit | commitdiff | tree |
| 2021-01-29 |
Alexander Korotkov | Document behavior of the .** jsonpath accessor in the... |
commit | commitdiff | tree |
| 2021-01-28 |
Tom Lane | Silence another gcc 11 warning. |
commit | commitdiff | tree |
| 2021-01-28 |
Tom Lane | Fix hash partition pruning with asymmetric partition... |
commit | commitdiff | tree |
| 2021-01-28 |
Tom Lane | Make ecpg's rjulmdy() and rmdyjul() agree with their... |
commit | commitdiff | tree |
| 2021-01-28 |
Alvaro Herrera | pgbench: Remove dead code |
commit | commitdiff | tree |
| 2021-01-28 |
Andrew Gierth | Don't add bailout adjustment for non-strict deserialize... |
commit | commitdiff | tree |
| 2021-01-27 |
Michael Paquier | doc: Remove reference to views for TRUNCATE privilege |
commit | commitdiff | tree |
| 2021-01-26 |
Alvaro Herrera | Report the true database name on connection errors |
commit | commitdiff | tree |
| 2021-01-26 |
Tom Lane | Code review for psql's helpSQL() function. |
commit | commitdiff | tree |
| 2021-01-25 |
Tom Lane | Don't clobber the calling user's credentials cache... |
commit | commitdiff | tree |
| 2021-01-25 |
Tom Lane | Fix broken ruleutils support for function TRANSFORM... |
commit | commitdiff | tree |
| 2021-01-25 |
David Rowley | Fix hypothetical bug in heap backward scans |
commit | commitdiff | tree |
| 2021-01-24 |
Tom Lane | Update time zone data files to tzdata release 2021a. |
commit | commitdiff | tree |
| 2021-01-22 |
Tom Lane | Doc: improve directions for building on macOS. |
commit | commitdiff | tree |
| 2021-01-22 |
Tom Lane | Doc: remove misleading claim in documentation of PQreset(). |
commit | commitdiff | tree |
| 2021-01-21 |
Tom Lane | Fix pull_varnos' miscomputation of relids set for a... |
commit | commitdiff | tree |
| 2021-01-20 |
Tom Lane | Further tweaking of PG_SYSROOT heuristics for macOS. |
commit | commitdiff | tree |
| 2021-01-20 |
Tom Lane | Disable vacuum page skipping in selected test cases. |
commit | commitdiff | tree |
| 2021-01-20 |
Heikki Linnakangas | Fix bug in detecting concurrent page splits in GiST... |
commit | commitdiff | tree |
| 2021-01-20 |
Michael Paquier | Fix ALTER DEFAULT PRIVILEGES with duplicated objects |
commit | commitdiff | tree |
| 2021-01-19 |
Tom Lane | Remove faulty support for MergeAppend plan with WHERE... |
commit | commitdiff | tree |
| 2021-01-18 |
Bruce Momjian | doc: adjust alignment of doc file list for "pg_waldump... |
commit | commitdiff | tree |
| 2021-01-18 |
Tom Lane | Avoid crash with WHERE CURRENT OF and a custom scan... |
commit | commitdiff | tree |
| 2021-01-16 |
Noah Misch | Fix pg_dump for GRANT OPTION among initial privileges. |
commit | commitdiff | tree |
| 2021-01-16 |
Noah Misch | Prevent excess SimpleLruTruncate() deletion. |
commit | commitdiff | tree |
| 2021-01-15 |
Tomas Vondra | Disallow CREATE STATISTICS on system catalogs |
commit | commitdiff | tree |
| 2021-01-15 |
Tom Lane | Improve our heuristic for selecting PG_SYSROOT on macOS. |
commit | commitdiff | tree |
| 2021-01-15 |
Fujii Masao | Fix calculation of how much shared memory is required... |
commit | commitdiff | tree |
| 2021-01-14 |
Tom Lane | pg_dump: label PUBLICATION TABLE ArchiveEntries with... |
commit | commitdiff | tree |
| 2021-01-14 |
Alvaro Herrera | Prevent drop of tablespaces used by partitioned relations |
commit | commitdiff | tree |
| 2021-01-13 |
Alvaro Herrera | Call out vacuum considerations in create index docs |
commit | commitdiff | tree |
| 2021-01-13 |
Tom Lane | Disallow a digit as the first character of a variable... |
commit | commitdiff | tree |
| 2021-01-13 |
Tom Lane | Doc: clarify behavior of back-half options in pg_dump. |
commit | commitdiff | tree |
| 2021-01-13 |
Amit Kapila | Fix memory leak in SnapBuildSerialize. |
commit | commitdiff | tree |
| 2021-01-12 |
Tom Lane | pg_dump: label INDEX ATTACH ArchiveEntries with an... |
commit | commitdiff | tree |
| 2021-01-12 |
Tom Lane | Doc: fix description of privileges needed for ALTER... |
commit | commitdiff | tree |
| 2021-01-12 |
Alvaro Herrera | Fix thinko in comment |
commit | commitdiff | tree |
| 2021-01-09 |
Bruce Momjian | doc: expand description of how non-SELECT queries... |
commit | commitdiff | tree |
| 2021-01-08 |
Tom Lane | Fix ancient bug in parsing of BRE-mode regular expressions. |
commit | commitdiff | tree |
| 2021-01-08 |
Tom Lane | Adjust createdb TAP tests to work on recent OpenBSD. |
commit | commitdiff | tree |
| 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 |
| next |