Commit Graph

59555 Commits (f22e84df1dea96c8f4b0f7369ea60607fbb9ce10)
 

Author SHA1 Message Date
Tom Lane f22e84df1d ecpg: avoid adding whitespace around '&' in connection URLs. 1 year ago
Peter Eisentraut ddbba3aac8 Rename PageData to GenericXLogPageData 1 year ago
Dean Rasheed 9428c001f6 Speed up numeric division by always using the "fast" algorithm. 1 year ago
Michael Paquier 4dd3087300 Remove assertion checking query ID in execMain.c 1 year ago
Dean Rasheed 259a0a99fe Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE. 1 year ago
Dean Rasheed dddb5640c6 Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE. 1 year ago
Amit Langote 19531968e8 Replace Unicode apostrophe with ASCII apostrophe 1 year ago
Fujii Masao e55f025b05 Refactor CopyFrom() in copyfrom.c. 1 year ago
Fujii Masao a1c4c8a9e1 file_fdw: Add on_error and log_verbosity options to file_fdw. 1 year ago
Fujii Masao e7834a1a25 Add log_verbosity = 'silent' support to COPY command. 1 year ago
Amit Langote babb3993db Fix expression list handling in ATExecAttachPartition() 1 year ago
Michael Paquier e2bab2d792 Remove support for unlogged on partitioned tables 1 year ago
Tom Lane 554d3a18f3 Adjust json_manifest_per_file_callback API in one more place. 1 year ago
Tom Lane 920d51979a Parse libpq's "keepalives" option more like other integer options. 1 year ago
Robert Haas d94cf5ca7f File size in a backup manifest should use uint64, not size_t. 1 year ago
Daniel Gustafsson 7b2822ecf9 doc: Missing markup, punctuation and wordsmithing 1 year ago
Daniel Gustafsson 9c73395104 Add fastpaths for when no objects are found 1 year ago
Daniel Gustafsson 1a123e3b13 Remove superfluous PQExpBuffer resetting 1 year ago
Daniel Gustafsson 94902b146f doc: Add link to login event trigger example 1 year ago
Fujii Masao 17cc5f666f Fix inconsistent reporting of checkpointer stats. 1 year ago
Michael Paquier 506eede711 doc: Clarify name of files generated by pg_waldump --save-fullpage 1 year ago
Tom Lane da8a4c1666 Reject a copy EOF marker that has data ahead of it on the same line. 1 year ago
Peter Eisentraut 983a588e0b initdb: Add new option "--no-data-checksums" 1 year ago
Peter Eisentraut efd72a3d42 Tweak docs to reduce possible impact of data checksums 1 year ago
Peter Eisentraut 10b721821d Use macro to define the number of enum values 1 year ago
Robert Haas fc1b2ce0ee Fix some pg_verifybackup issues reported by Coverity. 1 year ago
Peter Eisentraut 9c2a6c5a5f Simplify checking for xlocale.h 1 year ago
Peter Eisentraut ee4859123e jit: Use opaque pointers in all supported LLVM versions. 1 year ago
Peter Eisentraut 972c2cd288 jit: Require at least LLVM 14, if enabled. 1 year ago
Daniel Gustafsson 1b4d52c355 doc: Mention the connstring key word for PGSERVICE 1 year ago
Michael Paquier cf4401fe6c Fix race condition in COMMIT PREPARED causing orphaned 2PC files 1 year ago
Tatsuo Ishii 3b1a377def Doc: replace unnecessary non-breaking space with ordinal space. 1 year ago
Michael Paquier 5deb56387e Expand assertion check for query ID reporting in executor 1 year ago
Daniel Gustafsson 102de3be73 Add missing command for pg_maintain in comment 1 year ago
Tom Lane 7702337489 Do not treat \. as an EOF marker in CSV mode for COPY IN. 1 year ago
Fujii Masao a19f83f879 docs: Enhance the pg_stat_checkpointer view documentation. 1 year ago
Tom Lane 04c64e3fb3 Remove incorrect entries in pg_walsummary's getopt_long call. 1 year ago
Alvaro Herrera 4dea33ce76
Don't disallow DROP of constraints ONLY on partitioned tables 1 year ago
Michael Paquier 4c7cd07aa6 Bump catalog version for change in VariableSetStmt 1 year ago
Michael Paquier dc68515968 Show values of SET statements as constants in pg_stat_statements 1 year ago
Fujii Masao 559efce1d6 Add num_done counter to the pg_stat_checkpointer view. 1 year ago
Fujii Masao 20cfec896c reindexdb: Skip reindexing temporary tables and indexes. 1 year ago
Michael Paquier 6fd5071909 Set query ID in parallel workers for vacuum, BRIN and btree 1 year ago
Noah Misch 0d5a3d7574 Remove NULL dereference from RenameRelationInternal(). 1 year ago
Tom Lane e9339782a6 In passwordFromFile, don't leak the open file after stat failures. 1 year ago
Noah Misch c1ff2d8bc5 Avoid 037_invalid_database.pl hang under debug_discard_caches. 1 year ago
Nathan Bossart d8ebcac547 doc: Note that CREATE MATERIALIZED VIEW restricts search_path. 1 year ago
Tom Lane a3179ab692 Recalculate where-needed data accurately after a join removal. 1 year ago
Robert Haas 7f7474a8e4 Reindent pg_verifybackup.c. 1 year ago
Robert Haas 8dfd312902 pg_verifybackup: Verify tar-format backups. 1 year ago