| 2021-08-09 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
| 2021-08-09 |
David Rowley | Doc: Fix misleading statement about VACUUM memory limits |
commit | commitdiff | tree |
| 2021-08-09 |
Bruce Momjian | doc: mention pg_upgrade extension script |
commit | commitdiff | tree |
| 2021-08-08 |
Tom Lane | Doc: remove bogus <indexterm> items. |
commit | commitdiff | tree |
| 2021-08-08 |
Tom Lane | Release notes for 13.4, 12.8, 11.13, 10.18, 9.6.23. |
commit | commitdiff | tree |
| 2021-08-07 |
Tom Lane | Really fix the ambiguity in REFRESH MATERIALIZED VIEW... |
commit | commitdiff | tree |
| 2021-08-06 |
Dean Rasheed | Adjust the integer overflow tests in the numeric code. |
commit | commitdiff | tree |
| 2021-08-06 |
Peter Eisentraut | Fix wording |
commit | commitdiff | tree |
| 2021-08-05 |
Dean Rasheed | Fix division-by-zero error in to_char() with 'EEEE... |
commit | commitdiff | tree |
| 2021-08-03 |
Bruce Momjian | C comment: correct heading of extension query |
commit | commitdiff | tree |
| 2021-08-03 |
Bruce Momjian | doc: interval spill method for units greater than... |
commit | commitdiff | tree |
| 2021-08-03 |
Bruce Momjian | pg_upgrade: warn about extensions that need updating |
commit | commitdiff | tree |
| 2021-08-03 |
Bruce Momjian | pg_upgrade: improve docs about extension upgrades |
commit | commitdiff | tree |
| 2021-08-03 |
Bruce Momjian | doc: add example of using pg_dump with GNU split and... |
commit | commitdiff | tree |
| 2021-07-31 |
Dean Rasheed | Fix corner-case errors and loss of precision in numeric... |
commit | commitdiff | tree |
| 2021-07-30 |
John Naylor | Fix expect file for MinGW32 ECPG regression tests |
commit | commitdiff | tree |
| 2021-07-30 |
John Naylor | Fix range check in ECPG numeric to int conversion |
commit | commitdiff | tree |
| 2021-07-28 |
Fujii Masao | Update minimum recovery point on truncation during... |
commit | commitdiff | tree |
| 2021-07-27 |
Alvaro Herrera | Set pg_setting.pending_restart when pertinent config... |
commit | commitdiff | tree |
| 2021-07-27 |
Fujii Masao | Avoid using ambiguous word "non-negative" in error... |
commit | commitdiff | tree |
| 2021-07-27 |
Bruce Momjian | pg_resetxlog: add option to set oldest xid & use by... |
commit | commitdiff | tree |
| 2021-07-25 |
Fujii Masao | Make the standby server promptly handle interrupt signals. |
commit | commitdiff | tree |
| 2021-07-24 |
Tom Lane | Fix check for conflicting session- vs transaction-level... |
commit | commitdiff | tree |
| 2021-07-24 |
Tom Lane | Make printf("%s", NULL) print "(null)" instead of crashing. |
commit | commitdiff | tree |
| 2021-07-20 |
Tom Lane | Fix corner-case uninitialized-variable issues in plpgsql. |
commit | commitdiff | tree |
| 2021-07-17 |
Tom Lane | Doc: document the current-transaction-modes GUCs. |
commit | commitdiff | tree |
| 2021-07-13 |
David Rowley | Robustify tuplesort's free_sort_tuple function |
commit | commitdiff | tree |
| 2021-07-13 |
David Rowley | Fix theoretical bug in tuplesort |
commit | commitdiff | tree |
| 2021-07-12 |
Peter Eisentraut | doc: Fix typo in function prototype |
commit | commitdiff | tree |
| 2021-07-12 |
Heikki Linnakangas | Remove dead assignment to local variable. |
commit | commitdiff | tree |
| 2021-07-11 |
Tom Lane | Lock the extension during ALTER EXTENSION ADD/DROP. |
commit | commitdiff | tree |
| 2021-07-10 |
Dean Rasheed | Fix numeric_mul() overflow due to too many digits after... |
commit | commitdiff | tree |
| 2021-07-09 |
Tom Lane | Un-break AIX build, take 2. |
commit | commitdiff | tree |
| 2021-07-09 |
Tom Lane | Un-break AIX build. |
commit | commitdiff | tree |
| 2021-07-09 |
Tom Lane | Update configure's probe for libldap to work with OpenL... |
commit | commitdiff | tree |
| 2021-07-09 |
Tom Lane | Reject cases where a query in WITH rewrites to just... |
commit | commitdiff | tree |
| 2021-07-09 |
Thomas Munro | Remove more obsolete comments about semaphores. |
commit | commitdiff | tree |
| 2021-07-09 |
David Rowley | Add missing Int64GetDatum macro in dbsize.c |
commit | commitdiff | tree |
| 2021-07-09 |
David Rowley | Fix incorrect return value in pg_size_pretty(bigint) |
commit | commitdiff | tree |
| 2021-07-06 |
Tom Lane | Avoid doing catalog lookups in postgres_fdw's conversio... |
commit | commitdiff | tree |
| 2021-07-06 |
Tom Lane | Doc: add info about timestamps with fractional-minute... |
commit | commitdiff | tree |
| 2021-07-05 |
Tom Lane | Reduce overhead of cache-clobber testing in LookupOpcla... |
commit | commitdiff | tree |
| 2021-07-04 |
Michael Paquier | doc: Mention requirement to --enable-tap-tests on secti... |
commit | commitdiff | tree |
| 2021-07-04 |
David Rowley | Doc: mention that VACUUM can't utilize over 1GB of RAM |
commit | commitdiff | tree |
| 2021-07-03 |
Bruce Momjian | doc: adjust "cities" example to be consistent with... |
commit | commitdiff | tree |
| 2021-07-01 |
Andrew Dunstan | add missing tag from commit b8c4261e5e |
commit | commitdiff | tree |
| 2021-07-01 |
Andrew Dunstan | Add new make targets world-bin and install-world-bin |
commit | commitdiff | tree |
| 2021-07-01 |
Andrew Dunstan | Fix prove_installcheck to use correct paths when used... |
commit | commitdiff | tree |
| 2021-06-30 |
Michael Paquier | Fix incorrect PITR message for transaction ROLLBACK... |
commit | commitdiff | tree |
| 2021-06-28 |
Tom Lane | Don't use abort(3) in libpq's fe-print.c. |
commit | commitdiff | tree |
| 2021-06-28 |
Michael Paquier | Add test for CREATE INDEX CONCURRENTLY with not-so... |
commit | commitdiff | tree |
| 2021-06-28 |
Michael Paquier | Make index_set_state_flags() transactional |
commit | commitdiff | tree |
| 2021-06-27 |
Tom Lane | Remove memory leaks in isolationtester. |
commit | commitdiff | tree |
| 2021-06-25 |
Tom Lane | Remove unnecessary failure cases in RemoveRoleFromObjec... |
commit | commitdiff | tree |
| 2021-06-24 |
Tom Lane | Stabilize results of insert-conflict-toast.spec. |
commit | commitdiff | tree |
| 2021-06-24 |
Heikki Linnakangas | Another fix to relmapper race condition. |
commit | commitdiff | tree |
| 2021-06-24 |
Heikki Linnakangas | Prevent race condition while reading relmapper file. |
commit | commitdiff | tree |
| 2021-06-24 |
Amit Kapila | Doc: Update caveats in synchronous logical replication. |
commit | commitdiff | tree |
| 2021-06-23 |
Tom Lane | pgcrypto: avoid name conflicts with OpenSSL in one... |
commit | commitdiff | tree |
| 2021-06-23 |
Tom Lane | Allow non-quoted identifiers as isolation test session... |
commit | commitdiff | tree |
| 2021-06-23 |
Tom Lane | Doc: fix confusion about LEAKPROOF in syntax summaries. |
commit | commitdiff | tree |
| 2021-06-23 |
Tom Lane | Don't assume GSSAPI result strings are null-terminated. |
commit | commitdiff | tree |
| 2021-06-23 |
Tom Lane | Improve display of query results in isolation tests. |
commit | commitdiff | tree |
| 2021-06-23 |
Tom Lane | Use annotations to reduce instability of isolation... |
commit | commitdiff | tree |
| 2021-06-18 |
Tom Lane | Fix misbehavior of DROP OWNED BY with duplicate polrole... |
commit | commitdiff | tree |
| 2021-06-18 |
Tom Lane | Avoid scribbling on input node tree in CREATE/ALTER... |
commit | commitdiff | tree |
| 2021-06-18 |
Peter Eisentraut | Update plpython_subtransaction alternative expected... |
commit | commitdiff | tree |
| 2021-06-17 |
Heikki Linnakangas | Tidy up GetMultiXactIdMembers()'s behavior on error |
commit | commitdiff | tree |
| 2021-06-17 |
Peter Eisentraut | Fix subtransaction test for Python 3.10 |
commit | commitdiff | tree |
| 2021-06-17 |
Amit Kapila | Document a few caveats in synchronous logical replication. |
commit | commitdiff | tree |
| 2021-06-17 |
Michael Paquier | Detect unused steps in isolation specs and do some... |
commit | commitdiff | tree |
| 2021-06-17 |
Michael Paquier | Remove dry-run mode from isolationtester |
commit | commitdiff | tree |
| 2021-06-16 |
Tom Lane | Fix plancache refcount leak after error in ExecuteQuery. |
commit | commitdiff | tree |
| 2021-06-15 |
Andrew Dunstan | Further refinement of stuck_on_old_timeline recovery... |
commit | commitdiff | tree |
| 2021-06-15 |
Amit Kapila | Fix decoding of speculative aborts. |
commit | commitdiff | tree |
| 2021-06-13 |
Tom Lane | Work around portability issue with newer versions of... |
commit | commitdiff | tree |
| 2021-06-13 |
Andrew Dunstan | Further tweaks to stuck_on_old_timeline recovery test |
commit | commitdiff | tree |
| 2021-06-13 |
Michael Paquier | Ignore more environment variables in pg_regress.c |
commit | commitdiff | tree |
| 2021-06-12 |
Tom Lane | Ensure pg_filenode_relation(0, 0) returns NULL. |
commit | commitdiff | tree |
| 2021-06-12 |
Andrew Dunstan | Fix new recovery test for use under msys |
commit | commitdiff | tree |
| 2021-06-12 |
Michael Paquier | Remove PGSSLCRLDIR from the list of variables ignored... |
commit | commitdiff | tree |
| 2021-06-10 |
Robert Haas | Adjust new test case to set wal_keep_segments. |
commit | commitdiff | tree |
| 2021-06-09 |
Robert Haas | Fix corner case failure of new standby to follow new... |
commit | commitdiff | tree |
| 2021-06-09 |
Robert Haas | Back-port a few PostgresNode.pm methods. |
commit | commitdiff | tree |
| 2021-06-09 |
Michael Paquier | Fix inconsistencies in psql --help=commands |
commit | commitdiff | tree |
| 2021-06-07 |
Tom Lane | Fix incautious handling of possibly-miscoded strings... |
commit | commitdiff | tree |
| 2021-06-07 |
Tom Lane | Support use of strnlen() in pre-v11 branches. |
commit | commitdiff | tree |
| 2021-06-03 |
Andrew Dunstan | In PostgresNode.pm, don't pass SQL to psql on the comma... |
commit | commitdiff | tree |
| 2021-06-03 |
Michael Paquier | Reduce risks of conflicts in internal queries of REFRES... |
commit | commitdiff | tree |
| 2021-06-03 |
Michael Paquier | Ignore more environment variables in TAP tests |
commit | commitdiff | tree |
| 2021-06-01 |
Tom Lane | Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE. |
commit | commitdiff | tree |
| 2021-05-28 |
Andrew Dunstan | fix syntax error |
commit | commitdiff | tree |
| 2021-05-28 |
Andrew Dunstan | Report configured port in MSVC built pg_config |
commit | commitdiff | tree |
| 2021-05-27 |
Michael Paquier | Fix MSVC scripts when building with GSSAPI/Kerberos |
commit | commitdiff | tree |
| 2021-05-27 |
Michael Paquier | doc: Fix description of some GUCs in docs and postgresq... |
commit | commitdiff | tree |
| 2021-05-25 |
Michael Paquier | Disallow SSL renegotiation |
commit | commitdiff | tree |
| 2021-05-20 |
Tom Lane | Clean up cpluspluscheck violation. |
commit | commitdiff | tree |
| 2021-05-17 |
David Rowley | Fix typo and outdated information in README.barrier |
commit | commitdiff | tree |
| 2021-05-15 |
Tom Lane | Be more careful about barriers when releasing Backgroun... |
commit | commitdiff | tree |
| 2021-05-14 |
Tom Lane | Prevent infinite insertion loops in spgdoinsert(). |
commit | commitdiff | tree |
| next |