Commit Graph

59560 Commits (68dfecbef210dc000271553cfcb2342989d4ca0f)
 

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