Commit Graph

57582 Commits (964152c476f25ada4c5832a014999ec2d2980358)
 

Author SHA1 Message Date
Nathan Bossart 964152c476 doc: Reorganize section for shared memory and LWLocks. 2 years ago
Alexander Korotkov 448a3331d9 Fix name collision in c64086b79d 2 years ago
Daniel Gustafsson b2a296b0cf doc: Update compiler for FreeBSD specific instructions 2 years ago
Alexander Korotkov c64086b79d Reorder actions in ProcArrayApplyRecoveryInfo() 2 years ago
Peter Eisentraut 6db4598fcb Add stratnum GiST support function 2 years ago
Alexander Korotkov b725b7eec4 Rename COPY option from SAVE_ERROR_TO to ON_ERROR 2 years ago
John Naylor dd0a0cfc81 Fixed misspelled byteswap function for big endian machines 2 years ago
John Naylor 0aba255440 Add optimized C string hashing 2 years ago
John Naylor e97b672c88 Add inline incremental hash functions for in-memory use 2 years ago
Michael Paquier 04c0897d3b psql: Add ignore_slash_options in bind's inactive branch 2 years ago
Michael Paquier 3ada0d2cae Fix incorrect placeholder in walreceiver.c 2 years ago
Nathan Bossart d891dcc065 Improve some documentation about the bootstrap superuser. 2 years ago
Jeff Davis dd3ca8cbb0 Fix buildfarm error from commit 5c31669058. 2 years ago
David Rowley 4b31063643 Fix broken Bitmapset optimization in DiscreteKnapsack() 2 years ago
Tom Lane 57b440ec11 Fix plpgsql to allow new-style SQL CREATE FUNCTION as a SQL command. 2 years ago
Robert Haas e313a61137 Remove LVPagePruneState. 2 years ago
Robert Haas cb970240f1 Move VM update code from lazy_scan_heap() to lazy_scan_prune(). 2 years ago
Robert Haas 0a157a4d44 Clarify language in incremental backup glossary entry. 2 years ago
Robert Haas c120550edb Optimize vacuuming of relations with no indexes. 2 years ago
Robert Haas 7b1dbf0a8d More documentation updates for incremental backup. 2 years ago
Alvaro Herrera 27d04ed531
Rework text in replication slots documentation 2 years ago
Peter Eisentraut ed1e0a6512 Error message capitalisation 2 years ago
Peter Eisentraut 686db12de3 Fix an issue in PostgreSQL::Test::Cluster:psql() 2 years ago
Michael Paquier 0ae3b46621 Improve handling of dropped partitioned indexes for REINDEX INDEX 2 years ago
Michael Paquier 8013850c85 Add try_index_open(), conditional variant of index_open() 2 years ago
Michael Paquier 2f35c14cfb seg: Add test "security" in meson.build 2 years ago
Alexander Korotkov 4b885d01f9 Remove the flaky check in event_trigger_login regression test 2 years ago
Alexander Korotkov 58fbbc9d68 Fix spelling in notice 2 years ago
Heikki Linnakangas 2b53a462cf Fix incorrect comment on how BackendStatusArray is indexed 2 years ago
Daniel Gustafsson 7cfa154d15 Close socket in case of errors in setting non-blocking 2 years ago
Michael Paquier 44ad5129ce Fix description of DecodeInsert() in decode.c 2 years ago
Michael Paquier 061cc7eaca Remove some comments related to pqPipelineSync() and PQsendPipelineSync() 2 years ago
Michael Paquier 2197d06224 Add support for parsing of large XML data (>= 10MB) 2 years ago
Michael Paquier 65c5864d7f xml2: Replace deprecated routines with recommended ones 2 years ago
Alexander Korotkov 8ad1f7db87 Fix format specifier for NOTICE in copyfrom.c 2 years ago
Alexander Korotkov 9e2d870119 Add new COPY option SAVE_ERROR_TO 2 years ago
David Rowley c7e5e994b2 Fix REALLOCATE_BITMAPSETS code 2 years ago
Robert Haas 45d395cd75 Be more consistent about whether to update the FSM while vacuuming. 2 years ago
Peter Eisentraut 6995863157 Support identity columns in partitioned tables 2 years ago
Daniel Gustafsson 7bcf57a0ca Decorate WITH with literal markup tags 2 years ago
Heikki Linnakangas c6b86eaa55 Add missing PGDLLIMPORT markings 2 years ago
Alvaro Herrera 5850253973
struct XmlTableRoutine: use C99 designated initializers 2 years ago
Alvaro Herrera c6605c1bdf
Don't test already-referenced pointer for nullness 2 years ago
Peter Eisentraut a37bb7c139 doc: Add Identity Column section under Data Definition chapter 2 years ago
Peter Eisentraut d22d98c341 Assert that partition inherits from only one parent in MergeAttributes() 2 years ago
Peter Eisentraut 58b20e6d75 doc: Decorate PostgreSQL with productname tag 2 years ago
Michael Paquier 4794c2d317 libpq: Add PQsendPipelineSync() 2 years ago
Michael Paquier 83eb244e41 Fix a typo and some doc indentation related to libpq pipeline functions 2 years ago
Robert Haas 237d01139b Fix typos. 2 years ago
Alexander Korotkov fe093994db Fix 'negative bitmapset member' error 2 years ago