aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix EXPLAIN Bitmap heap scan to count pages with no visible tuplesHeikki Linnakangas2024-03-18
* Add some const decorationsPeter Eisentraut2024-03-18
* Move code for backend startup to separate fileHeikki Linnakangas2024-03-18
* Refactor postmaster child process launchingHeikki Linnakangas2024-03-18
* Move some functions from postmaster.c to a new source fileHeikki Linnakangas2024-03-18
* Split registration of Win32 deadchild callback to separate functionHeikki Linnakangas2024-03-18
* Remove references to backup_fs_hot() in Cluster.pmMichael Paquier2024-03-18
* Initialize variables to placate compiler.Nathan Bossart2024-03-17
* Support json_errdetail in FRONTEND codeDaniel Gustafsson2024-03-17
* Mark hash_corrupted() as pg_attribute_noreturn.Tom Lane2024-03-17
* Add RETURNING support to MERGE.Dean Rasheed2024-03-17
* Add attstattarget to FormExtraData_pg_attributePeter Eisentraut2024-03-17
* Generalize handling of nullable pg_attribute columns in DDLPeter Eisentraut2024-03-17
* Make stxstattarget nullablePeter Eisentraut2024-03-17
* Fix EXPLAIN output for subplans in MERGE.Dean Rasheed2024-03-17
* Separate equalRowTypes() from equalTupleDescs()Peter Eisentraut2024-03-17
* Add destroyStringInfo function for cleaning up StringInfosDaniel Gustafsson2024-03-16
* psql: fix variable existence tab completionAlexander Korotkov2024-03-16
* Use locale-aware value for \watch in 005_timeouts.plAlexander Korotkov2024-03-15
* Fix handling of expecteddir in pg_regressDaniel Gustafsson2024-03-15
* Fix backstop in gin test if injection point is not reachedHeikki Linnakangas2024-03-15
* Try to unbreak injection-fault tests in the buildfarmHeikki Linnakangas2024-03-15
* Fix wordings in timeouts TAP testAlexander Korotkov2024-03-15
* Fix race condition in transaction timeout TAP testsAlexander Korotkov2024-03-15
* Improve log messages referring to background worker processesHeikki Linnakangas2024-03-15
* Disable tests using injection points in installcheckHeikki Linnakangas2024-03-15
* Add basic TAP tests for the low-level backup method, take twoMichael Paquier2024-03-15
* Refactor initial hash lookup in dynahash.cMichael Paquier2024-03-15
* Trim ORDER BY/DISTINCT aggregate pathkeys in gather_grouping_pathsDavid Rowley2024-03-15
* Login event trigger documentation wordsmithingDaniel Gustafsson2024-03-14
* Make INSERT-from-multiple-VALUES-rows handle domain target columns.Tom Lane2024-03-14
* Add pg_column_toast_chunk_id().Nathan Bossart2024-03-14
* Remove redundant snapshot copying from parallel leader to workersHeikki Linnakangas2024-03-14
* Allow a no-wait lock acquisition to succeed in more cases.Robert Haas2024-03-14
* Add TAP tests for timeoutsAlexander Korotkov2024-03-14
* Fix false reports in pg_visibilityAlexander Korotkov2024-03-14
* Comment out noisy libpq_pipeline testAlvaro Herrera2024-03-14
* Fix documentation comment for pg_md5_hashDaniel Gustafsson2024-03-14
* Fix typos in reorderbuffer.c.Amit Kapila2024-03-14
* Introduce "builtin" collation provider.Jeff Davis2024-03-13
* Put genbki.pl output into src/include/catalog/ directlyPeter Eisentraut2024-03-14
* Revert "Add basic TAP tests for the low-level backup method"Michael Paquier2024-03-14
* Add basic TAP tests for the low-level backup methodMichael Paquier2024-03-14
* Improve documentation for pg_stat_checkpointer fieldsAlexander Korotkov2024-03-14
* Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2024-03-13
* Add the system identifier to backup manifests.Robert Haas2024-03-13
* Hopefully make libpq_pipeline's new cancel test more reliableAlvaro Herrera2024-03-13
* Expose new function get_controlfile_by_exact_path().Robert Haas2024-03-13
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* Fix incorrect format placeholdersPeter Eisentraut2024-03-13