Commit Graph

57841 Commits (0b16bb8776bb834eb1ef8204ca95dd7667ab948b)
 

Author SHA1 Message Date
Alexander Korotkov 5fce30e77f Fix some typos in event trigger docs 1 year ago
Alexander Korotkov 8be93177c4 Use heap_inplace_update() to unset pg_database.dathasloginevt 1 year ago
Peter Eisentraut 428e2de1b8 Remove obsolete script related to MSVC build system 1 year ago
Thomas Munro 65f438471b Fix gai_strerror() thread-safety on Windows. 1 year ago
Peter Eisentraut e70abd67c3 Use extensible buffers to assemble command lines 1 year ago
Andrew Dunstan 4697454686 Disallow jsonpath methods involving TZ in immutable functions 1 year ago
Tom Lane ce571434ae Remove race condition in pg_get_expr(). 1 year ago
Tom Lane a584d03ced Avoid concurrent calls to bindtextdomain(). 1 year ago
Tom Lane 0028b55bc8 Clean up Windows-specific mutex code in libpq and ecpglib. 1 year ago
Daniel Gustafsson 5c7038d70b Refactor pipe_read_line to return the full line 1 year ago
Alexander Korotkov c01f6ef46c Fix usage of aggregate pathkeys in group_keys_reorder_by_pathkeys() 1 year ago
Peter Eisentraut 6743c5ae64 Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMN 1 year ago
Michael Paquier 3c44746fdb Add previous commit to .git-blame-ignore-revs 1 year ago
Michael Paquier 49e7c6f78e Fix indentation of copyto.c 1 year ago
Michael Paquier b619852086 Improve COPY TO performance when server and client encodings match 1 year ago
Peter Eisentraut a89fa00714 Apply pg_dump test cleanups to test_pg_dump as well 1 year ago
Alexander Korotkov d859fdb36f Fix gcc >= 10 warning 1 year ago
Daniel Gustafsson fdfb92c030 doc: Remove superfluous bracket in synopsis 1 year ago
Alexander Korotkov 165d921c9a Fix wrong logic in TransactionIdInRecentPast() 1 year ago
Peter Eisentraut 5869aef9a1 Fix documentation build with older docbook-xsl 1 year ago
Peter Eisentraut 254361cf1a Update comment 1 year ago
Masahiko Sawada 1aa67a5ea6 Fix meson installation of xid_wraparound test. 1 year ago
John Naylor 2579985086 Fix warnings in cpluspluscheck 1 year ago
Daniel Gustafsson a4012a697e Rename static function to avoid conflicting names 1 year ago
Nathan Bossart 1e285a5e13 Remove Start* macros in postmaster.c. 1 year ago
Alvaro Herrera a39f1a365a
Update PQparameterStatus and ParameterStatus docs 1 year ago
David Rowley 902900b308 Adjust reltarget assignment for UPPERREL_PARTIAL_DISTINCT rel 1 year ago
Amit Kapila aa5edbe379 Set LSN for wbuf in _hash_freeovflpage() iff wbuf is modified. 1 year ago
Amit Kapila 22f7e61a63 Clean-ups for 776621a5e4 and 7329240437. 1 year ago
Michael Paquier b9d6038d70 Simplify signature of CopyAttributeOutCSV() in copyto.c 1 year ago
Michael Paquier 1aa8324b81 Revert "Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TO" 1 year ago
Alvaro Herrera e4b27b5355
Change initial use of pg_atomic_write_u64 to init 1 year ago
Alvaro Herrera d172b717c6
Use atomic access for SlruShared->latest_page_number 1 year ago
John Naylor b83033c3cf Further cosmetic review of hashfn_unstable.h 1 year ago
John Naylor 9ed3ee5001 Simplify initialization of incremental hash state 1 year ago
Michael Paquier 1f61680327 doc: Spell I/O consistently 1 year ago
Peter Eisentraut 1ae5ace755 Fix meson installation of new generated files 1 year ago
Heikki Linnakangas b96115acb8 Fix assertion if index is dropped during REFRESH CONCURRENTLY 1 year ago
Heikki Linnakangas 5a9167c397 Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right security context 1 year ago
Amit Kapila dafbfed9ef Enhance libpqrcv APIs to support slot synchronization. 1 year ago
Amit Kapila a17aa50d67 Improve the comments in 004_subscription.pl. 1 year ago
Michael Paquier 2889fd23be Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TO 1 year ago
Michael Paquier 95fb5b4902 Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM 1 year ago
Alvaro Herrera 774bcffe4a
libpq: Change some static functions to extern 1 year ago
Alvaro Herrera 53747f7222
libpq: Add pqReleaseConnHosts function 1 year ago
Michael Paquier c717525035 pg_basebackup: Fix check for MINIMUM_VERSION_FOR_WAL_SUMMARIES 1 year ago
Alexander Korotkov 40bbc8cf0a Improve documentation for COPY ... ON_ERROR ... 1 year ago
Heikki Linnakangas 18dd9d2ed9 Fix typo in comments 1 year ago
Tom Lane e4e63cd986 Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_access(). 1 year ago
Heikki Linnakangas d212957254 Fix bug in bulk extending temp relation after failure 1 year ago