Commit Graph

12001 Commits (bba2fbc6238b2a0a7f348fbbb5c31ffa7623bc39)

Author SHA1 Message Date
Andres Freund f8d7f29b3e Allow lwlocks to be disowned 10 months ago
Masahiko Sawada 44fe30fdab Add default_char_signedness field to ControlFileData. 10 months ago
Peter Eisentraut 7d6d2c4bbd Drop opcintype from index AM strategy translation API 10 months ago
Peter Eisentraut 7202d72787 backend launchers void * arguments for binary data 10 months ago
Daniel Gustafsson b3f0be788a Add support for OAUTHBEARER SASL mechanism 10 months ago
Amit Langote 525392d572 Don't lock partitions pruned by initial pruning 10 months ago
Álvaro Herrera 80d7f99049
Add ATAlterConstraint struct for ALTER .. CONSTRAINT 10 months ago
Alexander Korotkov e983ee9380 Improve statistics estimation for single-column GROUP BY in sub-queries 10 months ago
Amit Kapila ac0e33136a Invalidate inactive replication slots. 10 months ago
Tom Lane b464e51ab3 Update to latest Snowball sources. 10 months ago
Daniel Gustafsson 95ef3d9029 Add PGErrorVerbosity to typedefs.list 10 months ago
Alexander Korotkov fc069a3a63 Implement Self-Join Elimination 10 months ago
Alexander Korotkov 3fb58625d1 Revert: Get rid of WALBufMappingLock 10 months ago
Amit Langote 75dfde1363 Fix an oversight in cbc127917 to handle MERGE correctly 10 months ago
Michael Paquier eaf502747b Move wal_buffers_full from PgStat_PendingWalStats to WalUsage 10 months ago
Alexander Korotkov 6a2275b895 Get rid of WALBufMappingLock 10 months ago
Nathan Bossart 977d865c36 Describe special values in GUC descriptions more consistently. 11 months ago
Peter Eisentraut cdaeff9b39 XLogRegisterData, XLogRegisterBufData void * argument for binary data 11 months ago
Masahiko Sawada abfb29648f Rename RBTXN_PREPARE to RBTXN_IS_PREPARE for better clarification. 11 months ago
Masahiko Sawada 072ee847ad Skip logical decoding of already-aborted transactions. 11 months ago
Peter Eisentraut 1b5841d461 Remove unnecessary (char *) casts [checksum] 11 months ago
Nathan Bossart bb8dff9995 Add cost-based vacuum delay time to progress views. 11 months ago
Nathan Bossart e5b0b0ce15 Add is_analyze parameter to vacuum_delay_point(). 11 months ago
Melanie Plageman 052026c9b9 Eagerly scan all-visible pages to amortize aggressive vacuum 11 months ago
Andres Freund 4dd09a1d41 config: Rename "Asynchronous Behavior" to "I/O" 11 months ago
Andres Freund 740766d37c config: Split "Worker Processes" out of "Asynchronous Behavior" 11 months ago
Tom Lane c366d2bdba Allow extension functions to participate in in-place updates. 11 months ago
Tom Lane 6c7251db0c Implement new optimization rule for updates of expanded variables. 11 months ago
Peter Eisentraut 6998db59c2 Replace AssertMacro() with Assert() when not in macro 11 months ago
Michael Paquier c9238ad853 Fix indentation of comment in plannodes.h 11 months ago
Andres Freund 3e98c8ce50 Specify the encoding of input to fmtId() 11 months ago
Andres Freund 4dc2896353 Add pg_encoding_set_invalid() 11 months ago
Michael Paquier 3d17d7d7fb Reformat node comments in plannodes.h 11 months ago
Peter Eisentraut a9258629ed Make TLS write functions' buffer arguments pointers const 11 months ago
Peter Eisentraut 83ea6c5402 Virtual generated columns 11 months ago
Amit Langote cbc127917e Track unpruned relids to avoid processing pruned relations 11 months ago
Nathan Bossart 306dc520b9 Introduce autovacuum_vacuum_max_threshold. 11 months ago
Tom Lane a14707da56 Show more-intuitive titles for psql commands \dt, \di, etc. 11 months ago
Amit Kapila 0ec3c295e7 Avoid updating inactive_since for invalid replication slots. 11 months ago
Michael Paquier a051e71e28 Add data for WAL in pg_stat_io and backend statistics 11 months ago
Peter Eisentraut 622f678c10 Integrate GistTranslateCompareType() into IndexAmTranslateCompareType() 11 months ago
Peter Eisentraut c09e5a6a01 Convert strategies to and from compare types 11 months ago
Peter Eisentraut 119fc30dd5 Move CompareType to separate header file 11 months ago
Peter Eisentraut 43493cceda Add get_opfamily_name() function 11 months ago
Peter Eisentraut a5709b5bb2 Rename GistTranslateStratnum() to GistTranslateCompareType() 11 months ago
Tom Lane 041e8b95b8 Get rid of our dependency on type "long" for memory size calculations. 11 months ago
Daniel Gustafsson e21d6f2971 Move PG_MAX_AUTH_TOKEN_LENGTH to libpq/auth.h 11 months ago
Amit Langote d47cbf474e Perform runtime initial pruning outside ExecInitNode() 11 months ago
Amit Kapila f41d8468dd Raise an error while trying to acquire an invalid slot. 11 months ago
Michael Paquier ce5c620fb6 Add pgstat_drop_matching_entries() to pgstats 11 months ago