| 2023-09-14 |
Michael Paquier | Improve error message on snapshot import in snapmgr.c |
commit | commitdiff | tree |
| 2023-09-13 |
Michael Paquier | Refactor error messages for unsupported providers in... |
commit | commitdiff | tree |
| 2023-09-13 |
David Rowley | Fix incorrect logic in plan dependency recording |
commit | commitdiff | tree |
| 2023-09-13 |
Amit Kapila | Fix the ALTER SUBSCRIPTION to reflect the change in... |
commit | commitdiff | tree |
| 2023-09-13 |
Thomas Munro | Fix exception safety bug in typcache.c. |
commit | commitdiff | tree |
| 2023-09-13 |
Michael Paquier | Switch psql's TAP test for query cancellation to use... |
commit | commitdiff | tree |
| 2023-09-13 |
Michael Paquier | Skip psql's TAP test for query cancellation entirely... |
commit | commitdiff | tree |
| 2023-09-09 |
Michael Paquier | Remove redundant assignments in copyfrom.c |
commit | commitdiff | tree |
| 2023-09-08 |
Bruce Momjian | doc: remove mention of backslash doubling in strings |
commit | commitdiff | tree |
| 2023-09-08 |
Masahiko Sawada | Stabilize subscription stats test. |
commit | commitdiff | tree |
| 2023-09-08 |
Daniel Gustafsson | Add JIT deform_counter |
commit | commitdiff | tree |
| 2023-09-08 |
Daniel Gustafsson | doc: Extend documentation of PG_TEST_EXTRA |
commit | commitdiff | tree |
| 2023-09-08 |
Thomas Munro | Teach WaitEventSetWait() to report multiple events... |
commit | commitdiff | tree |
| 2023-09-08 |
Thomas Munro | Remove some more "snapshot too old" vestiges. |
commit | commitdiff | tree |
| 2023-09-08 |
Michael Paquier | Improve BackendXidGetPid() to only access allProcs... |
commit | commitdiff | tree |
| 2023-09-07 |
Bruce Momjian | doc: change "cross product" to "Cartesian product" |
commit | commitdiff | tree |
| 2023-09-07 |
Robert Haas | Reorder tests in get_cheapest_path_for_pathkeys(). |
commit | commitdiff | tree |
| 2023-09-07 |
Alvaro Herrera | Move privilege check to the right place |
commit | commitdiff | tree |
| 2023-09-07 |
Alvaro Herrera | Update information_schema definition for not-null const... |
commit | commitdiff | tree |
| 2023-09-07 |
Michael Paquier | pg_basebackup: Generate valid temporary slot names... |
commit | commitdiff | tree |
| 2023-09-07 |
Thomas Munro | Fix instability in 031_recovery_conflict.pl. |
commit | commitdiff | tree |
| 2023-09-07 |
Thomas Munro | Fix recovery conflict SIGUSR1 handling. |
commit | commitdiff | tree |
| 2023-09-06 |
Nathan Bossart | Allow using syncfs() in frontend utilities. |
commit | commitdiff | tree |
| 2023-09-06 |
Nathan Bossart | Add support for syncfs() in frontend support functions. |
commit | commitdiff | tree |
| 2023-09-06 |
Nathan Bossart | Make enum for sync methods available to frontend code. |
commit | commitdiff | tree |
| 2023-09-06 |
Bruce Momjian | doc: mention that to_char() values are rounded |
commit | commitdiff | tree |
| 2023-09-06 |
Daniel Gustafsson | Update comments to match location of definition |
commit | commitdiff | tree |
| 2023-09-06 |
Michael Paquier | Remove column for wait event names in wait_event_names.txt |
commit | commitdiff | tree |
| 2023-09-06 |
Michael Paquier | Use more consistent names for wait event objects and... |
commit | commitdiff | tree |
| 2023-09-06 |
Nathan Bossart | Move PG_TEMP_FILE* macros to file_utils.h. |
commit | commitdiff | tree |
| 2023-09-05 |
Nathan Bossart | Replace known_assigned_xids_lck with memory barriers. |
commit | commitdiff | tree |
| 2023-09-05 |
Bruce Momjian | doc: mention libpq regression tests |
commit | commitdiff | tree |
| 2023-09-05 |
Peter Eisentraut | Unify gratuitously different error messages |
commit | commitdiff | tree |
| 2023-09-05 |
Thomas Munro | Remove the "snapshot too old" feature. |
commit | commitdiff | tree |
| 2023-09-05 |
Michael Paquier | Improve description of keys in tsvector |
commit | commitdiff | tree |
| 2023-09-04 |
Michael Paquier | Fix out-of-bound read in gtsvector_picksplit() |
commit | commitdiff | tree |
| 2023-09-04 |
Amit Kapila | Fix typo in decode.c. |
commit | commitdiff | tree |
| 2023-09-03 |
Michael Paquier | Fix handling of shared statistics with dropped databases |
commit | commitdiff | tree |
| 2023-09-01 |
Alvaro Herrera | Fix not-null constraint test |
commit | commitdiff | tree |
| 2023-09-01 |
Alvaro Herrera | ATPrepAddPrimaryKey: ignore non-PK constraints |
commit | commitdiff | tree |
| 2023-08-31 |
Heikki Linnakangas | Report syncscan position at end of scan. |
commit | commitdiff | tree |
| 2023-08-31 |
Peter Eisentraut | Correct ObjectProperty entry for transforms |
commit | commitdiff | tree |
| 2023-08-31 |
Peter Eisentraut | genbki.pl: Factor out boilerplate generation |
commit | commitdiff | tree |
| 2023-08-31 |
Peter Eisentraut | Restructure DECLARE_INDEX arguments |
commit | commitdiff | tree |
| 2023-08-30 |
Michael Paquier | Fix some shadow variables in src/backend/replication/ |
commit | commitdiff | tree |
| 2023-08-30 |
Nathan Bossart | Use actual backend IDs in pg_stat_get_backend_subxact(). |
commit | commitdiff | tree |
| 2023-08-30 |
Nathan Bossart | Rename some support functions for pgstat* views. |
commit | commitdiff | tree |
| 2023-08-30 |
Peter Eisentraut | Fix possible compiler warning |
commit | commitdiff | tree |
| 2023-08-30 |
Etsuro Fujita | Doc: Improve documentation for creating custom scan... |
commit | commitdiff | tree |
| 2023-08-30 |
Etsuro Fujita | postgres_fdw: Fix test for parameterized foreign scan. |
commit | commitdiff | tree |
| 2023-08-30 |
Tatsuo Ishii | Add bc6041b61f to .git-blame-ignore-revs. |
commit | commitdiff | tree |
| 2023-08-30 |
Tatsuo Ishii | Fix code indentation vioaltion introduced in commit... |
commit | commitdiff | tree |
| 2023-08-30 |
Nathan Bossart | Fix misuse of PqMsg_Close. |
commit | commitdiff | tree |
| 2023-08-30 |
Tatsuo Ishii | Allow pgbench to exit immediately when any client is... |
commit | commitdiff | tree |
| 2023-08-29 |
Michael Paquier | Fix comment of PQputCopyEnd() |
commit | commitdiff | tree |
| 2023-08-29 |
Michael Paquier | Avoid possible overflow with ltsGetFreeBlock() in logtape.c |
commit | commitdiff | tree |
| 2023-08-29 |
Alvaro Herrera | Disallow changing NO INHERIT status of a not-null const... |
commit | commitdiff | tree |
| 2023-08-29 |
Alvaro Herrera | Perl: Remove useless lines |
commit | commitdiff | tree |
| 2023-08-29 |
Alvaro Herrera | psql/t/001_basic: use locale-aware decimals in new... |
commit | commitdiff | tree |
| 2023-08-29 |
Alvaro Herrera | Generate a locale-agnostic initdb template |
commit | commitdiff | tree |
| 2023-08-29 |
Peter Eisentraut | Rename logical_replication_mode to debug_logical_replic... |
commit | commitdiff | tree |
| 2023-08-29 |
Daniel Gustafsson | Allow \watch queries to stop on minimum rows returned |
commit | commitdiff | tree |
| 2023-08-29 |
Daniel Gustafsson | Reword user-facing message for "power of two" |
commit | commitdiff | tree |
| 2023-08-29 |
Peter Eisentraut | Remove useless if condition |
commit | commitdiff | tree |
| 2023-08-29 |
Peter Eisentraut | Remove useless if condition |
commit | commitdiff | tree |
| 2023-08-29 |
Peter Eisentraut | Make more use of makeColumnDef() |
commit | commitdiff | tree |
| 2023-08-29 |
Peter Eisentraut | Add some const decorations |
commit | commitdiff | tree |
| 2023-08-29 |
Heikki Linnakangas | Initialize ListenSocket array earlier. |
commit | commitdiff | tree |
| 2023-08-28 |
Michael Paquier | Tweak pg_promote() to report failures on kill() or... |
commit | commitdiff | tree |
| 2023-08-28 |
Peter Eisentraut | Make error messages about WAL segment size more consistent |
commit | commitdiff | tree |
| 2023-08-28 |
Michael Paquier | Fix some typos in wait_event_names.txt |
commit | commitdiff | tree |
| 2023-08-28 |
Peter Eisentraut | Convert encrypted SSL test keys to PKCS#8 format |
commit | commitdiff | tree |
| 2023-08-28 |
Michael Paquier | Tighten unit parsing in internal values |
commit | commitdiff | tree |
| 2023-08-28 |
Michael Paquier | Tighten handling of "ago" in interval values |
commit | commitdiff | tree |
| 2023-08-28 |
Peter Eisentraut | Format list of catalog files in makefile vertically |
commit | commitdiff | tree |
| 2023-08-28 |
Michael Paquier | Remove dead code in DecodeInterval() |
commit | commitdiff | tree |
| 2023-08-27 |
Michael Paquier | Show names of DEALLOCATE as constants in pg_stat_statements |
commit | commitdiff | tree |
| 2023-08-26 |
Michael Paquier | Generate new LOG for "trust" connections under log_conn... |
commit | commitdiff | tree |
| 2023-08-25 |
Andres Freund | Avoid non-POSIX cp flags |
commit | commitdiff | tree |
| 2023-08-25 |
Alvaro Herrera | Rename test table to avoid cs_CZ locale problem |
commit | commitdiff | tree |
| 2023-08-25 |
Alvaro Herrera | Catalog not-null constraints |
commit | commitdiff | tree |
| 2023-08-25 |
Amit Kapila | Reset the logical worker type while cleaning up other... |
commit | commitdiff | tree |
| 2023-08-24 |
Andres Freund | Use "template" data directory in tests |
commit | commitdiff | tree |
| 2023-08-24 |
Nathan Bossart | pg_upgrade: Bump MESSAGE_WIDTH. |
commit | commitdiff | tree |
| 2023-08-24 |
Tom Lane | Avoid unnecessary plancache revalidation of utility... |
commit | commitdiff | tree |
| 2023-08-24 |
Alvaro Herrera | Add test for inherited CHECK constraint drop |
commit | commitdiff | tree |
| 2023-08-24 |
Heikki Linnakangas | Use FD_CLOEXEC on ListenSockets |
commit | commitdiff | tree |
| 2023-08-24 |
Peter Eisentraut | Fix lack of message pluralization |
commit | commitdiff | tree |
| 2023-08-24 |
Peter Eisentraut | Update DECLARE_INDEX documentation |
commit | commitdiff | tree |
| 2023-08-24 |
Peter Eisentraut | Rename hook functions for debug_io_direct to match... |
commit | commitdiff | tree |
| 2023-08-24 |
Daniel Gustafsson | Add proargnames to multi-argument aggregate functions |
commit | commitdiff | tree |
| 2023-08-24 |
Amit Kapila | Fix the error message when failing to restore the snapshot. |
commit | commitdiff | tree |
| 2023-08-24 |
Peter Eisentraut | Fix translation markers |
commit | commitdiff | tree |
| 2023-08-24 |
Peter Eisentraut | pg_upgrade: Improve one log message |
commit | commitdiff | tree |
| 2023-08-23 |
David Rowley | Meson: check for pg_config_paths.h left over from make |
commit | commitdiff | tree |
| 2023-08-23 |
Andres Freund | ci: Make compute resources for CI configurable |
commit | commitdiff | tree |
| 2023-08-23 |
Andres Freund | ci: Prepare to make compute resources for CI configurable |
commit | commitdiff | tree |
| 2023-08-23 |
Nathan Bossart | Bump catversion for to_bin() and to_oct(). |
commit | commitdiff | tree |
| 2023-08-23 |
Andres Freund | ci: Use VMs for SanityCheck and CompilerWarnings |
commit | commitdiff | tree |
| 2023-08-23 |
Andres Freund | ci: Move execution method of tasks into yaml templates |
commit | commitdiff | tree |
| next |