Commit Graph

57745 Commits (703c7a3c54547bfee84bdab77cf435a2becfb1dd)
 

Author SHA1 Message Date
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
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
Amit Kapila a17aa50d67 Improve the comments in 004_subscription.pl. 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
Alvaro Herrera 774bcffe4a
libpq: Change some static functions to extern 2 years ago
Alvaro Herrera 53747f7222
libpq: Add pqReleaseConnHosts function 2 years ago
Michael Paquier c717525035 pg_basebackup: Fix check for MINIMUM_VERSION_FOR_WAL_SUMMARIES 2 years ago