Commit Graph

57754 Commits (ddd5f4f54a026db6a6692876d0d44aef902ab686)
 

Author SHA1 Message Date
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 d0071f9228 pgcrypto: Fix incorrect argument vs PG_GETARG*() mappings 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
Amit Kapila 703c7a3c54 Doc: Improve upgrade for streaming replication section. 2 years ago
Jeff Davis 91f2cae7a4 Read WAL directly from WAL buffers. 2 years ago
Heikki Linnakangas 09eb633e1b Remove "#ifdef WIN32" guards from src/port/win32*.c 2 years ago
Heikki Linnakangas 9f35e42e7d Remove unnecessary smgropen() calls 2 years ago
Alexander Korotkov 5fce30e77f Fix some typos in event trigger docs 2 years ago
Alexander Korotkov 8be93177c4 Use heap_inplace_update() to unset pg_database.dathasloginevt 2 years ago
Peter Eisentraut 428e2de1b8 Remove obsolete script related to MSVC build system 2 years ago
Thomas Munro 65f438471b Fix gai_strerror() thread-safety on Windows. 2 years ago
Peter Eisentraut e70abd67c3 Use extensible buffers to assemble command lines 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
Tom Lane a584d03ced Avoid concurrent calls to bindtextdomain(). 2 years ago
Tom Lane 0028b55bc8 Clean up Windows-specific mutex code in libpq and ecpglib. 2 years ago
Daniel Gustafsson 5c7038d70b Refactor pipe_read_line to return the full line 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 3c44746fdb Add previous commit to .git-blame-ignore-revs 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
Peter Eisentraut a89fa00714 Apply pg_dump test cleanups to test_pg_dump as well 2 years ago
Alexander Korotkov d859fdb36f Fix gcc >= 10 warning 2 years ago
Daniel Gustafsson fdfb92c030 doc: Remove superfluous bracket in synopsis 2 years ago
Alexander Korotkov 165d921c9a Fix wrong logic in TransactionIdInRecentPast() 2 years ago
Peter Eisentraut 5869aef9a1 Fix documentation build with older docbook-xsl 2 years ago
Peter Eisentraut 254361cf1a Update comment 2 years ago
Masahiko Sawada 1aa67a5ea6 Fix meson installation of xid_wraparound test. 2 years ago
John Naylor 2579985086 Fix warnings in cpluspluscheck 2 years ago
Daniel Gustafsson a4012a697e Rename static function to avoid conflicting names 2 years ago
Nathan Bossart 1e285a5e13 Remove Start* macros in postmaster.c. 2 years ago
Alvaro Herrera a39f1a365a
Update PQparameterStatus and ParameterStatus docs 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 b83033c3cf Further cosmetic review of hashfn_unstable.h 2 years ago
John Naylor 9ed3ee5001 Simplify initialization of incremental hash state 2 years ago
Michael Paquier 1f61680327 doc: Spell I/O consistently 2 years ago
Peter Eisentraut 1ae5ace755 Fix meson installation of new generated files 2 years ago