aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop.Tom Lane2022-08-04
* Add proper regression test for the recent SRFs-in-pathkeys problem.Tom Lane2022-08-04
* Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane2022-08-03
* Reduce test runtime of src/test/modules/snapshot_too_old.Tom Lane2022-08-03
* Change type "char"'s I/O format for non-ASCII characters.Tom Lane2022-08-02
* Remove duplicated wait for subscription sync from 007_ddl.pl.Amit Kapila2022-08-02
* Check maximum number of columns in function RTEs, too.Tom Lane2022-08-01
* Fix error reporting after ioctl() call with pg_upgrade --cloneMichael Paquier2022-08-01
* Remove test_oat_hooks.c's nodetag_to_string().Tom Lane2022-07-31
* Fix trim_array() for zero-dimensional array argument.Tom Lane2022-07-31
* Fix incorrect is-this-the-topmost-join tests in parallel planning.Tom Lane2022-07-30
* Revise test case added in 43746996399541ecb5c7b188725a5f097c15ceae.Robert Haas2022-07-29
* Fix new recovery test for log_error_verbosity=verbose caseAndrew Dunstan2022-07-29
* Fix brown paper bag bug in bbe08b8869bd29d587f24ef18eb45c7d4d14afca.Robert Haas2022-07-29
* In transformRowExpr(), check for too many columns in the row.Tom Lane2022-07-29
* Fix mistake in bbe08b8869bd29d587f24ef18eb45c7d4d14afca.Robert Haas2022-07-29
* Fix test instabilityAlvaro Herrera2022-07-29
* Use TRUNCATE to preserve relfilenode for pg_largeobject + index.Robert Haas2022-07-28
* Fix replay of create database records on standbyAlvaro Herrera2022-07-28
* Fix get_dirent_type() for symlinks on MinGW/MSYS.Thomas Munro2022-07-28
* Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane2022-07-26
* Fix path reference when parsing pg_ident.conf for pg_ident_file_mappingsMichael Paquier2022-07-26
* Process session_preload_libraries within InitPostgres's transaction.Tom Lane2022-07-25
* Fix ReadRecentBuffer for local buffers.Heikki Linnakangas2022-07-25
* Doc: update recovery/README.Tom Lane2022-07-23
* Increase minimum supported GNU make version to 3.81.Tom Lane2022-07-23
* Fix [install]check in interfaces/libpq/MakefileAlvaro Herrera2022-07-22
* Close old gap in dependency checks for functions returning composite.Tom Lane2022-07-22
* Fix minor memory leaks in psql's tab completion.Tom Lane2022-07-22
* Remove unnecessary Windows-specific basebackup code.Thomas Munro2022-07-22
* Fix get_dirent_type() for Windows junction points.Thomas Munro2022-07-22
* Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane2022-07-21
* Correct some uses of e.g. and i.e. in message strings and documentationJohn Naylor2022-07-21
* Fix various memory leaks in psql's describe commands \d*Michael Paquier2022-07-21
* Process shared_preload_libraries in single-user mode.Jeff Davis2022-07-20
* Fix assertion failure and segmentation fault in backup code.Fujii Masao2022-07-20
* Prevent BASE_BACKUP in the middle of another backup in the same session.Fujii Masao2022-07-20
* Tweak detail and hint messages to be consistent with project policyMichael Paquier2022-07-20
* Fix missed corner cases for grantable permissions on GUCs.Tom Lane2022-07-19
* Use STDOUT/STDERR_FILENO in most of syslogger.Andres Freund2022-07-18
* windows: msvc: Define STDIN/OUT/ERR_FILENO.Andres Freund2022-07-18
* pg_upgrade: Adjust quoting style in message to match guidelinesPeter Eisentraut2022-07-18
* Add another SQL/JSON error codePeter Eisentraut2022-07-18
* Fix omissions in support for the "regcollation" type.Tom Lane2022-07-17
* Make dsm_impl_posix_resize more future-proof.Thomas Munro2022-07-16
* Fix inconsistent parameter names between prototype and declarationDavid Rowley2022-07-15
* Don't clobber postmaster sigmask in dsm_impl_resize.Thomas Munro2022-07-15
* Block signals while allocating DSM memory.Thomas Munro2022-07-14
* Plug memory leakAlvaro Herrera2022-07-13
* Small cleanup of create_list_bounds()David Rowley2022-07-13