Commit Graph

25035 Commits (5c9f2f9398b46a283dcdf4366aaeb06eb04aa76a)

Author SHA1 Message Date
Tom Lane 5c9f2f9398 Doc: improve a couple of comments in postgresql.conf.sample. 2 years ago
Alexander Korotkov 9f13376396 Pull up ANY-SUBLINK with the necessary lateral support. 2 years ago
David Rowley 0c444a70f2 Simplify PathKey checking code 2 years ago
David Rowley 87027cb55b Clarify the 'rows' parameter in create_append_path 2 years ago
Nathan Bossart 8fd0498de2 Remove obsolete check in SIGTERM handler for the startup process. 2 years ago
Nathan Bossart 28e4632509 Centralize logic for restoring errno in signal handlers. 2 years ago
Nathan Bossart 8d8afd48d3 Allow pg_monitor to execute pg_current_logfile(). 2 years ago
Tom Lane 3e8235ba4f Fix multiranges to behave more like dependent types. 2 years ago
Amit Kapila ddd5f4f54a Add a slot synchronization function. 2 years ago
Michael Paquier 06bd311bce Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM" 2 years ago
Michael Paquier f854dae888 Improve comment about query_id_enabled in queryjumblefuncs.c 2 years ago
Tom Lane 5ebc9c9017 Catch overflow when rounding intervals in AdjustIntervalForTypmod. 2 years ago
Heikki Linnakangas fbf9a7ac4d Fix 'mmap' DSM implementation with allocations larger than 4 GB 2 years ago
Tom Lane 0736a8ef6f Use a safer outfuncs/readfuncs representation for BitStrings. 2 years ago
Daniel Gustafsson c1fc502f59 Skip .DS_Store files in server side utils 2 years ago
Peter Eisentraut e4b88c5fa3 Use correct format placeholder for timeline IDs 2 years ago
Jeff Davis 91f2cae7a4 Read WAL directly from WAL buffers. 2 years ago
Heikki Linnakangas 9f35e42e7d Remove unnecessary smgropen() calls 2 years ago
Alexander Korotkov 8be93177c4 Use heap_inplace_update() to unset pg_database.dathasloginevt 2 years ago
Andrew Dunstan 4697454686 Disallow jsonpath methods involving TZ in immutable functions 2 years ago
Tom Lane ce571434ae Remove race condition in pg_get_expr(). 2 years ago
Alexander Korotkov c01f6ef46c Fix usage of aggregate pathkeys in group_keys_reorder_by_pathkeys() 2 years ago
Peter Eisentraut 6743c5ae64 Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMN 2 years ago
Michael Paquier 49e7c6f78e Fix indentation of copyto.c 2 years ago
Michael Paquier b619852086 Improve COPY TO performance when server and client encodings match 2 years ago
Alexander Korotkov d859fdb36f Fix gcc >= 10 warning 2 years ago
Alexander Korotkov 165d921c9a Fix wrong logic in TransactionIdInRecentPast() 2 years ago
Nathan Bossart 1e285a5e13 Remove Start* macros in postmaster.c. 2 years ago
David Rowley 902900b308 Adjust reltarget assignment for UPPERREL_PARTIAL_DISTINCT rel 2 years ago
Amit Kapila aa5edbe379 Set LSN for wbuf in _hash_freeovflpage() iff wbuf is modified. 2 years ago
Amit Kapila 22f7e61a63 Clean-ups for 776621a5e4 and 7329240437. 2 years ago
Michael Paquier b9d6038d70 Simplify signature of CopyAttributeOutCSV() in copyto.c 2 years ago
Michael Paquier 1aa8324b81 Revert "Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TO" 2 years ago
Alvaro Herrera e4b27b5355
Change initial use of pg_atomic_write_u64 to init 2 years ago
Alvaro Herrera d172b717c6
Use atomic access for SlruShared->latest_page_number 2 years ago
John Naylor 9ed3ee5001 Simplify initialization of incremental hash state 2 years ago
Heikki Linnakangas b96115acb8 Fix assertion if index is dropped during REFRESH CONCURRENTLY 2 years ago
Heikki Linnakangas 5a9167c397 Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right security context 2 years ago
Amit Kapila dafbfed9ef Enhance libpqrcv APIs to support slot synchronization. 2 years ago
Michael Paquier 2889fd23be Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TO 2 years ago
Michael Paquier 95fb5b4902 Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM 2 years ago
Heikki Linnakangas 18dd9d2ed9 Fix typo in comments 2 years ago
Tom Lane e4e63cd986 Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_access(). 2 years ago
Heikki Linnakangas d212957254 Fix bug in bulk extending temp relation after failure 2 years ago
David Rowley 7e0ade0ffe Allow Gather Merge in more cases for parallel DISTINCT 2 years ago
Noah Misch 0b6517a3b7 Sync PG_VERSION file in CREATE DATABASE. 2 years ago
Noah Misch df220714e5 Handle interleavings between CREATE DATABASE steps and base backup. 2 years ago
Michael Paquier 235c09efbb Fix stats_fetch_consistency with stats for fixed-numbered objects 2 years ago
Alvaro Herrera 402388946f
Fix copy&paste typo in comment 2 years ago
David Rowley 9d1a5354f5 Fix costing bug in MergeAppend 2 years ago