Commit Graph

59862 Commits (a78af0427015449269fb7d9d8c6057cfcb740149)
 

Author SHA1 Message Date
Heikki Linnakangas a78af04270 Assign a child slot to every postmaster child process 1 year ago
Heikki Linnakangas bb861414fe Kill dead-end children when there's nothing else left 1 year ago
Heikki Linnakangas 18d67a8d7d Replace postmaster.c's own backend type codes with BackendType 1 year ago
Peter Eisentraut a274bbb1b3 Remove a useless cast to (void *) in hash_search() call 1 year ago
Michael Paquier 13e3796c90 contrib/lo: Use SQL-standard function bodies 1 year ago
Michael Paquier 93f9b4a93f xml2: Add tests for functions xpath_nodeset() and xpath_list() 1 year ago
Michael Paquier 3ef038fc4f contrib/lo: Add test for function lo_oid() 1 year ago
Peter Geoghegan 4e6e375b00 Add nbtree amgettuple return item function. 1 year ago
Álvaro Herrera 38c18710b3
Fix pg_upgrade's cross-version tests when old < 18 1 year ago
Peter Eisentraut f05b5e6346 configure.ac: Remove useless AC_SUBST 1 year ago
Peter Eisentraut f683ba0867 doc: Update pg_constraint.conexclop docs for WITHOUT OVERLAPS 1 year ago
Peter Eisentraut d56af4c882 doc: Add PERIOD to ALTER TABLE reference docs 1 year ago
Peter Eisentraut 94daf80bd1 doc: Small improvement in CREATE TABLE / PERIOD documentation 1 year ago
Peter Eisentraut bf62105950 doc: Add WITHOUT OVERLAPS to ALTER TABLE reference docs 1 year ago
Michael Paquier d74b590983 Fix comment in injection_point.c 1 year ago
Peter Geoghegan 3be30d0075 Fix obsolete nbtree page reuse FSM comment. 1 year ago
Peter Geoghegan 93063e2e42 Count contrib/bloom index scans in pgstat view. 1 year ago
Amit Langote bfeeb065ea Add missing word in comment 1 year ago
Álvaro Herrera ff239c3bf4
Silence compilers about extractNotNullColumn() 1 year ago
Michael Paquier 3f323eba89 pg_freespacemap: Use SQL-standard function bodies 1 year ago
Alexander Korotkov db22b90024 Fix arrays comparison in CompareOpclassOptions() 1 year ago
Tom Lane 73c9f91a1b Parallel workers use AuthenticatedUserId for connection privilege checks. 1 year ago
Tom Lane c4252c9ef0 Fix cross-version upgrade tests. 1 year ago
Tom Lane a34c33fd22 Avoid bizarre meson behavior with backslashes in command arguments. 1 year ago
Tom Lane 5a2fed911a Fix improper interactions between session_authorization and role. 1 year ago
Nathan Bossart cd7ab57532 Ensure cached plans are correctly marked as dependent on role. 1 year ago
Noah Misch b7e3a52a87 Block environment variable mutations from trusted PL/Perl. 1 year ago
Amit Kapila 220cea9411 Doc: Add links to clarify the max_replication_slots. 1 year ago
Michael Paquier e7a9496de9 Add two attributes to pg_stat_database for parallel workers activity 1 year ago
Michael Paquier bf8835ea97 libpq: Bail out during SSL/GSS negotiation errors 1 year ago
Michael Paquier 5d4298e75f pg_stat_statements: Avoid some locking during PGSS entry scans 1 year ago
Thomas Munro 29d66b2d2f jit: Remove obsolete LLVM version guard. 1 year ago
Nathan Bossart 0fa6884065 Fix sign-compare warnings in pg_iovec.h. 1 year ago
Peter Geoghegan caca6d8d27 Assert consistency of currPage that ended scan. 1 year ago
Nathan Bossart 4225276e25 Move check for USE_AVX512_POPCNT_WITH_RUNTIME_CHECK. 1 year ago
Tom Lane b8df690492 Improve fix for not entering parallel mode when holding interrupts. 1 year ago
Peter Geoghegan b5ee4e5202 Avoid nbtree parallel scan currPos confusion. 1 year ago
Álvaro Herrera 14e87ffa5c
Add pg_constraint rows for not-null constraints 1 year ago
Amit Langote 075acdd933 Disallow partitionwise join when collations don't match 1 year ago
Amit Langote 90fe6251c8 Disallow partitionwise grouping when collations don't match 1 year ago
Richard Guo f00ab1fd15 Fix inconsistent RestrictInfo serial numbers 1 year ago
Nathan Bossart 41b98ddb77 Fix __attribute__((target(...))) usage. 1 year ago
Nathan Bossart f78667bd91 Use __attribute__((target(...))) for AVX-512 support. 1 year ago
Álvaro Herrera f56a01ebdb
doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraints 1 year ago
Peter Eisentraut d7a2b5bd87 Clarify a foreign key error message 1 year ago
Michael Paquier 987027bcc0 Remove an obsolete comment in gistinsert() 1 year ago
Amit Kapila 7054186c4e Replicate generated columns when 'publish_generated_columns' is set. 1 year ago
Michael Paquier 70291a3c66 Improve handling of empty query results in BackgroundPsql::query() 1 year ago
Daniel Gustafsson f638aafd1e Find invalid databases during upgrade check stage 1 year ago
Daniel Gustafsson 1e37cc6e2c Remove unused variable 1 year ago