| 2024-03-19 |
Daniel Gustafsson | pg_upgrade: run all data type checks per connection |
commit | commitdiff | tree |
| 2024-03-19 |
Peter Eisentraut | Use half-open interval notation in without_overlaps... |
commit | commitdiff | tree |
| 2024-03-19 |
Peter Eisentraut | Fix misleading comments |
commit | commitdiff | tree |
| 2024-03-19 |
Peter Eisentraut | Use daterange and YMD in without_overlaps tests instead... |
commit | commitdiff | tree |
| 2024-03-19 |
Peter Eisentraut | Add some UUID support functions |
commit | commitdiff | tree |
| 2024-03-19 |
Peter Eisentraut | Activate perlcritic InputOutput::RequireCheckedSyscalls... |
commit | commitdiff | tree |
| 2024-03-19 |
Jeff Davis | Fix documentation oversights from 2d819a08a1. |
commit | commitdiff | tree |
| 2024-03-18 |
Jeff Davis | Update src/common/unicode/README. |
commit | commitdiff | tree |
| 2024-03-18 |
Jeff Davis | Fix another warning, introduced by 846311051e. |
commit | commitdiff | tree |
| 2024-03-18 |
Jeff Davis | Address more review comments on commit 2d819a08a1. |
commit | commitdiff | tree |
| 2024-03-18 |
Alvaro Herrera | dblink/isolationtester/fe_utils: Use new cancel API |
commit | commitdiff | tree |
| 2024-03-18 |
Jeff Davis | Fix unreachable code warning from commit 2d819a08a1. |
commit | commitdiff | tree |
| 2024-03-18 |
Peter Eisentraut | Add missing source files to nls.mk |
commit | commitdiff | tree |
| 2024-03-18 |
Alvaro Herrera | Put libpq_pipeline cancel test back |
commit | commitdiff | tree |
| 2024-03-18 |
Heikki Linnakangas | Fix EXPLAIN Bitmap heap scan to count pages with no... |
commit | commitdiff | tree |
| 2024-03-18 |
Peter Eisentraut | Add some const decorations |
commit | commitdiff | tree |
| 2024-03-18 |
Heikki Linnakangas | Move code for backend startup to separate file |
commit | commitdiff | tree |
| 2024-03-18 |
Heikki Linnakangas | Refactor postmaster child process launching |
commit | commitdiff | tree |
| 2024-03-18 |
Heikki Linnakangas | Move some functions from postc to a new source file |
commit | commitdiff | tree |
| 2024-03-18 |
Heikki Linnakangas | Split registration of Win32 deadchild callback to separ... |
commit | commitdiff | tree |
| 2024-03-18 |
Michael Paquier | Remove references to backup_fs_hot() in Cluster.pm |
commit | commitdiff | tree |
| 2024-03-18 |
Nathan Bossart | Initialize variables to placate compiler. |
commit | commitdiff | tree |
| 2024-03-17 |
Daniel Gustafsson | Support json_errdetail in FRONTEND code |
commit | commitdiff | tree |
| 2024-03-17 |
Tom Lane | Mark hash_corrupted() as pg_attribute_noreturn. |
commit | commitdiff | tree |
| 2024-03-17 |
Dean Rasheed | Fix PDF doc generation. |
commit | commitdiff | tree |
| 2024-03-17 |
Dean Rasheed | Add RETURNING support to MERGE. |
commit | commitdiff | tree |
| 2024-03-17 |
Peter Eisentraut | Add attstattarget to FormExtraData_pg_attribute |
commit | commitdiff | tree |
| 2024-03-17 |
Peter Eisentraut | Generalize handling of nullable pg_attribute columns... |
commit | commitdiff | tree |
| 2024-03-17 |
Peter Eisentraut | Make stxstattarget nullable |
commit | commitdiff | tree |
| 2024-03-17 |
Dean Rasheed | Fix EXPLAIN output for subplans in MERGE. |
commit | commitdiff | tree |
| 2024-03-17 |
Peter Eisentraut | Separate equalRowTypes() from equalTupleDescs() |
commit | commitdiff | tree |
| 2024-03-16 |
Daniel Gustafsson | Add destroyStringInfo function for cleaning up StringInfos |
commit | commitdiff | tree |
| 2024-03-16 |
Alexander Korotkov | psql: fix variable existence tab completion |
commit | commitdiff | tree |
| 2024-03-15 |
Alexander Korotkov | Use locale-aware value for \watch in 005_timeouts.pl |
commit | commitdiff | tree |
| 2024-03-15 |
Daniel Gustafsson | Fix handling of expecteddir in pg_regress |
commit | commitdiff | tree |
| 2024-03-15 |
Heikki Linnakangas | Fix backstop in gin test if injection point is not... |
commit | commitdiff | tree |
| 2024-03-15 |
Heikki Linnakangas | Try to unbreak injection-fault tests in the buildfarm |
commit | commitdiff | tree |
| 2024-03-15 |
Alexander Korotkov | Fix wordings in timeouts TAP test |
commit | commitdiff | tree |
| 2024-03-15 |
Alexander Korotkov | Fix race condition in transaction timeout TAP tests |
commit | commitdiff | tree |
| 2024-03-15 |
Heikki Linnakangas | Improve log messages referring to background worker... |
commit | commitdiff | tree |
| 2024-03-15 |
Heikki Linnakangas | Disable tests using injection points in installcheck |
commit | commitdiff | tree |
| 2024-03-14 |
Michael Paquier | Add basic TAP tests for the low-level backup method... |
commit | commitdiff | tree |
| 2024-03-14 |
Michael Paquier | Refactor initial hash lookup in dynahash.c |
commit | commitdiff | tree |
| 2024-03-14 |
David Rowley | Trim ORDER BY/DISTINCT aggregate pathkeys in gather_gro... |
commit | commitdiff | tree |
| 2024-03-14 |
Daniel Gustafsson | Login event trigger documentation wordsmithing |
commit | commitdiff | tree |
| 2024-03-14 |
Tom Lane | Make INSERT-from-multiple-VALUES-rows handle domain... |
commit | commitdiff | tree |
| 2024-03-14 |
Nathan Bossart | Add pg_column_toast_chunk_id(). |
commit | commitdiff | tree |
| 2024-03-14 |
Heikki Linnakangas | Remove redundant snapshot copying from parallel leader... |
commit | commitdiff | tree |
| 2024-03-14 |
Robert Haas | Allow a no-wait lock acquisition to succeed in more... |
commit | commitdiff | tree |
| 2024-03-14 |
Alexander Korotkov | Fix contrib/pg_visibility/meson.build |
commit | commitdiff | tree |
| 2024-03-14 |
Alexander Korotkov | Add TAP tests for timeouts |
commit | commitdiff | tree |
| 2024-03-14 |
Alexander Korotkov | Fix false reports in pg_visibility |
commit | commitdiff | tree |
| 2024-03-14 |
Alvaro Herrera | Comment out noisy libpq_pipeline test |
commit | commitdiff | tree |
| 2024-03-14 |
Daniel Gustafsson | Fix documentation comment for pg_md5_hash |
commit | commitdiff | tree |
| 2024-03-14 |
Amit Kapila | Fix typos in reorderbuffer.c. |
commit | commitdiff | tree |
| 2024-03-14 |
Jeff Davis | Introduce "builtin" collation provider. |
commit | commitdiff | tree |
| 2024-03-14 |
Peter Eisentraut | Put genbki.pl output into src/include/catalog/ directly |
commit | commitdiff | tree |
| 2024-03-14 |
Michael Paquier | Revert "Add basic TAP tests for the low-level backup... |
commit | commitdiff | tree |
| 2024-03-14 |
Michael Paquier | Add basic TAP tests for the low-level backup method |
commit | commitdiff | tree |
| 2024-03-14 |
Alexander Korotkov | Improve documentation for pg_stat_checkpointer fields |
commit | commitdiff | tree |
| 2024-03-13 |
Nathan Bossart | Reintroduce MAINTAIN privilege and pg_maintain predefin... |
commit | commitdiff | tree |
| 2024-03-13 |
Robert Haas | Add the system identifier to backup manifests. |
commit | commitdiff | tree |
| 2024-03-13 |
Alvaro Herrera | Hopefully make libpq_pipeline's new cancel test more... |
commit | commitdiff | tree |
| 2024-03-13 |
Robert Haas | Expose new function get_controlfile_by_exact_path(). |
commit | commitdiff | tree |
| 2024-03-13 |
Peter Eisentraut | Make the order of the header file includes consistent |
commit | commitdiff | tree |
| 2024-03-13 |
Dean Rasheed | doc: Improve a couple of places in the MERGE docs. |
commit | commitdiff | tree |
| 2024-03-13 |
Andres Freund | meson: macos: Avoid warnings on Sonoma |
commit | commitdiff | tree |
| 2024-03-13 |
Peter Eisentraut | Fix incorrect format placeholders |
commit | commitdiff | tree |
| 2024-03-13 |
Michael Paquier | Add tests for more row patterns with COPY FROM .. ... |
commit | commitdiff | tree |
| 2024-03-13 |
Amit Kapila | Fix a random failure in 038_save_logical_slots_shutdown.pl. |
commit | commitdiff | tree |
| 2024-03-13 |
Thomas Munro | ci: Use a RAM disk and more CPUs on FreeBSD. |
commit | commitdiff | tree |
| 2024-03-12 |
Michael Paquier | Add some asserts based on LWLockHeldByMe() for replicat... |
commit | commitdiff | tree |
| 2024-03-12 |
Jeff Davis | Fix version check in 002_pg_upgrade.pl. |
commit | commitdiff | tree |
| 2024-03-12 |
Tom Lane | Fix confusion about the return rowtype of SQL-language... |
commit | commitdiff | tree |
| 2024-03-12 |
David Rowley | Fix incorrect filename reference in comment |
commit | commitdiff | tree |
| 2024-03-12 |
Alvaro Herrera | libpq: Add encrypted and non-blocking query cancellatio... |
commit | commitdiff | tree |
| 2024-03-12 |
Heikki Linnakangas | Fix copying SockAddr struct |
commit | commitdiff | tree |
| 2024-03-12 |
Heikki Linnakangas | Move initialization of the Port struct to the child... |
commit | commitdiff | tree |
| 2024-03-12 |
Heikki Linnakangas | Pass CAC as an argument to the backend process |
commit | commitdiff | tree |
| 2024-03-12 |
Heikki Linnakangas | Set socket options in child process after forking |
commit | commitdiff | tree |
| 2024-03-12 |
Heikki Linnakangas | Disconnect if socket cannot be put into non-blocking... |
commit | commitdiff | tree |
| 2024-03-12 |
Alvaro Herrera | libpq: Move pg_cancel to fe-cancel.c |
commit | commitdiff | tree |
| 2024-03-12 |
Michael Paquier | Keep replication slot statistics on invalidation |
commit | commitdiff | tree |
| 2024-03-12 |
Amit Kapila | Remove redundant fetch of the recent flush pointer... |
commit | commitdiff | tree |
| 2024-03-12 |
Michael Paquier | Use printf's %m format instead of strerror(errno) in... |
commit | commitdiff | tree |
| 2024-03-11 |
Peter Geoghegan | Update obsolete index scan TID comments. |
commit | commitdiff | tree |
| 2024-03-11 |
Jeff Davis | Fix 002_pg_upgrade.pl. |
commit | commitdiff | tree |
| 2024-03-11 |
Alvaro Herrera | Add tests for libpq query cancellation APIs |
commit | commitdiff | tree |
| 2024-03-11 |
Nathan Bossart | reindexdb: Allow specifying objects to process in all... |
commit | commitdiff | tree |
| 2024-03-11 |
Heikki Linnakangas | Remove unneeded vacuum_delay_point from heap_vac_scan_g... |
commit | commitdiff | tree |
| 2024-03-11 |
Heikki Linnakangas | Confine vacuum skip logic to lazy_scan_skip() |
commit | commitdiff | tree |
| 2024-03-11 |
Nathan Bossart | clusterdb: Allow specifying tables to process in all... |
commit | commitdiff | tree |
| 2024-03-11 |
Bruce Momjian | doc: add missing word "the" |
commit | commitdiff | tree |
| 2024-03-11 |
Alvaro Herrera | Add missing connection statuses to docs |
commit | commitdiff | tree |
| 2024-03-11 |
Nathan Bossart | vacuumdb: Allow specifying objects to process in all... |
commit | commitdiff | tree |
| 2024-03-11 |
Heikki Linnakangas | Set all_visible_according_to_vm correctly with DISABLE_... |
commit | commitdiff | tree |
| 2024-03-11 |
Heikki Linnakangas | Don't destroy SMgrRelations at relcache invalidation |
commit | commitdiff | tree |
| 2024-03-11 |
David Rowley | Fix incorrect accessing of pfree'd memory in Memoize |
commit | commitdiff | tree |
| 2024-03-11 |
Amit Kapila | Doc: Warn about two_phase when altering a subscription... |
commit | commitdiff | tree |
| 2024-03-11 |
Michael Paquier | Improve consistency of replication slot statistics |
commit | commitdiff | tree |
| next |