Commit Graph

59304 Commits (9f87da1cffda0e07ff3babcfa84abe9e849ccd95)
 

Author SHA1 Message Date
Michael Paquier 9f87da1cff Refactor some code for ALTER TABLE SET LOGGED/UNLOGGED in tablecmds.c 1 year ago
Peter Eisentraut d7fe02fb9e Fixup for prefetching support on macOS 1 year ago
Amit Kapila 640178c92e Rename the conflict types for the origin differ cases. 1 year ago
Amit Kapila 9d90e2bdaf Doc: Fix the ambiguity in the description of failover slots. 1 year ago
Peter Eisentraut 6654bb9204 Add prefetching support on macOS 1 year ago
Peter Eisentraut 2e6a8047f0 Message style improvements 1 year ago
Peter Eisentraut dc26ff2f22 Fix misplaced translator comments 1 year ago
Masahiko Sawada 7229ebe011 Fix identation. 1 year ago
Masahiko Sawada 52f1d6730b Fix memory counter update in ReorderBuffer. 1 year ago
Peter Geoghegan 09a8407dbf Fix nbtree lookahead overflow bug. 1 year ago
Peter Eisentraut dbe37f1adb pg_upgrade: Message style improvements 1 year ago
Dean Rasheed 7cac6307a4 Fix compiler warning in mul_var_short(). 1 year ago
Alexander Korotkov 8daa62a10c Revert: Avoid looping over all type cache entries in TypeCacheRelCallback() 1 year ago
Alexander Korotkov c14d4acb81 Avoid looping over all type cache entries in TypeCacheRelCallback() 1 year ago
Alexander Korotkov 3890d90c15 Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands 1 year ago
Peter Eisentraut 6e8a0317b4 pg_createsubscriber: Message style improvements 1 year ago
Tom Lane ff59d5d2cf Provide feature-test macros for libpq features added in v17. 1 year ago
Peter Eisentraut a2bbc58f74 thread-safety: gmtime_r(), localtime_r() 1 year ago
Michael Paquier 94a3373ac5 Rework new SLRU test with injection points 1 year ago
Michael Paquier 2e35c67f95 injection_point: Add injection_points.stats 1 year ago
Michael Paquier b2b023aa37 injection_points: Add initialization of shmem state when loading module 1 year ago
Amit Kapila edcb712585 Doc: explain the log format of logical replication conflicts. 1 year ago
Michael Paquier d55322b0da psql: Add more meta-commands able to use the extended protocol 1 year ago
Noah Misch a36aa223ec Fix attach of a previously-detached injection point. 1 year ago
Alexander Korotkov 04158e7fa3 Avoid repeated table name lookups in createPartitionTable() 1 year ago
Richard Guo 9bb842f95e Small code simplification 1 year ago
Michael Paquier 490f869d92 Create syscache entries for pg_extension 1 year ago
Jeff Davis a839567784 Fix obsolete comments in varstr_cmp(). 1 year ago
Tom Lane 86488cdf12 Disallow creating binary-coercible casts involving range types. 1 year ago
Robert Haas c01743aa48 Show number of disabled nodes in EXPLAIN ANALYZE output. 1 year ago
Robert Haas e222534679 Treat number of disabled nodes in a path as a separate cost metric. 1 year ago
Robert Haas 2b03cfeea4 Fix pgindent damage 1 year ago
Peter Eisentraut 4baff50132 doc: remove llvm-config search from configure documentation 1 year ago
Amit Kapila d43b8bb6b8 Fix typos in 9758174e2e. 1 year ago
Peter Eisentraut 7ff9afbbd1 Small code simplification 1 year ago
Amit Kapila 3f28b2fcac Don't advance origin during apply failure. 1 year ago
Jeff Davis a95ff1fe2e Slightly refactor varstr_sortsupport() to improve readability. 1 year ago
Michael Paquier 15c1abd977 Remove _PG_fini() 1 year ago
Alvaro Herrera 678a8358d1
Minor wording change in table "JSON Creation Functions" 1 year ago
Jeff Davis 0fb0f68933 Improve configure error for ICU libraries if pkg-config is absent. 1 year ago
Nathan Bossart 5ff9b6b4d9 Fix a couple of wait event descriptions. 1 year ago
Alvaro Herrera 768a9fd553
Add injection-point test for new multixact CV usage 1 year ago
John Naylor 4d93bbd4e0 Document limit on the number of out-of-line values per table 1 year ago
Amit Kapila 9758174e2e Log the conflicts while applying changes in logical replication. 1 year ago
David Rowley adf97c1562 Speed up Hash Join by making ExprStates support hashing 1 year ago
Bruce Momjian 9380e5f129 doc: improve create/alter sequence CYCLE syntax 1 year ago
Bruce Momjian e28a2719be doc: mention of postpostgres_fdw INSERT ON CONFLICT limitation 1 year ago
Bruce Momjian cf3bb26204 doc: clarify create database in start docs uses command line 1 year ago
Bruce Momjian 6467993fb5 doc: Improve vague pg_createsubscriber description 1 year ago
Alvaro Herrera 52f3de874b
Avoid failure to open dropped detached partition 1 year ago